Initial version of IO cells for the GF180MCU PDK.

Signed-off-by: Tim 'mithro' Ansell <tansell@google.com>
Signed-off-by: Karthik Chandrasekaran <karthik.chandrasekaran@globalfoundries.com>
Signed-off-by: Mohamed Kassem<mkk@efabless.com>
diff --git a/AUTHORS b/AUTHORS
new file mode 100644
index 0000000..0dc06d5
--- /dev/null
+++ b/AUTHORS
@@ -0,0 +1,22 @@
+# This is the list of GlobalFoundries PDK's significant contributors.
+#
+# This does not necessarily list everyone who has contributed code,
+# especially since many employees of one corporation may be contributing.
+# To see the full list of contributors, see the revision history in
+# source control.
+
+# Companies
+Google LLC
+GlobalFoundries
+Efabless Corporation
+Mabrains LLC
+
+# Individuals
+tansell@google.com, me@mith.ro (Tim 'mithro' Ansell)
+proppy@google.com (Johan 'proppy' Euphrosine)
+tim@efabless.com (Tim Edwards)
+mkk@efabless.com (Mohamed Kassem)
+stefan.schippers@gmail.com (Stefan Schippers)
+amro_tork@mabrains.com (Amro Tork)
+farag_agoor@mabrains.com (Farag Agoor)
+mohanad_mohamed@mabrains.com (Mohanad Mohammed)
diff --git a/README.rst b/README.rst
new file mode 100644
index 0000000..c785c5c
--- /dev/null
+++ b/README.rst
@@ -0,0 +1,28 @@
+GlobalFoundries 180um MCU I/O libraries
+=======================================
+
+This repository contains the "I/O cells" implementation as part of
+`Google's open source PDK for GlobalFoundries 180nm MCU process node <https://github.com/google/gf180mcu-pdk>`_.
+
+License
+=======
+
+The GF180MCU PDK is released under the `Apache 2.0 license <https://github.com/google/skywater-pdk/blob/master/LICENSE>`_.
+
+The copyright details (which should also be found at the top of every file) are;
+
+::
+
+   Copyright 2022 GlobalFoundries PDK Authors
+
+   Licensed under the Apache License, Version 2.0 (the "License");
+   you may not use this file except in compliance with the License.
+   You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
diff --git a/cells/asig_5p0/gf180mcu_fd_io__asig_5p0.cdl b/cells/asig_5p0/gf180mcu_fd_io__asig_5p0.cdl
new file mode 100644
index 0000000..2ef0e7c
--- /dev/null
+++ b/cells/asig_5p0/gf180mcu_fd_io__asig_5p0.cdl
@@ -0,0 +1,20 @@
+* Copyright 2022 GlobalFoundries PDK Authors
+*
+* Licensed under the Apache License, Version 2.0 (the "License");
+* you may not use this file except in compliance with the License.
+* You may obtain a copy of the License at
+*
+*     http://www.apache.org/licenses/LICENSE-2.0
+*
+* Unless required by applicable law or agreed to in writing, software
+* distributed under the License is distributed on an "AS IS" BASIS,
+* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+* See the License for the specific language governing permissions and
+* limitations under the License.
+
+.SUBCKT gf180mcu_fd_io__asig_5p0 ASIG5V DVDD DVSS VDD VSS
+D0 DVSS DVDD np_6p0 m=4.0 AREA=40e-12 PJ=82e-6
+C1 DVDD DVSS $[nmoscap_6p0] m=36.0 l=15e-6 w=15e-6
+D2 DVSS ASIG5V np_6p0 m=4.0 AREA=150e-12 PJ=106e-6
+D3 ASIG5V DVDD pn_6p0 m=4.0 AREA=150e-12 PJ=106e-6
+.ENDS
diff --git a/cells/asig_5p0/gf180mcu_fd_io__asig_5p0.v b/cells/asig_5p0/gf180mcu_fd_io__asig_5p0.v
new file mode 100644
index 0000000..24de3e3
--- /dev/null
+++ b/cells/asig_5p0/gf180mcu_fd_io__asig_5p0.v
@@ -0,0 +1,33 @@
+/*
+ * Copyright 2022 GlobalFoundries PDK Authors
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http:www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+`suppress_faults
+`enable_portfaults
+`ifdef functional
+  `timescale 1ns / 1ps
+  `delay_mode_distributed
+  `delay_mode_unit
+`else
+  `timescale 1ns / 1ps
+  `delay_mode_path
+`endif
+module gf180mcu_fd_io__asig_5p0 (ASIG5V, DVDD, DVSS, VDD, VSS);
+	inout	ASIG5V;
+	inout	DVDD;
+	inout	DVSS;
+	inout	VDD;
+	inout	VSS;
+endmodule
diff --git a/cells/asig_5p0/gf180mcu_fd_io__asig_5p0_3lm.gds b/cells/asig_5p0/gf180mcu_fd_io__asig_5p0_3lm.gds
new file mode 100644
index 0000000..c8ede8b
--- /dev/null
+++ b/cells/asig_5p0/gf180mcu_fd_io__asig_5p0_3lm.gds
Binary files differ
diff --git a/cells/asig_5p0/gf180mcu_fd_io__asig_5p0_3lm.lef b/cells/asig_5p0/gf180mcu_fd_io__asig_5p0_3lm.lef
new file mode 100644
index 0000000..982b90f
--- /dev/null
+++ b/cells/asig_5p0/gf180mcu_fd_io__asig_5p0_3lm.lef
@@ -0,0 +1,275 @@
+# Copyright 2022 GlobalFoundries PDK Authors
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+MACRO gf180mcu_fd_io__asig_5p0
+  CLASS PAD INOUT ;
+  ORIGIN 0 0 ;
+  FOREIGN gf180mcu_fd_io__asig_5p0 0 0 ;
+  SIZE 75 BY 350 ;
+  SYMMETRY X Y R90 ;
+  SITE GF_IO_Site ;
+  PIN ASIG5V
+    DIRECTION INOUT ;
+    USE SIGNAL ;
+    PORT
+        CLASS CORE ;
+      LAYER Metal2 ;
+        RECT 57.12 349 59.66 350 ;
+        RECT 51.44 349 53.98 350 ;
+        RECT 45.76 349 48.3 350 ;
+        RECT 40.08 349 42.62 350 ;
+        RECT 32.38 349 34.92 350 ;
+        RECT 26.7 349 29.24 350 ;
+        RECT 21.02 349 23.56 350 ;
+        RECT 15.34 349 17.88 350 ;
+    END
+  END ASIG5V
+  PIN DVDD
+    DIRECTION INOUT ;
+    USE POWER ;
+    PORT
+      LAYER Metal3 ;
+        RECT 74 118 75 125 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 182 75 197 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 166 75 181 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 150 75 165 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 134 75 149 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 214 75 229 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 206 75 213 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 278 75 285 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 270 75 277 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 262 75 269 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 294 75 301 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 334 75 341 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 334 1 341 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 294 1 301 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 262 1 269 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 270 1 277 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 278 1 285 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 206 1 213 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 214 1 229 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 134 1 149 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 150 1 165 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 166 1 181 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 182 1 197 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 118 1 125 ;
+    END
+  END DVDD
+  PIN DVSS
+    DIRECTION INOUT ;
+    USE GROUND ;
+    PORT
+      LAYER Metal3 ;
+        RECT 74 102 75 117 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 86 75 101 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 70 75 85 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 126 75 133 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 198 75 205 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 230 75 245 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 286 75 293 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 302 75 309 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 326 75 333 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 342 75 348.39 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 342 1 348.39 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 326 1 333 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 302 1 309 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 286 1 293 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 230 1 245 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 198 1 205 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 126 1 133 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 70 1 85 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 86 1 101 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 102 1 117 ;
+    END
+  END DVSS
+  PIN VDD
+    DIRECTION INOUT ;
+    USE POWER ;
+    PORT
+      LAYER Metal3 ;
+        RECT 74 254 75 261 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 310 75 317 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 310 1 317 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 254 1 261 ;
+    END
+  END VDD
+  PIN VSS
+    DIRECTION INOUT ;
+    USE GROUND ;
+    PORT
+      LAYER Metal3 ;
+        RECT 74 246 75 253 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 318 75 325 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 318 1 325 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 246 1 253 ;
+    END
+  END VSS
+  OBS
+    LAYER Metal1 ;
+      RECT 0 0 75 350 ;
+    LAYER Metal2 ;
+      POLYGON 75 350 59.94 350 59.94 348.72 56.84 348.72 56.84 350 54.26 350 54.26 348.72 51.16 348.72 51.16 350 48.58 350 48.58 348.72 45.48 348.72 45.48 350 42.9 350 42.9 348.72 39.8 348.72 39.8 350 35.2 350 35.2 348.72 32.1 348.72 32.1 350 29.52 350 29.52 348.72 26.42 348.72 26.42 350 23.84 350 23.84 348.72 20.74 348.72 20.74 350 18.16 350 18.16 348.72 15.06 348.72 15.06 350 0 350 0 0 75 0 ;
+    LAYER Metal3 ;
+      POLYGON 75 69.72 73.72 69.72 73.72 85.28 75 85.28 75 85.72 73.72 85.72 73.72 101.28 75 101.28 75 101.72 73.72 101.72 73.72 117.28 75 117.28 75 117.72 73.72 117.72 73.72 125.28 75 125.28 75 125.72 73.72 125.72 73.72 133.28 75 133.28 75 133.72 73.72 133.72 73.72 149.28 75 149.28 75 149.72 73.72 149.72 73.72 165.28 75 165.28 75 165.72 73.72 165.72 73.72 181.28 75 181.28 75 181.72 73.72 181.72 73.72 197.28 75 197.28 75 197.72 73.72 197.72 73.72 205.28 75 205.28 75 205.72 73.72 205.72 73.72 213.28 75 213.28 75 213.72 73.72 213.72 73.72 229.28 75 229.28 75 229.72 73.72 229.72 73.72 245.28 75 245.28 75 245.72 73.72 245.72 73.72 253.28 75 253.28 75 253.72 73.72 253.72 73.72 261.28 75 261.28 75 261.72 73.72 261.72 73.72 269.28 75 269.28 75 269.72 73.72 269.72 73.72 277.28 75 277.28 75 277.72 73.72 277.72 73.72 285.28 75 285.28 75 285.72 73.72 285.72 73.72 293.28 75 293.28 75 293.72 73.72 293.72 73.72 301.28 75 301.28 75 301.72 73.72 301.72 73.72 309.28 75 309.28 75 309.72 73.72 309.72 73.72 317.28 75 317.28 75 317.72 73.72 317.72 73.72 325.28 75 325.28 75 325.72 73.72 325.72 73.72 333.28 75 333.28 75 333.72 73.72 333.72 73.72 341.28 75 341.28 75 341.72 73.72 341.72 73.72 348.67 75 348.67 75 350 0 350 0 348.67 1.28 348.67 1.28 341.72 0 341.72 0 341.28 1.28 341.28 1.28 333.72 0 333.72 0 333.28 1.28 333.28 1.28 325.72 0 325.72 0 325.28 1.28 325.28 1.28 317.72 0 317.72 0 317.28 1.28 317.28 1.28 309.72 0 309.72 0 309.28 1.28 309.28 1.28 301.72 0 301.72 0 301.28 1.28 301.28 1.28 293.72 0 293.72 0 293.28 1.28 293.28 1.28 285.72 0 285.72 0 285.28 1.28 285.28 1.28 277.72 0 277.72 0 277.28 1.28 277.28 1.28 269.72 0 269.72 0 269.28 1.28 269.28 1.28 261.72 0 261.72 0 261.28 1.28 261.28 1.28 253.72 0 253.72 0 253.28 1.28 253.28 1.28 245.72 0 245.72 0 245.28 1.28 245.28 1.28 229.72 0 229.72 0 229.28 1.28 229.28 1.28 213.72 0 213.72 0 213.28 1.28 213.28 1.28 205.72 0 205.72 0 205.28 1.28 205.28 1.28 197.72 0 197.72 0 197.28 1.28 197.28 1.28 181.72 0 181.72 0 181.28 1.28 181.28 1.28 165.72 0 165.72 0 165.28 1.28 165.28 1.28 149.72 0 149.72 0 149.28 1.28 149.28 1.28 133.72 0 133.72 0 133.28 1.28 133.28 1.28 125.72 0 125.72 0 125.28 1.28 125.28 1.28 117.72 0 117.72 0 117.28 1.28 117.28 1.28 101.72 0 101.72 0 101.28 1.28 101.28 1.28 85.72 0 85.72 0 85.28 1.28 85.28 1.28 69.72 0 69.72 0 0 75 0 ;
+    LAYER Via1 ;
+      RECT 0 0 75 350 ;
+    LAYER Via2 ;
+      RECT 0 0 75 350 ;
+  END
+
+END gf180mcu_fd_io__asig_5p0
diff --git a/cells/asig_5p0/gf180mcu_fd_io__asig_5p0_4lm.gds b/cells/asig_5p0/gf180mcu_fd_io__asig_5p0_4lm.gds
new file mode 100644
index 0000000..b420771
--- /dev/null
+++ b/cells/asig_5p0/gf180mcu_fd_io__asig_5p0_4lm.gds
Binary files differ
diff --git a/cells/asig_5p0/gf180mcu_fd_io__asig_5p0_4lm.lef b/cells/asig_5p0/gf180mcu_fd_io__asig_5p0_4lm.lef
new file mode 100644
index 0000000..b055dc8
--- /dev/null
+++ b/cells/asig_5p0/gf180mcu_fd_io__asig_5p0_4lm.lef
@@ -0,0 +1,487 @@
+# Copyright 2022 GlobalFoundries PDK Authors
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+MACRO gf180mcu_fd_io__asig_5p0
+  CLASS PAD INOUT ;
+  ORIGIN 0 0 ;
+  FOREIGN gf180mcu_fd_io__asig_5p0 0 0 ;
+  SIZE 75 BY 350 ;
+  SYMMETRY X Y R90 ;
+  SITE GF_IO_Site ;
+  PIN ASIG5V
+    DIRECTION INOUT ;
+    USE SIGNAL ;
+    PORT
+        CLASS CORE ;
+      LAYER Metal2 ;
+        RECT 57.12 349 59.66 350 ;
+        RECT 51.44 349 53.98 350 ;
+        RECT 45.76 349 48.3 350 ;
+        RECT 40.08 349 42.62 350 ;
+        RECT 32.38 349 34.92 350 ;
+        RECT 26.7 349 29.24 350 ;
+        RECT 21.02 349 23.56 350 ;
+        RECT 15.34 349 17.88 350 ;
+    END
+  END ASIG5V
+  PIN DVDD
+    DIRECTION INOUT ;
+    USE POWER ;
+    PORT
+      LAYER Metal4 ;
+        RECT 74 118 75 125 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 182 75 197 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 166 75 181 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 150 75 165 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 134 75 149 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 214 75 229 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 206 75 213 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 278 75 285 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 270 75 277 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 262 75 269 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 294 75 301 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 334 75 341 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 118 75 125 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 182 75 197 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 166 75 181 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 150 75 165 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 134 75 149 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 214 75 229 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 206 75 213 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 278 75 285 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 270 75 277 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 262 75 269 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 294 75 301 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 334 75 341 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 334 1 341 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 294 1 301 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 262 1 269 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 270 1 277 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 278 1 285 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 206 1 213 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 214 1 229 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 134 1 149 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 150 1 165 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 166 1 181 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 182 1 197 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 334 1 341 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 294 1 301 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 262 1 269 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 270 1 277 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 278 1 285 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 206 1 213 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 214 1 229 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 134 1 149 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 150 1 165 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 166 1 181 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 182 1 197 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 118 1 125 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 118 1 125 ;
+    END
+  END DVDD
+  PIN DVSS
+    DIRECTION INOUT ;
+    USE GROUND ;
+    PORT
+      LAYER Metal4 ;
+        RECT 74 102 75 117 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 86 75 101 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 70 75 85 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 126 75 133 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 198 75 205 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 230 75 245 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 286 75 293 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 302 75 309 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 326 75 333 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 342 75 348.39 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 102 75 117 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 86 75 101 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 70 75 85 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 126 75 133 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 198 75 205 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 230 75 245 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 286 75 293 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 302 75 309 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 326 75 333 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 342 75 348.39 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 342 1 348.39 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 326 1 333 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 302 1 309 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 286 1 293 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 230 1 245 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 198 1 205 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 126 1 133 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 70 1 85 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 86 1 101 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 342 1 348.39 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 326 1 333 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 302 1 309 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 286 1 293 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 230 1 245 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 198 1 205 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 126 1 133 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 70 1 85 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 86 1 101 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 102 1 117 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 102 1 117 ;
+    END
+  END DVSS
+  PIN VDD
+    DIRECTION INOUT ;
+    USE POWER ;
+    PORT
+      LAYER Metal4 ;
+        RECT 74 254 75 261 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 310 75 317 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 254 75 261 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 310 75 317 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 310 1 317 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 310 1 317 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 254 1 261 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 254 1 261 ;
+    END
+  END VDD
+  PIN VSS
+    DIRECTION INOUT ;
+    USE GROUND ;
+    PORT
+      LAYER Metal4 ;
+        RECT 74 246 75 253 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 318 75 325 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 246 75 253 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 318 75 325 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 318 1 325 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 318 1 325 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 246 1 253 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 246 1 253 ;
+    END
+  END VSS
+  OBS
+    LAYER Metal1 ;
+      RECT 0 0 75 350 ;
+    LAYER Metal2 ;
+      POLYGON 75 350 59.94 350 59.94 348.72 56.84 348.72 56.84 350 54.26 350 54.26 348.72 51.16 348.72 51.16 350 48.58 350 48.58 348.72 45.48 348.72 45.48 350 42.9 350 42.9 348.72 39.8 348.72 39.8 350 35.2 350 35.2 348.72 32.1 348.72 32.1 350 29.52 350 29.52 348.72 26.42 348.72 26.42 350 23.84 350 23.84 348.72 20.74 348.72 20.74 350 18.16 350 18.16 348.72 15.06 348.72 15.06 350 0 350 0 0 75 0 ;
+    LAYER Metal3 ;
+      POLYGON 75 69.72 73.72 69.72 73.72 85.28 75 85.28 75 85.72 73.72 85.72 73.72 101.28 75 101.28 75 101.72 73.72 101.72 73.72 117.28 75 117.28 75 117.72 73.72 117.72 73.72 125.28 75 125.28 75 125.72 73.72 125.72 73.72 133.28 75 133.28 75 133.72 73.72 133.72 73.72 149.28 75 149.28 75 149.72 73.72 149.72 73.72 165.28 75 165.28 75 165.72 73.72 165.72 73.72 181.28 75 181.28 75 181.72 73.72 181.72 73.72 197.28 75 197.28 75 197.72 73.72 197.72 73.72 205.28 75 205.28 75 205.72 73.72 205.72 73.72 213.28 75 213.28 75 213.72 73.72 213.72 73.72 229.28 75 229.28 75 229.72 73.72 229.72 73.72 245.28 75 245.28 75 245.72 73.72 245.72 73.72 253.28 75 253.28 75 253.72 73.72 253.72 73.72 261.28 75 261.28 75 261.72 73.72 261.72 73.72 269.28 75 269.28 75 269.72 73.72 269.72 73.72 277.28 75 277.28 75 277.72 73.72 277.72 73.72 285.28 75 285.28 75 285.72 73.72 285.72 73.72 293.28 75 293.28 75 293.72 73.72 293.72 73.72 301.28 75 301.28 75 301.72 73.72 301.72 73.72 309.28 75 309.28 75 309.72 73.72 309.72 73.72 317.28 75 317.28 75 317.72 73.72 317.72 73.72 325.28 75 325.28 75 325.72 73.72 325.72 73.72 333.28 75 333.28 75 333.72 73.72 333.72 73.72 341.28 75 341.28 75 341.72 73.72 341.72 73.72 348.67 75 348.67 75 350 0 350 0 348.67 1.28 348.67 1.28 341.72 0 341.72 0 341.28 1.28 341.28 1.28 333.72 0 333.72 0 333.28 1.28 333.28 1.28 325.72 0 325.72 0 325.28 1.28 325.28 1.28 317.72 0 317.72 0 317.28 1.28 317.28 1.28 309.72 0 309.72 0 309.28 1.28 309.28 1.28 301.72 0 301.72 0 301.28 1.28 301.28 1.28 293.72 0 293.72 0 293.28 1.28 293.28 1.28 285.72 0 285.72 0 285.28 1.28 285.28 1.28 277.72 0 277.72 0 277.28 1.28 277.28 1.28 269.72 0 269.72 0 269.28 1.28 269.28 1.28 261.72 0 261.72 0 261.28 1.28 261.28 1.28 253.72 0 253.72 0 253.28 1.28 253.28 1.28 245.72 0 245.72 0 245.28 1.28 245.28 1.28 229.72 0 229.72 0 229.28 1.28 229.28 1.28 213.72 0 213.72 0 213.28 1.28 213.28 1.28 205.72 0 205.72 0 205.28 1.28 205.28 1.28 197.72 0 197.72 0 197.28 1.28 197.28 1.28 181.72 0 181.72 0 181.28 1.28 181.28 1.28 165.72 0 165.72 0 165.28 1.28 165.28 1.28 149.72 0 149.72 0 149.28 1.28 149.28 1.28 133.72 0 133.72 0 133.28 1.28 133.28 1.28 125.72 0 125.72 0 125.28 1.28 125.28 1.28 117.72 0 117.72 0 117.28 1.28 117.28 1.28 101.72 0 101.72 0 101.28 1.28 101.28 1.28 85.72 0 85.72 0 85.28 1.28 85.28 1.28 69.72 0 69.72 0 0 75 0 ;
+    LAYER Metal4 ;
+      POLYGON 75 69.72 73.72 69.72 73.72 85.28 75 85.28 75 85.72 73.72 85.72 73.72 101.28 75 101.28 75 101.72 73.72 101.72 73.72 117.28 75 117.28 75 117.72 73.72 117.72 73.72 125.28 75 125.28 75 125.72 73.72 125.72 73.72 133.28 75 133.28 75 133.72 73.72 133.72 73.72 149.28 75 149.28 75 149.72 73.72 149.72 73.72 165.28 75 165.28 75 165.72 73.72 165.72 73.72 181.28 75 181.28 75 181.72 73.72 181.72 73.72 197.28 75 197.28 75 197.72 73.72 197.72 73.72 205.28 75 205.28 75 205.72 73.72 205.72 73.72 213.28 75 213.28 75 213.72 73.72 213.72 73.72 229.28 75 229.28 75 229.72 73.72 229.72 73.72 245.28 75 245.28 75 245.72 73.72 245.72 73.72 253.28 75 253.28 75 253.72 73.72 253.72 73.72 261.28 75 261.28 75 261.72 73.72 261.72 73.72 269.28 75 269.28 75 269.72 73.72 269.72 73.72 277.28 75 277.28 75 277.72 73.72 277.72 73.72 285.28 75 285.28 75 285.72 73.72 285.72 73.72 293.28 75 293.28 75 293.72 73.72 293.72 73.72 301.28 75 301.28 75 301.72 73.72 301.72 73.72 309.28 75 309.28 75 309.72 73.72 309.72 73.72 317.28 75 317.28 75 317.72 73.72 317.72 73.72 325.28 75 325.28 75 325.72 73.72 325.72 73.72 333.28 75 333.28 75 333.72 73.72 333.72 73.72 341.28 75 341.28 75 341.72 73.72 341.72 73.72 348.67 75 348.67 75 350 0 350 0 348.67 1.28 348.67 1.28 341.72 0 341.72 0 341.28 1.28 341.28 1.28 333.72 0 333.72 0 333.28 1.28 333.28 1.28 325.72 0 325.72 0 325.28 1.28 325.28 1.28 317.72 0 317.72 0 317.28 1.28 317.28 1.28 309.72 0 309.72 0 309.28 1.28 309.28 1.28 301.72 0 301.72 0 301.28 1.28 301.28 1.28 293.72 0 293.72 0 293.28 1.28 293.28 1.28 285.72 0 285.72 0 285.28 1.28 285.28 1.28 277.72 0 277.72 0 277.28 1.28 277.28 1.28 269.72 0 269.72 0 269.28 1.28 269.28 1.28 261.72 0 261.72 0 261.28 1.28 261.28 1.28 253.72 0 253.72 0 253.28 1.28 253.28 1.28 245.72 0 245.72 0 245.28 1.28 245.28 1.28 229.72 0 229.72 0 229.28 1.28 229.28 1.28 213.72 0 213.72 0 213.28 1.28 213.28 1.28 205.72 0 205.72 0 205.28 1.28 205.28 1.28 197.72 0 197.72 0 197.28 1.28 197.28 1.28 181.72 0 181.72 0 181.28 1.28 181.28 1.28 165.72 0 165.72 0 165.28 1.28 165.28 1.28 149.72 0 149.72 0 149.28 1.28 149.28 1.28 133.72 0 133.72 0 133.28 1.28 133.28 1.28 125.72 0 125.72 0 125.28 1.28 125.28 1.28 117.72 0 117.72 0 117.28 1.28 117.28 1.28 101.72 0 101.72 0 101.28 1.28 101.28 1.28 85.72 0 85.72 0 85.28 1.28 85.28 1.28 69.72 0 69.72 0 0 75 0 ;
+    LAYER Via1 ;
+      RECT 0 0 75 350 ;
+    LAYER Via2 ;
+      RECT 0 0 75 350 ;
+    LAYER Via3 ;
+      RECT 0 0 75 350 ;
+  END
+
+END gf180mcu_fd_io__asig_5p0
diff --git a/cells/asig_5p0/gf180mcu_fd_io__asig_5p0_5lm.gds b/cells/asig_5p0/gf180mcu_fd_io__asig_5p0_5lm.gds
new file mode 100644
index 0000000..783ccde
--- /dev/null
+++ b/cells/asig_5p0/gf180mcu_fd_io__asig_5p0_5lm.gds
Binary files differ
diff --git a/cells/asig_5p0/gf180mcu_fd_io__asig_5p0_5lm.lef b/cells/asig_5p0/gf180mcu_fd_io__asig_5p0_5lm.lef
new file mode 100644
index 0000000..402ad4e
--- /dev/null
+++ b/cells/asig_5p0/gf180mcu_fd_io__asig_5p0_5lm.lef
@@ -0,0 +1,699 @@
+# Copyright 2022 GlobalFoundries PDK Authors
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+MACRO gf180mcu_fd_io__asig_5p0
+  CLASS PAD INOUT ;
+  ORIGIN 0 0 ;
+  FOREIGN gf180mcu_fd_io__asig_5p0 0 0 ;
+  SIZE 75 BY 350 ;
+  SYMMETRY X Y R90 ;
+  SITE GF_IO_Site ;
+  PIN ASIG5V
+    DIRECTION INOUT ;
+    USE SIGNAL ;
+    PORT
+        CLASS CORE ;
+      LAYER Metal2 ;
+        RECT 57.12 349 59.66 350 ;
+        RECT 51.44 349 53.98 350 ;
+        RECT 45.76 349 48.3 350 ;
+        RECT 40.08 349 42.62 350 ;
+        RECT 32.38 349 34.92 350 ;
+        RECT 26.7 349 29.24 350 ;
+        RECT 21.02 349 23.56 350 ;
+        RECT 15.34 349 17.88 350 ;
+    END
+  END ASIG5V
+  PIN DVDD
+    DIRECTION INOUT ;
+    USE POWER ;
+    PORT
+      LAYER Metal5 ;
+        RECT 74 118 75 125 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 74 182 75 197 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 74 166 75 181 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 74 150 75 165 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 74 134 75 149 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 74 214 75 229 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 74 206 75 213 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 74 278 75 285 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 74 270 75 277 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 74 262 75 269 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 74 294 75 301 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 74 334 75 341 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 118 75 125 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 182 75 197 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 166 75 181 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 150 75 165 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 134 75 149 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 214 75 229 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 206 75 213 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 278 75 285 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 270 75 277 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 262 75 269 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 294 75 301 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 334 75 341 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 118 75 125 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 182 75 197 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 166 75 181 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 150 75 165 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 134 75 149 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 214 75 229 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 206 75 213 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 278 75 285 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 270 75 277 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 262 75 269 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 294 75 301 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 334 75 341 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 334 1 341 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 294 1 301 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 262 1 269 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 270 1 277 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 278 1 285 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 206 1 213 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 214 1 229 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 134 1 149 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 150 1 165 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 166 1 181 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 182 1 197 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 334 1 341 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 294 1 301 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 262 1 269 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 270 1 277 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 278 1 285 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 206 1 213 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 214 1 229 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 134 1 149 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 150 1 165 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 166 1 181 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 182 1 197 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 334 1 341 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 294 1 301 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 262 1 269 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 270 1 277 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 278 1 285 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 206 1 213 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 214 1 229 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 134 1 149 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 150 1 165 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 166 1 181 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 182 1 197 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 118 1 125 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 118 1 125 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 118 1 125 ;
+    END
+  END DVDD
+  PIN DVSS
+    DIRECTION INOUT ;
+    USE GROUND ;
+    PORT
+      LAYER Metal5 ;
+        RECT 74 102 75 117 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 74 86 75 101 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 74 70 75 85 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 74 126 75 133 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 74 198 75 205 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 74 230 75 245 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 74 286 75 293 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 74 302 75 309 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 74 326 75 333 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 74 342 75 348.39 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 102 75 117 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 86 75 101 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 70 75 85 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 126 75 133 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 198 75 205 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 230 75 245 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 286 75 293 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 302 75 309 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 326 75 333 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 342 75 348.39 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 102 75 117 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 86 75 101 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 70 75 85 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 126 75 133 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 198 75 205 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 230 75 245 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 286 75 293 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 302 75 309 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 326 75 333 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 342 75 348.39 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 342 1 348.39 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 326 1 333 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 302 1 309 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 286 1 293 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 230 1 245 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 198 1 205 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 126 1 133 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 70 1 85 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 86 1 101 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 342 1 348.39 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 326 1 333 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 302 1 309 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 286 1 293 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 230 1 245 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 198 1 205 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 126 1 133 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 70 1 85 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 86 1 101 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 342 1 348.39 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 326 1 333 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 302 1 309 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 286 1 293 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 230 1 245 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 198 1 205 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 126 1 133 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 70 1 85 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 86 1 101 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 102 1 117 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 102 1 117 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 102 1 117 ;
+    END
+  END DVSS
+  PIN VDD
+    DIRECTION INOUT ;
+    USE POWER ;
+    PORT
+      LAYER Metal5 ;
+        RECT 74 254 75 261 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 74 310 75 317 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 254 75 261 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 310 75 317 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 254 75 261 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 310 75 317 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 310 1 317 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 310 1 317 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 310 1 317 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 254 1 261 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 254 1 261 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 254 1 261 ;
+    END
+  END VDD
+  PIN VSS
+    DIRECTION INOUT ;
+    USE GROUND ;
+    PORT
+      LAYER Metal5 ;
+        RECT 74 246 75 253 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 74 318 75 325 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 246 75 253 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 318 75 325 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 246 75 253 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 318 75 325 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 318 1 325 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 318 1 325 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 318 1 325 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 246 1 253 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 246 1 253 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 246 1 253 ;
+    END
+  END VSS
+  OBS
+    LAYER Metal1 ;
+      RECT 0 0 75 350 ;
+    LAYER Metal2 ;
+      POLYGON 75 350 59.94 350 59.94 348.72 56.84 348.72 56.84 350 54.26 350 54.26 348.72 51.16 348.72 51.16 350 48.58 350 48.58 348.72 45.48 348.72 45.48 350 42.9 350 42.9 348.72 39.8 348.72 39.8 350 35.2 350 35.2 348.72 32.1 348.72 32.1 350 29.52 350 29.52 348.72 26.42 348.72 26.42 350 23.84 350 23.84 348.72 20.74 348.72 20.74 350 18.16 350 18.16 348.72 15.06 348.72 15.06 350 0 350 0 0 75 0 ;
+    LAYER Metal3 ;
+      POLYGON 75 69.72 73.72 69.72 73.72 85.28 75 85.28 75 85.72 73.72 85.72 73.72 101.28 75 101.28 75 101.72 73.72 101.72 73.72 117.28 75 117.28 75 117.72 73.72 117.72 73.72 125.28 75 125.28 75 125.72 73.72 125.72 73.72 133.28 75 133.28 75 133.72 73.72 133.72 73.72 149.28 75 149.28 75 149.72 73.72 149.72 73.72 165.28 75 165.28 75 165.72 73.72 165.72 73.72 181.28 75 181.28 75 181.72 73.72 181.72 73.72 197.28 75 197.28 75 197.72 73.72 197.72 73.72 205.28 75 205.28 75 205.72 73.72 205.72 73.72 213.28 75 213.28 75 213.72 73.72 213.72 73.72 229.28 75 229.28 75 229.72 73.72 229.72 73.72 245.28 75 245.28 75 245.72 73.72 245.72 73.72 253.28 75 253.28 75 253.72 73.72 253.72 73.72 261.28 75 261.28 75 261.72 73.72 261.72 73.72 269.28 75 269.28 75 269.72 73.72 269.72 73.72 277.28 75 277.28 75 277.72 73.72 277.72 73.72 285.28 75 285.28 75 285.72 73.72 285.72 73.72 293.28 75 293.28 75 293.72 73.72 293.72 73.72 301.28 75 301.28 75 301.72 73.72 301.72 73.72 309.28 75 309.28 75 309.72 73.72 309.72 73.72 317.28 75 317.28 75 317.72 73.72 317.72 73.72 325.28 75 325.28 75 325.72 73.72 325.72 73.72 333.28 75 333.28 75 333.72 73.72 333.72 73.72 341.28 75 341.28 75 341.72 73.72 341.72 73.72 348.67 75 348.67 75 350 0 350 0 348.67 1.28 348.67 1.28 341.72 0 341.72 0 341.28 1.28 341.28 1.28 333.72 0 333.72 0 333.28 1.28 333.28 1.28 325.72 0 325.72 0 325.28 1.28 325.28 1.28 317.72 0 317.72 0 317.28 1.28 317.28 1.28 309.72 0 309.72 0 309.28 1.28 309.28 1.28 301.72 0 301.72 0 301.28 1.28 301.28 1.28 293.72 0 293.72 0 293.28 1.28 293.28 1.28 285.72 0 285.72 0 285.28 1.28 285.28 1.28 277.72 0 277.72 0 277.28 1.28 277.28 1.28 269.72 0 269.72 0 269.28 1.28 269.28 1.28 261.72 0 261.72 0 261.28 1.28 261.28 1.28 253.72 0 253.72 0 253.28 1.28 253.28 1.28 245.72 0 245.72 0 245.28 1.28 245.28 1.28 229.72 0 229.72 0 229.28 1.28 229.28 1.28 213.72 0 213.72 0 213.28 1.28 213.28 1.28 205.72 0 205.72 0 205.28 1.28 205.28 1.28 197.72 0 197.72 0 197.28 1.28 197.28 1.28 181.72 0 181.72 0 181.28 1.28 181.28 1.28 165.72 0 165.72 0 165.28 1.28 165.28 1.28 149.72 0 149.72 0 149.28 1.28 149.28 1.28 133.72 0 133.72 0 133.28 1.28 133.28 1.28 125.72 0 125.72 0 125.28 1.28 125.28 1.28 117.72 0 117.72 0 117.28 1.28 117.28 1.28 101.72 0 101.72 0 101.28 1.28 101.28 1.28 85.72 0 85.72 0 85.28 1.28 85.28 1.28 69.72 0 69.72 0 0 75 0 ;
+    LAYER Metal4 ;
+      POLYGON 75 69.72 73.72 69.72 73.72 85.28 75 85.28 75 85.72 73.72 85.72 73.72 101.28 75 101.28 75 101.72 73.72 101.72 73.72 117.28 75 117.28 75 117.72 73.72 117.72 73.72 125.28 75 125.28 75 125.72 73.72 125.72 73.72 133.28 75 133.28 75 133.72 73.72 133.72 73.72 149.28 75 149.28 75 149.72 73.72 149.72 73.72 165.28 75 165.28 75 165.72 73.72 165.72 73.72 181.28 75 181.28 75 181.72 73.72 181.72 73.72 197.28 75 197.28 75 197.72 73.72 197.72 73.72 205.28 75 205.28 75 205.72 73.72 205.72 73.72 213.28 75 213.28 75 213.72 73.72 213.72 73.72 229.28 75 229.28 75 229.72 73.72 229.72 73.72 245.28 75 245.28 75 245.72 73.72 245.72 73.72 253.28 75 253.28 75 253.72 73.72 253.72 73.72 261.28 75 261.28 75 261.72 73.72 261.72 73.72 269.28 75 269.28 75 269.72 73.72 269.72 73.72 277.28 75 277.28 75 277.72 73.72 277.72 73.72 285.28 75 285.28 75 285.72 73.72 285.72 73.72 293.28 75 293.28 75 293.72 73.72 293.72 73.72 301.28 75 301.28 75 301.72 73.72 301.72 73.72 309.28 75 309.28 75 309.72 73.72 309.72 73.72 317.28 75 317.28 75 317.72 73.72 317.72 73.72 325.28 75 325.28 75 325.72 73.72 325.72 73.72 333.28 75 333.28 75 333.72 73.72 333.72 73.72 341.28 75 341.28 75 341.72 73.72 341.72 73.72 348.67 75 348.67 75 350 0 350 0 348.67 1.28 348.67 1.28 341.72 0 341.72 0 341.28 1.28 341.28 1.28 333.72 0 333.72 0 333.28 1.28 333.28 1.28 325.72 0 325.72 0 325.28 1.28 325.28 1.28 317.72 0 317.72 0 317.28 1.28 317.28 1.28 309.72 0 309.72 0 309.28 1.28 309.28 1.28 301.72 0 301.72 0 301.28 1.28 301.28 1.28 293.72 0 293.72 0 293.28 1.28 293.28 1.28 285.72 0 285.72 0 285.28 1.28 285.28 1.28 277.72 0 277.72 0 277.28 1.28 277.28 1.28 269.72 0 269.72 0 269.28 1.28 269.28 1.28 261.72 0 261.72 0 261.28 1.28 261.28 1.28 253.72 0 253.72 0 253.28 1.28 253.28 1.28 245.72 0 245.72 0 245.28 1.28 245.28 1.28 229.72 0 229.72 0 229.28 1.28 229.28 1.28 213.72 0 213.72 0 213.28 1.28 213.28 1.28 205.72 0 205.72 0 205.28 1.28 205.28 1.28 197.72 0 197.72 0 197.28 1.28 197.28 1.28 181.72 0 181.72 0 181.28 1.28 181.28 1.28 165.72 0 165.72 0 165.28 1.28 165.28 1.28 149.72 0 149.72 0 149.28 1.28 149.28 1.28 133.72 0 133.72 0 133.28 1.28 133.28 1.28 125.72 0 125.72 0 125.28 1.28 125.28 1.28 117.72 0 117.72 0 117.28 1.28 117.28 1.28 101.72 0 101.72 0 101.28 1.28 101.28 1.28 85.72 0 85.72 0 85.28 1.28 85.28 1.28 69.72 0 69.72 0 0 75 0 ;
+    LAYER Metal5 ;
+      POLYGON 75 69.72 73.72 69.72 73.72 85.28 75 85.28 75 85.72 73.72 85.72 73.72 101.28 75 101.28 75 101.72 73.72 101.72 73.72 117.28 75 117.28 75 117.72 73.72 117.72 73.72 125.28 75 125.28 75 125.72 73.72 125.72 73.72 133.28 75 133.28 75 133.72 73.72 133.72 73.72 149.28 75 149.28 75 149.72 73.72 149.72 73.72 165.28 75 165.28 75 165.72 73.72 165.72 73.72 181.28 75 181.28 75 181.72 73.72 181.72 73.72 197.28 75 197.28 75 197.72 73.72 197.72 73.72 205.28 75 205.28 75 205.72 73.72 205.72 73.72 213.28 75 213.28 75 213.72 73.72 213.72 73.72 229.28 75 229.28 75 229.72 73.72 229.72 73.72 245.28 75 245.28 75 245.72 73.72 245.72 73.72 253.28 75 253.28 75 253.72 73.72 253.72 73.72 261.28 75 261.28 75 261.72 73.72 261.72 73.72 269.28 75 269.28 75 269.72 73.72 269.72 73.72 277.28 75 277.28 75 277.72 73.72 277.72 73.72 285.28 75 285.28 75 285.72 73.72 285.72 73.72 293.28 75 293.28 75 293.72 73.72 293.72 73.72 301.28 75 301.28 75 301.72 73.72 301.72 73.72 309.28 75 309.28 75 309.72 73.72 309.72 73.72 317.28 75 317.28 75 317.72 73.72 317.72 73.72 325.28 75 325.28 75 325.72 73.72 325.72 73.72 333.28 75 333.28 75 333.72 73.72 333.72 73.72 341.28 75 341.28 75 341.72 73.72 341.72 73.72 348.67 75 348.67 75 350 0 350 0 348.67 1.28 348.67 1.28 341.72 0 341.72 0 341.28 1.28 341.28 1.28 333.72 0 333.72 0 333.28 1.28 333.28 1.28 325.72 0 325.72 0 325.28 1.28 325.28 1.28 317.72 0 317.72 0 317.28 1.28 317.28 1.28 309.72 0 309.72 0 309.28 1.28 309.28 1.28 301.72 0 301.72 0 301.28 1.28 301.28 1.28 293.72 0 293.72 0 293.28 1.28 293.28 1.28 285.72 0 285.72 0 285.28 1.28 285.28 1.28 277.72 0 277.72 0 277.28 1.28 277.28 1.28 269.72 0 269.72 0 269.28 1.28 269.28 1.28 261.72 0 261.72 0 261.28 1.28 261.28 1.28 253.72 0 253.72 0 253.28 1.28 253.28 1.28 245.72 0 245.72 0 245.28 1.28 245.28 1.28 229.72 0 229.72 0 229.28 1.28 229.28 1.28 213.72 0 213.72 0 213.28 1.28 213.28 1.28 205.72 0 205.72 0 205.28 1.28 205.28 1.28 197.72 0 197.72 0 197.28 1.28 197.28 1.28 181.72 0 181.72 0 181.28 1.28 181.28 1.28 165.72 0 165.72 0 165.28 1.28 165.28 1.28 149.72 0 149.72 0 149.28 1.28 149.28 1.28 133.72 0 133.72 0 133.28 1.28 133.28 1.28 125.72 0 125.72 0 125.28 1.28 125.28 1.28 117.72 0 117.72 0 117.28 1.28 117.28 1.28 101.72 0 101.72 0 101.28 1.28 101.28 1.28 85.72 0 85.72 0 85.28 1.28 85.28 1.28 69.72 0 69.72 0 0 75 0 ;
+    LAYER Via1 ;
+      RECT 0 0 75 350 ;
+    LAYER Via2 ;
+      RECT 0 0 75 350 ;
+    LAYER Via3 ;
+      RECT 0 0 75 350 ;
+    LAYER Via4 ;
+      RECT 0 0 75 350 ;
+  END
+
+END gf180mcu_fd_io__asig_5p0
diff --git a/cells/asig_5p0/gf180mcu_fd_io__asig_5p0__ff_125C_2v75.lib b/cells/asig_5p0/gf180mcu_fd_io__asig_5p0__ff_125C_2v75.lib
new file mode 100644
index 0000000..ae5597f
--- /dev/null
+++ b/cells/asig_5p0/gf180mcu_fd_io__asig_5p0__ff_125C_2v75.lib
@@ -0,0 +1,44 @@
+/*
+ * Copyright 2022 GlobalFoundries PDK Authors
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+	cell ("gf180mcu_fd_io__asig_5p0") {
+		pad_cell   : true;
+		dont_touch : true;
+		dont_use   : true;
+		area       : 26250.000000 ;
+		pin ("ASIG5V") {
+			direction     : "inout";
+			capacitance   : 0;
+			is_pad        : true;
+			drive_current : 0;
+			three_state   : "0";
+		}
+		pin ("DVDD") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("DVSS") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("VDD") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("VSS") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+	}
diff --git a/cells/asig_5p0/gf180mcu_fd_io__asig_5p0__ff_125C_2v75.lib.json b/cells/asig_5p0/gf180mcu_fd_io__asig_5p0__ff_125C_2v75.lib.json
new file mode 100644
index 0000000..f118b91
--- /dev/null
+++ b/cells/asig_5p0/gf180mcu_fd_io__asig_5p0__ff_125C_2v75.lib.json
@@ -0,0 +1,31 @@
+{
+    "cell gf180mcu_fd_io__asig_5p0": {
+        "pad_cell": "true",
+        "dont_touch": "true",
+        "dont_use": "true",
+        "area": "26250.000000",
+        "pin ASIG5V": {
+            "direction": "inout",
+            "capacitance": "0",
+            "is_pad": "true",
+            "drive_current": "0",
+            "three_state": "0"
+        },
+        "pin DVDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin DVSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        }
+    }
+}
\ No newline at end of file
diff --git a/cells/asig_5p0/gf180mcu_fd_io__asig_5p0__ff_125C_3v63.lib b/cells/asig_5p0/gf180mcu_fd_io__asig_5p0__ff_125C_3v63.lib
new file mode 100644
index 0000000..ae5597f
--- /dev/null
+++ b/cells/asig_5p0/gf180mcu_fd_io__asig_5p0__ff_125C_3v63.lib
@@ -0,0 +1,44 @@
+/*
+ * Copyright 2022 GlobalFoundries PDK Authors
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+	cell ("gf180mcu_fd_io__asig_5p0") {
+		pad_cell   : true;
+		dont_touch : true;
+		dont_use   : true;
+		area       : 26250.000000 ;
+		pin ("ASIG5V") {
+			direction     : "inout";
+			capacitance   : 0;
+			is_pad        : true;
+			drive_current : 0;
+			three_state   : "0";
+		}
+		pin ("DVDD") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("DVSS") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("VDD") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("VSS") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+	}
diff --git a/cells/asig_5p0/gf180mcu_fd_io__asig_5p0__ff_125C_3v63.lib.json b/cells/asig_5p0/gf180mcu_fd_io__asig_5p0__ff_125C_3v63.lib.json
new file mode 100644
index 0000000..f118b91
--- /dev/null
+++ b/cells/asig_5p0/gf180mcu_fd_io__asig_5p0__ff_125C_3v63.lib.json
@@ -0,0 +1,31 @@
+{
+    "cell gf180mcu_fd_io__asig_5p0": {
+        "pad_cell": "true",
+        "dont_touch": "true",
+        "dont_use": "true",
+        "area": "26250.000000",
+        "pin ASIG5V": {
+            "direction": "inout",
+            "capacitance": "0",
+            "is_pad": "true",
+            "drive_current": "0",
+            "three_state": "0"
+        },
+        "pin DVDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin DVSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        }
+    }
+}
\ No newline at end of file
diff --git a/cells/asig_5p0/gf180mcu_fd_io__asig_5p0__ff_125C_5v50.lib b/cells/asig_5p0/gf180mcu_fd_io__asig_5p0__ff_125C_5v50.lib
new file mode 100644
index 0000000..ae5597f
--- /dev/null
+++ b/cells/asig_5p0/gf180mcu_fd_io__asig_5p0__ff_125C_5v50.lib
@@ -0,0 +1,44 @@
+/*
+ * Copyright 2022 GlobalFoundries PDK Authors
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+	cell ("gf180mcu_fd_io__asig_5p0") {
+		pad_cell   : true;
+		dont_touch : true;
+		dont_use   : true;
+		area       : 26250.000000 ;
+		pin ("ASIG5V") {
+			direction     : "inout";
+			capacitance   : 0;
+			is_pad        : true;
+			drive_current : 0;
+			three_state   : "0";
+		}
+		pin ("DVDD") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("DVSS") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("VDD") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("VSS") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+	}
diff --git a/cells/asig_5p0/gf180mcu_fd_io__asig_5p0__ff_125C_5v50.lib.json b/cells/asig_5p0/gf180mcu_fd_io__asig_5p0__ff_125C_5v50.lib.json
new file mode 100644
index 0000000..f118b91
--- /dev/null
+++ b/cells/asig_5p0/gf180mcu_fd_io__asig_5p0__ff_125C_5v50.lib.json
@@ -0,0 +1,31 @@
+{
+    "cell gf180mcu_fd_io__asig_5p0": {
+        "pad_cell": "true",
+        "dont_touch": "true",
+        "dont_use": "true",
+        "area": "26250.000000",
+        "pin ASIG5V": {
+            "direction": "inout",
+            "capacitance": "0",
+            "is_pad": "true",
+            "drive_current": "0",
+            "three_state": "0"
+        },
+        "pin DVDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin DVSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        }
+    }
+}
\ No newline at end of file
diff --git a/cells/asig_5p0/gf180mcu_fd_io__asig_5p0__ff_n40C_2v75.lib b/cells/asig_5p0/gf180mcu_fd_io__asig_5p0__ff_n40C_2v75.lib
new file mode 100644
index 0000000..ae5597f
--- /dev/null
+++ b/cells/asig_5p0/gf180mcu_fd_io__asig_5p0__ff_n40C_2v75.lib
@@ -0,0 +1,44 @@
+/*
+ * Copyright 2022 GlobalFoundries PDK Authors
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+	cell ("gf180mcu_fd_io__asig_5p0") {
+		pad_cell   : true;
+		dont_touch : true;
+		dont_use   : true;
+		area       : 26250.000000 ;
+		pin ("ASIG5V") {
+			direction     : "inout";
+			capacitance   : 0;
+			is_pad        : true;
+			drive_current : 0;
+			three_state   : "0";
+		}
+		pin ("DVDD") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("DVSS") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("VDD") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("VSS") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+	}
diff --git a/cells/asig_5p0/gf180mcu_fd_io__asig_5p0__ff_n40C_2v75.lib.json b/cells/asig_5p0/gf180mcu_fd_io__asig_5p0__ff_n40C_2v75.lib.json
new file mode 100644
index 0000000..f118b91
--- /dev/null
+++ b/cells/asig_5p0/gf180mcu_fd_io__asig_5p0__ff_n40C_2v75.lib.json
@@ -0,0 +1,31 @@
+{
+    "cell gf180mcu_fd_io__asig_5p0": {
+        "pad_cell": "true",
+        "dont_touch": "true",
+        "dont_use": "true",
+        "area": "26250.000000",
+        "pin ASIG5V": {
+            "direction": "inout",
+            "capacitance": "0",
+            "is_pad": "true",
+            "drive_current": "0",
+            "three_state": "0"
+        },
+        "pin DVDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin DVSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        }
+    }
+}
\ No newline at end of file
diff --git a/cells/asig_5p0/gf180mcu_fd_io__asig_5p0__ff_n40C_3v63.lib b/cells/asig_5p0/gf180mcu_fd_io__asig_5p0__ff_n40C_3v63.lib
new file mode 100644
index 0000000..ae5597f
--- /dev/null
+++ b/cells/asig_5p0/gf180mcu_fd_io__asig_5p0__ff_n40C_3v63.lib
@@ -0,0 +1,44 @@
+/*
+ * Copyright 2022 GlobalFoundries PDK Authors
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+	cell ("gf180mcu_fd_io__asig_5p0") {
+		pad_cell   : true;
+		dont_touch : true;
+		dont_use   : true;
+		area       : 26250.000000 ;
+		pin ("ASIG5V") {
+			direction     : "inout";
+			capacitance   : 0;
+			is_pad        : true;
+			drive_current : 0;
+			three_state   : "0";
+		}
+		pin ("DVDD") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("DVSS") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("VDD") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("VSS") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+	}
diff --git a/cells/asig_5p0/gf180mcu_fd_io__asig_5p0__ff_n40C_3v63.lib.json b/cells/asig_5p0/gf180mcu_fd_io__asig_5p0__ff_n40C_3v63.lib.json
new file mode 100644
index 0000000..f118b91
--- /dev/null
+++ b/cells/asig_5p0/gf180mcu_fd_io__asig_5p0__ff_n40C_3v63.lib.json
@@ -0,0 +1,31 @@
+{
+    "cell gf180mcu_fd_io__asig_5p0": {
+        "pad_cell": "true",
+        "dont_touch": "true",
+        "dont_use": "true",
+        "area": "26250.000000",
+        "pin ASIG5V": {
+            "direction": "inout",
+            "capacitance": "0",
+            "is_pad": "true",
+            "drive_current": "0",
+            "three_state": "0"
+        },
+        "pin DVDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin DVSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        }
+    }
+}
\ No newline at end of file
diff --git a/cells/asig_5p0/gf180mcu_fd_io__asig_5p0__ff_n40C_5v50.lib b/cells/asig_5p0/gf180mcu_fd_io__asig_5p0__ff_n40C_5v50.lib
new file mode 100644
index 0000000..ae5597f
--- /dev/null
+++ b/cells/asig_5p0/gf180mcu_fd_io__asig_5p0__ff_n40C_5v50.lib
@@ -0,0 +1,44 @@
+/*
+ * Copyright 2022 GlobalFoundries PDK Authors
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+	cell ("gf180mcu_fd_io__asig_5p0") {
+		pad_cell   : true;
+		dont_touch : true;
+		dont_use   : true;
+		area       : 26250.000000 ;
+		pin ("ASIG5V") {
+			direction     : "inout";
+			capacitance   : 0;
+			is_pad        : true;
+			drive_current : 0;
+			three_state   : "0";
+		}
+		pin ("DVDD") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("DVSS") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("VDD") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("VSS") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+	}
diff --git a/cells/asig_5p0/gf180mcu_fd_io__asig_5p0__ff_n40C_5v50.lib.json b/cells/asig_5p0/gf180mcu_fd_io__asig_5p0__ff_n40C_5v50.lib.json
new file mode 100644
index 0000000..f118b91
--- /dev/null
+++ b/cells/asig_5p0/gf180mcu_fd_io__asig_5p0__ff_n40C_5v50.lib.json
@@ -0,0 +1,31 @@
+{
+    "cell gf180mcu_fd_io__asig_5p0": {
+        "pad_cell": "true",
+        "dont_touch": "true",
+        "dont_use": "true",
+        "area": "26250.000000",
+        "pin ASIG5V": {
+            "direction": "inout",
+            "capacitance": "0",
+            "is_pad": "true",
+            "drive_current": "0",
+            "three_state": "0"
+        },
+        "pin DVDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin DVSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        }
+    }
+}
\ No newline at end of file
diff --git a/cells/asig_5p0/gf180mcu_fd_io__asig_5p0__ss_125C_2v25.lib b/cells/asig_5p0/gf180mcu_fd_io__asig_5p0__ss_125C_2v25.lib
new file mode 100644
index 0000000..ae5597f
--- /dev/null
+++ b/cells/asig_5p0/gf180mcu_fd_io__asig_5p0__ss_125C_2v25.lib
@@ -0,0 +1,44 @@
+/*
+ * Copyright 2022 GlobalFoundries PDK Authors
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+	cell ("gf180mcu_fd_io__asig_5p0") {
+		pad_cell   : true;
+		dont_touch : true;
+		dont_use   : true;
+		area       : 26250.000000 ;
+		pin ("ASIG5V") {
+			direction     : "inout";
+			capacitance   : 0;
+			is_pad        : true;
+			drive_current : 0;
+			three_state   : "0";
+		}
+		pin ("DVDD") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("DVSS") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("VDD") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("VSS") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+	}
diff --git a/cells/asig_5p0/gf180mcu_fd_io__asig_5p0__ss_125C_2v25.lib.json b/cells/asig_5p0/gf180mcu_fd_io__asig_5p0__ss_125C_2v25.lib.json
new file mode 100644
index 0000000..f118b91
--- /dev/null
+++ b/cells/asig_5p0/gf180mcu_fd_io__asig_5p0__ss_125C_2v25.lib.json
@@ -0,0 +1,31 @@
+{
+    "cell gf180mcu_fd_io__asig_5p0": {
+        "pad_cell": "true",
+        "dont_touch": "true",
+        "dont_use": "true",
+        "area": "26250.000000",
+        "pin ASIG5V": {
+            "direction": "inout",
+            "capacitance": "0",
+            "is_pad": "true",
+            "drive_current": "0",
+            "three_state": "0"
+        },
+        "pin DVDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin DVSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        }
+    }
+}
\ No newline at end of file
diff --git a/cells/asig_5p0/gf180mcu_fd_io__asig_5p0__ss_125C_2v97.lib b/cells/asig_5p0/gf180mcu_fd_io__asig_5p0__ss_125C_2v97.lib
new file mode 100644
index 0000000..ae5597f
--- /dev/null
+++ b/cells/asig_5p0/gf180mcu_fd_io__asig_5p0__ss_125C_2v97.lib
@@ -0,0 +1,44 @@
+/*
+ * Copyright 2022 GlobalFoundries PDK Authors
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+	cell ("gf180mcu_fd_io__asig_5p0") {
+		pad_cell   : true;
+		dont_touch : true;
+		dont_use   : true;
+		area       : 26250.000000 ;
+		pin ("ASIG5V") {
+			direction     : "inout";
+			capacitance   : 0;
+			is_pad        : true;
+			drive_current : 0;
+			three_state   : "0";
+		}
+		pin ("DVDD") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("DVSS") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("VDD") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("VSS") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+	}
diff --git a/cells/asig_5p0/gf180mcu_fd_io__asig_5p0__ss_125C_2v97.lib.json b/cells/asig_5p0/gf180mcu_fd_io__asig_5p0__ss_125C_2v97.lib.json
new file mode 100644
index 0000000..f118b91
--- /dev/null
+++ b/cells/asig_5p0/gf180mcu_fd_io__asig_5p0__ss_125C_2v97.lib.json
@@ -0,0 +1,31 @@
+{
+    "cell gf180mcu_fd_io__asig_5p0": {
+        "pad_cell": "true",
+        "dont_touch": "true",
+        "dont_use": "true",
+        "area": "26250.000000",
+        "pin ASIG5V": {
+            "direction": "inout",
+            "capacitance": "0",
+            "is_pad": "true",
+            "drive_current": "0",
+            "three_state": "0"
+        },
+        "pin DVDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin DVSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        }
+    }
+}
\ No newline at end of file
diff --git a/cells/asig_5p0/gf180mcu_fd_io__asig_5p0__ss_125C_4v50.lib b/cells/asig_5p0/gf180mcu_fd_io__asig_5p0__ss_125C_4v50.lib
new file mode 100644
index 0000000..ae5597f
--- /dev/null
+++ b/cells/asig_5p0/gf180mcu_fd_io__asig_5p0__ss_125C_4v50.lib
@@ -0,0 +1,44 @@
+/*
+ * Copyright 2022 GlobalFoundries PDK Authors
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+	cell ("gf180mcu_fd_io__asig_5p0") {
+		pad_cell   : true;
+		dont_touch : true;
+		dont_use   : true;
+		area       : 26250.000000 ;
+		pin ("ASIG5V") {
+			direction     : "inout";
+			capacitance   : 0;
+			is_pad        : true;
+			drive_current : 0;
+			three_state   : "0";
+		}
+		pin ("DVDD") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("DVSS") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("VDD") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("VSS") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+	}
diff --git a/cells/asig_5p0/gf180mcu_fd_io__asig_5p0__ss_125C_4v50.lib.json b/cells/asig_5p0/gf180mcu_fd_io__asig_5p0__ss_125C_4v50.lib.json
new file mode 100644
index 0000000..f118b91
--- /dev/null
+++ b/cells/asig_5p0/gf180mcu_fd_io__asig_5p0__ss_125C_4v50.lib.json
@@ -0,0 +1,31 @@
+{
+    "cell gf180mcu_fd_io__asig_5p0": {
+        "pad_cell": "true",
+        "dont_touch": "true",
+        "dont_use": "true",
+        "area": "26250.000000",
+        "pin ASIG5V": {
+            "direction": "inout",
+            "capacitance": "0",
+            "is_pad": "true",
+            "drive_current": "0",
+            "three_state": "0"
+        },
+        "pin DVDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin DVSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        }
+    }
+}
\ No newline at end of file
diff --git a/cells/asig_5p0/gf180mcu_fd_io__asig_5p0__tt_025C_2v50.lib b/cells/asig_5p0/gf180mcu_fd_io__asig_5p0__tt_025C_2v50.lib
new file mode 100644
index 0000000..ae5597f
--- /dev/null
+++ b/cells/asig_5p0/gf180mcu_fd_io__asig_5p0__tt_025C_2v50.lib
@@ -0,0 +1,44 @@
+/*
+ * Copyright 2022 GlobalFoundries PDK Authors
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+	cell ("gf180mcu_fd_io__asig_5p0") {
+		pad_cell   : true;
+		dont_touch : true;
+		dont_use   : true;
+		area       : 26250.000000 ;
+		pin ("ASIG5V") {
+			direction     : "inout";
+			capacitance   : 0;
+			is_pad        : true;
+			drive_current : 0;
+			three_state   : "0";
+		}
+		pin ("DVDD") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("DVSS") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("VDD") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("VSS") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+	}
diff --git a/cells/asig_5p0/gf180mcu_fd_io__asig_5p0__tt_025C_2v50.lib.json b/cells/asig_5p0/gf180mcu_fd_io__asig_5p0__tt_025C_2v50.lib.json
new file mode 100644
index 0000000..f118b91
--- /dev/null
+++ b/cells/asig_5p0/gf180mcu_fd_io__asig_5p0__tt_025C_2v50.lib.json
@@ -0,0 +1,31 @@
+{
+    "cell gf180mcu_fd_io__asig_5p0": {
+        "pad_cell": "true",
+        "dont_touch": "true",
+        "dont_use": "true",
+        "area": "26250.000000",
+        "pin ASIG5V": {
+            "direction": "inout",
+            "capacitance": "0",
+            "is_pad": "true",
+            "drive_current": "0",
+            "three_state": "0"
+        },
+        "pin DVDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin DVSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        }
+    }
+}
\ No newline at end of file
diff --git a/cells/asig_5p0/gf180mcu_fd_io__asig_5p0__tt_025C_3v30.lib b/cells/asig_5p0/gf180mcu_fd_io__asig_5p0__tt_025C_3v30.lib
new file mode 100644
index 0000000..ae5597f
--- /dev/null
+++ b/cells/asig_5p0/gf180mcu_fd_io__asig_5p0__tt_025C_3v30.lib
@@ -0,0 +1,44 @@
+/*
+ * Copyright 2022 GlobalFoundries PDK Authors
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+	cell ("gf180mcu_fd_io__asig_5p0") {
+		pad_cell   : true;
+		dont_touch : true;
+		dont_use   : true;
+		area       : 26250.000000 ;
+		pin ("ASIG5V") {
+			direction     : "inout";
+			capacitance   : 0;
+			is_pad        : true;
+			drive_current : 0;
+			three_state   : "0";
+		}
+		pin ("DVDD") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("DVSS") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("VDD") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("VSS") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+	}
diff --git a/cells/asig_5p0/gf180mcu_fd_io__asig_5p0__tt_025C_3v30.lib.json b/cells/asig_5p0/gf180mcu_fd_io__asig_5p0__tt_025C_3v30.lib.json
new file mode 100644
index 0000000..f118b91
--- /dev/null
+++ b/cells/asig_5p0/gf180mcu_fd_io__asig_5p0__tt_025C_3v30.lib.json
@@ -0,0 +1,31 @@
+{
+    "cell gf180mcu_fd_io__asig_5p0": {
+        "pad_cell": "true",
+        "dont_touch": "true",
+        "dont_use": "true",
+        "area": "26250.000000",
+        "pin ASIG5V": {
+            "direction": "inout",
+            "capacitance": "0",
+            "is_pad": "true",
+            "drive_current": "0",
+            "three_state": "0"
+        },
+        "pin DVDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin DVSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        }
+    }
+}
\ No newline at end of file
diff --git a/cells/asig_5p0/gf180mcu_fd_io__asig_5p0__tt_025C_5v00.lib b/cells/asig_5p0/gf180mcu_fd_io__asig_5p0__tt_025C_5v00.lib
new file mode 100644
index 0000000..ae5597f
--- /dev/null
+++ b/cells/asig_5p0/gf180mcu_fd_io__asig_5p0__tt_025C_5v00.lib
@@ -0,0 +1,44 @@
+/*
+ * Copyright 2022 GlobalFoundries PDK Authors
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+	cell ("gf180mcu_fd_io__asig_5p0") {
+		pad_cell   : true;
+		dont_touch : true;
+		dont_use   : true;
+		area       : 26250.000000 ;
+		pin ("ASIG5V") {
+			direction     : "inout";
+			capacitance   : 0;
+			is_pad        : true;
+			drive_current : 0;
+			three_state   : "0";
+		}
+		pin ("DVDD") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("DVSS") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("VDD") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("VSS") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+	}
diff --git a/cells/asig_5p0/gf180mcu_fd_io__asig_5p0__tt_025C_5v00.lib.json b/cells/asig_5p0/gf180mcu_fd_io__asig_5p0__tt_025C_5v00.lib.json
new file mode 100644
index 0000000..f118b91
--- /dev/null
+++ b/cells/asig_5p0/gf180mcu_fd_io__asig_5p0__tt_025C_5v00.lib.json
@@ -0,0 +1,31 @@
+{
+    "cell gf180mcu_fd_io__asig_5p0": {
+        "pad_cell": "true",
+        "dont_touch": "true",
+        "dont_use": "true",
+        "area": "26250.000000",
+        "pin ASIG5V": {
+            "direction": "inout",
+            "capacitance": "0",
+            "is_pad": "true",
+            "drive_current": "0",
+            "three_state": "0"
+        },
+        "pin DVDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin DVSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        }
+    }
+}
\ No newline at end of file
diff --git a/cells/bi_24t/gf180mcu_fd_io__bi_24t.cdl b/cells/bi_24t/gf180mcu_fd_io__bi_24t.cdl
new file mode 100644
index 0000000..23ef92b
--- /dev/null
+++ b/cells/bi_24t/gf180mcu_fd_io__bi_24t.cdl
@@ -0,0 +1,576 @@
+* Copyright 2022 GlobalFoundries PDK Authors
+*
+* Licensed under the Apache License, Version 2.0 (the "License");
+* you may not use this file except in compliance with the License.
+* You may obtain a copy of the License at
+*
+*     http://www.apache.org/licenses/LICENSE-2.0
+*
+* Unless required by applicable law or agreed to in writing, software
+* distributed under the License is distributed on an "AS IS" BASIS,
+* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+* See the License for the specific language governing permissions and
+* limitations under the License.
+
+.SUBCKT gf180mcu_fd_io__bi_24t A CS DVDD DVSS IE OE PAD PD PU SL VDD VSS Y
+R0 n9 VDD $SUB=VDD $[ppolyf_u] $W=800e-9 $L=1.6e-6 m=1.0 r=907.859 par=1
+R1 n11 VDD $SUB=VDD $[ppolyf_u] $W=800e-9 $L=1.6e-6 m=1.0 r=907.859 par=1
+C2 DVDD DVSS $[nmoscap_6p0] m=4.0 l=3e-6 w=3e-6
+C3 DVDD DVSS $[nmoscap_6p0] m=8.0 l=1.5e-6 w=5e-6
+M4 n43 n32 DVSS DVSS nmos_6p0 m=1.0 w=3e-6 l=700e-9 nf=2.0 as=1.32e-12 ad=780e-15
++ ps=7.76e-6 pd=4.04e-6 nrd=86.667e-3 nrs=146.667e-3 sa=440e-9 sb=440e-9
++ sd=520e-9 dtemp=0.0 par=1
+M5 n56 IE VSS VSS nmos_6p0 m=1.0 w=1.5e-6 l=700e-9 nf=1.0 as=660e-15 ad=660e-15
++ ps=3.88e-6 pd=3.88e-6 nrd=293.333e-3 nrs=293.333e-3 sa=440e-9 sb=440e-9
++ sd=0.0 dtemp=0.0 par=1
+M6 n32 n56 DVSS DVSS nmos_6p0 m=1.0 w=3e-6 l=700e-9 nf=2.0 as=1.32e-12 ad=780e-15
++ ps=7.76e-6 pd=4.04e-6 nrd=86.667e-3 nrs=146.667e-3 sa=440e-9 sb=440e-9
++ sd=520e-9 dtemp=0.0 par=1
+M7 n43 n32 DVDD DVDD pmos_6p0 m=1.0 w=6e-6 l=700e-9 nf=2.0 as=2.64e-12 ad=1.56e-12
++ ps=13.76e-6 pd=7.04e-6 nrd=43.333e-3 nrs=73.333e-3 sa=440e-9 sb=440e-9
++ sd=520e-9 dtemp=0.0 par=1
+M8 n56 IE VDD VDD pmos_6p0 m=1.0 w=3e-6 l=700e-9 nf=1.0 as=1.32e-12 ad=1.32e-12
++ ps=6.88e-6 pd=6.88e-6 nrd=146.667e-3 nrs=146.667e-3 sa=440e-9 sb=440e-9
++ sd=0.0 dtemp=0.0 par=1
+M9 n32 n56 DVDD DVDD pmos_6p0 m=1.0 w=6e-6 l=700e-9 nf=2.0 as=2.64e-12 ad=1.56e-12
++ ps=13.76e-6 pd=7.04e-6 nrd=43.333e-3 nrs=73.333e-3 sa=440e-9 sb=440e-9
++ sd=520e-9 dtemp=0.0 par=1
+M10 n49 n33 DVSS DVSS nmos_6p0 m=1.0 w=3e-6 l=700e-9 nf=2.0 as=1.32e-12 ad=780e-15
++ ps=7.76e-6 pd=4.04e-6 nrd=86.667e-3 nrs=146.667e-3 sa=440e-9 sb=440e-9
++ sd=520e-9 dtemp=0.0 par=1
+M11 n64 CS VSS VSS nmos_6p0 m=1.0 w=1.5e-6 l=700e-9 nf=1.0 as=660e-15
++ ad=660e-15 ps=3.88e-6 pd=3.88e-6 nrd=293.333e-3 nrs=293.333e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M12 n33 n64 DVSS DVSS nmos_6p0 m=1.0 w=3e-6 l=700e-9 nf=2.0 as=1.32e-12 ad=780e-15
++ ps=7.76e-6 pd=4.04e-6 nrd=86.667e-3 nrs=146.667e-3 sa=440e-9 sb=440e-9
++ sd=520e-9 dtemp=0.0 par=1
+M13 n49 n33 DVDD DVDD pmos_6p0 m=1.0 w=6e-6 l=700e-9 nf=2.0 as=2.64e-12
++ ad=1.56e-12 ps=13.76e-6 pd=7.04e-6 nrd=43.333e-3 nrs=73.333e-3 sa=440e-9
++ sb=440e-9 sd=520e-9 dtemp=0.0 par=1
+M14 n64 CS VDD VDD pmos_6p0 m=1.0 w=3e-6 l=700e-9 nf=1.0 as=1.32e-12
++ ad=1.32e-12 ps=6.88e-6 pd=6.88e-6 nrd=146.667e-3 nrs=146.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M15 n33 n64 DVDD DVDD pmos_6p0 m=1.0 w=6e-6 l=700e-9 nf=2.0 as=2.64e-12
++ ad=1.56e-12 ps=13.76e-6 pd=7.04e-6 nrd=43.333e-3 nrs=73.333e-3 sa=440e-9
++ sb=440e-9 sd=520e-9 dtemp=0.0 par=1
+M16 n47 n35 DVSS DVSS nmos_6p0 m=1.0 w=3e-6 l=700e-9 nf=2.0 as=1.32e-12 ad=780e-15
++ ps=7.76e-6 pd=4.04e-6 nrd=86.667e-3 nrs=146.667e-3 sa=440e-9 sb=440e-9
++ sd=520e-9 dtemp=0.0 par=1
+M17 n72 n36 VSS VSS nmos_6p0 m=1.0 w=1.5e-6 l=700e-9 nf=1.0 as=660e-15
++ ad=660e-15 ps=3.88e-6 pd=3.88e-6 nrd=293.333e-3 nrs=293.333e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M18 n35 n72 DVSS DVSS nmos_6p0 m=1.0 w=3e-6 l=700e-9 nf=2.0 as=1.32e-12 ad=780e-15
++ ps=7.76e-6 pd=4.04e-6 nrd=86.667e-3 nrs=146.667e-3 sa=440e-9 sb=440e-9
++ sd=520e-9 dtemp=0.0 par=1
+M19 n47 n35 DVDD DVDD pmos_6p0 m=1.0 w=6e-6 l=700e-9 nf=2.0 as=2.64e-12
++ ad=1.56e-12 ps=13.76e-6 pd=7.04e-6 nrd=43.333e-3 nrs=73.333e-3 sa=440e-9
++ sb=440e-9 sd=520e-9 dtemp=0.0 par=1
+M20 n72 n36 VDD VDD pmos_6p0 m=1.0 w=3e-6 l=700e-9 nf=1.0 as=1.32e-12
++ ad=1.32e-12 ps=6.88e-6 pd=6.88e-6 nrd=146.667e-3 nrs=146.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M21 n35 n72 DVDD DVDD pmos_6p0 m=1.0 w=6e-6 l=700e-9 nf=2.0 as=2.64e-12
++ ad=1.56e-12 ps=13.76e-6 pd=7.04e-6 nrd=43.333e-3 nrs=73.333e-3 sa=440e-9
++ sb=440e-9 sd=520e-9 dtemp=0.0 par=1
+M22 n51 n38 DVSS DVSS nmos_6p0 m=1.0 w=3e-6 l=700e-9 nf=2.0 as=1.32e-12 ad=780e-15
++ ps=7.76e-6 pd=4.04e-6 nrd=86.667e-3 nrs=146.667e-3 sa=440e-9 sb=440e-9
++ sd=520e-9 dtemp=0.0 par=1
+M23 n80 n34 VSS VSS nmos_6p0 m=1.0 w=1.5e-6 l=700e-9 nf=1.0 as=660e-15
++ ad=660e-15 ps=3.88e-6 pd=3.88e-6 nrd=293.333e-3 nrs=293.333e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M24 n38 n80 DVSS DVSS nmos_6p0 m=1.0 w=3e-6 l=700e-9 nf=2.0 as=1.32e-12 ad=780e-15
++ ps=7.76e-6 pd=4.04e-6 nrd=86.667e-3 nrs=146.667e-3 sa=440e-9 sb=440e-9
++ sd=520e-9 dtemp=0.0 par=1
+M25 n51 n38 DVDD DVDD pmos_6p0 m=1.0 w=6e-6 l=700e-9 nf=2.0 as=2.64e-12
++ ad=1.56e-12 ps=13.76e-6 pd=7.04e-6 nrd=43.333e-3 nrs=73.333e-3 sa=440e-9
++ sb=440e-9 sd=520e-9 dtemp=0.0 par=1
+M26 n80 n34 VDD VDD pmos_6p0 m=1.0 w=3e-6 l=700e-9 nf=1.0 as=1.32e-12
++ ad=1.32e-12 ps=6.88e-6 pd=6.88e-6 nrd=146.667e-3 nrs=146.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M27 n38 n80 DVDD DVDD pmos_6p0 m=1.0 w=6e-6 l=700e-9 nf=2.0 as=2.64e-12
++ ad=1.56e-12 ps=13.76e-6 pd=7.04e-6 nrd=43.333e-3 nrs=73.333e-3 sa=440e-9
++ sb=440e-9 sd=520e-9 dtemp=0.0 par=1
+D28 PD VDD pn_6p0 m=1.0 AREA=1e-12 PJ=4e-6
+D29 IE VDD pn_6p0 m=1.0 AREA=1e-12 PJ=4e-6
+D30 CS VDD pn_6p0 m=1.0 AREA=1e-12 PJ=4e-6
+D31 PU VDD pn_6p0 m=1.0 AREA=1e-12 PJ=4e-6
+M32 n88 n33 DVDD DVDD pmos_6p0 m=1.0 w=8e-6 l=700e-9 nf=1.0 as=3.52e-12
++ ad=3.52e-12 ps=16.88e-6 pd=16.88e-6 nrd=55e-3 nrs=55e-3 sa=440e-9 sb=440e-9
++ sd=0.0 dtemp=0.0 par=1
+M33 DVDD n33 n89 DVDD pmos_6p0 m=1.0 w=3e-6 l=700e-9 nf=1.0 as=1.32e-12
++ ad=1.32e-12 ps=6.88e-6 pd=6.88e-6 nrd=146.667e-3 nrs=146.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M34 n90 n21 DVDD DVDD pmos_6p0 m=1.0 w=3.8e-6 l=700e-9 nf=1.0 as=1.672e-12
++ ad=1.672e-12 ps=8.48e-6 pd=8.48e-6 nrd=115.789e-3 nrs=115.789e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M35 DVSS n89 n90 DVDD pmos_6p0 m=1.0 w=3.8e-6 l=700e-9 nf=1.0 as=1.672e-12
++ ad=1.672e-12 ps=8.48e-6 pd=8.48e-6 nrd=115.789e-3 nrs=115.789e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M36 n50 n32 DVDD DVDD pmos_6p0 m=1.0 w=6e-6 l=700e-9 nf=1.0 as=2.64e-12
++ ad=2.64e-12 ps=12.88e-6 pd=12.88e-6 nrd=73.333e-3 nrs=73.333e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M37 n50 n88 n85 DVDD pmos_6p0 m=1.0 w=2e-6 l=700e-9 nf=1.0 as=880e-15 ad=880e-15
++ ps=4.88e-6 pd=4.88e-6 nrd=220e-3 nrs=220e-3 sa=440e-9 sb=440e-9 sd=0.0
++ dtemp=0.0 par=1
+M38 n50 n88 n89 DVDD pmos_6p0 m=1.0 w=2e-6 l=700e-9 nf=1.0 as=880e-15 ad=880e-15
++ ps=4.88e-6 pd=4.88e-6 nrd=220e-3 nrs=220e-3 sa=440e-9 sb=440e-9 sd=0.0
++ dtemp=0.0 par=1
+M39 n50 n21 n90 DVDD pmos_6p0 m=1.0 w=4.3e-6 l=700e-9 nf=1.0 as=1.892e-12
++ ad=1.892e-12 ps=9.48e-6 pd=9.48e-6 nrd=102.326e-3 nrs=102.326e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M40 n95 n32 DVSS DVSS nmos_6p0 m=1.0 w=16e-6 l=700e-9 nf=1.0 as=7.04e-12
++ ad=7.04e-12 ps=32.88e-6 pd=32.88e-6 nrd=27.5e-3 nrs=27.5e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M41 n87 n21 n95 DVSS nmos_6p0 m=1.0 w=10.6e-6 l=700e-9 nf=1.0 as=4.664e-12
++ ad=4.664e-12 ps=22.08e-6 pd=22.08e-6 nrd=41.509e-3 nrs=41.509e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M42 n50 n21 n87 DVSS nmos_6p0 m=1.0 w=12e-6 l=700e-9 nf=1.0 as=5.28e-12
++ ad=5.28e-12 ps=24.88e-6 pd=24.88e-6 nrd=36.667e-3 nrs=36.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M43 n88 n33 DVSS DVSS nmos_6p0 m=1.0 w=4e-6 l=700e-9 nf=1.0 as=1.76e-12
++ ad=1.76e-12 ps=8.88e-6 pd=8.88e-6 nrd=110e-3 nrs=110e-3 sa=440e-9 sb=440e-9
++ sd=0.0 dtemp=0.0 par=1
+M44 n50 n33 n85 DVSS nmos_6p0 m=1.0 w=1.5e-6 l=700e-9 nf=1.0 as=660e-15
++ ad=660e-15 ps=3.88e-6 pd=3.88e-6 nrd=293.333e-3 nrs=293.333e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M45 n50 n33 n89 DVSS nmos_6p0 m=1.0 w=1.5e-6 l=700e-9 nf=1.0 as=660e-15
++ ad=660e-15 ps=3.88e-6 pd=3.88e-6 nrd=293.333e-3 nrs=293.333e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M46 DVDD n85 n87 DVSS nmos_6p0 m=1.0 w=1.3e-6 l=700e-9 nf=1.0 as=572e-15
++ ad=572e-15 ps=3.48e-6 pd=3.48e-6 nrd=338.462e-3 nrs=338.462e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M47 DVSS n88 n85 DVSS nmos_6p0 m=1.0 w=1.5e-6 l=700e-9 nf=1.0 as=660e-15
++ ad=660e-15 ps=3.88e-6 pd=3.88e-6 nrd=293.333e-3 nrs=293.333e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M48 n103 n50 DVDD DVDD pmos_6p0 m=1.0 w=2e-6 l=700e-9 nf=1.0 as=880e-15 ad=880e-15
++ ps=4.88e-6 pd=4.88e-6 nrd=220e-3 nrs=220e-3 sa=440e-9 sb=440e-9 sd=0.0
++ dtemp=0.0 par=1
+M49 n100 n103 VDD VDD pmos_6p0 m=1.0 w=10e-6 l=700e-9 nf=1.0 as=4.4e-12
++ ad=4.4e-12 ps=20.88e-6 pd=20.88e-6 nrd=44e-3 nrs=44e-3 sa=440e-9 sb=440e-9
++ sd=0.0 dtemp=0.0 par=1
+M50 Y n100 VDD VDD pmos_6p0 m=1.0 w=21e-6 l=700e-9 nf=1.0 as=9.24e-12
++ ad=9.24e-12 ps=42.88e-6 pd=42.88e-6 nrd=20.952e-3 nrs=20.952e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M51 n103 n50 DVSS DVSS nmos_6p0 m=1.0 w=8e-6 l=700e-9 nf=1.0 as=3.52e-12
++ ad=3.52e-12 ps=16.88e-6 pd=16.88e-6 nrd=55e-3 nrs=55e-3 sa=440e-9 sb=440e-9
++ sd=0.0 dtemp=0.0 par=1
+M52 Y n100 VSS VSS nmos_6p0 m=1.0 w=9e-6 l=700e-9 nf=1.0 as=3.96e-12
++ ad=3.96e-12 ps=18.88e-6 pd=18.88e-6 nrd=48.889e-3 nrs=48.889e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M53 n100 n103 VSS VSS nmos_6p0 m=1.0 w=2.5e-6 l=700e-9 nf=1.0 as=1.1e-12
++ ad=1.1e-12 ps=5.88e-6 pd=5.88e-6 nrd=176e-3 nrs=176e-3 sa=440e-9 sb=440e-9
++ sd=0.0 dtemp=0.0 par=1
+M54 n36 n110 VDD VDD pmos_6p0 m=1.0 w=3e-6 l=700e-9 nf=1.0 as=1.32e-12
++ ad=1.32e-12 ps=6.88e-6 pd=6.88e-6 nrd=146.667e-3 nrs=146.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M55 n36 PU VDD VDD pmos_6p0 m=1.0 w=3e-6 l=700e-9 nf=1.0 as=1.32e-12 ad=1.32e-12
++ ps=6.88e-6 pd=6.88e-6 nrd=146.667e-3 nrs=146.667e-3 sa=440e-9 sb=440e-9
++ sd=0.0 dtemp=0.0 par=1
+M56 n111 PU VSS VSS nmos_6p0 m=1.0 w=3e-6 l=700e-9 nf=1.0 as=1.32e-12
++ ad=1.32e-12 ps=6.88e-6 pd=6.88e-6 nrd=146.667e-3 nrs=146.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M57 n36 n110 n111 VSS nmos_6p0 m=1.0 w=3e-6 l=700e-9 nf=1.0 as=1.32e-12
++ ad=1.32e-12 ps=6.88e-6 pd=6.88e-6 nrd=146.667e-3 nrs=146.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M58 n34 PD VDD VDD pmos_6p0 m=1.0 w=3e-6 l=700e-9 nf=1.0 as=1.32e-12 ad=1.32e-12
++ ps=6.88e-6 pd=6.88e-6 nrd=146.667e-3 nrs=146.667e-3 sa=440e-9 sb=440e-9
++ sd=0.0 dtemp=0.0 par=1
+M59 n34 n110 VDD VDD pmos_6p0 m=1.0 w=3e-6 l=700e-9 nf=1.0 as=1.32e-12
++ ad=1.32e-12 ps=6.88e-6 pd=6.88e-6 nrd=146.667e-3 nrs=146.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M60 n117 n110 VSS VSS nmos_6p0 m=1.0 w=3e-6 l=700e-9 nf=1.0 as=1.32e-12
++ ad=1.32e-12 ps=6.88e-6 pd=6.88e-6 nrd=146.667e-3 nrs=146.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M61 n34 PD n117 VSS nmos_6p0 m=1.0 w=3e-6 l=700e-9 nf=1.0 as=1.32e-12
++ ad=1.32e-12 ps=6.88e-6 pd=6.88e-6 nrd=146.667e-3 nrs=146.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M62 n123 n129 n110 VDD pmos_6p0 m=1.0 w=3e-6 l=700e-9 nf=1.0 as=1.32e-12
++ ad=1.32e-12 ps=6.88e-6 pd=6.88e-6 nrd=146.667e-3 nrs=146.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M63 PU PD n110 VDD pmos_6p0 m=1.0 w=3e-6 l=700e-9 nf=1.0 as=1.32e-12
++ ad=1.32e-12 ps=6.88e-6 pd=6.88e-6 nrd=146.667e-3 nrs=146.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M64 n129 PD VDD VDD pmos_6p0 m=1.0 w=3e-6 l=700e-9 nf=1.0 as=1.32e-12
++ ad=1.32e-12 ps=6.88e-6 pd=6.88e-6 nrd=146.667e-3 nrs=146.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M65 n123 PU VDD VDD pmos_6p0 m=1.0 w=3e-6 l=700e-9 nf=1.0 as=1.32e-12
++ ad=1.32e-12 ps=6.88e-6 pd=6.88e-6 nrd=146.667e-3 nrs=146.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M66 n123 PD n110 VSS nmos_6p0 m=1.0 w=1.5e-6 l=700e-9 nf=1.0 as=660e-15
++ ad=660e-15 ps=3.88e-6 pd=3.88e-6 nrd=293.333e-3 nrs=293.333e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M67 PU n129 n110 VSS nmos_6p0 m=1.0 w=1.5e-6 l=700e-9 nf=1.0 as=660e-15
++ ad=660e-15 ps=3.88e-6 pd=3.88e-6 nrd=293.333e-3 nrs=293.333e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M68 n129 PD VSS VSS nmos_6p0 m=1.0 w=1.5e-6 l=700e-9 nf=1.0 as=660e-15
++ ad=660e-15 ps=3.88e-6 pd=3.88e-6 nrd=293.333e-3 nrs=293.333e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M69 n123 PU VSS VSS nmos_6p0 m=1.0 w=1.5e-6 l=700e-9 nf=1.0 as=660e-15
++ ad=660e-15 ps=3.88e-6 pd=3.88e-6 nrd=293.333e-3 nrs=293.333e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+R70 n21 n132 $SUB=DVDD $[ppolyf_u] $W=800e-9 $L=23e-6 m=1.0 r=9.94533e3 par=1
+R71 n132 n131 $SUB=DVDD $[ppolyf_u] $W=800e-9 $L=35.7e-6 m=1.0 r=15.3065e3 par=1
+R72 n131 n130 $SUB=DVDD $[ppolyf_u] $W=800e-9 $L=35.7e-6 m=1.0 r=15.3065e3 par=1
+R73 n130 n133 $SUB=DVDD $[ppolyf_u] $W=800e-9 $L=35.7e-6 m=1.0 r=15.3065e3 par=1
+R74 n133 n138 $SUB=DVDD $[ppolyf_u] $W=800e-9 $L=35.7e-6 m=1.0 r=15.3065e3 par=1
+R75 n138 n137 $SUB=DVDD $[ppolyf_u] $W=800e-9 $L=35.7e-6 m=1.0 r=15.3065e3 par=1
+R76 n137 n134 $SUB=DVDD $[ppolyf_u] $W=800e-9 $L=35.7e-6 m=1.0 r=15.3065e3 par=1
+R77 n134 n135 $SUB=DVDD $[ppolyf_u] $W=800e-9 $L=35.7e-6 m=1.0 r=15.3065e3 par=1
+M78 n135 n51 DVSS DVSS nmos_6p0 m=1.0 w=1.5e-6 l=700e-9 nf=1.0 as=660e-15
++ ad=660e-15 ps=3.88e-6 pd=3.88e-6 nrd=293.333e-3 nrs=293.333e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M79 n135 n35 DVDD DVDD pmos_6p0 m=1.0 w=3e-6 l=700e-9 nf=1.0 as=1.32e-12
++ ad=1.32e-12 ps=6.88e-6 pd=6.88e-6 nrd=146.667e-3 nrs=146.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+D80 DVSS n21 np_6p0 m=2.0 AREA=20e-12 PJ=42e-6
+D81 n21 DVDD pn_6p0 m=2.0 AREA=20e-12 PJ=42e-6
+R82 PAD n21 $SUB=DVDD $[ppolyf_u] $W=2.5e-6 $L=2.8e-6 m=1.0 r=432.59 par=1
+R83 PAD n21 $SUB=DVDD $[ppolyf_u] $W=2.5e-6 $L=2.8e-6 m=1.0 r=449.157 par=1
+R84 PAD n21 $SUB=DVDD $[ppolyf_u] $W=2.5e-6 $L=2.8e-6 m=1.0 r=432.59 par=1
+R85 PAD n21 $SUB=DVDD $[ppolyf_u] $W=2.5e-6 $L=2.8e-6 m=1.0 r=449.157 par=1
+M86 n183 n191 DVSS DVSS nmos_6p0 m=1.0 w=3e-6 l=700e-9 nf=1.0 as=1.32e-12
++ ad=1.32e-12 ps=6.88e-6 pd=6.88e-6 nrd=146.667e-3 nrs=146.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M87 n153 n183 DVSS DVSS nmos_6p0 m=1.0 w=3e-6 l=700e-9 nf=1.0 as=1.32e-12
++ ad=1.32e-12 ps=6.88e-6 pd=6.88e-6 nrd=146.667e-3 nrs=146.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M88 n188 OE VSS VSS nmos_6p0 m=1.0 w=3e-6 l=700e-9 nf=1.0 as=1.32e-12
++ ad=1.32e-12 ps=6.88e-6 pd=6.88e-6 nrd=146.667e-3 nrs=146.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M89 n191 A n188 VSS nmos_6p0 m=1.0 w=3e-6 l=700e-9 nf=1.0 as=1.32e-12
++ ad=1.32e-12 ps=6.88e-6 pd=6.88e-6 nrd=146.667e-3 nrs=146.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M90 n183 n191 DVDD DVDD pmos_6p0 m=1.0 w=6e-6 l=700e-9 nf=1.0 as=2.64e-12
++ ad=2.64e-12 ps=12.88e-6 pd=12.88e-6 nrd=73.333e-3 nrs=73.333e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M91 n153 n183 DVDD DVDD pmos_6p0 m=1.0 w=6e-6 l=700e-9 nf=1.0 as=2.64e-12
++ ad=2.64e-12 ps=12.88e-6 pd=12.88e-6 nrd=73.333e-3 nrs=73.333e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M92 n191 OE VDD VDD pmos_6p0 m=1.0 w=3e-6 l=700e-9 nf=1.0 as=1.32e-12
++ ad=1.32e-12 ps=6.88e-6 pd=6.88e-6 nrd=146.667e-3 nrs=146.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M93 n191 A VDD VDD pmos_6p0 m=1.0 w=3e-6 l=700e-9 nf=1.0 as=1.32e-12
++ ad=1.32e-12 ps=6.88e-6 pd=6.88e-6 nrd=146.667e-3 nrs=146.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M94 PAD n157 DVDD DVDD pmos_6p0_sab m=1.0 w=120e-6 l=700e-9 nf=2.0 s_sab=280e-9
++ d_sab=2.78e-6 par=1 dtemp=0.0
+M95 PAD n165 DVDD DVDD pmos_6p0_sab m=1.0 w=60e-6 l=700e-9 nf=1.0 s_sab=280e-9
++ d_sab=2.78e-6 par=1 dtemp=0.0
+M96 PAD n172 DVSS DVSS nmos_6p0_sab m=1.0 w=37e-6 l=800e-9 nf=1.0 s_sab=280e-9
++ d_sab=3.78e-6 par=1 dtemp=0.0
+M97 PAD n169 DVSS DVSS nmos_6p0_sab m=1.0 w=37e-6 l=800e-9 nf=1.0 s_sab=280e-9
++ d_sab=3.78e-6 par=1 dtemp=0.0
+M98 PAD n158 DVDD DVDD pmos_6p0_sab m=1.0 w=120e-6 l=700e-9 nf=2.0 s_sab=280e-9
++ d_sab=2.78e-6 par=1 dtemp=0.0
+M99 PAD n164 DVDD DVDD pmos_6p0_sab m=1.0 w=60e-6 l=700e-9 nf=1.0 s_sab=280e-9
++ d_sab=2.78e-6 par=1 dtemp=0.0
+M100 PAD n173 DVSS DVSS nmos_6p0_sab m=1.0 w=37e-6 l=800e-9 nf=1.0 s_sab=280e-9
++ d_sab=3.78e-6 par=1 dtemp=0.0
+M101 PAD n168 DVSS DVSS nmos_6p0_sab m=1.0 w=37e-6 l=800e-9 nf=1.0 s_sab=280e-9
++ d_sab=3.78e-6 par=1 dtemp=0.0
+M102 PAD n161 DVDD DVDD pmos_6p0_sab m=1.0 w=120e-6 l=700e-9 nf=2.0 s_sab=280e-9
++ d_sab=2.78e-6 par=1 dtemp=0.0
+M103 PAD n166 DVDD DVDD pmos_6p0_sab m=1.0 w=60e-6 l=700e-9 nf=1.0 s_sab=280e-9
++ d_sab=2.78e-6 par=1 dtemp=0.0
+M104 PAD n171 DVSS DVSS nmos_6p0_sab m=1.0 w=37e-6 l=800e-9 nf=1.0 s_sab=280e-9
++ d_sab=3.78e-6 par=1 dtemp=0.0
+M105 PAD n170 DVSS DVSS nmos_6p0_sab m=1.0 w=37e-6 l=800e-9 nf=1.0 s_sab=280e-9
++ d_sab=3.78e-6 par=1 dtemp=0.0
+M106 PAD n162 DVDD DVDD pmos_6p0_sab m=1.0 w=120e-6 l=700e-9 nf=2.0 s_sab=280e-9
++ d_sab=2.78e-6 par=1 dtemp=0.0
+M107 PAD n163 DVDD DVDD pmos_6p0_sab m=1.0 w=60e-6 l=700e-9 nf=1.0 s_sab=280e-9
++ d_sab=2.78e-6 par=1 dtemp=0.0
+M108 PAD n174 DVSS DVSS nmos_6p0_sab m=1.0 w=37e-6 l=800e-9 nf=1.0 s_sab=280e-9
++ d_sab=3.78e-6 par=1 dtemp=0.0
+M109 PAD n167 DVSS DVSS nmos_6p0_sab m=1.0 w=37e-6 l=800e-9 nf=1.0 s_sab=280e-9
++ d_sab=3.78e-6 par=1 dtemp=0.0
+D110 A VDD pn_6p0 m=1.0 AREA=1e-12 PJ=4e-6
+D111 SL VDD pn_6p0 m=1.0 AREA=1e-12 PJ=4e-6
+M112 n159 n160 DVSS DVSS nmos_6p0 m=1.0 w=3e-6 l=700e-9 nf=2.0 as=1.32e-12
++ ad=780e-15 ps=7.76e-6 pd=4.04e-6 nrd=86.667e-3 nrs=146.667e-3 sa=440e-9
++ sb=440e-9 sd=520e-9 dtemp=0.0 par=1
+M113 n291 SL VSS VSS nmos_6p0 m=1.0 w=1.5e-6 l=700e-9 nf=1.0 as=660e-15
++ ad=660e-15 ps=3.88e-6 pd=3.88e-6 nrd=293.333e-3 nrs=293.333e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M114 n160 n291 DVSS DVSS nmos_6p0 m=1.0 w=3e-6 l=700e-9 nf=2.0 as=1.32e-12
++ ad=780e-15 ps=7.76e-6 pd=4.04e-6 nrd=86.667e-3 nrs=146.667e-3 sa=440e-9
++ sb=440e-9 sd=520e-9 dtemp=0.0 par=1
+M115 n159 n160 DVDD DVDD pmos_6p0 m=1.0 w=6e-6 l=700e-9 nf=2.0 as=2.64e-12
++ ad=1.56e-12 ps=13.76e-6 pd=7.04e-6 nrd=43.333e-3 nrs=73.333e-3 sa=440e-9
++ sb=440e-9 sd=520e-9 dtemp=0.0 par=1
+M116 n291 SL VDD VDD pmos_6p0 m=1.0 w=3e-6 l=700e-9 nf=1.0 as=1.32e-12
++ ad=1.32e-12 ps=6.88e-6 pd=6.88e-6 nrd=146.667e-3 nrs=146.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M117 n160 n291 DVDD DVDD pmos_6p0 m=1.0 w=6e-6 l=700e-9 nf=2.0 as=2.64e-12
++ ad=1.56e-12 ps=13.76e-6 pd=7.04e-6 nrd=43.333e-3 nrs=73.333e-3 sa=440e-9
++ sb=440e-9 sd=520e-9 dtemp=0.0 par=1
+D118 VSS n9 pn_6p0 m=1.0 AREA=230.4e-15 PJ=1.92e-6
+D119 VSS OE pn_6p0 m=1.0 AREA=230.4e-15 PJ=1.92e-6
+M120 n304 n9 VSS VSS nmos_6p0 m=1.0 w=3e-6 l=700e-9 nf=1.0 as=1.32e-12
++ ad=1.32e-12 ps=6.88e-6 pd=6.88e-6 nrd=146.667e-3 nrs=146.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M121 n295 OE n304 VSS nmos_6p0 m=1.0 w=3e-6 l=700e-9 nf=1.0 as=1.32e-12
++ ad=1.32e-12 ps=6.88e-6 pd=6.88e-6 nrd=146.667e-3 nrs=146.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M122 n156 n152 DVSS DVSS nmos_6p0 m=1.0 w=3e-6 l=700e-9 nf=1.0 as=1.32e-12
++ ad=1.32e-12 ps=6.88e-6 pd=6.88e-6 nrd=146.667e-3 nrs=146.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M123 n152 n295 DVSS DVSS nmos_6p0 m=1.0 w=3e-6 l=700e-9 nf=1.0 as=1.32e-12
++ ad=1.32e-12 ps=6.88e-6 pd=6.88e-6 nrd=146.667e-3 nrs=146.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M124 n295 n9 VDD VDD pmos_6p0 m=1.0 w=3e-6 l=700e-9 nf=1.0 as=1.32e-12
++ ad=1.32e-12 ps=6.88e-6 pd=6.88e-6 nrd=146.667e-3 nrs=146.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M125 n295 OE VDD VDD pmos_6p0 m=1.0 w=3e-6 l=700e-9 nf=1.0 as=1.32e-12
++ ad=1.32e-12 ps=6.88e-6 pd=6.88e-6 nrd=146.667e-3 nrs=146.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M126 n156 n152 DVDD DVDD pmos_6p0 m=1.0 w=6e-6 l=700e-9 nf=1.0 as=2.64e-12
++ ad=2.64e-12 ps=12.88e-6 pd=12.88e-6 nrd=73.333e-3 nrs=73.333e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M127 n152 n295 DVDD DVDD pmos_6p0 m=1.0 w=6e-6 l=700e-9 nf=1.0 as=2.64e-12
++ ad=2.64e-12 ps=12.88e-6 pd=12.88e-6 nrd=73.333e-3 nrs=73.333e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+D128 VSS n11 pn_6p0 m=1.0 AREA=230.4e-15 PJ=1.92e-6
+D129 VSS OE pn_6p0 m=1.0 AREA=230.4e-15 PJ=1.92e-6
+M130 n314 n11 VSS VSS nmos_6p0 m=1.0 w=3e-6 l=700e-9 nf=1.0 as=1.32e-12
++ ad=1.32e-12 ps=6.88e-6 pd=6.88e-6 nrd=146.667e-3 nrs=146.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M131 n305 OE n314 VSS nmos_6p0 m=1.0 w=3e-6 l=700e-9 nf=1.0 as=1.32e-12
++ ad=1.32e-12 ps=6.88e-6 pd=6.88e-6 nrd=146.667e-3 nrs=146.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M132 n151 n150 DVSS DVSS nmos_6p0 m=1.0 w=3e-6 l=700e-9 nf=1.0 as=1.32e-12
++ ad=1.32e-12 ps=6.88e-6 pd=6.88e-6 nrd=146.667e-3 nrs=146.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M133 n150 n305 DVSS DVSS nmos_6p0 m=1.0 w=3e-6 l=700e-9 nf=1.0 as=1.32e-12
++ ad=1.32e-12 ps=6.88e-6 pd=6.88e-6 nrd=146.667e-3 nrs=146.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M134 n305 n11 VDD VDD pmos_6p0 m=1.0 w=3e-6 l=700e-9 nf=1.0 as=1.32e-12
++ ad=1.32e-12 ps=6.88e-6 pd=6.88e-6 nrd=146.667e-3 nrs=146.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M135 n305 OE VDD VDD pmos_6p0 m=1.0 w=3e-6 l=700e-9 nf=1.0 as=1.32e-12
++ ad=1.32e-12 ps=6.88e-6 pd=6.88e-6 nrd=146.667e-3 nrs=146.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M136 n151 n150 DVDD DVDD pmos_6p0 m=1.0 w=6e-6 l=700e-9 nf=1.0 as=2.64e-12
++ ad=2.64e-12 ps=12.88e-6 pd=12.88e-6 nrd=73.333e-3 nrs=73.333e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M137 n150 n305 DVDD DVDD pmos_6p0 m=1.0 w=6e-6 l=700e-9 nf=1.0 as=2.64e-12
++ ad=2.64e-12 ps=12.88e-6 pd=12.88e-6 nrd=73.333e-3 nrs=73.333e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+D138 VSS VDD pn_6p0 m=1.0 AREA=230.4e-15 PJ=1.92e-6
+D139 VSS OE pn_6p0 m=1.0 AREA=230.4e-15 PJ=1.92e-6
+M140 n324 VDD VSS VSS nmos_6p0 m=1.0 w=3e-6 l=700e-9 nf=1.0 as=1.32e-12
++ ad=1.32e-12 ps=6.88e-6 pd=6.88e-6 nrd=146.667e-3 nrs=146.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M141 n315 OE n324 VSS nmos_6p0 m=1.0 w=3e-6 l=700e-9 nf=1.0 as=1.32e-12
++ ad=1.32e-12 ps=6.88e-6 pd=6.88e-6 nrd=146.667e-3 nrs=146.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M142 n148 n147 DVSS DVSS nmos_6p0 m=1.0 w=3e-6 l=700e-9 nf=1.0 as=1.32e-12
++ ad=1.32e-12 ps=6.88e-6 pd=6.88e-6 nrd=146.667e-3 nrs=146.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M143 n147 n315 DVSS DVSS nmos_6p0 m=1.0 w=3e-6 l=700e-9 nf=1.0 as=1.32e-12
++ ad=1.32e-12 ps=6.88e-6 pd=6.88e-6 nrd=146.667e-3 nrs=146.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M144 n315 VDD VDD VDD pmos_6p0 m=1.0 w=3e-6 l=700e-9 nf=1.0 as=1.32e-12
++ ad=1.32e-12 ps=6.88e-6 pd=6.88e-6 nrd=146.667e-3 nrs=146.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M145 n315 OE VDD VDD pmos_6p0 m=1.0 w=3e-6 l=700e-9 nf=1.0 as=1.32e-12
++ ad=1.32e-12 ps=6.88e-6 pd=6.88e-6 nrd=146.667e-3 nrs=146.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M146 n148 n147 DVDD DVDD pmos_6p0 m=1.0 w=6e-6 l=700e-9 nf=1.0 as=2.64e-12
++ ad=2.64e-12 ps=12.88e-6 pd=12.88e-6 nrd=73.333e-3 nrs=73.333e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M147 n147 n315 DVDD DVDD pmos_6p0 m=1.0 w=6e-6 l=700e-9 nf=1.0 as=2.64e-12
++ ad=2.64e-12 ps=12.88e-6 pd=12.88e-6 nrd=73.333e-3 nrs=73.333e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M148 n163 n159 n162 DVSS nmos_6p0 m=1.0 w=12e-6 l=700e-9 nf=1.0 as=5.28e-12
++ ad=5.28e-12 ps=24.88e-6 pd=24.88e-6 nrd=36.667e-3 nrs=36.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M149 n162 DVDD n163 DVSS nmos_6p0 m=1.0 w=1.2e-6 l=700e-9 nf=1.0 as=528e-15
++ ad=528e-15 ps=3.28e-6 pd=3.28e-6 nrd=366.667e-3 nrs=366.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M150 n167 n325 DVSS DVSS nmos_6p0 m=1.0 w=12e-6 l=700e-9 nf=1.0 as=5.28e-12
++ ad=5.28e-12 ps=24.88e-6 pd=24.88e-6 nrd=36.667e-3 nrs=36.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M151 n174 n325 DVSS DVSS nmos_6p0 m=1.0 w=12e-6 l=700e-9 nf=1.0 as=5.28e-12
++ ad=5.28e-12 ps=24.88e-6 pd=24.88e-6 nrd=36.667e-3 nrs=36.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M152 n163 n330 DVSS DVSS nmos_6p0 m=1.0 w=12e-6 l=700e-9 nf=1.0 as=5.28e-12
++ ad=5.28e-12 ps=24.88e-6 pd=24.88e-6 nrd=36.667e-3 nrs=36.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M153 n330 n153 DVSS DVSS nmos_6p0 m=1.0 w=6e-6 l=700e-9 nf=1.0 as=2.64e-12
++ ad=2.64e-12 ps=12.88e-6 pd=12.88e-6 nrd=73.333e-3 nrs=73.333e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M154 n330 n156 DVSS DVSS nmos_6p0 m=1.0 w=6e-6 l=700e-9 nf=1.0 as=2.64e-12
++ ad=2.64e-12 ps=12.88e-6 pd=12.88e-6 nrd=73.333e-3 nrs=73.333e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M155 n325 n152 n330 DVSS nmos_6p0 m=1.0 w=6e-6 l=700e-9 nf=1.0 as=2.64e-12
++ ad=2.64e-12 ps=12.88e-6 pd=12.88e-6 nrd=73.333e-3 nrs=73.333e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M156 n167 n160 n174 DVDD pmos_6p0 m=1.0 w=24e-6 l=700e-9 nf=1.0 as=10.56e-12
++ ad=10.56e-12 ps=48.88e-6 pd=48.88e-6 nrd=18.333e-3 nrs=18.333e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M157 n325 n152 DVDD DVDD pmos_6p0 m=1.0 w=12e-6 l=700e-9 nf=1.0 as=5.28e-12
++ ad=5.28e-12 ps=24.88e-6 pd=24.88e-6 nrd=36.667e-3 nrs=36.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M158 n163 n330 DVDD DVDD pmos_6p0 m=1.0 w=24e-6 l=700e-9 nf=1.0 as=10.56e-12
++ ad=10.56e-12 ps=48.88e-6 pd=48.88e-6 nrd=18.333e-3 nrs=18.333e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M159 n174 n325 DVDD DVDD pmos_6p0 m=1.0 w=24e-6 l=700e-9 nf=1.0 as=10.56e-12
++ ad=10.56e-12 ps=48.88e-6 pd=48.88e-6 nrd=18.333e-3 nrs=18.333e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M160 n167 DVSS n174 DVDD pmos_6p0 m=1.0 w=1.2e-6 l=700e-9 nf=1.0 as=528e-15
++ ad=528e-15 ps=3.28e-6 pd=3.28e-6 nrd=366.667e-3 nrs=366.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M161 n325 n153 DVDD DVDD pmos_6p0 m=1.0 w=12e-6 l=700e-9 nf=1.0 as=5.28e-12
++ ad=5.28e-12 ps=24.88e-6 pd=24.88e-6 nrd=36.667e-3 nrs=36.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M162 n330 n156 n325 DVDD pmos_6p0 m=1.0 w=12e-6 l=700e-9 nf=1.0 as=5.28e-12
++ ad=5.28e-12 ps=24.88e-6 pd=24.88e-6 nrd=36.667e-3 nrs=36.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M163 n162 n330 DVDD DVDD pmos_6p0 m=1.0 w=24e-6 l=700e-9 nf=1.0 as=10.56e-12
++ ad=10.56e-12 ps=48.88e-6 pd=48.88e-6 nrd=18.333e-3 nrs=18.333e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M164 n164 n159 n158 DVSS nmos_6p0 m=1.0 w=12e-6 l=700e-9 nf=1.0 as=5.28e-12
++ ad=5.28e-12 ps=24.88e-6 pd=24.88e-6 nrd=36.667e-3 nrs=36.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M165 n158 DVDD n164 DVSS nmos_6p0 m=1.0 w=1.2e-6 l=700e-9 nf=1.0 as=528e-15
++ ad=528e-15 ps=3.28e-6 pd=3.28e-6 nrd=366.667e-3 nrs=366.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M166 n168 n338 DVSS DVSS nmos_6p0 m=1.0 w=12e-6 l=700e-9 nf=1.0 as=5.28e-12
++ ad=5.28e-12 ps=24.88e-6 pd=24.88e-6 nrd=36.667e-3 nrs=36.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M167 n173 n338 DVSS DVSS nmos_6p0 m=1.0 w=12e-6 l=700e-9 nf=1.0 as=5.28e-12
++ ad=5.28e-12 ps=24.88e-6 pd=24.88e-6 nrd=36.667e-3 nrs=36.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M168 n164 n343 DVSS DVSS nmos_6p0 m=1.0 w=12e-6 l=700e-9 nf=1.0 as=5.28e-12
++ ad=5.28e-12 ps=24.88e-6 pd=24.88e-6 nrd=36.667e-3 nrs=36.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M169 n343 n153 DVSS DVSS nmos_6p0 m=1.0 w=6e-6 l=700e-9 nf=1.0 as=2.64e-12
++ ad=2.64e-12 ps=12.88e-6 pd=12.88e-6 nrd=73.333e-3 nrs=73.333e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M170 n343 n151 DVSS DVSS nmos_6p0 m=1.0 w=6e-6 l=700e-9 nf=1.0 as=2.64e-12
++ ad=2.64e-12 ps=12.88e-6 pd=12.88e-6 nrd=73.333e-3 nrs=73.333e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M171 n338 n150 n343 DVSS nmos_6p0 m=1.0 w=6e-6 l=700e-9 nf=1.0 as=2.64e-12
++ ad=2.64e-12 ps=12.88e-6 pd=12.88e-6 nrd=73.333e-3 nrs=73.333e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M172 n168 n160 n173 DVDD pmos_6p0 m=1.0 w=24e-6 l=700e-9 nf=1.0 as=10.56e-12
++ ad=10.56e-12 ps=48.88e-6 pd=48.88e-6 nrd=18.333e-3 nrs=18.333e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M173 n338 n150 DVDD DVDD pmos_6p0 m=1.0 w=12e-6 l=700e-9 nf=1.0 as=5.28e-12
++ ad=5.28e-12 ps=24.88e-6 pd=24.88e-6 nrd=36.667e-3 nrs=36.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M174 n164 n343 DVDD DVDD pmos_6p0 m=1.0 w=24e-6 l=700e-9 nf=1.0 as=10.56e-12
++ ad=10.56e-12 ps=48.88e-6 pd=48.88e-6 nrd=18.333e-3 nrs=18.333e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M175 n173 n338 DVDD DVDD pmos_6p0 m=1.0 w=24e-6 l=700e-9 nf=1.0 as=10.56e-12
++ ad=10.56e-12 ps=48.88e-6 pd=48.88e-6 nrd=18.333e-3 nrs=18.333e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M176 n168 DVSS n173 DVDD pmos_6p0 m=1.0 w=1.2e-6 l=700e-9 nf=1.0 as=528e-15
++ ad=528e-15 ps=3.28e-6 pd=3.28e-6 nrd=366.667e-3 nrs=366.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M177 n338 n153 DVDD DVDD pmos_6p0 m=1.0 w=12e-6 l=700e-9 nf=1.0 as=5.28e-12
++ ad=5.28e-12 ps=24.88e-6 pd=24.88e-6 nrd=36.667e-3 nrs=36.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M178 n343 n151 n338 DVDD pmos_6p0 m=1.0 w=12e-6 l=700e-9 nf=1.0 as=5.28e-12
++ ad=5.28e-12 ps=24.88e-6 pd=24.88e-6 nrd=36.667e-3 nrs=36.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M179 n158 n343 DVDD DVDD pmos_6p0 m=1.0 w=24e-6 l=700e-9 nf=1.0 as=10.56e-12
++ ad=10.56e-12 ps=48.88e-6 pd=48.88e-6 nrd=18.333e-3 nrs=18.333e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M180 n165 n159 n157 DVSS nmos_6p0 m=1.0 w=12e-6 l=700e-9 nf=1.0 as=5.28e-12
++ ad=5.28e-12 ps=24.88e-6 pd=24.88e-6 nrd=36.667e-3 nrs=36.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M181 n157 DVDD n165 DVSS nmos_6p0 m=1.0 w=1.2e-6 l=700e-9 nf=1.0 as=528e-15
++ ad=528e-15 ps=3.28e-6 pd=3.28e-6 nrd=366.667e-3 nrs=366.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M182 n169 n351 DVSS DVSS nmos_6p0 m=1.0 w=12e-6 l=700e-9 nf=1.0 as=5.28e-12
++ ad=5.28e-12 ps=24.88e-6 pd=24.88e-6 nrd=36.667e-3 nrs=36.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M183 n172 n351 DVSS DVSS nmos_6p0 m=1.0 w=12e-6 l=700e-9 nf=1.0 as=5.28e-12
++ ad=5.28e-12 ps=24.88e-6 pd=24.88e-6 nrd=36.667e-3 nrs=36.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M184 n165 n356 DVSS DVSS nmos_6p0 m=1.0 w=12e-6 l=700e-9 nf=1.0 as=5.28e-12
++ ad=5.28e-12 ps=24.88e-6 pd=24.88e-6 nrd=36.667e-3 nrs=36.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M185 n356 n153 DVSS DVSS nmos_6p0 m=1.0 w=6e-6 l=700e-9 nf=1.0 as=2.64e-12
++ ad=2.64e-12 ps=12.88e-6 pd=12.88e-6 nrd=73.333e-3 nrs=73.333e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M186 n356 n151 DVSS DVSS nmos_6p0 m=1.0 w=6e-6 l=700e-9 nf=1.0 as=2.64e-12
++ ad=2.64e-12 ps=12.88e-6 pd=12.88e-6 nrd=73.333e-3 nrs=73.333e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M187 n351 n150 n356 DVSS nmos_6p0 m=1.0 w=6e-6 l=700e-9 nf=1.0 as=2.64e-12
++ ad=2.64e-12 ps=12.88e-6 pd=12.88e-6 nrd=73.333e-3 nrs=73.333e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M188 n169 n160 n172 DVDD pmos_6p0 m=1.0 w=24e-6 l=700e-9 nf=1.0 as=10.56e-12
++ ad=10.56e-12 ps=48.88e-6 pd=48.88e-6 nrd=18.333e-3 nrs=18.333e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M189 n351 n150 DVDD DVDD pmos_6p0 m=1.0 w=12e-6 l=700e-9 nf=1.0 as=5.28e-12
++ ad=5.28e-12 ps=24.88e-6 pd=24.88e-6 nrd=36.667e-3 nrs=36.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M190 n165 n356 DVDD DVDD pmos_6p0 m=1.0 w=24e-6 l=700e-9 nf=1.0 as=10.56e-12
++ ad=10.56e-12 ps=48.88e-6 pd=48.88e-6 nrd=18.333e-3 nrs=18.333e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M191 n172 n351 DVDD DVDD pmos_6p0 m=1.0 w=24e-6 l=700e-9 nf=1.0 as=10.56e-12
++ ad=10.56e-12 ps=48.88e-6 pd=48.88e-6 nrd=18.333e-3 nrs=18.333e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M192 n169 DVSS n172 DVDD pmos_6p0 m=1.0 w=1.2e-6 l=700e-9 nf=1.0 as=528e-15
++ ad=528e-15 ps=3.28e-6 pd=3.28e-6 nrd=366.667e-3 nrs=366.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M193 n351 n153 DVDD DVDD pmos_6p0 m=1.0 w=12e-6 l=700e-9 nf=1.0 as=5.28e-12
++ ad=5.28e-12 ps=24.88e-6 pd=24.88e-6 nrd=36.667e-3 nrs=36.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M194 n356 n151 n351 DVDD pmos_6p0 m=1.0 w=12e-6 l=700e-9 nf=1.0 as=5.28e-12
++ ad=5.28e-12 ps=24.88e-6 pd=24.88e-6 nrd=36.667e-3 nrs=36.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M195 n157 n356 DVDD DVDD pmos_6p0 m=1.0 w=24e-6 l=700e-9 nf=1.0 as=10.56e-12
++ ad=10.56e-12 ps=48.88e-6 pd=48.88e-6 nrd=18.333e-3 nrs=18.333e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M196 n166 n159 n161 DVSS nmos_6p0 m=1.0 w=12e-6 l=700e-9 nf=1.0 as=5.28e-12
++ ad=5.28e-12 ps=24.88e-6 pd=24.88e-6 nrd=36.667e-3 nrs=36.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M197 n161 DVDD n166 DVSS nmos_6p0 m=1.0 w=1.2e-6 l=700e-9 nf=1.0 as=528e-15
++ ad=528e-15 ps=3.28e-6 pd=3.28e-6 nrd=366.667e-3 nrs=366.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M198 n170 n364 DVSS DVSS nmos_6p0 m=1.0 w=12e-6 l=700e-9 nf=1.0 as=5.28e-12
++ ad=5.28e-12 ps=24.88e-6 pd=24.88e-6 nrd=36.667e-3 nrs=36.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M199 n171 n364 DVSS DVSS nmos_6p0 m=1.0 w=12e-6 l=700e-9 nf=1.0 as=5.28e-12
++ ad=5.28e-12 ps=24.88e-6 pd=24.88e-6 nrd=36.667e-3 nrs=36.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M200 n166 n369 DVSS DVSS nmos_6p0 m=1.0 w=12e-6 l=700e-9 nf=1.0 as=5.28e-12
++ ad=5.28e-12 ps=24.88e-6 pd=24.88e-6 nrd=36.667e-3 nrs=36.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M201 n369 n153 DVSS DVSS nmos_6p0 m=1.0 w=6e-6 l=700e-9 nf=1.0 as=2.64e-12
++ ad=2.64e-12 ps=12.88e-6 pd=12.88e-6 nrd=73.333e-3 nrs=73.333e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M202 n369 n148 DVSS DVSS nmos_6p0 m=1.0 w=6e-6 l=700e-9 nf=1.0 as=2.64e-12
++ ad=2.64e-12 ps=12.88e-6 pd=12.88e-6 nrd=73.333e-3 nrs=73.333e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M203 n364 n147 n369 DVSS nmos_6p0 m=1.0 w=6e-6 l=700e-9 nf=1.0 as=2.64e-12
++ ad=2.64e-12 ps=12.88e-6 pd=12.88e-6 nrd=73.333e-3 nrs=73.333e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M204 n170 n160 n171 DVDD pmos_6p0 m=1.0 w=24e-6 l=700e-9 nf=1.0 as=10.56e-12
++ ad=10.56e-12 ps=48.88e-6 pd=48.88e-6 nrd=18.333e-3 nrs=18.333e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M205 n364 n147 DVDD DVDD pmos_6p0 m=1.0 w=12e-6 l=700e-9 nf=1.0 as=5.28e-12
++ ad=5.28e-12 ps=24.88e-6 pd=24.88e-6 nrd=36.667e-3 nrs=36.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M206 n166 n369 DVDD DVDD pmos_6p0 m=1.0 w=24e-6 l=700e-9 nf=1.0 as=10.56e-12
++ ad=10.56e-12 ps=48.88e-6 pd=48.88e-6 nrd=18.333e-3 nrs=18.333e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M207 n171 n364 DVDD DVDD pmos_6p0 m=1.0 w=24e-6 l=700e-9 nf=1.0 as=10.56e-12
++ ad=10.56e-12 ps=48.88e-6 pd=48.88e-6 nrd=18.333e-3 nrs=18.333e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M208 n170 DVSS n171 DVDD pmos_6p0 m=1.0 w=1.2e-6 l=700e-9 nf=1.0 as=528e-15
++ ad=528e-15 ps=3.28e-6 pd=3.28e-6 nrd=366.667e-3 nrs=366.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M209 n364 n153 DVDD DVDD pmos_6p0 m=1.0 w=12e-6 l=700e-9 nf=1.0 as=5.28e-12
++ ad=5.28e-12 ps=24.88e-6 pd=24.88e-6 nrd=36.667e-3 nrs=36.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M210 n369 n148 n364 DVDD pmos_6p0 m=1.0 w=12e-6 l=700e-9 nf=1.0 as=5.28e-12
++ ad=5.28e-12 ps=24.88e-6 pd=24.88e-6 nrd=36.667e-3 nrs=36.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M211 n161 n369 DVDD DVDD pmos_6p0 m=1.0 w=24e-6 l=700e-9 nf=1.0 as=10.56e-12
++ ad=10.56e-12 ps=48.88e-6 pd=48.88e-6 nrd=18.333e-3 nrs=18.333e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+.ENDS
diff --git a/cells/bi_24t/gf180mcu_fd_io__bi_24t.v b/cells/bi_24t/gf180mcu_fd_io__bi_24t.v
new file mode 100644
index 0000000..49351ab
--- /dev/null
+++ b/cells/bi_24t/gf180mcu_fd_io__bi_24t.v
@@ -0,0 +1,63 @@
+/*
+ * Copyright 2022 GlobalFoundries PDK Authors
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http:www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+`suppress_faults
+`enable_portfaults
+`ifdef functional
+  `timescale 1ns / 1ps
+  `delay_mode_distributed
+  `delay_mode_unit
+`else
+  `timescale 1ns / 1ps
+  `delay_mode_path
+`endif
+module gf180mcu_fd_io__bi_24t (CS, SL, IE, OE, PU, PD, A, PAD, Y, DVDD, DVSS, VDD, VSS);
+	input	CS;
+	input	SL;
+	input	IE;
+	input	OE;
+	input	PU;
+	input	PD;
+	input	A;
+	inout	PAD;
+	output	Y;
+	inout	DVDD;
+	inout	DVSS;
+	inout	VDD;
+	inout	VSS;
+
+	supply0 gnd;
+	supply1 pwr;
+
+   	and #1 (Y, PAD, IE);
+   	bufif1 #1 (PAD, A, OE);
+
+ 	rnmos #1 (PAD, gnd, ~OE && ~PU && PD);
+ 	rnmos #1 (PAD, pwr, ~OE && PU && ~PD);
+
+specify
+if (IE==1'b0&&OE==1'b1&&SL==1'b0) (A +=> PAD)=(1.000, 1.000);
+if (IE==1'b0&&OE==1'b1&&SL==1'b1) (A +=> PAD)=(1.000, 1.000);
+if (A==1'b1&&IE==1'b0&&SL==1'b0) (OE => PAD)=(1.000, 1.000, 1.000, 1.000, 1.000, 1.000);
+if (A==1'b1&&IE==1'b0&&SL==1'b1) (OE => PAD)=(1.000, 1.000, 1.000, 1.000, 1.000, 1.000);
+if (A==1'b0&&IE==1'b0&&SL==1'b0) (OE => PAD)=(1.000, 1.000, 1.000, 1.000, 1.000, 1.000);
+if (A==1'b0&&IE==1'b0&&SL==1'b1) (OE => PAD)=(1.000, 1.000, 1.000, 1.000, 1.000, 1.000);
+if (CS==1'b0&&OE==1'b0&&PAD==1'b1) (IE +=> Y)=(1.000, 1.000);
+if (CS==1'b1&&OE==1'b0&&PAD==1'b1) (IE +=> Y)=(1.000, 1.000);
+if (CS==1'b0&&IE==1'b1&&OE==1'b0) (PAD +=> Y)=(1.000, 1.000);
+if (CS==1'b1&&IE==1'b1&&OE==1'b0) (PAD +=> Y)=(1.000, 1.000);
+endspecify
+endmodule
diff --git a/cells/bi_24t/gf180mcu_fd_io__bi_24t_3lm.gds b/cells/bi_24t/gf180mcu_fd_io__bi_24t_3lm.gds
new file mode 100644
index 0000000..e24af70
--- /dev/null
+++ b/cells/bi_24t/gf180mcu_fd_io__bi_24t_3lm.gds
Binary files differ
diff --git a/cells/bi_24t/gf180mcu_fd_io__bi_24t_3lm.lef b/cells/bi_24t/gf180mcu_fd_io__bi_24t_3lm.lef
new file mode 100644
index 0000000..5191392
--- /dev/null
+++ b/cells/bi_24t/gf180mcu_fd_io__bi_24t_3lm.lef
@@ -0,0 +1,354 @@
+# Copyright 2022 GlobalFoundries PDK Authors
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+MACRO gf180mcu_fd_io__bi_24t
+  CLASS PAD INOUT ;
+  ORIGIN 0 0 ;
+  FOREIGN gf180mcu_fd_io__bi_24t 0 0 ;
+  SIZE 75 BY 350 ;
+  SYMMETRY X Y R90 ;
+  SITE GF_IO_Site ;
+    PIN PAD
+        DIRECTION INOUT ;
+        USE SIGNAL ;
+        PORT
+        LAYER Metal3  ;
+        RECT 25.000 20.000 50.000 45.000 ;
+        END
+    END PAD
+  PIN A
+    DIRECTION INPUT ;
+    USE SIGNAL ;
+    ANTENNADIFFAREA 1 LAYER Metal2 ;
+      ANTENNAGATEAREA 4.2 LAYER Metal2 ;
+    PORT
+        CLASS CORE ;
+      LAYER Metal2 ;
+        RECT 69.4 349.62 69.78 350 ;
+    END
+  END A
+  PIN CS
+    DIRECTION INPUT ;
+    USE SIGNAL ;
+    ANTENNADIFFAREA 1 LAYER Metal2 ;
+      ANTENNAGATEAREA 3.15 LAYER Metal2 ;
+    PORT
+        CLASS CORE ;
+      LAYER Metal2 ;
+        RECT 3.36 349.62 3.74 350 ;
+    END
+  END CS
+  PIN IE
+    DIRECTION INPUT ;
+    USE SIGNAL ;
+    ANTENNADIFFAREA 1 LAYER Metal2 ;
+      ANTENNAGATEAREA 3.15 LAYER Metal2 ;
+    PORT
+        CLASS CORE ;
+      LAYER Metal2 ;
+        RECT 11.385 349.62 11.765 350 ;
+    END
+  END IE
+  PIN OE
+    DIRECTION INPUT ;
+    USE SIGNAL ;
+    ANTENNADIFFAREA 7.776 LAYER Metal2 ;
+      ANTENNAGATEAREA 16.8 LAYER Metal2 ;
+    PORT
+        CLASS CORE ;
+      LAYER Metal2 ;
+        RECT 70.13 349.62 70.51 350 ;
+    END
+  END OE
+  PIN PD
+    DIRECTION INPUT ;
+    USE SIGNAL ;
+    ANTENNADIFFAREA 1 LAYER Metal2 ;
+      ANTENNAGATEAREA 10.5 LAYER Metal2 ;
+    PORT
+        CLASS CORE ;
+      LAYER Metal2 ;
+        RECT 10.33 349.62 10.71 350 ;
+    END
+  END PD
+  PIN PU
+    DIRECTION INPUT ;
+    USE SIGNAL ;
+    ANTENNADIFFAREA 2.98 LAYER Metal2 ;
+      ANTENNAGATEAREA 7.35 LAYER Metal2 ;
+    PORT
+        CLASS CORE ;
+      LAYER Metal2 ;
+        RECT 5.965 349.62 6.345 350 ;
+    END
+  END PU
+  PIN SL
+    DIRECTION INPUT ;
+    USE SIGNAL ;
+    ANTENNADIFFAREA 1 LAYER Metal2 ;
+      ANTENNAGATEAREA 3.15 LAYER Metal2 ;
+    PORT
+        CLASS CORE ;
+      LAYER Metal2 ;
+        RECT 68.67 349.62 69.05 350 ;
+    END
+  END SL
+  PIN Y
+    DIRECTION OUTPUT ;
+    USE SIGNAL ;
+    ANTENNADIFFAREA 7.8 LAYER Metal2 ;
+    PORT
+        CLASS CORE ;
+      LAYER Metal2 ;
+        RECT 70.86 349.62 71.24 350 ;
+    END
+  END Y
+  PIN DVDD
+    DIRECTION INOUT ;
+    USE POWER ;
+    PORT
+      LAYER Metal3 ;
+        RECT 74 118 75 125 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 182 75 197 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 166 75 181 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 150 75 165 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 134 75 149 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 214 75 229 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 206 75 213 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 278 75 285 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 270 75 277 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 262 75 269 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 294 75 301 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 334 75 341 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 334 1 341 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 294 1 301 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 262 1 269 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 270 1 277 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 278 1 285 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 206 1 213 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 214 1 229 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 134 1 149 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 150 1 165 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 166 1 181 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 182 1 197 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 118 1 125 ;
+    END
+  END DVDD
+  PIN DVSS
+    DIRECTION INOUT ;
+    USE GROUND ;
+    PORT
+      LAYER Metal3 ;
+        RECT 74 102 75 117 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 86 75 101 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 70 75 85 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 126 75 133 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 198 75 205 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 230 75 245 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 286 75 293 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 302 75 309 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 326 75 333 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 342 75 348.39 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 342 1 348.39 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 326 1 333 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 302 1 309 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 286 1 293 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 230 1 245 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 198 1 205 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 126 1 133 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 70 1 85 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 86 1 101 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 102 1 117 ;
+    END
+  END DVSS
+  PIN VDD
+    DIRECTION INOUT ;
+    USE POWER ;
+    PORT
+      LAYER Metal3 ;
+        RECT 74 254 75 261 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 310 75 317 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 310 1 317 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 254 1 261 ;
+    END
+  END VDD
+  PIN VSS
+    DIRECTION INOUT ;
+    USE GROUND ;
+    PORT
+      LAYER Metal3 ;
+        RECT 74 246 75 253 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 318 75 325 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 318 1 325 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 246 1 253 ;
+    END
+  END VSS
+  OBS
+    LAYER Metal1 ;
+      RECT 0 0 75 350 ;
+    LAYER Metal2 ;
+      POLYGON 75 350 71.52 350 71.52 349.34 68.39 349.34 68.39 350 12.045 350 12.045 349.34 11.105 349.34 11.105 350 10.99 350 10.99 349.34 10.05 349.34 10.05 350 6.625 350 6.625 349.34 5.685 349.34 5.685 350 4.02 350 4.02 349.34 3.08 349.34 3.08 350 0 350 0 0 75 0 ;
+    LAYER Metal3 ;
+      POLYGON 75 69.72 73.72 69.72 73.72 85.28 75 85.28 75 85.72 73.72 85.72 73.72 101.28 75 101.28 75 101.72 73.72 101.72 73.72 117.28 75 117.28 75 117.72 73.72 117.72 73.72 125.28 75 125.28 75 125.72 73.72 125.72 73.72 133.28 75 133.28 75 133.72 73.72 133.72 73.72 149.28 75 149.28 75 149.72 73.72 149.72 73.72 165.28 75 165.28 75 165.72 73.72 165.72 73.72 181.28 75 181.28 75 181.72 73.72 181.72 73.72 197.28 75 197.28 75 197.72 73.72 197.72 73.72 205.28 75 205.28 75 205.72 73.72 205.72 73.72 213.28 75 213.28 75 213.72 73.72 213.72 73.72 229.28 75 229.28 75 229.72 73.72 229.72 73.72 245.28 75 245.28 75 245.72 73.72 245.72 73.72 253.28 75 253.28 75 253.72 73.72 253.72 73.72 261.28 75 261.28 75 261.72 73.72 261.72 73.72 269.28 75 269.28 75 269.72 73.72 269.72 73.72 277.28 75 277.28 75 277.72 73.72 277.72 73.72 285.28 75 285.28 75 285.72 73.72 285.72 73.72 293.28 75 293.28 75 293.72 73.72 293.72 73.72 301.28 75 301.28 75 301.72 73.72 301.72 73.72 309.28 75 309.28 75 309.72 73.72 309.72 73.72 317.28 75 317.28 75 317.72 73.72 317.72 73.72 325.28 75 325.28 75 325.72 73.72 325.72 73.72 333.28 75 333.28 75 333.72 73.72 333.72 73.72 341.28 75 341.28 75 341.72 73.72 341.72 73.72 348.67 75 348.67 75 350 0 350 0 348.67 1.28 348.67 1.28 341.72 0 341.72 0 341.28 1.28 341.28 1.28 333.72 0 333.72 0 333.28 1.28 333.28 1.28 325.72 0 325.72 0 325.28 1.28 325.28 1.28 317.72 0 317.72 0 317.28 1.28 317.28 1.28 309.72 0 309.72 0 309.28 1.28 309.28 1.28 301.72 0 301.72 0 301.28 1.28 301.28 1.28 293.72 0 293.72 0 293.28 1.28 293.28 1.28 285.72 0 285.72 0 285.28 1.28 285.28 1.28 277.72 0 277.72 0 277.28 1.28 277.28 1.28 269.72 0 269.72 0 269.28 1.28 269.28 1.28 261.72 0 261.72 0 261.28 1.28 261.28 1.28 253.72 0 253.72 0 253.28 1.28 253.28 1.28 245.72 0 245.72 0 245.28 1.28 245.28 1.28 229.72 0 229.72 0 229.28 1.28 229.28 1.28 213.72 0 213.72 0 213.28 1.28 213.28 1.28 205.72 0 205.72 0 205.28 1.28 205.28 1.28 197.72 0 197.72 0 197.28 1.28 197.28 1.28 181.72 0 181.72 0 181.28 1.28 181.28 1.28 165.72 0 165.72 0 165.28 1.28 165.28 1.28 149.72 0 149.72 0 149.28 1.28 149.28 1.28 133.72 0 133.72 0 133.28 1.28 133.28 1.28 125.72 0 125.72 0 125.28 1.28 125.28 1.28 117.72 0 117.72 0 117.28 1.28 117.28 1.28 101.72 0 101.72 0 101.28 1.28 101.28 1.28 85.72 0 85.72 0 85.28 1.28 85.28 1.28 69.72 0 69.72 0 0 75 0 ;
+    LAYER Via1 ;
+      RECT 0 0 75 350 ;
+    LAYER Via2 ;
+      RECT 0 0 75 350 ;
+  END
+
+END gf180mcu_fd_io__bi_24t
diff --git a/cells/bi_24t/gf180mcu_fd_io__bi_24t_4lm.gds b/cells/bi_24t/gf180mcu_fd_io__bi_24t_4lm.gds
new file mode 100644
index 0000000..ae4fae1
--- /dev/null
+++ b/cells/bi_24t/gf180mcu_fd_io__bi_24t_4lm.gds
Binary files differ
diff --git a/cells/bi_24t/gf180mcu_fd_io__bi_24t_4lm.lef b/cells/bi_24t/gf180mcu_fd_io__bi_24t_4lm.lef
new file mode 100644
index 0000000..49ac79c
--- /dev/null
+++ b/cells/bi_24t/gf180mcu_fd_io__bi_24t_4lm.lef
@@ -0,0 +1,566 @@
+# Copyright 2022 GlobalFoundries PDK Authors
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+MACRO gf180mcu_fd_io__bi_24t
+  CLASS PAD INOUT ;
+  ORIGIN 0 0 ;
+  FOREIGN gf180mcu_fd_io__bi_24t 0 0 ;
+  SIZE 75 BY 350 ;
+  SYMMETRY X Y R90 ;
+  SITE GF_IO_Site ;
+    PIN PAD
+        DIRECTION INOUT ;
+        USE SIGNAL ;
+        PORT
+        LAYER Metal4  ;
+        RECT 25.000 20.000 50.000 45.000 ;
+        END
+    END PAD
+  PIN A
+    DIRECTION INPUT ;
+    USE SIGNAL ;
+    ANTENNADIFFAREA 1 LAYER Metal2 ;
+      ANTENNAGATEAREA 4.2 LAYER Metal2 ;
+    PORT
+        CLASS CORE ;
+      LAYER Metal2 ;
+        RECT 69.4 349.62 69.78 350 ;
+    END
+  END A
+  PIN CS
+    DIRECTION INPUT ;
+    USE SIGNAL ;
+    ANTENNADIFFAREA 1 LAYER Metal2 ;
+      ANTENNAGATEAREA 3.15 LAYER Metal2 ;
+    PORT
+        CLASS CORE ;
+      LAYER Metal2 ;
+        RECT 3.36 349.62 3.74 350 ;
+    END
+  END CS
+  PIN IE
+    DIRECTION INPUT ;
+    USE SIGNAL ;
+    ANTENNADIFFAREA 1 LAYER Metal2 ;
+      ANTENNAGATEAREA 3.15 LAYER Metal2 ;
+    PORT
+        CLASS CORE ;
+      LAYER Metal2 ;
+        RECT 11.385 349.62 11.765 350 ;
+    END
+  END IE
+  PIN OE
+    DIRECTION INPUT ;
+    USE SIGNAL ;
+    ANTENNADIFFAREA 7.776 LAYER Metal2 ;
+      ANTENNAGATEAREA 16.8 LAYER Metal2 ;
+    PORT
+        CLASS CORE ;
+      LAYER Metal2 ;
+        RECT 70.13 349.62 70.51 350 ;
+    END
+  END OE
+  PIN PD
+    DIRECTION INPUT ;
+    USE SIGNAL ;
+    ANTENNADIFFAREA 1 LAYER Metal2 ;
+      ANTENNAGATEAREA 10.5 LAYER Metal2 ;
+    PORT
+        CLASS CORE ;
+      LAYER Metal2 ;
+        RECT 10.33 349.62 10.71 350 ;
+    END
+  END PD
+  PIN PU
+    DIRECTION INPUT ;
+    USE SIGNAL ;
+    ANTENNADIFFAREA 2.98 LAYER Metal2 ;
+      ANTENNAGATEAREA 7.35 LAYER Metal2 ;
+    PORT
+        CLASS CORE ;
+      LAYER Metal2 ;
+        RECT 5.965 349.62 6.345 350 ;
+    END
+  END PU
+  PIN SL
+    DIRECTION INPUT ;
+    USE SIGNAL ;
+    ANTENNADIFFAREA 1 LAYER Metal2 ;
+      ANTENNAGATEAREA 3.15 LAYER Metal2 ;
+    PORT
+        CLASS CORE ;
+      LAYER Metal2 ;
+        RECT 68.67 349.62 69.05 350 ;
+    END
+  END SL
+  PIN Y
+    DIRECTION OUTPUT ;
+    USE SIGNAL ;
+    ANTENNADIFFAREA 7.8 LAYER Metal2 ;
+    PORT
+        CLASS CORE ;
+      LAYER Metal2 ;
+        RECT 70.86 349.62 71.24 350 ;
+    END
+  END Y
+  PIN DVDD
+    DIRECTION INOUT ;
+    USE POWER ;
+    PORT
+      LAYER Metal4 ;
+        RECT 74 118 75 125 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 182 75 197 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 166 75 181 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 150 75 165 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 134 75 149 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 214 75 229 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 206 75 213 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 278 75 285 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 270 75 277 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 262 75 269 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 294 75 301 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 334 75 341 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 118 75 125 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 182 75 197 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 166 75 181 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 150 75 165 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 134 75 149 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 214 75 229 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 206 75 213 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 278 75 285 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 270 75 277 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 262 75 269 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 294 75 301 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 334 75 341 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 334 1 341 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 294 1 301 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 262 1 269 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 270 1 277 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 278 1 285 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 206 1 213 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 214 1 229 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 134 1 149 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 150 1 165 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 166 1 181 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 182 1 197 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 334 1 341 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 294 1 301 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 262 1 269 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 270 1 277 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 278 1 285 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 206 1 213 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 214 1 229 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 134 1 149 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 150 1 165 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 166 1 181 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 182 1 197 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 118 1 125 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 118 1 125 ;
+    END
+  END DVDD
+  PIN DVSS
+    DIRECTION INOUT ;
+    USE GROUND ;
+    PORT
+      LAYER Metal4 ;
+        RECT 74 102 75 117 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 86 75 101 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 70 75 85 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 126 75 133 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 198 75 205 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 230 75 245 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 286 75 293 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 302 75 309 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 326 75 333 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 342 75 348.39 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 102 75 117 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 86 75 101 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 70 75 85 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 126 75 133 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 198 75 205 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 230 75 245 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 286 75 293 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 302 75 309 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 326 75 333 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 342 75 348.39 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 342 1 348.39 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 326 1 333 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 302 1 309 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 286 1 293 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 230 1 245 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 198 1 205 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 126 1 133 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 70 1 85 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 86 1 101 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 342 1 348.39 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 326 1 333 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 302 1 309 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 286 1 293 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 230 1 245 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 198 1 205 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 126 1 133 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 70 1 85 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 86 1 101 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 102 1 117 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 102 1 117 ;
+    END
+  END DVSS
+  PIN VDD
+    DIRECTION INOUT ;
+    USE POWER ;
+    PORT
+      LAYER Metal4 ;
+        RECT 74 254 75 261 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 310 75 317 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 254 75 261 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 310 75 317 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 310 1 317 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 310 1 317 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 254 1 261 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 254 1 261 ;
+    END
+  END VDD
+  PIN VSS
+    DIRECTION INOUT ;
+    USE GROUND ;
+    PORT
+      LAYER Metal4 ;
+        RECT 74 246 75 253 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 318 75 325 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 246 75 253 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 318 75 325 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 318 1 325 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 318 1 325 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 246 1 253 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 246 1 253 ;
+    END
+  END VSS
+  OBS
+    LAYER Metal1 ;
+      RECT 0 0 75 350 ;
+    LAYER Metal2 ;
+      POLYGON 75 350 71.52 350 71.52 349.34 68.39 349.34 68.39 350 12.045 350 12.045 349.34 11.105 349.34 11.105 350 10.99 350 10.99 349.34 10.05 349.34 10.05 350 6.625 350 6.625 349.34 5.685 349.34 5.685 350 4.02 350 4.02 349.34 3.08 349.34 3.08 350 0 350 0 0 75 0 ;
+    LAYER Metal3 ;
+      POLYGON 75 69.72 73.72 69.72 73.72 85.28 75 85.28 75 85.72 73.72 85.72 73.72 101.28 75 101.28 75 101.72 73.72 101.72 73.72 117.28 75 117.28 75 117.72 73.72 117.72 73.72 125.28 75 125.28 75 125.72 73.72 125.72 73.72 133.28 75 133.28 75 133.72 73.72 133.72 73.72 149.28 75 149.28 75 149.72 73.72 149.72 73.72 165.28 75 165.28 75 165.72 73.72 165.72 73.72 181.28 75 181.28 75 181.72 73.72 181.72 73.72 197.28 75 197.28 75 197.72 73.72 197.72 73.72 205.28 75 205.28 75 205.72 73.72 205.72 73.72 213.28 75 213.28 75 213.72 73.72 213.72 73.72 229.28 75 229.28 75 229.72 73.72 229.72 73.72 245.28 75 245.28 75 245.72 73.72 245.72 73.72 253.28 75 253.28 75 253.72 73.72 253.72 73.72 261.28 75 261.28 75 261.72 73.72 261.72 73.72 269.28 75 269.28 75 269.72 73.72 269.72 73.72 277.28 75 277.28 75 277.72 73.72 277.72 73.72 285.28 75 285.28 75 285.72 73.72 285.72 73.72 293.28 75 293.28 75 293.72 73.72 293.72 73.72 301.28 75 301.28 75 301.72 73.72 301.72 73.72 309.28 75 309.28 75 309.72 73.72 309.72 73.72 317.28 75 317.28 75 317.72 73.72 317.72 73.72 325.28 75 325.28 75 325.72 73.72 325.72 73.72 333.28 75 333.28 75 333.72 73.72 333.72 73.72 341.28 75 341.28 75 341.72 73.72 341.72 73.72 348.67 75 348.67 75 350 0 350 0 348.67 1.28 348.67 1.28 341.72 0 341.72 0 341.28 1.28 341.28 1.28 333.72 0 333.72 0 333.28 1.28 333.28 1.28 325.72 0 325.72 0 325.28 1.28 325.28 1.28 317.72 0 317.72 0 317.28 1.28 317.28 1.28 309.72 0 309.72 0 309.28 1.28 309.28 1.28 301.72 0 301.72 0 301.28 1.28 301.28 1.28 293.72 0 293.72 0 293.28 1.28 293.28 1.28 285.72 0 285.72 0 285.28 1.28 285.28 1.28 277.72 0 277.72 0 277.28 1.28 277.28 1.28 269.72 0 269.72 0 269.28 1.28 269.28 1.28 261.72 0 261.72 0 261.28 1.28 261.28 1.28 253.72 0 253.72 0 253.28 1.28 253.28 1.28 245.72 0 245.72 0 245.28 1.28 245.28 1.28 229.72 0 229.72 0 229.28 1.28 229.28 1.28 213.72 0 213.72 0 213.28 1.28 213.28 1.28 205.72 0 205.72 0 205.28 1.28 205.28 1.28 197.72 0 197.72 0 197.28 1.28 197.28 1.28 181.72 0 181.72 0 181.28 1.28 181.28 1.28 165.72 0 165.72 0 165.28 1.28 165.28 1.28 149.72 0 149.72 0 149.28 1.28 149.28 1.28 133.72 0 133.72 0 133.28 1.28 133.28 1.28 125.72 0 125.72 0 125.28 1.28 125.28 1.28 117.72 0 117.72 0 117.28 1.28 117.28 1.28 101.72 0 101.72 0 101.28 1.28 101.28 1.28 85.72 0 85.72 0 85.28 1.28 85.28 1.28 69.72 0 69.72 0 0 75 0 ;
+    LAYER Metal4 ;
+      POLYGON 75 69.72 73.72 69.72 73.72 85.28 75 85.28 75 85.72 73.72 85.72 73.72 101.28 75 101.28 75 101.72 73.72 101.72 73.72 117.28 75 117.28 75 117.72 73.72 117.72 73.72 125.28 75 125.28 75 125.72 73.72 125.72 73.72 133.28 75 133.28 75 133.72 73.72 133.72 73.72 149.28 75 149.28 75 149.72 73.72 149.72 73.72 165.28 75 165.28 75 165.72 73.72 165.72 73.72 181.28 75 181.28 75 181.72 73.72 181.72 73.72 197.28 75 197.28 75 197.72 73.72 197.72 73.72 205.28 75 205.28 75 205.72 73.72 205.72 73.72 213.28 75 213.28 75 213.72 73.72 213.72 73.72 229.28 75 229.28 75 229.72 73.72 229.72 73.72 245.28 75 245.28 75 245.72 73.72 245.72 73.72 253.28 75 253.28 75 253.72 73.72 253.72 73.72 261.28 75 261.28 75 261.72 73.72 261.72 73.72 269.28 75 269.28 75 269.72 73.72 269.72 73.72 277.28 75 277.28 75 277.72 73.72 277.72 73.72 285.28 75 285.28 75 285.72 73.72 285.72 73.72 293.28 75 293.28 75 293.72 73.72 293.72 73.72 301.28 75 301.28 75 301.72 73.72 301.72 73.72 309.28 75 309.28 75 309.72 73.72 309.72 73.72 317.28 75 317.28 75 317.72 73.72 317.72 73.72 325.28 75 325.28 75 325.72 73.72 325.72 73.72 333.28 75 333.28 75 333.72 73.72 333.72 73.72 341.28 75 341.28 75 341.72 73.72 341.72 73.72 348.67 75 348.67 75 350 0 350 0 348.67 1.28 348.67 1.28 341.72 0 341.72 0 341.28 1.28 341.28 1.28 333.72 0 333.72 0 333.28 1.28 333.28 1.28 325.72 0 325.72 0 325.28 1.28 325.28 1.28 317.72 0 317.72 0 317.28 1.28 317.28 1.28 309.72 0 309.72 0 309.28 1.28 309.28 1.28 301.72 0 301.72 0 301.28 1.28 301.28 1.28 293.72 0 293.72 0 293.28 1.28 293.28 1.28 285.72 0 285.72 0 285.28 1.28 285.28 1.28 277.72 0 277.72 0 277.28 1.28 277.28 1.28 269.72 0 269.72 0 269.28 1.28 269.28 1.28 261.72 0 261.72 0 261.28 1.28 261.28 1.28 253.72 0 253.72 0 253.28 1.28 253.28 1.28 245.72 0 245.72 0 245.28 1.28 245.28 1.28 229.72 0 229.72 0 229.28 1.28 229.28 1.28 213.72 0 213.72 0 213.28 1.28 213.28 1.28 205.72 0 205.72 0 205.28 1.28 205.28 1.28 197.72 0 197.72 0 197.28 1.28 197.28 1.28 181.72 0 181.72 0 181.28 1.28 181.28 1.28 165.72 0 165.72 0 165.28 1.28 165.28 1.28 149.72 0 149.72 0 149.28 1.28 149.28 1.28 133.72 0 133.72 0 133.28 1.28 133.28 1.28 125.72 0 125.72 0 125.28 1.28 125.28 1.28 117.72 0 117.72 0 117.28 1.28 117.28 1.28 101.72 0 101.72 0 101.28 1.28 101.28 1.28 85.72 0 85.72 0 85.28 1.28 85.28 1.28 69.72 0 69.72 0 0 75 0 ;
+    LAYER Via1 ;
+      RECT 0 0 75 350 ;
+    LAYER Via2 ;
+      RECT 0 0 75 350 ;
+    LAYER Via3 ;
+      RECT 0 0 75 350 ;
+  END
+
+END gf180mcu_fd_io__bi_24t
diff --git a/cells/bi_24t/gf180mcu_fd_io__bi_24t_5lm.gds b/cells/bi_24t/gf180mcu_fd_io__bi_24t_5lm.gds
new file mode 100644
index 0000000..08e9049
--- /dev/null
+++ b/cells/bi_24t/gf180mcu_fd_io__bi_24t_5lm.gds
Binary files differ
diff --git a/cells/bi_24t/gf180mcu_fd_io__bi_24t_5lm.lef b/cells/bi_24t/gf180mcu_fd_io__bi_24t_5lm.lef
new file mode 100644
index 0000000..36881cc
--- /dev/null
+++ b/cells/bi_24t/gf180mcu_fd_io__bi_24t_5lm.lef
@@ -0,0 +1,778 @@
+# Copyright 2022 GlobalFoundries PDK Authors
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+MACRO gf180mcu_fd_io__bi_24t
+  CLASS PAD INOUT ;
+  ORIGIN 0 0 ;
+  FOREIGN gf180mcu_fd_io__bi_24t 0 0 ;
+  SIZE 75 BY 350 ;
+  SYMMETRY X Y R90 ;
+  SITE GF_IO_Site ;
+    PIN PAD
+        DIRECTION INOUT ;
+        USE SIGNAL ;
+        PORT
+        LAYER Metal5  ;
+        RECT 25.000 20.000 50.000 45.000 ;
+        END
+    END PAD
+  PIN A
+    DIRECTION INPUT ;
+    USE SIGNAL ;
+    ANTENNADIFFAREA 1 LAYER Metal2 ;
+      ANTENNAGATEAREA 4.2 LAYER Metal2 ;
+    PORT
+        CLASS CORE ;
+      LAYER Metal2 ;
+        RECT 69.4 349.62 69.78 350 ;
+    END
+  END A
+  PIN CS
+    DIRECTION INPUT ;
+    USE SIGNAL ;
+    ANTENNADIFFAREA 1 LAYER Metal2 ;
+      ANTENNAGATEAREA 3.15 LAYER Metal2 ;
+    PORT
+        CLASS CORE ;
+      LAYER Metal2 ;
+        RECT 3.36 349.62 3.74 350 ;
+    END
+  END CS
+  PIN IE
+    DIRECTION INPUT ;
+    USE SIGNAL ;
+    ANTENNADIFFAREA 1 LAYER Metal2 ;
+      ANTENNAGATEAREA 3.15 LAYER Metal2 ;
+    PORT
+        CLASS CORE ;
+      LAYER Metal2 ;
+        RECT 11.385 349.62 11.765 350 ;
+    END
+  END IE
+  PIN OE
+    DIRECTION INPUT ;
+    USE SIGNAL ;
+    ANTENNADIFFAREA 7.776 LAYER Metal2 ;
+      ANTENNAGATEAREA 16.8 LAYER Metal2 ;
+    PORT
+        CLASS CORE ;
+      LAYER Metal2 ;
+        RECT 70.13 349.62 70.51 350 ;
+    END
+  END OE
+  PIN PD
+    DIRECTION INPUT ;
+    USE SIGNAL ;
+    ANTENNADIFFAREA 1 LAYER Metal2 ;
+      ANTENNAGATEAREA 10.5 LAYER Metal2 ;
+    PORT
+        CLASS CORE ;
+      LAYER Metal2 ;
+        RECT 10.33 349.62 10.71 350 ;
+    END
+  END PD
+  PIN PU
+    DIRECTION INPUT ;
+    USE SIGNAL ;
+    ANTENNADIFFAREA 2.98 LAYER Metal2 ;
+      ANTENNAGATEAREA 7.35 LAYER Metal2 ;
+    PORT
+        CLASS CORE ;
+      LAYER Metal2 ;
+        RECT 5.965 349.62 6.345 350 ;
+    END
+  END PU
+  PIN SL
+    DIRECTION INPUT ;
+    USE SIGNAL ;
+    ANTENNADIFFAREA 1 LAYER Metal2 ;
+      ANTENNAGATEAREA 3.15 LAYER Metal2 ;
+    PORT
+        CLASS CORE ;
+      LAYER Metal2 ;
+        RECT 68.67 349.62 69.05 350 ;
+    END
+  END SL
+  PIN Y
+    DIRECTION OUTPUT ;
+    USE SIGNAL ;
+    ANTENNADIFFAREA 7.8 LAYER Metal2 ;
+    PORT
+        CLASS CORE ;
+      LAYER Metal2 ;
+        RECT 70.86 349.62 71.24 350 ;
+    END
+  END Y
+  PIN DVDD
+    DIRECTION INOUT ;
+    USE POWER ;
+    PORT
+      LAYER Metal5 ;
+        RECT 74 118 75 125 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 74 182 75 197 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 74 166 75 181 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 74 150 75 165 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 74 134 75 149 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 74 214 75 229 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 74 206 75 213 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 74 278 75 285 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 74 270 75 277 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 74 262 75 269 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 74 294 75 301 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 74 334 75 341 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 118 75 125 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 182 75 197 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 166 75 181 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 150 75 165 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 134 75 149 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 214 75 229 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 206 75 213 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 278 75 285 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 270 75 277 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 262 75 269 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 294 75 301 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 334 75 341 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 118 75 125 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 182 75 197 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 166 75 181 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 150 75 165 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 134 75 149 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 214 75 229 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 206 75 213 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 278 75 285 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 270 75 277 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 262 75 269 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 294 75 301 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 334 75 341 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 334 1 341 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 294 1 301 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 262 1 269 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 270 1 277 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 278 1 285 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 206 1 213 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 214 1 229 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 134 1 149 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 150 1 165 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 166 1 181 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 182 1 197 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 334 1 341 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 294 1 301 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 262 1 269 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 270 1 277 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 278 1 285 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 206 1 213 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 214 1 229 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 134 1 149 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 150 1 165 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 166 1 181 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 182 1 197 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 334 1 341 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 294 1 301 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 262 1 269 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 270 1 277 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 278 1 285 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 206 1 213 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 214 1 229 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 134 1 149 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 150 1 165 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 166 1 181 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 182 1 197 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 118 1 125 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 118 1 125 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 118 1 125 ;
+    END
+  END DVDD
+  PIN DVSS
+    DIRECTION INOUT ;
+    USE GROUND ;
+    PORT
+      LAYER Metal5 ;
+        RECT 74 102 75 117 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 74 86 75 101 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 74 70 75 85 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 74 126 75 133 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 74 198 75 205 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 74 230 75 245 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 74 286 75 293 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 74 302 75 309 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 74 326 75 333 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 74 342 75 348.39 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 102 75 117 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 86 75 101 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 70 75 85 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 126 75 133 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 198 75 205 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 230 75 245 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 286 75 293 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 302 75 309 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 326 75 333 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 342 75 348.39 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 102 75 117 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 86 75 101 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 70 75 85 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 126 75 133 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 198 75 205 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 230 75 245 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 286 75 293 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 302 75 309 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 326 75 333 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 342 75 348.39 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 342 1 348.39 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 326 1 333 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 302 1 309 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 286 1 293 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 230 1 245 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 198 1 205 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 126 1 133 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 70 1 85 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 86 1 101 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 342 1 348.39 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 326 1 333 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 302 1 309 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 286 1 293 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 230 1 245 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 198 1 205 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 126 1 133 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 70 1 85 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 86 1 101 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 342 1 348.39 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 326 1 333 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 302 1 309 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 286 1 293 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 230 1 245 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 198 1 205 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 126 1 133 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 70 1 85 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 86 1 101 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 102 1 117 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 102 1 117 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 102 1 117 ;
+    END
+  END DVSS
+  PIN VDD
+    DIRECTION INOUT ;
+    USE POWER ;
+    PORT
+      LAYER Metal5 ;
+        RECT 74 254 75 261 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 74 310 75 317 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 254 75 261 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 310 75 317 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 254 75 261 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 310 75 317 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 310 1 317 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 310 1 317 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 310 1 317 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 254 1 261 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 254 1 261 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 254 1 261 ;
+    END
+  END VDD
+  PIN VSS
+    DIRECTION INOUT ;
+    USE GROUND ;
+    PORT
+      LAYER Metal5 ;
+        RECT 74 246 75 253 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 74 318 75 325 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 246 75 253 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 318 75 325 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 246 75 253 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 318 75 325 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 318 1 325 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 318 1 325 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 318 1 325 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 246 1 253 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 246 1 253 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 246 1 253 ;
+    END
+  END VSS
+  OBS
+    LAYER Metal1 ;
+      RECT 0 0 75 350 ;
+    LAYER Metal2 ;
+      POLYGON 75 350 71.52 350 71.52 349.34 68.39 349.34 68.39 350 12.045 350 12.045 349.34 11.105 349.34 11.105 350 10.99 350 10.99 349.34 10.05 349.34 10.05 350 6.625 350 6.625 349.34 5.685 349.34 5.685 350 4.02 350 4.02 349.34 3.08 349.34 3.08 350 0 350 0 0 75 0 ;
+    LAYER Metal3 ;
+      POLYGON 75 69.72 73.72 69.72 73.72 85.28 75 85.28 75 85.72 73.72 85.72 73.72 101.28 75 101.28 75 101.72 73.72 101.72 73.72 117.28 75 117.28 75 117.72 73.72 117.72 73.72 125.28 75 125.28 75 125.72 73.72 125.72 73.72 133.28 75 133.28 75 133.72 73.72 133.72 73.72 149.28 75 149.28 75 149.72 73.72 149.72 73.72 165.28 75 165.28 75 165.72 73.72 165.72 73.72 181.28 75 181.28 75 181.72 73.72 181.72 73.72 197.28 75 197.28 75 197.72 73.72 197.72 73.72 205.28 75 205.28 75 205.72 73.72 205.72 73.72 213.28 75 213.28 75 213.72 73.72 213.72 73.72 229.28 75 229.28 75 229.72 73.72 229.72 73.72 245.28 75 245.28 75 245.72 73.72 245.72 73.72 253.28 75 253.28 75 253.72 73.72 253.72 73.72 261.28 75 261.28 75 261.72 73.72 261.72 73.72 269.28 75 269.28 75 269.72 73.72 269.72 73.72 277.28 75 277.28 75 277.72 73.72 277.72 73.72 285.28 75 285.28 75 285.72 73.72 285.72 73.72 293.28 75 293.28 75 293.72 73.72 293.72 73.72 301.28 75 301.28 75 301.72 73.72 301.72 73.72 309.28 75 309.28 75 309.72 73.72 309.72 73.72 317.28 75 317.28 75 317.72 73.72 317.72 73.72 325.28 75 325.28 75 325.72 73.72 325.72 73.72 333.28 75 333.28 75 333.72 73.72 333.72 73.72 341.28 75 341.28 75 341.72 73.72 341.72 73.72 348.67 75 348.67 75 350 0 350 0 348.67 1.28 348.67 1.28 341.72 0 341.72 0 341.28 1.28 341.28 1.28 333.72 0 333.72 0 333.28 1.28 333.28 1.28 325.72 0 325.72 0 325.28 1.28 325.28 1.28 317.72 0 317.72 0 317.28 1.28 317.28 1.28 309.72 0 309.72 0 309.28 1.28 309.28 1.28 301.72 0 301.72 0 301.28 1.28 301.28 1.28 293.72 0 293.72 0 293.28 1.28 293.28 1.28 285.72 0 285.72 0 285.28 1.28 285.28 1.28 277.72 0 277.72 0 277.28 1.28 277.28 1.28 269.72 0 269.72 0 269.28 1.28 269.28 1.28 261.72 0 261.72 0 261.28 1.28 261.28 1.28 253.72 0 253.72 0 253.28 1.28 253.28 1.28 245.72 0 245.72 0 245.28 1.28 245.28 1.28 229.72 0 229.72 0 229.28 1.28 229.28 1.28 213.72 0 213.72 0 213.28 1.28 213.28 1.28 205.72 0 205.72 0 205.28 1.28 205.28 1.28 197.72 0 197.72 0 197.28 1.28 197.28 1.28 181.72 0 181.72 0 181.28 1.28 181.28 1.28 165.72 0 165.72 0 165.28 1.28 165.28 1.28 149.72 0 149.72 0 149.28 1.28 149.28 1.28 133.72 0 133.72 0 133.28 1.28 133.28 1.28 125.72 0 125.72 0 125.28 1.28 125.28 1.28 117.72 0 117.72 0 117.28 1.28 117.28 1.28 101.72 0 101.72 0 101.28 1.28 101.28 1.28 85.72 0 85.72 0 85.28 1.28 85.28 1.28 69.72 0 69.72 0 0 75 0 ;
+    LAYER Metal4 ;
+      POLYGON 75 69.72 73.72 69.72 73.72 85.28 75 85.28 75 85.72 73.72 85.72 73.72 101.28 75 101.28 75 101.72 73.72 101.72 73.72 117.28 75 117.28 75 117.72 73.72 117.72 73.72 125.28 75 125.28 75 125.72 73.72 125.72 73.72 133.28 75 133.28 75 133.72 73.72 133.72 73.72 149.28 75 149.28 75 149.72 73.72 149.72 73.72 165.28 75 165.28 75 165.72 73.72 165.72 73.72 181.28 75 181.28 75 181.72 73.72 181.72 73.72 197.28 75 197.28 75 197.72 73.72 197.72 73.72 205.28 75 205.28 75 205.72 73.72 205.72 73.72 213.28 75 213.28 75 213.72 73.72 213.72 73.72 229.28 75 229.28 75 229.72 73.72 229.72 73.72 245.28 75 245.28 75 245.72 73.72 245.72 73.72 253.28 75 253.28 75 253.72 73.72 253.72 73.72 261.28 75 261.28 75 261.72 73.72 261.72 73.72 269.28 75 269.28 75 269.72 73.72 269.72 73.72 277.28 75 277.28 75 277.72 73.72 277.72 73.72 285.28 75 285.28 75 285.72 73.72 285.72 73.72 293.28 75 293.28 75 293.72 73.72 293.72 73.72 301.28 75 301.28 75 301.72 73.72 301.72 73.72 309.28 75 309.28 75 309.72 73.72 309.72 73.72 317.28 75 317.28 75 317.72 73.72 317.72 73.72 325.28 75 325.28 75 325.72 73.72 325.72 73.72 333.28 75 333.28 75 333.72 73.72 333.72 73.72 341.28 75 341.28 75 341.72 73.72 341.72 73.72 348.67 75 348.67 75 350 0 350 0 348.67 1.28 348.67 1.28 341.72 0 341.72 0 341.28 1.28 341.28 1.28 333.72 0 333.72 0 333.28 1.28 333.28 1.28 325.72 0 325.72 0 325.28 1.28 325.28 1.28 317.72 0 317.72 0 317.28 1.28 317.28 1.28 309.72 0 309.72 0 309.28 1.28 309.28 1.28 301.72 0 301.72 0 301.28 1.28 301.28 1.28 293.72 0 293.72 0 293.28 1.28 293.28 1.28 285.72 0 285.72 0 285.28 1.28 285.28 1.28 277.72 0 277.72 0 277.28 1.28 277.28 1.28 269.72 0 269.72 0 269.28 1.28 269.28 1.28 261.72 0 261.72 0 261.28 1.28 261.28 1.28 253.72 0 253.72 0 253.28 1.28 253.28 1.28 245.72 0 245.72 0 245.28 1.28 245.28 1.28 229.72 0 229.72 0 229.28 1.28 229.28 1.28 213.72 0 213.72 0 213.28 1.28 213.28 1.28 205.72 0 205.72 0 205.28 1.28 205.28 1.28 197.72 0 197.72 0 197.28 1.28 197.28 1.28 181.72 0 181.72 0 181.28 1.28 181.28 1.28 165.72 0 165.72 0 165.28 1.28 165.28 1.28 149.72 0 149.72 0 149.28 1.28 149.28 1.28 133.72 0 133.72 0 133.28 1.28 133.28 1.28 125.72 0 125.72 0 125.28 1.28 125.28 1.28 117.72 0 117.72 0 117.28 1.28 117.28 1.28 101.72 0 101.72 0 101.28 1.28 101.28 1.28 85.72 0 85.72 0 85.28 1.28 85.28 1.28 69.72 0 69.72 0 0 75 0 ;
+    LAYER Metal5 ;
+      POLYGON 75 69.72 73.72 69.72 73.72 85.28 75 85.28 75 85.72 73.72 85.72 73.72 101.28 75 101.28 75 101.72 73.72 101.72 73.72 117.28 75 117.28 75 117.72 73.72 117.72 73.72 125.28 75 125.28 75 125.72 73.72 125.72 73.72 133.28 75 133.28 75 133.72 73.72 133.72 73.72 149.28 75 149.28 75 149.72 73.72 149.72 73.72 165.28 75 165.28 75 165.72 73.72 165.72 73.72 181.28 75 181.28 75 181.72 73.72 181.72 73.72 197.28 75 197.28 75 197.72 73.72 197.72 73.72 205.28 75 205.28 75 205.72 73.72 205.72 73.72 213.28 75 213.28 75 213.72 73.72 213.72 73.72 229.28 75 229.28 75 229.72 73.72 229.72 73.72 245.28 75 245.28 75 245.72 73.72 245.72 73.72 253.28 75 253.28 75 253.72 73.72 253.72 73.72 261.28 75 261.28 75 261.72 73.72 261.72 73.72 269.28 75 269.28 75 269.72 73.72 269.72 73.72 277.28 75 277.28 75 277.72 73.72 277.72 73.72 285.28 75 285.28 75 285.72 73.72 285.72 73.72 293.28 75 293.28 75 293.72 73.72 293.72 73.72 301.28 75 301.28 75 301.72 73.72 301.72 73.72 309.28 75 309.28 75 309.72 73.72 309.72 73.72 317.28 75 317.28 75 317.72 73.72 317.72 73.72 325.28 75 325.28 75 325.72 73.72 325.72 73.72 333.28 75 333.28 75 333.72 73.72 333.72 73.72 341.28 75 341.28 75 341.72 73.72 341.72 73.72 348.67 75 348.67 75 350 0 350 0 348.67 1.28 348.67 1.28 341.72 0 341.72 0 341.28 1.28 341.28 1.28 333.72 0 333.72 0 333.28 1.28 333.28 1.28 325.72 0 325.72 0 325.28 1.28 325.28 1.28 317.72 0 317.72 0 317.28 1.28 317.28 1.28 309.72 0 309.72 0 309.28 1.28 309.28 1.28 301.72 0 301.72 0 301.28 1.28 301.28 1.28 293.72 0 293.72 0 293.28 1.28 293.28 1.28 285.72 0 285.72 0 285.28 1.28 285.28 1.28 277.72 0 277.72 0 277.28 1.28 277.28 1.28 269.72 0 269.72 0 269.28 1.28 269.28 1.28 261.72 0 261.72 0 261.28 1.28 261.28 1.28 253.72 0 253.72 0 253.28 1.28 253.28 1.28 245.72 0 245.72 0 245.28 1.28 245.28 1.28 229.72 0 229.72 0 229.28 1.28 229.28 1.28 213.72 0 213.72 0 213.28 1.28 213.28 1.28 205.72 0 205.72 0 205.28 1.28 205.28 1.28 197.72 0 197.72 0 197.28 1.28 197.28 1.28 181.72 0 181.72 0 181.28 1.28 181.28 1.28 165.72 0 165.72 0 165.28 1.28 165.28 1.28 149.72 0 149.72 0 149.28 1.28 149.28 1.28 133.72 0 133.72 0 133.28 1.28 133.28 1.28 125.72 0 125.72 0 125.28 1.28 125.28 1.28 117.72 0 117.72 0 117.28 1.28 117.28 1.28 101.72 0 101.72 0 101.28 1.28 101.28 1.28 85.72 0 85.72 0 85.28 1.28 85.28 1.28 69.72 0 69.72 0 0 75 0 ;
+    LAYER Via1 ;
+      RECT 0 0 75 350 ;
+    LAYER Via2 ;
+      RECT 0 0 75 350 ;
+    LAYER Via3 ;
+      RECT 0 0 75 350 ;
+    LAYER Via4 ;
+      RECT 0 0 75 350 ;
+  END
+
+END gf180mcu_fd_io__bi_24t
diff --git a/cells/bi_24t/gf180mcu_fd_io__bi_24t__ff_125C_2v75.lib b/cells/bi_24t/gf180mcu_fd_io__bi_24t__ff_125C_2v75.lib
new file mode 100644
index 0000000..3c6117a
--- /dev/null
+++ b/cells/bi_24t/gf180mcu_fd_io__bi_24t__ff_125C_2v75.lib
@@ -0,0 +1,811 @@
+/*
+ * Copyright 2022 GlobalFoundries PDK Authors
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+	cell ("gf180mcu_fd_io__bi_24t") {
+		scaling_factors : "gf_factors";
+		area : 26250.000000;
+		pad_cell : true;
+		dont_use : true;
+		dont_touch : true;
+		cell_leakage_power : 4.159800e-02;
+		leakage_power () {
+			when : "!CS !SL !IE !OE !PU !PD !A !PAD";
+			value : "0.041598";
+		}
+		pin ("CS") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.022863;
+			rise_capacitance_range(0.022271,0.023819);
+			capacitance : 0.022529;
+			fall_capacitance : 0.022195;
+			fall_capacitance_range(0.021462,0.022677);
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("0.118170, 0.838233, 0.863292");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("0.207722, 0.740254, 0.743200");
+				}
+			}
+		}
+		pin ("SL") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.031624;
+			rise_capacitance_range(0.031080,0.032534);
+			capacitance : 0.031255;
+			fall_capacitance : 0.030887;
+			fall_capacitance_range(0.030255,0.031662);
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("0.109550, 0.956980, 0.999116");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("0.242511, 1.063154, 1.088100");
+				}
+			}
+		}
+		pin ("IE") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.014700;
+			rise_capacitance_range(0.013906,0.015700);
+			capacitance : 0.014293;
+			fall_capacitance : 0.013886;
+			fall_capacitance_range(0.013259,0.014238);
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("0.152327, 0.528890, 0.540509");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("0.185232, 0.458863, 0.499621");
+				}
+			}
+		}
+		pin ("OE") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.091329;
+			rise_capacitance_range(0.084725,0.097807);
+			capacitance : 0.091143;
+			fall_capacitance : 0.090222;
+			fall_capacitance_range(0.089071,0.090780);
+		}
+		pin ("PU") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.077525;
+			rise_capacitance_range(0.062664,0.089035);
+			capacitance : 0.077564;
+			fall_capacitance : 0.077602;
+			fall_capacitance_range(0.059343,0.092980);
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("-0.195032, 0.129634, 0.125940");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("0.550808, 1.058554, 1.163690");
+				}
+			}
+		}
+		pin ("PD") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.048119;
+			rise_capacitance_range(0.047257,0.048639);
+			capacitance : 0.049330;
+			fall_capacitance : 0.050542;
+			fall_capacitance_range(0.048194,0.052629);
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("-0.025037, 0.583597, 0.619333");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("0.460598, 0.921312, 0.945962");
+				}
+			}
+		}
+		pin ("A") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.036848;
+			rise_capacitance_range(0.035635,0.038586);
+			capacitance : 0.036818;
+			fall_capacitance : 0.036789;
+			fall_capacitance_range(0.035541,0.037762);
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("-0.090718, -0.085997, -0.087786");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("0.102048, 0.105086, 0.103313");
+				}
+			}
+		}
+		pin ("PAD") {
+			drive_current : 24000.000000;
+			is_pad : true;
+			function : "((A))";
+			three_state : "((!OE))";
+			direction : "inout";
+			max_transition : 1.000000;
+			max_capacitance : 50.000000;
+			input_signal_level : "DVDD";
+			output_signal_level : "DVDD";
+			capacitance : 3.792061;
+			internal_power () {
+				related_pin : "A";
+				when : "!IE&OE&!SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 10, 20, 30, 40, 50");
+					values("36.369858, 36.915988, 36.912268, 35.973408, 35.668088, 35.022908", \
+					  "36.360037, 36.770567, 36.613737, 36.191737, 35.683067, 35.034407", \
+					  "36.396766, 36.844956, 36.923026, 35.891336, 35.720986, 35.031306");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 10, 20, 30, 40, 50");
+					values("38.192612, 40.329442, 40.889892, 41.141112, 41.268512, 41.382532", \
+					  "38.088994, 40.279044, 40.650184, 41.255304, 41.202264, 41.357994", \
+					  "38.050717, 40.231267, 41.012547, 41.195097, 41.424087, 41.265877");
+				}
+			}
+			internal_power () {
+				related_pin : "A";
+				when : "!IE&OE&SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 10, 20, 30, 40, 50");
+					values("31.565118, 35.407778, 35.703498, 35.803308, 35.321068, 34.488978", \
+					  "31.415607, 35.317317, 36.020167, 35.651907, 35.254617, 34.469647", \
+					  "31.496496, 35.387336, 35.684226, 35.828676, 35.384396, 34.520356");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 10, 20, 30, 40, 50");
+					values("34.391922, 37.150532, 37.814622, 39.212872, 39.735852, 40.007062", \
+					  "34.199134, 37.319874, 38.375314, 39.058414, 39.642384, 40.050964", \
+					  "34.034247, 36.721757, 37.785487, 39.282237, 39.675177, 40.039437");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "A&!IE&!SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 10, 20, 30, 40, 50");
+					values("33.064547, 33.047687, 32.698537, 32.104347, 31.509197, 30.805887", \
+					  "23.670749, 23.461269, 23.309199, 22.674509, 22.132059, 21.424819", \
+					  "20.839570, 20.790610, 20.495970, 19.990820, 19.298970, 18.653670");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 10, 20, 30, 40, 50");
+					values("2.498874, 2.494557, 2.486836, 2.483079, 2.486726, 2.486185", \
+					  "0.537153, 2.190805, 2.803175, 3.114125, 3.299535, 3.422845", \
+					  "1.171580, 3.276364, 3.964654, 4.305524, 4.512414, 4.650934");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "A&!IE&SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 10, 20, 30, 40, 50");
+					values("28.289077, 31.604377, 32.047517, 31.628117, 31.060997, 30.452727", \
+					  "18.862889, 22.205379, 22.737139, 22.206369, 21.703929, 20.973559", \
+					  "16.122000, 19.293810, 19.872110, 19.595520, 18.791610, 18.039490");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 10, 20, 30, 40, 50");
+					values("2.490545, 2.483260, 2.496936, 2.496340, 2.491880, 2.485076", \
+					  "0.507103, 2.144585, 2.773265, 3.103795, 3.299575, 3.431915", \
+					  "1.248777, 3.337364, 4.038484, 4.370584, 4.573114, 4.700984");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "!A&!IE&!SL";
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 10, 20, 30, 40, 50");
+					values("30.183877, 31.482367, 31.583617, 31.648817, 31.687987, 31.734297", \
+					  "21.000089, 22.294619, 22.389829, 22.448969, 22.500909, 22.548459", \
+					  "18.284720, 19.583010, 19.709060, 19.758370, 19.792470, 19.818640");
+				}
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 10, 20, 30, 40, 50");
+					values("3.099430, -72.554808, -148.189888, -223.819888, -299.447788, -375.074688", \
+					  "-0.002508, -75.902335, -151.609755, -227.275155, -302.924155, -378.565055", \
+					  "-0.120324, -75.997436, -151.699546, -227.362746, -303.010846, -378.651346");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "!A&!IE&SL";
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 10, 20, 30, 40, 50");
+					values("26.841287, 27.974007, 28.951997, 29.606717, 29.998827, 30.299937", \
+					  "17.545539, 18.742239, 19.719189, 20.409259, 20.798249, 21.096039", \
+					  "14.744680, 15.928880, 16.971900, 17.724780, 18.156100, 18.361710");
+				}
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 10, 20, 30, 40, 50");
+					values("3.039285, -72.623428, -148.260388, -223.890988, -299.519188, -375.146288", \
+					  "0.067452, -75.817315, -151.522855, -227.188055, -302.837155, -378.478255", \
+					  "0.035540, -75.887136, -151.606746, -227.278046, -302.930446, -378.573546");
+				}
+			}
+			internal_power () {
+				related_pin : "A";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 10, 20, 30, 40, 50");
+					values("67.934976, 72.323766, 72.615766, 71.776716, 70.989156, 69.511886", \
+					  "67.775644, 72.087884, 72.633904, 71.843644, 70.937684, 69.504054", \
+					  "67.893262, 72.232292, 72.607252, 71.720012, 71.105382, 69.551662");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 10, 20, 30, 40, 50");
+					values("72.584534, 77.479974, 78.704514, 80.353984, 81.004364, 81.389594", \
+					  "72.288128, 77.598918, 79.025498, 80.313718, 80.844648, 81.408958", \
+					  "72.084964, 76.953024, 78.798034, 80.477334, 81.099264, 81.305314");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 10, 20, 30, 40, 50");
+					values("33.746170, -40.263086, -115.852111, -191.989206, -268.198391, -344.481181", \
+					  "21.299291, -53.026501, -128.543136, -204.791166, -280.962661, -357.322466", \
+					  "18.438393, -55.900076, -131.469106, -207.527226, -283.925356, -360.265866");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 10, 20, 30, 40, 50");
+					values("31.007292, 32.217095, 32.759693, 33.117477, 33.332710, 33.502747", \
+					  "19.794942, 22.686124, 23.842729, 24.538074, 24.949134, 25.249629", \
+					  "17.724878, 21.062809, 22.342049, 23.079629, 23.517049, 23.766134");
+				}
+			}
+			timing () {
+				related_pin : "A";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				when : "!IE&OE&!SL";
+				sdf_cond : "IE==1'b0&&OE==1'b1&&SL==1'b0";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.792061, 13.792061, 23.792061, 33.792061, 43.792061, 53.792061");
+					values("3.204947, 3.726919, 4.126786, 4.511173, 4.893058, 5.273233", \
+					  "3.280082, 3.801674, 4.202525, 4.587149, 4.967326, 5.346904", \
+					  "3.318464, 3.840465, 4.240325, 4.624709, 5.006612, 5.386779");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.792061, 13.792061, 23.792061, 33.792061, 43.792061, 53.792061");
+					values("0.796919, 1.420264, 2.142445, 2.897981, 3.670589, 4.459300", \
+					  "0.795839, 1.418399, 2.140774, 2.898939, 3.677292, 4.461796", \
+					  "0.796976, 1.420213, 2.142484, 2.897779, 3.670850, 4.459463");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.792061, 13.792061, 23.792061, 33.792061, 43.792061, 53.792061");
+					values("3.281057, 3.778831, 4.140209, 4.472915, 4.796331, 5.115080", \
+					  "3.411663, 3.909645, 4.270770, 4.603461, 4.926912, 5.245704", \
+					  "3.582083, 4.080273, 4.441220, 4.774350, 5.096690, 5.415707");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.792061, 13.792061, 23.792061, 33.792061, 43.792061, 53.792061");
+					values("0.568023, 1.173546, 1.738803, 2.316722, 2.903344, 3.502592", \
+					  "0.567912, 1.174209, 1.739130, 2.312727, 2.901195, 3.498441", \
+					  "0.567483, 1.172971, 1.739812, 2.314155, 2.904576, 3.498529");
+				}
+			}
+			timing () {
+				related_pin : "A";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				when : "!IE&OE&SL";
+				sdf_cond : "IE==1'b0&&OE==1'b1&&SL==1'b1";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.792061, 13.792061, 23.792061, 33.792061, 43.792061, 53.792061");
+					values("3.116245, 4.265158, 5.037876, 5.621377, 6.114659, 6.563976", \
+					  "3.192431, 4.341781, 5.116937, 5.699359, 6.188288, 6.639418", \
+					  "3.230279, 4.379686, 5.152514, 5.735900, 6.229357, 6.677893");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.792061, 13.792061, 23.792061, 33.792061, 43.792061, 53.792061");
+					values("1.112340, 2.580661, 3.446958, 4.186540, 4.880683, 5.568774", \
+					  "1.112458, 2.579602, 3.449680, 4.187285, 4.877598, 5.566166", \
+					  "1.114006, 2.580752, 3.446804, 4.185206, 4.881775, 5.565564");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.792061, 13.792061, 23.792061, 33.792061, 43.792061, 53.792061");
+					values("3.242497, 3.921879, 4.553405, 5.133740, 5.666054, 6.158146", \
+					  "3.373652, 4.053391, 4.683993, 5.265375, 5.798640, 6.289017", \
+					  "3.544182, 4.223354, 4.855031, 5.435284, 5.967459, 6.459811");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.792061, 13.792061, 23.792061, 33.792061, 43.792061, 53.792061");
+					values("0.593632, 1.782686, 2.770442, 3.606279, 4.348896, 5.039706", \
+					  "0.594092, 1.781202, 2.768178, 3.602626, 4.351056, 5.042200", \
+					  "0.594068, 1.779421, 2.769189, 3.605746, 4.348986, 5.038471");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "A&!IE&!SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&SL==1'b0";
+				timing_type : "three_state_enable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.792061, 13.792061, 23.792061, 33.792061, 43.792061, 53.792061");
+					values("2.743444, 3.274093, 3.674473, 4.058522, 4.437842, 4.818513", \
+					  "2.794658, 3.326980, 3.727874, 4.112012, 4.491084, 4.871695", \
+					  "2.819665, 3.353207, 3.754163, 4.137218, 4.518971, 4.898453");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.792061, 13.792061, 23.792061, 33.792061, 43.792061, 53.792061");
+					values("0.828399, 1.450552, 2.160903, 2.905802, 3.685048, 4.463059", \
+					  "0.827109, 1.454550, 2.162525, 2.911700, 3.686583, 4.465171", \
+					  "0.826080, 1.453610, 2.164432, 2.914759, 3.684217, 4.461765");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "A&!IE&SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&SL==1'b1";
+				timing_type : "three_state_enable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.792061, 13.792061, 23.792061, 33.792061, 43.792061, 53.792061");
+					values("2.665772, 3.801967, 4.578689, 5.166543, 5.661706, 6.109069", \
+					  "2.720072, 3.855975, 4.632091, 5.219979, 5.714332, 6.163325", \
+					  "2.746931, 3.882849, 4.660475, 5.249240, 5.740842, 6.192215");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.792061, 13.792061, 23.792061, 33.792061, 43.792061, 53.792061");
+					values("1.127951, 2.599142, 3.476329, 4.216470, 4.909350, 5.600167", \
+					  "1.128267, 2.598168, 3.477021, 4.213710, 4.909078, 5.597981", \
+					  "1.133079, 2.597359, 3.475132, 4.217060, 4.915080, 5.601724");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "!A&!IE&!SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&SL==1'b0";
+				timing_type : "three_state_enable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.792061, 13.792061, 23.792061, 33.792061, 43.792061, 53.792061");
+					values("1.971058, 2.481499, 2.846099, 3.179589, 3.502326, 3.821164", \
+					  "2.045535, 2.555952, 2.920546, 3.254033, 3.576774, 3.895608", \
+					  "2.083295, 2.593781, 2.958376, 3.291865, 3.614582, 3.933436");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.792061, 13.792061, 23.792061, 33.792061, 43.792061, 53.792061");
+					values("0.611091, 1.215579, 1.775108, 2.341392, 2.926846, 3.515107", \
+					  "0.611132, 1.215573, 1.775040, 2.341312, 2.926785, 3.515148", \
+					  "0.611220, 1.215549, 1.775396, 2.341667, 2.927050, 3.515564");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "!A&!IE&SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&SL==1'b1";
+				timing_type : "three_state_enable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.792061, 13.792061, 23.792061, 33.792061, 43.792061, 53.792061");
+					values("1.942350, 2.612156, 3.239172, 3.821377, 4.356666, 4.850404", \
+					  "2.016835, 2.686648, 3.313678, 3.895832, 4.431201, 4.924542", \
+					  "2.055051, 2.725023, 3.351756, 3.933158, 4.468006, 4.962032");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.792061, 13.792061, 23.792061, 33.792061, 43.792061, 53.792061");
+					values("0.646673, 1.799821, 2.784183, 3.623086, 4.371782, 5.070653", \
+					  "0.646577, 1.799997, 2.783982, 3.624927, 4.373764, 5.069391", \
+					  "0.645616, 1.798846, 2.787709, 3.626666, 4.372655, 5.066602");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "!A&!IE&!SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&SL==1'b0";
+				timing_type : "three_state_disable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.792061, 13.792061, 23.792061, 33.792061, 43.792061, 53.792061");
+					values("1.538135, 1.538136, 1.538137, 1.538138, 1.538139, 1.538140", \
+					  "1.666461, 1.666462, 1.666463, 1.666464, 1.666465, 1.666466", \
+					  "1.837753, 1.838514, 1.838515, 1.838516, 1.838517, 1.838518");
+				}
+				rise_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "!A&!IE&SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&SL==1'b1";
+				timing_type : "three_state_disable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.792061, 13.792061, 23.792061, 33.792061, 43.792061, 53.792061");
+					values("1.526072, 1.526073, 1.526074, 1.526075, 1.526076, 1.526077", \
+					  "1.653959, 1.653960, 1.653961, 1.653962, 1.653963, 1.653964", \
+					  "1.823582, 1.824750, 1.824751, 1.824752, 1.824753, 1.824754");
+				}
+				rise_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "A&!IE&!SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&SL==1'b0";
+				timing_type : "three_state_disable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.792061, 13.792061, 23.792061, 33.792061, 43.792061, 53.792061");
+					values("2.019927, 2.019928, 2.019929, 2.019930, 2.019931, 2.019932", \
+					  "2.150843, 2.150844, 2.150845, 2.150846, 2.150847, 2.150848", \
+					  "2.326500, 2.326501, 2.326502, 2.326503, 2.326504, 2.326505");
+				}
+				fall_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "A&!IE&SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&SL==1'b1";
+				timing_type : "three_state_disable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.792061, 13.792061, 23.792061, 33.792061, 43.792061, 53.792061");
+					values("2.030034, 2.030035, 2.030036, 2.030037, 2.030038, 2.030039", \
+					  "2.158378, 2.158379, 2.158380, 2.158381, 2.158382, 2.158383", \
+					  "2.332287, 2.332288, 2.332289, 2.332290, 2.332291, 2.332292");
+				}
+				fall_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("-18.810860, -18.756010, -18.980570");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("18.833390, 19.212060, 19.101170");
+				}
+			}
+		}
+		pin ("Y") {
+			function : "((IE*PAD))";
+			direction : "output";
+			max_capacitance : 0.500000;
+			output_signal_level : "VDD";
+			internal_power () {
+				related_pin : "IE";
+				when : "!CS&!OE&PAD";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("1.458629, 1.449450, 1.433852, 1.403666, 1.395503, 1.390427", \
+					  "1.087176, 1.055858, 1.060922, 1.022226, 1.004887, 1.016632", \
+					  "1.079777, 1.083999, 1.042882, 1.004717, 1.044071, 1.050870");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("1.707962, 1.720445, 1.744286, 1.767382, 1.772542, 1.777005", \
+					  "1.435088, 1.488451, 1.429904, 1.476549, 1.520284, 1.561955", \
+					  "1.404307, 1.435455, 1.448044, 1.451893, 1.381206, 1.429199");
+				}
+			}
+			internal_power () {
+				related_pin : "IE";
+				when : "CS&!OE&PAD";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("1.644765, 1.619769, 1.609000, 1.591704, 1.579038, 1.567010", \
+					  "1.269368, 1.245329, 1.234439, 1.209482, 1.208259, 1.198648", \
+					  "1.267079, 1.227884, 1.229909, 1.238905, 1.194480, 1.183465");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("1.803232, 1.792880, 1.921489, 1.905630, 1.901137, 1.947687", \
+					  "1.505968, 1.535017, 1.631608, 1.631404, 1.609756, 1.691278", \
+					  "1.511171, 1.511645, 1.594053, 1.550743, 1.552523, 1.498144");
+				}
+			}
+			internal_power () {
+				related_pin : "PAD";
+				when : "!CS&IE&!OE";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("0.830610, 0.805170, 0.783720, 0.744440, 0.727390, 0.712260", \
+					  "0.924520, 0.898580, 0.877490, 0.831620, 0.815240, 0.801860", \
+					  "1.116970, 1.091700, 1.069570, 1.021590, 1.005860, 0.986720");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("0.923520, 0.936650, 0.969990, 1.033630, 1.052220, 1.065150", \
+					  "0.294650, 0.305950, 0.340120, 0.405800, 0.424330, 0.437060", \
+					  "0.833810, 0.845330, 0.879700, 0.942910, 0.959130, 0.972980");
+				}
+			}
+			internal_power () {
+				related_pin : "PAD";
+				when : "CS&IE&!OE";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("1.084850, 1.060860, 1.041290, 0.995430, 0.978740, 0.965020", \
+					  "1.061710, 1.035830, 1.017910, 0.976740, 0.957040, 0.944100", \
+					  "1.435890, 1.410370, 1.392710, 1.349340, 1.336690, 1.323640");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("1.502070, 1.520160, 1.569250, 1.684450, 1.728280, 1.760550", \
+					  "1.103710, 1.122010, 1.173190, 1.293010, 1.333080, 1.366990", \
+					  "1.072130, 1.089860, 1.140150, 1.258380, 1.299750, 1.333590");
+				}
+			}
+			internal_power () {
+				related_pin : "IE";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("1.551697, 1.534609, 1.521426, 1.497685, 1.487270, 1.478719", \
+					  "1.178272, 1.150593, 1.147680, 1.115854, 1.106573, 1.107640", \
+					  "1.173428, 1.155941, 1.136395, 1.121811, 1.119276, 1.117167");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("1.755597, 1.756663, 1.832888, 1.836506, 1.836839, 1.862346", \
+					  "1.470528, 1.511734, 1.530756, 1.553977, 1.565020, 1.626616", \
+					  "1.457739, 1.473550, 1.521049, 1.501318, 1.466865, 1.463672");
+				}
+			}
+			internal_power () {
+				related_pin : "PAD";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("0.957730, 0.933015, 0.912505, 0.869935, 0.853065, 0.838640", \
+					  "0.993115, 0.967205, 0.947700, 0.904180, 0.886140, 0.872980", \
+					  "1.276430, 1.251035, 1.231140, 1.185465, 1.171275, 1.155180");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("1.212795, 1.228405, 1.269620, 1.359040, 1.390250, 1.412850", \
+					  "0.699180, 0.713980, 0.756655, 0.849405, 0.878705, 0.902025", \
+					  "0.952970, 0.967595, 1.009925, 1.100645, 1.129440, 1.153285");
+				}
+			}
+			timing () {
+				related_pin : "IE";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				when : "!CS&!OE&PAD";
+				sdf_cond : "CS==1'b0&&OE==1'b0&&PAD==1'b1";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("2.267108, 2.342946, 2.437531, 2.709185, 2.838992, 2.968973", \
+					  "2.363940, 2.439828, 2.534455, 2.806213, 2.935667, 3.065531", \
+					  "2.430912, 2.506256, 2.601253, 2.872570, 3.003445, 3.133673");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.275060, 0.372641, 0.522389, 1.024102, 1.281751, 1.547695", \
+					  "0.276119, 0.372802, 0.522521, 1.024445, 1.282530, 1.547605", \
+					  "0.269848, 0.371152, 0.523238, 1.022478, 1.281854, 1.542483");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("1.897452, 1.958370, 2.031988, 2.229022, 2.318167, 2.404993", \
+					  "2.032076, 2.092997, 2.166587, 2.363661, 2.452809, 2.539647", \
+					  "2.196002, 2.256942, 2.330234, 2.527459, 2.616576, 2.703736");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.139795, 0.219552, 0.320691, 0.635938, 0.793669, 0.954572", \
+					  "0.139786, 0.219339, 0.320591, 0.635902, 0.793672, 0.954239", \
+					  "0.139527, 0.218689, 0.321597, 0.635262, 0.795962, 0.953240");
+				}
+			}
+			timing () {
+				related_pin : "IE";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				when : "CS&!OE&PAD";
+				sdf_cond : "CS==1'b1&&OE==1'b0&&PAD==1'b1";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("2.363776, 2.439683, 2.534114, 2.805257, 2.936282, 3.065447", \
+					  "2.460652, 2.536547, 2.630986, 2.902173, 3.033146, 3.163389", \
+					  "2.528346, 2.604266, 2.698700, 2.969903, 3.100846, 3.231088");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.273964, 0.375321, 0.522518, 1.024867, 1.279485, 1.546248", \
+					  "0.273967, 0.374286, 0.522539, 1.021197, 1.282479, 1.541890", \
+					  "0.274179, 0.374248, 0.522542, 1.021555, 1.282632, 1.541690");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("2.001921, 2.062849, 2.136402, 2.333512, 2.422682, 2.509874", \
+					  "2.136427, 2.197357, 2.270986, 2.468000, 2.557105, 2.644336", \
+					  "2.300284, 2.361253, 2.434812, 2.632080, 2.721193, 2.808373");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.140486, 0.219823, 0.320905, 0.635899, 0.793639, 0.954431", \
+					  "0.140491, 0.220268, 0.321136, 0.636116, 0.794289, 0.953713", \
+					  "0.140947, 0.218913, 0.321715, 0.636467, 0.794380, 0.954665");
+				}
+			}
+			timing () {
+				related_pin : "PAD";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				when : "!CS&IE&!OE";
+				sdf_cond : "CS==1'b0&&IE==1'b1&&OE==1'b0";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("1.607747, 1.682619, 1.777122, 2.050200, 2.180657, 2.310341", \
+					  "1.698847, 1.773681, 1.867753, 2.139914, 2.270913, 2.400990", \
+					  "1.739030, 1.814451, 1.908716, 2.181823, 2.312306, 2.442091");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.267054, 0.368450, 0.516044, 1.023683, 1.286348, 1.546175", \
+					  "0.267504, 0.369588, 0.517431, 1.022080, 1.284512, 1.546680", \
+					  "0.267851, 0.368746, 0.517425, 1.021687, 1.283918, 1.546387");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("1.575363, 1.636232, 1.709580, 1.905953, 1.995583, 2.082854", \
+					  "1.577897, 1.638744, 1.712272, 1.908828, 1.998260, 2.085683", \
+					  "1.746415, 1.807115, 1.880733, 2.077146, 2.166701, 2.254111");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.142356, 0.218073, 0.319101, 0.634593, 0.794400, 0.953946", \
+					  "0.140424, 0.217955, 0.319145, 0.636256, 0.793867, 0.954092", \
+					  "0.141461, 0.218700, 0.319132, 0.636285, 0.793008, 0.954722");
+				}
+			}
+			timing () {
+				related_pin : "PAD";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				when : "CS&IE&!OE";
+				sdf_cond : "CS==1'b1&&IE==1'b1&&OE==1'b0";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("1.736211, 1.811284, 1.905631, 2.178926, 2.309567, 2.439502", \
+					  "1.856680, 1.931530, 2.026212, 2.299017, 2.429875, 2.560072", \
+					  "1.965734, 2.041163, 2.135573, 2.408417, 2.538343, 2.668494");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.267414, 0.368150, 0.516674, 1.023271, 1.282168, 1.543809", \
+					  "0.267914, 0.367627, 0.516814, 1.027148, 1.281832, 1.542841", \
+					  "0.267924, 0.369022, 0.517515, 1.021660, 1.285318, 1.550626");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("2.543046, 2.603342, 2.676943, 2.874187, 2.963572, 3.050837", \
+					  "2.370576, 2.431325, 2.505378, 2.702660, 2.791808, 2.879517", \
+					  "2.512192, 2.572852, 2.646397, 2.843612, 2.933177, 3.020257");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.143844, 0.219920, 0.321889, 0.637569, 0.794855, 0.952800", \
+					  "0.143921, 0.220294, 0.320995, 0.637455, 0.795644, 0.954935", \
+					  "0.142576, 0.219477, 0.321971, 0.637615, 0.795862, 0.954296");
+				}
+			}
+		}
+		pin ("DVDD") {
+			direction : "inout";
+			capacitance : 0;
+		}
+		pin ("DVSS") {
+			direction : "inout";
+			capacitance : 0;
+		}
+		pin ("VDD") {
+			direction : "inout";
+			capacitance : 0;
+		}
+		pin ("VSS") {
+			direction : "inout";
+			capacitance : 0;
+		}
+	}
diff --git a/cells/bi_24t/gf180mcu_fd_io__bi_24t__ff_125C_2v75.lib.json b/cells/bi_24t/gf180mcu_fd_io__bi_24t__ff_125C_2v75.lib.json
new file mode 100644
index 0000000..57c6f2a
--- /dev/null
+++ b/cells/bi_24t/gf180mcu_fd_io__bi_24t__ff_125C_2v75.lib.json
@@ -0,0 +1,3102 @@
+{
+    "cell gf180mcu_fd_io__bi_24t": {
+        "scaling_factors": "gf_factors",
+        "area": "26250.000000",
+        "pad_cell": "true",
+        "dont_use": "true",
+        "dont_touch": "true",
+        "cell_leakage_power": "4.159800e-02",
+        "leakage_power ": {
+            "when": "!CS !SL !IE !OE !PU !PD !A !PAD",
+            "value": "0.041598"
+        },
+        "pin CS": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.022863",
+            "comp_attribute rise_capacitance_range": "0.022271,0.023819",
+            "capacitance": "0.022529",
+            "fall_capacitance": "0.022195",
+            "comp_attribute fall_capacitance_range": "0.021462,0.022677",
+            "internal_power ": {
+                "rise_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        0.11817,
+                        0.838233,
+                        0.863292
+                    ]
+                },
+                "fall_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        0.207722,
+                        0.740254,
+                        0.7432
+                    ]
+                }
+            }
+        },
+        "pin SL": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.031624",
+            "comp_attribute rise_capacitance_range": "0.031080,0.032534",
+            "capacitance": "0.031255",
+            "fall_capacitance": "0.030887",
+            "comp_attribute fall_capacitance_range": "0.030255,0.031662",
+            "internal_power ": {
+                "rise_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        0.10955,
+                        0.95698,
+                        0.999116
+                    ]
+                },
+                "fall_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        0.242511,
+                        1.063154,
+                        1.0881
+                    ]
+                }
+            }
+        },
+        "pin IE": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.014700",
+            "comp_attribute rise_capacitance_range": "0.013906,0.015700",
+            "capacitance": "0.014293",
+            "fall_capacitance": "0.013886",
+            "comp_attribute fall_capacitance_range": "0.013259,0.014238",
+            "internal_power ": {
+                "rise_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        0.152327,
+                        0.52889,
+                        0.540509
+                    ]
+                },
+                "fall_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        0.185232,
+                        0.458863,
+                        0.499621
+                    ]
+                }
+            }
+        },
+        "pin OE": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.091329",
+            "comp_attribute rise_capacitance_range": "0.084725,0.097807",
+            "capacitance": "0.091143",
+            "fall_capacitance": "0.090222",
+            "comp_attribute fall_capacitance_range": "0.089071,0.090780"
+        },
+        "pin PU": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.077525",
+            "comp_attribute rise_capacitance_range": "0.062664,0.089035",
+            "capacitance": "0.077564",
+            "fall_capacitance": "0.077602",
+            "comp_attribute fall_capacitance_range": "0.059343,0.092980",
+            "internal_power ": {
+                "rise_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        -0.195032,
+                        0.129634,
+                        0.12594
+                    ]
+                },
+                "fall_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        0.550808,
+                        1.058554,
+                        1.16369
+                    ]
+                }
+            }
+        },
+        "pin PD": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.048119",
+            "comp_attribute rise_capacitance_range": "0.047257,0.048639",
+            "capacitance": "0.049330",
+            "fall_capacitance": "0.050542",
+            "comp_attribute fall_capacitance_range": "0.048194,0.052629",
+            "internal_power ": {
+                "rise_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        -0.025037,
+                        0.583597,
+                        0.619333
+                    ]
+                },
+                "fall_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        0.460598,
+                        0.921312,
+                        0.945962
+                    ]
+                }
+            }
+        },
+        "pin A": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.036848",
+            "comp_attribute rise_capacitance_range": "0.035635,0.038586",
+            "capacitance": "0.036818",
+            "fall_capacitance": "0.036789",
+            "comp_attribute fall_capacitance_range": "0.035541,0.037762",
+            "internal_power ": {
+                "rise_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        -0.090718,
+                        -0.085997,
+                        -0.087786
+                    ]
+                },
+                "fall_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        0.102048,
+                        0.105086,
+                        0.103313
+                    ]
+                }
+            }
+        },
+        "pin PAD": {
+            "drive_current": "24000.000000",
+            "is_pad": "true",
+            "function": "((A))",
+            "three_state": "((!OE))",
+            "direction": "inout",
+            "max_transition": "1.000000",
+            "max_capacitance": "50.000000",
+            "input_signal_level": "DVDD",
+            "output_signal_level": "DVDD",
+            "capacitance": "3.792061",
+            "internal_power ": [
+                {
+                    "related_pin": "A",
+                    "when": "!IE&OE&!SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            10,
+                            20,
+                            30,
+                            40,
+                            50
+                        ],
+                        "values": [
+                            [
+                                36.369858,
+                                36.915988,
+                                36.912268,
+                                35.973408,
+                                35.668088,
+                                35.022908
+                            ],
+                            [
+                                36.360037,
+                                36.770567,
+                                36.613737,
+                                36.191737,
+                                35.683067,
+                                35.034407
+                            ],
+                            [
+                                36.396766,
+                                36.844956,
+                                36.923026,
+                                35.891336,
+                                35.720986,
+                                35.031306
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            10,
+                            20,
+                            30,
+                            40,
+                            50
+                        ],
+                        "values": [
+                            [
+                                38.192612,
+                                40.329442,
+                                40.889892,
+                                41.141112,
+                                41.268512,
+                                41.382532
+                            ],
+                            [
+                                38.088994,
+                                40.279044,
+                                40.650184,
+                                41.255304,
+                                41.202264,
+                                41.357994
+                            ],
+                            [
+                                38.050717,
+                                40.231267,
+                                41.012547,
+                                41.195097,
+                                41.424087,
+                                41.265877
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "A",
+                    "when": "!IE&OE&SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            10,
+                            20,
+                            30,
+                            40,
+                            50
+                        ],
+                        "values": [
+                            [
+                                31.565118,
+                                35.407778,
+                                35.703498,
+                                35.803308,
+                                35.321068,
+                                34.488978
+                            ],
+                            [
+                                31.415607,
+                                35.317317,
+                                36.020167,
+                                35.651907,
+                                35.254617,
+                                34.469647
+                            ],
+                            [
+                                31.496496,
+                                35.387336,
+                                35.684226,
+                                35.828676,
+                                35.384396,
+                                34.520356
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            10,
+                            20,
+                            30,
+                            40,
+                            50
+                        ],
+                        "values": [
+                            [
+                                34.391922,
+                                37.150532,
+                                37.814622,
+                                39.212872,
+                                39.735852,
+                                40.007062
+                            ],
+                            [
+                                34.199134,
+                                37.319874,
+                                38.375314,
+                                39.058414,
+                                39.642384,
+                                40.050964
+                            ],
+                            [
+                                34.034247,
+                                36.721757,
+                                37.785487,
+                                39.282237,
+                                39.675177,
+                                40.039437
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "A&!IE&!SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            10,
+                            20,
+                            30,
+                            40,
+                            50
+                        ],
+                        "values": [
+                            [
+                                33.064547,
+                                33.047687,
+                                32.698537,
+                                32.104347,
+                                31.509197,
+                                30.805887
+                            ],
+                            [
+                                23.670749,
+                                23.461269,
+                                23.309199,
+                                22.674509,
+                                22.132059,
+                                21.424819
+                            ],
+                            [
+                                20.83957,
+                                20.79061,
+                                20.49597,
+                                19.99082,
+                                19.29897,
+                                18.65367
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            10,
+                            20,
+                            30,
+                            40,
+                            50
+                        ],
+                        "values": [
+                            [
+                                2.498874,
+                                2.494557,
+                                2.486836,
+                                2.483079,
+                                2.486726,
+                                2.486185
+                            ],
+                            [
+                                0.537153,
+                                2.190805,
+                                2.803175,
+                                3.114125,
+                                3.299535,
+                                3.422845
+                            ],
+                            [
+                                1.17158,
+                                3.276364,
+                                3.964654,
+                                4.305524,
+                                4.512414,
+                                4.650934
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "A&!IE&SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            10,
+                            20,
+                            30,
+                            40,
+                            50
+                        ],
+                        "values": [
+                            [
+                                28.289077,
+                                31.604377,
+                                32.047517,
+                                31.628117,
+                                31.060997,
+                                30.452727
+                            ],
+                            [
+                                18.862889,
+                                22.205379,
+                                22.737139,
+                                22.206369,
+                                21.703929,
+                                20.973559
+                            ],
+                            [
+                                16.122,
+                                19.29381,
+                                19.87211,
+                                19.59552,
+                                18.79161,
+                                18.03949
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            10,
+                            20,
+                            30,
+                            40,
+                            50
+                        ],
+                        "values": [
+                            [
+                                2.490545,
+                                2.48326,
+                                2.496936,
+                                2.49634,
+                                2.49188,
+                                2.485076
+                            ],
+                            [
+                                0.507103,
+                                2.144585,
+                                2.773265,
+                                3.103795,
+                                3.299575,
+                                3.431915
+                            ],
+                            [
+                                1.248777,
+                                3.337364,
+                                4.038484,
+                                4.370584,
+                                4.573114,
+                                4.700984
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "!A&!IE&!SL",
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            10,
+                            20,
+                            30,
+                            40,
+                            50
+                        ],
+                        "values": [
+                            [
+                                30.183877,
+                                31.482367,
+                                31.583617,
+                                31.648817,
+                                31.687987,
+                                31.734297
+                            ],
+                            [
+                                21.000089,
+                                22.294619,
+                                22.389829,
+                                22.448969,
+                                22.500909,
+                                22.548459
+                            ],
+                            [
+                                18.28472,
+                                19.58301,
+                                19.70906,
+                                19.75837,
+                                19.79247,
+                                19.81864
+                            ]
+                        ]
+                    },
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            10,
+                            20,
+                            30,
+                            40,
+                            50
+                        ],
+                        "values": [
+                            [
+                                3.09943,
+                                -72.554808,
+                                -148.189888,
+                                -223.819888,
+                                -299.447788,
+                                -375.074688
+                            ],
+                            [
+                                -0.002508,
+                                -75.902335,
+                                -151.609755,
+                                -227.275155,
+                                -302.924155,
+                                -378.565055
+                            ],
+                            [
+                                -0.120324,
+                                -75.997436,
+                                -151.699546,
+                                -227.362746,
+                                -303.010846,
+                                -378.651346
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "!A&!IE&SL",
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            10,
+                            20,
+                            30,
+                            40,
+                            50
+                        ],
+                        "values": [
+                            [
+                                26.841287,
+                                27.974007,
+                                28.951997,
+                                29.606717,
+                                29.998827,
+                                30.299937
+                            ],
+                            [
+                                17.545539,
+                                18.742239,
+                                19.719189,
+                                20.409259,
+                                20.798249,
+                                21.096039
+                            ],
+                            [
+                                14.74468,
+                                15.92888,
+                                16.9719,
+                                17.72478,
+                                18.1561,
+                                18.36171
+                            ]
+                        ]
+                    },
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            10,
+                            20,
+                            30,
+                            40,
+                            50
+                        ],
+                        "values": [
+                            [
+                                3.039285,
+                                -72.623428,
+                                -148.260388,
+                                -223.890988,
+                                -299.519188,
+                                -375.146288
+                            ],
+                            [
+                                0.067452,
+                                -75.817315,
+                                -151.522855,
+                                -227.188055,
+                                -302.837155,
+                                -378.478255
+                            ],
+                            [
+                                0.03554,
+                                -75.887136,
+                                -151.606746,
+                                -227.278046,
+                                -302.930446,
+                                -378.573546
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "A",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            10,
+                            20,
+                            30,
+                            40,
+                            50
+                        ],
+                        "values": [
+                            [
+                                67.934976,
+                                72.323766,
+                                72.615766,
+                                71.776716,
+                                70.989156,
+                                69.511886
+                            ],
+                            [
+                                67.775644,
+                                72.087884,
+                                72.633904,
+                                71.843644,
+                                70.937684,
+                                69.504054
+                            ],
+                            [
+                                67.893262,
+                                72.232292,
+                                72.607252,
+                                71.720012,
+                                71.105382,
+                                69.551662
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            10,
+                            20,
+                            30,
+                            40,
+                            50
+                        ],
+                        "values": [
+                            [
+                                72.584534,
+                                77.479974,
+                                78.704514,
+                                80.353984,
+                                81.004364,
+                                81.389594
+                            ],
+                            [
+                                72.288128,
+                                77.598918,
+                                79.025498,
+                                80.313718,
+                                80.844648,
+                                81.408958
+                            ],
+                            [
+                                72.084964,
+                                76.953024,
+                                78.798034,
+                                80.477334,
+                                81.099264,
+                                81.305314
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            10,
+                            20,
+                            30,
+                            40,
+                            50
+                        ],
+                        "values": [
+                            [
+                                33.74617,
+                                -40.263086,
+                                -115.852111,
+                                -191.989206,
+                                -268.198391,
+                                -344.481181
+                            ],
+                            [
+                                21.299291,
+                                -53.026501,
+                                -128.543136,
+                                -204.791166,
+                                -280.962661,
+                                -357.322466
+                            ],
+                            [
+                                18.438393,
+                                -55.900076,
+                                -131.469106,
+                                -207.527226,
+                                -283.925356,
+                                -360.265866
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            10,
+                            20,
+                            30,
+                            40,
+                            50
+                        ],
+                        "values": [
+                            [
+                                31.007292,
+                                32.217095,
+                                32.759693,
+                                33.117477,
+                                33.33271,
+                                33.502747
+                            ],
+                            [
+                                19.794942,
+                                22.686124,
+                                23.842729,
+                                24.538074,
+                                24.949134,
+                                25.249629
+                            ],
+                            [
+                                17.724878,
+                                21.062809,
+                                22.342049,
+                                23.079629,
+                                23.517049,
+                                23.766134
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "rise_power power_inputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "values": [
+                            -18.81086,
+                            -18.75601,
+                            -18.98057
+                        ]
+                    },
+                    "fall_power power_inputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "values": [
+                            18.83339,
+                            19.21206,
+                            19.10117
+                        ]
+                    }
+                }
+            ],
+            "timing ": [
+                {
+                    "related_pin": "A",
+                    "timing_type": "combinational",
+                    "timing_sense": "positive_unate",
+                    "when": "!IE&OE&!SL",
+                    "sdf_cond": "IE==1'b0&&OE==1'b1&&SL==1'b0",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.792061,
+                            13.792061,
+                            23.792061,
+                            33.792061,
+                            43.792061,
+                            53.792061
+                        ],
+                        "values": [
+                            [
+                                3.204947,
+                                3.726919,
+                                4.126786,
+                                4.511173,
+                                4.893058,
+                                5.273233
+                            ],
+                            [
+                                3.280082,
+                                3.801674,
+                                4.202525,
+                                4.587149,
+                                4.967326,
+                                5.346904
+                            ],
+                            [
+                                3.318464,
+                                3.840465,
+                                4.240325,
+                                4.624709,
+                                5.006612,
+                                5.386779
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.792061,
+                            13.792061,
+                            23.792061,
+                            33.792061,
+                            43.792061,
+                            53.792061
+                        ],
+                        "values": [
+                            [
+                                0.796919,
+                                1.420264,
+                                2.142445,
+                                2.897981,
+                                3.670589,
+                                4.4593
+                            ],
+                            [
+                                0.795839,
+                                1.418399,
+                                2.140774,
+                                2.898939,
+                                3.677292,
+                                4.461796
+                            ],
+                            [
+                                0.796976,
+                                1.420213,
+                                2.142484,
+                                2.897779,
+                                3.67085,
+                                4.459463
+                            ]
+                        ]
+                    },
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.792061,
+                            13.792061,
+                            23.792061,
+                            33.792061,
+                            43.792061,
+                            53.792061
+                        ],
+                        "values": [
+                            [
+                                3.281057,
+                                3.778831,
+                                4.140209,
+                                4.472915,
+                                4.796331,
+                                5.11508
+                            ],
+                            [
+                                3.411663,
+                                3.909645,
+                                4.27077,
+                                4.603461,
+                                4.926912,
+                                5.245704
+                            ],
+                            [
+                                3.582083,
+                                4.080273,
+                                4.44122,
+                                4.77435,
+                                5.09669,
+                                5.415707
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.792061,
+                            13.792061,
+                            23.792061,
+                            33.792061,
+                            43.792061,
+                            53.792061
+                        ],
+                        "values": [
+                            [
+                                0.568023,
+                                1.173546,
+                                1.738803,
+                                2.316722,
+                                2.903344,
+                                3.502592
+                            ],
+                            [
+                                0.567912,
+                                1.174209,
+                                1.73913,
+                                2.312727,
+                                2.901195,
+                                3.498441
+                            ],
+                            [
+                                0.567483,
+                                1.172971,
+                                1.739812,
+                                2.314155,
+                                2.904576,
+                                3.498529
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "A",
+                    "timing_type": "combinational",
+                    "timing_sense": "positive_unate",
+                    "when": "!IE&OE&SL",
+                    "sdf_cond": "IE==1'b0&&OE==1'b1&&SL==1'b1",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.792061,
+                            13.792061,
+                            23.792061,
+                            33.792061,
+                            43.792061,
+                            53.792061
+                        ],
+                        "values": [
+                            [
+                                3.116245,
+                                4.265158,
+                                5.037876,
+                                5.621377,
+                                6.114659,
+                                6.563976
+                            ],
+                            [
+                                3.192431,
+                                4.341781,
+                                5.116937,
+                                5.699359,
+                                6.188288,
+                                6.639418
+                            ],
+                            [
+                                3.230279,
+                                4.379686,
+                                5.152514,
+                                5.7359,
+                                6.229357,
+                                6.677893
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.792061,
+                            13.792061,
+                            23.792061,
+                            33.792061,
+                            43.792061,
+                            53.792061
+                        ],
+                        "values": [
+                            [
+                                1.11234,
+                                2.580661,
+                                3.446958,
+                                4.18654,
+                                4.880683,
+                                5.568774
+                            ],
+                            [
+                                1.112458,
+                                2.579602,
+                                3.44968,
+                                4.187285,
+                                4.877598,
+                                5.566166
+                            ],
+                            [
+                                1.114006,
+                                2.580752,
+                                3.446804,
+                                4.185206,
+                                4.881775,
+                                5.565564
+                            ]
+                        ]
+                    },
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.792061,
+                            13.792061,
+                            23.792061,
+                            33.792061,
+                            43.792061,
+                            53.792061
+                        ],
+                        "values": [
+                            [
+                                3.242497,
+                                3.921879,
+                                4.553405,
+                                5.13374,
+                                5.666054,
+                                6.158146
+                            ],
+                            [
+                                3.373652,
+                                4.053391,
+                                4.683993,
+                                5.265375,
+                                5.79864,
+                                6.289017
+                            ],
+                            [
+                                3.544182,
+                                4.223354,
+                                4.855031,
+                                5.435284,
+                                5.967459,
+                                6.459811
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.792061,
+                            13.792061,
+                            23.792061,
+                            33.792061,
+                            43.792061,
+                            53.792061
+                        ],
+                        "values": [
+                            [
+                                0.593632,
+                                1.782686,
+                                2.770442,
+                                3.606279,
+                                4.348896,
+                                5.039706
+                            ],
+                            [
+                                0.594092,
+                                1.781202,
+                                2.768178,
+                                3.602626,
+                                4.351056,
+                                5.0422
+                            ],
+                            [
+                                0.594068,
+                                1.779421,
+                                2.769189,
+                                3.605746,
+                                4.348986,
+                                5.038471
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "A&!IE&!SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&SL==1'b0",
+                    "timing_type": "three_state_enable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.792061,
+                            13.792061,
+                            23.792061,
+                            33.792061,
+                            43.792061,
+                            53.792061
+                        ],
+                        "values": [
+                            [
+                                2.743444,
+                                3.274093,
+                                3.674473,
+                                4.058522,
+                                4.437842,
+                                4.818513
+                            ],
+                            [
+                                2.794658,
+                                3.32698,
+                                3.727874,
+                                4.112012,
+                                4.491084,
+                                4.871695
+                            ],
+                            [
+                                2.819665,
+                                3.353207,
+                                3.754163,
+                                4.137218,
+                                4.518971,
+                                4.898453
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.792061,
+                            13.792061,
+                            23.792061,
+                            33.792061,
+                            43.792061,
+                            53.792061
+                        ],
+                        "values": [
+                            [
+                                0.828399,
+                                1.450552,
+                                2.160903,
+                                2.905802,
+                                3.685048,
+                                4.463059
+                            ],
+                            [
+                                0.827109,
+                                1.45455,
+                                2.162525,
+                                2.9117,
+                                3.686583,
+                                4.465171
+                            ],
+                            [
+                                0.82608,
+                                1.45361,
+                                2.164432,
+                                2.914759,
+                                3.684217,
+                                4.461765
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "A&!IE&SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&SL==1'b1",
+                    "timing_type": "three_state_enable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.792061,
+                            13.792061,
+                            23.792061,
+                            33.792061,
+                            43.792061,
+                            53.792061
+                        ],
+                        "values": [
+                            [
+                                2.665772,
+                                3.801967,
+                                4.578689,
+                                5.166543,
+                                5.661706,
+                                6.109069
+                            ],
+                            [
+                                2.720072,
+                                3.855975,
+                                4.632091,
+                                5.219979,
+                                5.714332,
+                                6.163325
+                            ],
+                            [
+                                2.746931,
+                                3.882849,
+                                4.660475,
+                                5.24924,
+                                5.740842,
+                                6.192215
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.792061,
+                            13.792061,
+                            23.792061,
+                            33.792061,
+                            43.792061,
+                            53.792061
+                        ],
+                        "values": [
+                            [
+                                1.127951,
+                                2.599142,
+                                3.476329,
+                                4.21647,
+                                4.90935,
+                                5.600167
+                            ],
+                            [
+                                1.128267,
+                                2.598168,
+                                3.477021,
+                                4.21371,
+                                4.909078,
+                                5.597981
+                            ],
+                            [
+                                1.133079,
+                                2.597359,
+                                3.475132,
+                                4.21706,
+                                4.91508,
+                                5.601724
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "!A&!IE&!SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&SL==1'b0",
+                    "timing_type": "three_state_enable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.792061,
+                            13.792061,
+                            23.792061,
+                            33.792061,
+                            43.792061,
+                            53.792061
+                        ],
+                        "values": [
+                            [
+                                1.971058,
+                                2.481499,
+                                2.846099,
+                                3.179589,
+                                3.502326,
+                                3.821164
+                            ],
+                            [
+                                2.045535,
+                                2.555952,
+                                2.920546,
+                                3.254033,
+                                3.576774,
+                                3.895608
+                            ],
+                            [
+                                2.083295,
+                                2.593781,
+                                2.958376,
+                                3.291865,
+                                3.614582,
+                                3.933436
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.792061,
+                            13.792061,
+                            23.792061,
+                            33.792061,
+                            43.792061,
+                            53.792061
+                        ],
+                        "values": [
+                            [
+                                0.611091,
+                                1.215579,
+                                1.775108,
+                                2.341392,
+                                2.926846,
+                                3.515107
+                            ],
+                            [
+                                0.611132,
+                                1.215573,
+                                1.77504,
+                                2.341312,
+                                2.926785,
+                                3.515148
+                            ],
+                            [
+                                0.61122,
+                                1.215549,
+                                1.775396,
+                                2.341667,
+                                2.92705,
+                                3.515564
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "!A&!IE&SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&SL==1'b1",
+                    "timing_type": "three_state_enable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.792061,
+                            13.792061,
+                            23.792061,
+                            33.792061,
+                            43.792061,
+                            53.792061
+                        ],
+                        "values": [
+                            [
+                                1.94235,
+                                2.612156,
+                                3.239172,
+                                3.821377,
+                                4.356666,
+                                4.850404
+                            ],
+                            [
+                                2.016835,
+                                2.686648,
+                                3.313678,
+                                3.895832,
+                                4.431201,
+                                4.924542
+                            ],
+                            [
+                                2.055051,
+                                2.725023,
+                                3.351756,
+                                3.933158,
+                                4.468006,
+                                4.962032
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.792061,
+                            13.792061,
+                            23.792061,
+                            33.792061,
+                            43.792061,
+                            53.792061
+                        ],
+                        "values": [
+                            [
+                                0.646673,
+                                1.799821,
+                                2.784183,
+                                3.623086,
+                                4.371782,
+                                5.070653
+                            ],
+                            [
+                                0.646577,
+                                1.799997,
+                                2.783982,
+                                3.624927,
+                                4.373764,
+                                5.069391
+                            ],
+                            [
+                                0.645616,
+                                1.798846,
+                                2.787709,
+                                3.626666,
+                                4.372655,
+                                5.066602
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "!A&!IE&!SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&SL==1'b0",
+                    "timing_type": "three_state_disable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.792061,
+                            13.792061,
+                            23.792061,
+                            33.792061,
+                            43.792061,
+                            53.792061
+                        ],
+                        "values": [
+                            [
+                                1.538135,
+                                1.538136,
+                                1.538137,
+                                1.538138,
+                                1.538139,
+                                1.53814
+                            ],
+                            [
+                                1.666461,
+                                1.666462,
+                                1.666463,
+                                1.666464,
+                                1.666465,
+                                1.666466
+                            ],
+                            [
+                                1.837753,
+                                1.838514,
+                                1.838515,
+                                1.838516,
+                                1.838517,
+                                1.838518
+                            ]
+                        ]
+                    },
+                    "rise_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "!A&!IE&SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&SL==1'b1",
+                    "timing_type": "three_state_disable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.792061,
+                            13.792061,
+                            23.792061,
+                            33.792061,
+                            43.792061,
+                            53.792061
+                        ],
+                        "values": [
+                            [
+                                1.526072,
+                                1.526073,
+                                1.526074,
+                                1.526075,
+                                1.526076,
+                                1.526077
+                            ],
+                            [
+                                1.653959,
+                                1.65396,
+                                1.653961,
+                                1.653962,
+                                1.653963,
+                                1.653964
+                            ],
+                            [
+                                1.823582,
+                                1.82475,
+                                1.824751,
+                                1.824752,
+                                1.824753,
+                                1.824754
+                            ]
+                        ]
+                    },
+                    "rise_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "A&!IE&!SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&SL==1'b0",
+                    "timing_type": "three_state_disable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.792061,
+                            13.792061,
+                            23.792061,
+                            33.792061,
+                            43.792061,
+                            53.792061
+                        ],
+                        "values": [
+                            [
+                                2.019927,
+                                2.019928,
+                                2.019929,
+                                2.01993,
+                                2.019931,
+                                2.019932
+                            ],
+                            [
+                                2.150843,
+                                2.150844,
+                                2.150845,
+                                2.150846,
+                                2.150847,
+                                2.150848
+                            ],
+                            [
+                                2.3265,
+                                2.326501,
+                                2.326502,
+                                2.326503,
+                                2.326504,
+                                2.326505
+                            ]
+                        ]
+                    },
+                    "fall_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "A&!IE&SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&SL==1'b1",
+                    "timing_type": "three_state_disable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.792061,
+                            13.792061,
+                            23.792061,
+                            33.792061,
+                            43.792061,
+                            53.792061
+                        ],
+                        "values": [
+                            [
+                                2.030034,
+                                2.030035,
+                                2.030036,
+                                2.030037,
+                                2.030038,
+                                2.030039
+                            ],
+                            [
+                                2.158378,
+                                2.158379,
+                                2.15838,
+                                2.158381,
+                                2.158382,
+                                2.158383
+                            ],
+                            [
+                                2.332287,
+                                2.332288,
+                                2.332289,
+                                2.33229,
+                                2.332291,
+                                2.332292
+                            ]
+                        ]
+                    },
+                    "fall_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                }
+            ]
+        },
+        "pin Y": {
+            "function": "((IE*PAD))",
+            "direction": "output",
+            "max_capacitance": "0.500000",
+            "output_signal_level": "VDD",
+            "internal_power ": [
+                {
+                    "related_pin": "IE",
+                    "when": "!CS&!OE&PAD",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                1.458629,
+                                1.44945,
+                                1.433852,
+                                1.403666,
+                                1.395503,
+                                1.390427
+                            ],
+                            [
+                                1.087176,
+                                1.055858,
+                                1.060922,
+                                1.022226,
+                                1.004887,
+                                1.016632
+                            ],
+                            [
+                                1.079777,
+                                1.083999,
+                                1.042882,
+                                1.004717,
+                                1.044071,
+                                1.05087
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                1.707962,
+                                1.720445,
+                                1.744286,
+                                1.767382,
+                                1.772542,
+                                1.777005
+                            ],
+                            [
+                                1.435088,
+                                1.488451,
+                                1.429904,
+                                1.476549,
+                                1.520284,
+                                1.561955
+                            ],
+                            [
+                                1.404307,
+                                1.435455,
+                                1.448044,
+                                1.451893,
+                                1.381206,
+                                1.429199
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "IE",
+                    "when": "CS&!OE&PAD",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                1.644765,
+                                1.619769,
+                                1.609,
+                                1.591704,
+                                1.579038,
+                                1.56701
+                            ],
+                            [
+                                1.269368,
+                                1.245329,
+                                1.234439,
+                                1.209482,
+                                1.208259,
+                                1.198648
+                            ],
+                            [
+                                1.267079,
+                                1.227884,
+                                1.229909,
+                                1.238905,
+                                1.19448,
+                                1.183465
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                1.803232,
+                                1.79288,
+                                1.921489,
+                                1.90563,
+                                1.901137,
+                                1.947687
+                            ],
+                            [
+                                1.505968,
+                                1.535017,
+                                1.631608,
+                                1.631404,
+                                1.609756,
+                                1.691278
+                            ],
+                            [
+                                1.511171,
+                                1.511645,
+                                1.594053,
+                                1.550743,
+                                1.552523,
+                                1.498144
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "PAD",
+                    "when": "!CS&IE&!OE",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.83061,
+                                0.80517,
+                                0.78372,
+                                0.74444,
+                                0.72739,
+                                0.71226
+                            ],
+                            [
+                                0.92452,
+                                0.89858,
+                                0.87749,
+                                0.83162,
+                                0.81524,
+                                0.80186
+                            ],
+                            [
+                                1.11697,
+                                1.0917,
+                                1.06957,
+                                1.02159,
+                                1.00586,
+                                0.98672
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.92352,
+                                0.93665,
+                                0.96999,
+                                1.03363,
+                                1.05222,
+                                1.06515
+                            ],
+                            [
+                                0.29465,
+                                0.30595,
+                                0.34012,
+                                0.4058,
+                                0.42433,
+                                0.43706
+                            ],
+                            [
+                                0.83381,
+                                0.84533,
+                                0.8797,
+                                0.94291,
+                                0.95913,
+                                0.97298
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "PAD",
+                    "when": "CS&IE&!OE",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                1.08485,
+                                1.06086,
+                                1.04129,
+                                0.99543,
+                                0.97874,
+                                0.96502
+                            ],
+                            [
+                                1.06171,
+                                1.03583,
+                                1.01791,
+                                0.97674,
+                                0.95704,
+                                0.9441
+                            ],
+                            [
+                                1.43589,
+                                1.41037,
+                                1.39271,
+                                1.34934,
+                                1.33669,
+                                1.32364
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                1.50207,
+                                1.52016,
+                                1.56925,
+                                1.68445,
+                                1.72828,
+                                1.76055
+                            ],
+                            [
+                                1.10371,
+                                1.12201,
+                                1.17319,
+                                1.29301,
+                                1.33308,
+                                1.36699
+                            ],
+                            [
+                                1.07213,
+                                1.08986,
+                                1.14015,
+                                1.25838,
+                                1.29975,
+                                1.33359
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "IE",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                1.551697,
+                                1.534609,
+                                1.521426,
+                                1.497685,
+                                1.48727,
+                                1.478719
+                            ],
+                            [
+                                1.178272,
+                                1.150593,
+                                1.14768,
+                                1.115854,
+                                1.106573,
+                                1.10764
+                            ],
+                            [
+                                1.173428,
+                                1.155941,
+                                1.136395,
+                                1.121811,
+                                1.119276,
+                                1.117167
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                1.755597,
+                                1.756663,
+                                1.832888,
+                                1.836506,
+                                1.836839,
+                                1.862346
+                            ],
+                            [
+                                1.470528,
+                                1.511734,
+                                1.530756,
+                                1.553977,
+                                1.56502,
+                                1.626616
+                            ],
+                            [
+                                1.457739,
+                                1.47355,
+                                1.521049,
+                                1.501318,
+                                1.466865,
+                                1.463672
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "PAD",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.95773,
+                                0.933015,
+                                0.912505,
+                                0.869935,
+                                0.853065,
+                                0.83864
+                            ],
+                            [
+                                0.993115,
+                                0.967205,
+                                0.9477,
+                                0.90418,
+                                0.88614,
+                                0.87298
+                            ],
+                            [
+                                1.27643,
+                                1.251035,
+                                1.23114,
+                                1.185465,
+                                1.171275,
+                                1.15518
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                1.212795,
+                                1.228405,
+                                1.26962,
+                                1.35904,
+                                1.39025,
+                                1.41285
+                            ],
+                            [
+                                0.69918,
+                                0.71398,
+                                0.756655,
+                                0.849405,
+                                0.878705,
+                                0.902025
+                            ],
+                            [
+                                0.95297,
+                                0.967595,
+                                1.009925,
+                                1.100645,
+                                1.12944,
+                                1.153285
+                            ]
+                        ]
+                    }
+                }
+            ],
+            "timing ": [
+                {
+                    "related_pin": "IE",
+                    "timing_type": "combinational",
+                    "timing_sense": "positive_unate",
+                    "when": "!CS&!OE&PAD",
+                    "sdf_cond": "CS==1'b0&&OE==1'b0&&PAD==1'b1",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                2.267108,
+                                2.342946,
+                                2.437531,
+                                2.709185,
+                                2.838992,
+                                2.968973
+                            ],
+                            [
+                                2.36394,
+                                2.439828,
+                                2.534455,
+                                2.806213,
+                                2.935667,
+                                3.065531
+                            ],
+                            [
+                                2.430912,
+                                2.506256,
+                                2.601253,
+                                2.87257,
+                                3.003445,
+                                3.133673
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.27506,
+                                0.372641,
+                                0.522389,
+                                1.024102,
+                                1.281751,
+                                1.547695
+                            ],
+                            [
+                                0.276119,
+                                0.372802,
+                                0.522521,
+                                1.024445,
+                                1.28253,
+                                1.547605
+                            ],
+                            [
+                                0.269848,
+                                0.371152,
+                                0.523238,
+                                1.022478,
+                                1.281854,
+                                1.542483
+                            ]
+                        ]
+                    },
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                1.897452,
+                                1.95837,
+                                2.031988,
+                                2.229022,
+                                2.318167,
+                                2.404993
+                            ],
+                            [
+                                2.032076,
+                                2.092997,
+                                2.166587,
+                                2.363661,
+                                2.452809,
+                                2.539647
+                            ],
+                            [
+                                2.196002,
+                                2.256942,
+                                2.330234,
+                                2.527459,
+                                2.616576,
+                                2.703736
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.139795,
+                                0.219552,
+                                0.320691,
+                                0.635938,
+                                0.793669,
+                                0.954572
+                            ],
+                            [
+                                0.139786,
+                                0.219339,
+                                0.320591,
+                                0.635902,
+                                0.793672,
+                                0.954239
+                            ],
+                            [
+                                0.139527,
+                                0.218689,
+                                0.321597,
+                                0.635262,
+                                0.795962,
+                                0.95324
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "IE",
+                    "timing_type": "combinational",
+                    "timing_sense": "positive_unate",
+                    "when": "CS&!OE&PAD",
+                    "sdf_cond": "CS==1'b1&&OE==1'b0&&PAD==1'b1",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                2.363776,
+                                2.439683,
+                                2.534114,
+                                2.805257,
+                                2.936282,
+                                3.065447
+                            ],
+                            [
+                                2.460652,
+                                2.536547,
+                                2.630986,
+                                2.902173,
+                                3.033146,
+                                3.163389
+                            ],
+                            [
+                                2.528346,
+                                2.604266,
+                                2.6987,
+                                2.969903,
+                                3.100846,
+                                3.231088
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.273964,
+                                0.375321,
+                                0.522518,
+                                1.024867,
+                                1.279485,
+                                1.546248
+                            ],
+                            [
+                                0.273967,
+                                0.374286,
+                                0.522539,
+                                1.021197,
+                                1.282479,
+                                1.54189
+                            ],
+                            [
+                                0.274179,
+                                0.374248,
+                                0.522542,
+                                1.021555,
+                                1.282632,
+                                1.54169
+                            ]
+                        ]
+                    },
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                2.001921,
+                                2.062849,
+                                2.136402,
+                                2.333512,
+                                2.422682,
+                                2.509874
+                            ],
+                            [
+                                2.136427,
+                                2.197357,
+                                2.270986,
+                                2.468,
+                                2.557105,
+                                2.644336
+                            ],
+                            [
+                                2.300284,
+                                2.361253,
+                                2.434812,
+                                2.63208,
+                                2.721193,
+                                2.808373
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.140486,
+                                0.219823,
+                                0.320905,
+                                0.635899,
+                                0.793639,
+                                0.954431
+                            ],
+                            [
+                                0.140491,
+                                0.220268,
+                                0.321136,
+                                0.636116,
+                                0.794289,
+                                0.953713
+                            ],
+                            [
+                                0.140947,
+                                0.218913,
+                                0.321715,
+                                0.636467,
+                                0.79438,
+                                0.954665
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "PAD",
+                    "timing_type": "combinational",
+                    "timing_sense": "positive_unate",
+                    "when": "!CS&IE&!OE",
+                    "sdf_cond": "CS==1'b0&&IE==1'b1&&OE==1'b0",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                1.607747,
+                                1.682619,
+                                1.777122,
+                                2.0502,
+                                2.180657,
+                                2.310341
+                            ],
+                            [
+                                1.698847,
+                                1.773681,
+                                1.867753,
+                                2.139914,
+                                2.270913,
+                                2.40099
+                            ],
+                            [
+                                1.73903,
+                                1.814451,
+                                1.908716,
+                                2.181823,
+                                2.312306,
+                                2.442091
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.267054,
+                                0.36845,
+                                0.516044,
+                                1.023683,
+                                1.286348,
+                                1.546175
+                            ],
+                            [
+                                0.267504,
+                                0.369588,
+                                0.517431,
+                                1.02208,
+                                1.284512,
+                                1.54668
+                            ],
+                            [
+                                0.267851,
+                                0.368746,
+                                0.517425,
+                                1.021687,
+                                1.283918,
+                                1.546387
+                            ]
+                        ]
+                    },
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                1.575363,
+                                1.636232,
+                                1.70958,
+                                1.905953,
+                                1.995583,
+                                2.082854
+                            ],
+                            [
+                                1.577897,
+                                1.638744,
+                                1.712272,
+                                1.908828,
+                                1.99826,
+                                2.085683
+                            ],
+                            [
+                                1.746415,
+                                1.807115,
+                                1.880733,
+                                2.077146,
+                                2.166701,
+                                2.254111
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.142356,
+                                0.218073,
+                                0.319101,
+                                0.634593,
+                                0.7944,
+                                0.953946
+                            ],
+                            [
+                                0.140424,
+                                0.217955,
+                                0.319145,
+                                0.636256,
+                                0.793867,
+                                0.954092
+                            ],
+                            [
+                                0.141461,
+                                0.2187,
+                                0.319132,
+                                0.636285,
+                                0.793008,
+                                0.954722
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "PAD",
+                    "timing_type": "combinational",
+                    "timing_sense": "positive_unate",
+                    "when": "CS&IE&!OE",
+                    "sdf_cond": "CS==1'b1&&IE==1'b1&&OE==1'b0",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                1.736211,
+                                1.811284,
+                                1.905631,
+                                2.178926,
+                                2.309567,
+                                2.439502
+                            ],
+                            [
+                                1.85668,
+                                1.93153,
+                                2.026212,
+                                2.299017,
+                                2.429875,
+                                2.560072
+                            ],
+                            [
+                                1.965734,
+                                2.041163,
+                                2.135573,
+                                2.408417,
+                                2.538343,
+                                2.668494
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.267414,
+                                0.36815,
+                                0.516674,
+                                1.023271,
+                                1.282168,
+                                1.543809
+                            ],
+                            [
+                                0.267914,
+                                0.367627,
+                                0.516814,
+                                1.027148,
+                                1.281832,
+                                1.542841
+                            ],
+                            [
+                                0.267924,
+                                0.369022,
+                                0.517515,
+                                1.02166,
+                                1.285318,
+                                1.550626
+                            ]
+                        ]
+                    },
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                2.543046,
+                                2.603342,
+                                2.676943,
+                                2.874187,
+                                2.963572,
+                                3.050837
+                            ],
+                            [
+                                2.370576,
+                                2.431325,
+                                2.505378,
+                                2.70266,
+                                2.791808,
+                                2.879517
+                            ],
+                            [
+                                2.512192,
+                                2.572852,
+                                2.646397,
+                                2.843612,
+                                2.933177,
+                                3.020257
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.143844,
+                                0.21992,
+                                0.321889,
+                                0.637569,
+                                0.794855,
+                                0.9528
+                            ],
+                            [
+                                0.143921,
+                                0.220294,
+                                0.320995,
+                                0.637455,
+                                0.795644,
+                                0.954935
+                            ],
+                            [
+                                0.142576,
+                                0.219477,
+                                0.321971,
+                                0.637615,
+                                0.795862,
+                                0.954296
+                            ]
+                        ]
+                    }
+                }
+            ]
+        },
+        "pin DVDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin DVSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        }
+    }
+}
\ No newline at end of file
diff --git a/cells/bi_24t/gf180mcu_fd_io__bi_24t__ff_125C_3v63.lib b/cells/bi_24t/gf180mcu_fd_io__bi_24t__ff_125C_3v63.lib
new file mode 100644
index 0000000..8f1cabd
--- /dev/null
+++ b/cells/bi_24t/gf180mcu_fd_io__bi_24t__ff_125C_3v63.lib
@@ -0,0 +1,811 @@
+/*
+ * Copyright 2022 GlobalFoundries PDK Authors
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+	cell ("gf180mcu_fd_io__bi_24t") {
+		scaling_factors : "gf_factors";
+		area : 26250.000000;
+		pad_cell : true;
+		dont_use : true;
+		dont_touch : true;
+		cell_leakage_power : 6.691050e-02;
+		leakage_power () {
+			when : "!CS !SL !IE !OE !PU !PD !A !PAD";
+			value : "0.066910";
+		}
+		pin ("CS") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.023343;
+			rise_capacitance_range(0.022361,0.024274);
+			capacitance : 0.022939;
+			fall_capacitance : 0.022535;
+			fall_capacitance_range(0.021896,0.023116);
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("0.395064, 1.583300, 1.642691");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("0.533844, 1.368751, 1.465361");
+				}
+			}
+		}
+		pin ("SL") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.032093;
+			rise_capacitance_range(0.031260,0.033274);
+			capacitance : 0.031747;
+			fall_capacitance : 0.031401;
+			fall_capacitance_range(0.030795,0.031705);
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("0.314978, 1.749726, 1.807740");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("0.577555, 1.886405, 1.901593");
+				}
+			}
+		}
+		pin ("IE") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.015050;
+			rise_capacitance_range(0.014058,0.015867);
+			capacitance : 0.014628;
+			fall_capacitance : 0.014206;
+			fall_capacitance_range(0.013594,0.014768);
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("0.432239, 0.979393, 1.027064");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("0.429166, 0.903127, 0.962149");
+				}
+			}
+		}
+		pin ("OE") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.093301;
+			rise_capacitance_range(0.086104,0.098994);
+			capacitance : 0.092908;
+			fall_capacitance : 0.090952;
+			fall_capacitance_range(0.089252,0.092983);
+		}
+		pin ("PU") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.081872;
+			rise_capacitance_range(0.064675,0.094608);
+			capacitance : 0.082434;
+			fall_capacitance : 0.082996;
+			fall_capacitance_range(0.062174,0.098960);
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("-0.284445, 0.349373, 0.390725");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("1.131755, 1.908050, 2.137419");
+				}
+			}
+		}
+		pin ("PD") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.048993;
+			rise_capacitance_range(0.048636,0.049421);
+			capacitance : 0.050152;
+			fall_capacitance : 0.051311;
+			fall_capacitance_range(0.049339,0.053237);
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("0.055779, 1.104858, 1.166022");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("1.016608, 1.656715, 1.803686");
+				}
+			}
+		}
+		pin ("A") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.037764;
+			rise_capacitance_range(0.035769,0.038918);
+			capacitance : 0.037593;
+			fall_capacitance : 0.037421;
+			fall_capacitance_range(0.036166,0.038495);
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("-0.156879, -0.150450, -0.141384");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("0.182913, 0.189141, 0.179195");
+				}
+			}
+		}
+		pin ("PAD") {
+			drive_current : 24000.000000;
+			is_pad : true;
+			function : "((A))";
+			three_state : "((!OE))";
+			direction : "inout";
+			max_transition : 1.000000;
+			max_capacitance : 50.000000;
+			input_signal_level : "DVDD";
+			output_signal_level : "DVDD";
+			capacitance : 3.614262;
+			internal_power () {
+				related_pin : "A";
+				when : "!IE&OE&!SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 10, 20, 30, 40, 50");
+					values("65.043439, 66.773569, 66.321849, 65.472099, 64.365409, 63.804289", \
+					  "65.040440, 66.953310, 66.292240, 65.489080, 64.363790, 63.395440", \
+					  "65.079554, 66.959244, 66.407294, 65.431514, 64.325864, 63.850574");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 10, 20, 30, 40, 50");
+					values("67.780787, 71.263017, 72.409957, 73.253237, 73.309627, 73.563567", \
+					  "67.809849, 71.226409, 72.319569, 73.356629, 73.341169, 73.449879", \
+					  "68.129665, 71.390755, 72.585175, 73.240155, 73.703055, 73.300385");
+				}
+			}
+			internal_power () {
+				related_pin : "A";
+				when : "!IE&OE&SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 10, 20, 30, 40, 50");
+					values("56.276839, 62.760819, 64.261669, 64.045789, 64.254789, 62.722669", \
+					  "56.272040, 62.506600, 64.425670, 64.017680, 63.711860, 62.476590", \
+					  "56.161254, 62.444974, 64.536114, 63.988434, 63.559124, 62.762554");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 10, 20, 30, 40, 50");
+					values("61.838187, 65.249917, 66.865897, 69.443277, 70.589907, 70.933917", \
+					  "61.654629, 65.232419, 66.815419, 70.913069, 70.534209, 70.923189", \
+					  "61.875635, 66.592895, 68.680275, 70.109945, 71.010965, 71.290495");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "A&!IE&!SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 10, 20, 30, 40, 50");
+					values("59.398650, 59.591160, 58.896480, 58.032450, 56.800030, 55.614530", \
+					  "39.257810, 39.989060, 38.819040, 37.847640, 36.536830, 35.691210", \
+					  "37.747420, 38.528830, 37.247210, 36.386870, 35.348460, 34.070550");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 10, 20, 30, 40, 50");
+					values("8.740176, 9.191426, 9.294996, 9.413636, 9.526706, 9.568546", \
+					  "2.316150, 6.048420, 7.434350, 8.057170, 8.352910, 8.518030", \
+					  "2.280020, 6.568710, 7.685220, 7.940420, 8.139910, 8.316060");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "A&!IE&SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 10, 20, 30, 40, 50");
+					values("50.668310, 56.128820, 56.890860, 56.519470, 56.065250, 54.912290", \
+					  "30.296850, 35.341590, 36.913420, 36.673030, 35.709940, 34.709670", \
+					  "28.754450, 33.718300, 35.237810, 35.278800, 34.180740, 33.223650");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 10, 20, 30, 40, 50");
+					values("8.665866, 9.195256, 9.402106, 9.466536, 9.474676, 9.474626", \
+					  "2.403430, 6.029060, 7.207360, 7.908840, 8.408790, 8.766440", \
+					  "2.411580, 6.098260, 7.627430, 8.207070, 8.533130, 8.776940");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "!A&!IE&!SL";
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 10, 20, 30, 40, 50");
+					values("51.138600, 53.534270, 53.810320, 53.915890, 53.900160, 53.903060", \
+					  "31.555820, 33.886760, 34.146430, 34.190280, 34.269180, 34.349980", \
+					  "30.212050, 32.666070, 32.952680, 33.020920, 33.051070, 33.018850");
+				}
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 10, 20, 30, 40, 50");
+					values("11.110826, -120.930504, -252.796904, -384.650204, -516.452904, -648.243704", \
+					  "-0.003050, -132.209240, -264.128840, -396.046340, -527.852240, -659.645340", \
+					  "-0.087940, -132.495740, -264.005540, -395.856640, -527.673440, -659.472740");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "!A&!IE&SL";
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 10, 20, 30, 40, 50");
+					values("45.657730, 47.834580, 49.560850, 50.492360, 51.170020, 51.585390", \
+					  "25.829400, 28.262010, 30.104130, 30.698800, 31.544410, 32.052310", \
+					  "24.438370, 26.901460, 28.704480, 29.564710, 30.315230, 30.760350");
+				}
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 10, 20, 30, 40, 50");
+					values("11.002156, -121.083404, -252.960404, -384.783904, -516.585904, -648.377004", \
+					  "0.140210, -132.075740, -263.979140, -395.813240, -527.621240, -659.416340", \
+					  "0.132760, -131.881840, -263.768440, -395.605140, -527.417840, -659.216940");
+				}
+			}
+			internal_power () {
+				related_pin : "A";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 10, 20, 30, 40, 50");
+					values("121.320278, 129.534388, 130.583518, 129.517888, 128.620198, 126.526958", \
+					  "121.312480, 129.459910, 130.717910, 129.506760, 128.075650, 125.872030", \
+					  "121.240808, 129.404218, 130.943408, 129.419948, 127.884988, 126.613128");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 10, 20, 30, 40, 50");
+					values("129.618974, 136.512934, 139.275854, 142.696514, 143.899534, 144.497484", \
+					  "129.464478, 136.458828, 139.134988, 144.269698, 143.875378, 144.373068", \
+					  "130.005300, 137.983650, 141.265450, 143.350100, 144.714020, 144.590880");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 10, 20, 30, 40, 50");
+					values("66.089971, -63.146964, -194.984984, -327.441094, -460.086764, -593.046944", \
+					  "34.845910, -94.477165, -226.187760, -358.669455, -491.613355, -624.330400", \
+					  "33.273345, -96.065225, -227.644480, -359.898055, -492.781040, -625.697740");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 10, 20, 30, 40, 50");
+					values("57.101186, 59.877766, 61.034136, 61.644211, 62.035781, 62.265811", \
+					  "31.052400, 37.113125, 39.446135, 40.427545, 41.287645, 41.843380", \
+					  "29.671010, 36.117250, 38.484905, 39.366560, 40.019670, 40.436100");
+				}
+			}
+			timing () {
+				related_pin : "A";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				when : "!IE&OE&!SL";
+				sdf_cond : "IE==1'b0&&OE==1'b1&&SL==1'b0";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.614262, 13.614262, 23.614262, 33.614262, 43.614262, 53.614262");
+					values("2.421603, 2.835344, 3.140334, 3.431144, 3.718102, 4.003401", \
+					  "2.479060, 2.893060, 3.197764, 3.488541, 3.775785, 4.061247", \
+					  "2.495401, 2.909206, 3.214059, 3.504853, 3.791998, 4.077395");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.614262, 13.614262, 23.614262, 33.614262, 43.614262, 53.614262");
+					values("0.621609, 1.099887, 1.643706, 2.224509, 2.809954, 3.410307", \
+					  "0.621591, 1.099918, 1.643394, 2.224337, 2.811579, 3.404609", \
+					  "0.621955, 1.100498, 1.642882, 2.224424, 2.811066, 3.407452");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.614262, 13.614262, 23.614262, 33.614262, 43.614262, 53.614262");
+					values("2.493793, 2.885754, 3.178501, 3.450821, 3.715509, 3.978887", \
+					  "2.627464, 3.019427, 3.312171, 3.584492, 3.849171, 4.112550", \
+					  "2.789119, 3.181023, 3.473744, 3.745919, 4.011208, 4.273278");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.614262, 13.614262, 23.614262, 33.614262, 43.614262, 53.614262");
+					values("0.426393, 0.921619, 1.390762, 1.868105, 2.358935, 2.853270", \
+					  "0.426409, 0.921621, 1.390819, 1.868229, 2.358807, 2.852961", \
+					  "0.426173, 0.921892, 1.389920, 1.870257, 2.358734, 2.854823");
+				}
+			}
+			timing () {
+				related_pin : "A";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				when : "!IE&OE&SL";
+				sdf_cond : "IE==1'b0&&OE==1'b1&&SL==1'b1";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.614262, 13.614262, 23.614262, 33.614262, 43.614262, 53.614262");
+					values("2.345473, 3.216542, 3.828378, 4.288648, 4.678307, 5.029993", \
+					  "2.403230, 3.274360, 3.887142, 4.346689, 4.735968, 5.087517", \
+					  "2.419375, 3.290492, 3.901210, 4.364734, 4.754102, 5.102998");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.614262, 13.614262, 23.614262, 33.614262, 43.614262, 53.614262");
+					values("0.824855, 1.989308, 2.690420, 3.269784, 3.814643, 4.346677", \
+					  "0.824999, 1.988546, 2.685169, 3.273202, 3.812287, 4.344285", \
+					  "0.822485, 1.985293, 2.689097, 3.269939, 3.812825, 4.348221");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.614262, 13.614262, 23.614262, 33.614262, 43.614262, 53.614262");
+					values("2.470270, 3.024445, 3.527911, 3.984096, 4.400418, 4.782996", \
+					  "2.603963, 3.158118, 3.661602, 4.117766, 4.534077, 4.916684", \
+					  "2.765292, 3.319585, 3.822735, 4.278687, 4.694377, 5.078769");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.614262, 13.614262, 23.614262, 33.614262, 43.614262, 53.614262");
+					values("0.463157, 1.406779, 2.172149, 2.820963, 3.408142, 3.956972", \
+					  "0.463148, 1.406642, 2.172139, 2.821042, 3.407969, 3.957025", \
+					  "0.463450, 1.407547, 2.172673, 2.822906, 3.409581, 3.953309");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "A&!IE&!SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&SL==1'b0";
+				timing_type : "three_state_enable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.614262, 13.614262, 23.614262, 33.614262, 43.614262, 53.614262");
+					values("2.077711, 2.495876, 2.800848, 3.090590, 3.378205, 3.664545", \
+					  "2.110243, 2.530155, 2.834610, 3.124058, 3.412444, 3.698272", \
+					  "2.115007, 2.535568, 2.840240, 3.130775, 3.416504, 3.703262");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.614262, 13.614262, 23.614262, 33.614262, 43.614262, 53.614262");
+					values("0.640515, 1.120652, 1.656998, 2.232542, 2.820213, 3.417110", \
+					  "0.639770, 1.118496, 1.660485, 2.232257, 2.819727, 3.415122", \
+					  "0.638913, 1.121698, 1.660852, 2.230147, 2.821105, 3.416895");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "A&!IE&SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&SL==1'b1";
+				timing_type : "three_state_enable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.614262, 13.614262, 23.614262, 33.614262, 43.614262, 53.614262");
+					values("2.010355, 2.869613, 3.481615, 3.945114, 4.335459, 4.686905", \
+					  "2.045212, 2.903851, 3.517220, 3.980306, 4.371500, 4.721734", \
+					  "2.051526, 2.909768, 3.523901, 3.985521, 4.377133, 4.727756");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.614262, 13.614262, 23.614262, 33.614262, 43.614262, 53.614262");
+					values("0.833740, 1.997697, 2.701287, 3.291210, 3.832955, 4.366589", \
+					  "0.835976, 1.996988, 2.702323, 3.289418, 3.833887, 4.369139", \
+					  "0.838504, 1.996773, 2.699781, 3.289564, 3.834527, 4.369837");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "!A&!IE&!SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&SL==1'b0";
+				timing_type : "three_state_enable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.614262, 13.614262, 23.614262, 33.614262, 43.614262, 53.614262");
+					values("1.493795, 1.896040, 2.190479, 2.462697, 2.727514, 2.988779", \
+					  "1.550741, 1.952970, 2.247398, 2.519615, 2.784429, 3.045693", \
+					  "1.569857, 1.971979, 2.266371, 2.538439, 2.803581, 3.065088");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.614262, 13.614262, 23.614262, 33.614262, 43.614262, 53.614262");
+					values("0.459720, 0.950258, 1.414320, 1.889626, 2.366800, 2.859410", \
+					  "0.459635, 0.950207, 1.414261, 1.889601, 2.366770, 2.859374", \
+					  "0.459163, 0.951151, 1.416451, 1.889875, 2.374236, 2.863550");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "!A&!IE&SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&SL==1'b1";
+				timing_type : "three_state_enable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.614262, 13.614262, 23.614262, 33.614262, 43.614262, 53.614262");
+					values("1.478027, 2.024255, 2.523136, 2.978358, 3.394881, 3.777771", \
+					  "1.534977, 2.081155, 2.580038, 3.035301, 3.451834, 3.834688", \
+					  "1.553884, 2.100067, 2.598986, 3.054341, 3.470972, 3.853758");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.614262, 13.614262, 23.614262, 33.614262, 43.614262, 53.614262");
+					values("0.499917, 1.414828, 2.179120, 2.828196, 3.418633, 3.966948", \
+					  "0.499917, 1.414731, 2.179093, 2.828106, 3.418840, 3.966540", \
+					  "0.499722, 1.415288, 2.179183, 2.828167, 3.419520, 3.966047");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "!A&!IE&!SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&SL==1'b0";
+				timing_type : "three_state_disable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.614262, 13.614262, 23.614262, 33.614262, 43.614262, 53.614262");
+					values("1.197187, 1.197188, 1.197189, 1.197190, 1.197191, 1.197192", \
+					  "1.328128, 1.328129, 1.328130, 1.328131, 1.328132, 1.328133", \
+					  "1.493026, 1.493027, 1.493028, 1.493029, 1.493030, 1.493031");
+				}
+				rise_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "!A&!IE&SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&SL==1'b1";
+				timing_type : "three_state_disable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.614262, 13.614262, 23.614262, 33.614262, 43.614262, 53.614262");
+					values("1.184021, 1.184022, 1.184023, 1.184024, 1.184025, 1.184026", \
+					  "1.314725, 1.314726, 1.314727, 1.314728, 1.314729, 1.314730", \
+					  "1.478355, 1.478356, 1.478357, 1.478358, 1.478359, 1.478360");
+				}
+				rise_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "A&!IE&!SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&SL==1'b0";
+				timing_type : "three_state_disable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.614262, 13.614262, 23.614262, 33.614262, 43.614262, 53.614262");
+					values("1.548527, 1.548528, 1.548529, 1.548530, 1.548531, 1.548532", \
+					  "1.684034, 1.684035, 1.684036, 1.684037, 1.684038, 1.684039", \
+					  "1.851033, 1.851034, 1.851035, 1.851036, 1.851037, 1.851038");
+				}
+				fall_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "A&!IE&SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&SL==1'b1";
+				timing_type : "three_state_disable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.614262, 13.614262, 23.614262, 33.614262, 43.614262, 53.614262");
+					values("1.555763, 1.555764, 1.555765, 1.555766, 1.555767, 1.555768", \
+					  "1.688108, 1.688109, 1.688110, 1.688111, 1.688112, 1.688113", \
+					  "1.855133, 1.855134, 1.855135, 1.855136, 1.855137, 1.855138");
+				}
+				fall_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("-31.466560, -31.552210, -31.862150");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("31.969450, 32.072920, 31.792960");
+				}
+			}
+		}
+		pin ("Y") {
+			function : "((IE*PAD))";
+			direction : "output";
+			max_capacitance : 0.500000;
+			output_signal_level : "VDD";
+			internal_power () {
+				related_pin : "IE";
+				when : "!CS&!OE&PAD";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("2.616134, 2.449976, 2.470000, 2.417772, 2.448039, 2.428698", \
+					  "2.101982, 2.020363, 1.900463, 1.969151, 1.863963, 1.818004", \
+					  "2.065325, 2.076453, 2.005742, 1.936162, 1.858104, 1.891875");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("3.046805, 3.070673, 3.046150, 3.095678, 3.047969, 3.115706", \
+					  "2.585875, 2.593781, 2.623694, 2.593966, 2.478217, 2.577209", \
+					  "2.589655, 2.558630, 2.698868, 2.677115, 2.988519, 2.675847");
+				}
+			}
+			internal_power () {
+				related_pin : "IE";
+				when : "CS&!OE&PAD";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("2.948899, 2.883835, 2.834449, 2.869019, 2.710903, 2.623043", \
+					  "2.413894, 2.366791, 2.256099, 2.267445, 2.218541, 2.184416", \
+					  "2.412500, 2.330225, 2.295852, 2.204094, 2.222521, 2.154438");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("3.275651, 3.220242, 3.324345, 3.381298, 3.371932, 3.311786", \
+					  "2.769328, 2.762622, 2.814440, 2.924565, 2.973484, 2.919068", \
+					  "2.750143, 2.840728, 2.781367, 3.048772, 3.112401, 2.735553");
+				}
+			}
+			internal_power () {
+				related_pin : "PAD";
+				when : "!CS&IE&!OE";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("1.743550, 1.675810, 1.624950, 1.514830, 1.491540, 1.457640", \
+					  "2.199180, 2.131410, 2.075580, 1.970200, 1.945600, 1.910800", \
+					  "2.241510, 2.171770, 2.116900, 2.014640, 1.970850, 1.955150");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("1.534310, 1.540660, 1.590010, 1.693750, 1.715910, 1.736660", \
+					  "1.754270, 1.740630, 1.789870, 1.891830, 1.919280, 1.940320", \
+					  "1.531610, 1.537550, 1.588380, 1.687210, 1.712700, 1.735210");
+				}
+			}
+			internal_power () {
+				related_pin : "PAD";
+				when : "CS&IE&!OE";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("2.210500, 2.144820, 2.094960, 1.999340, 1.957200, 1.938740", \
+					  "2.365730, 2.299540, 2.251350, 2.149350, 2.114760, 2.088090", \
+					  "2.899060, 2.788830, 2.770300, 2.668910, 2.628850, 2.596420");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("2.614210, 2.633600, 2.715040, 2.914120, 2.982250, 3.033510", \
+					  "2.414600, 2.433730, 2.517170, 2.713220, 2.783680, 2.837910", \
+					  "2.197970, 2.218750, 2.288770, 2.497540, 2.562840, 2.621130");
+				}
+			}
+			internal_power () {
+				related_pin : "IE";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("2.782516, 2.666905, 2.652224, 2.643396, 2.579471, 2.525870", \
+					  "2.257938, 2.193577, 2.078281, 2.118298, 2.041252, 2.001210", \
+					  "2.238913, 2.203339, 2.150797, 2.070128, 2.040312, 2.023156");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("3.161228, 3.145458, 3.185248, 3.238488, 3.209951, 3.213746", \
+					  "2.677601, 2.678202, 2.719067, 2.759265, 2.725850, 2.748139", \
+					  "2.669899, 2.699679, 2.740118, 2.862944, 3.050460, 2.705700");
+				}
+			}
+			internal_power () {
+				related_pin : "PAD";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("1.977025, 1.910315, 1.859955, 1.757085, 1.724370, 1.698190", \
+					  "2.282455, 2.215475, 2.163465, 2.059775, 2.030180, 1.999445", \
+					  "2.570285, 2.480300, 2.443600, 2.341775, 2.299850, 2.275785");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("2.074260, 2.087130, 2.152525, 2.303935, 2.349080, 2.385085", \
+					  "2.084435, 2.087180, 2.153520, 2.302525, 2.351480, 2.389115", \
+					  "1.864790, 1.878150, 1.938575, 2.092375, 2.137770, 2.178170");
+				}
+			}
+			timing () {
+				related_pin : "IE";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				when : "!CS&!OE&PAD";
+				sdf_cond : "CS==1'b0&&OE==1'b0&&PAD==1'b1";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("1.735517, 1.791530, 1.860990, 2.062935, 2.159438, 2.255848", \
+					  "1.816189, 1.872153, 1.941563, 2.143601, 2.240090, 2.336515", \
+					  "1.862704, 1.918506, 1.987406, 2.189777, 2.286678, 2.383355");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.228379, 0.296840, 0.409153, 0.786484, 0.982255, 1.182724", \
+					  "0.228155, 0.297862, 0.409008, 0.786674, 0.982310, 1.182609", \
+					  "0.228640, 0.295005, 0.406983, 0.782643, 0.979258, 1.182860");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("1.420180, 1.467997, 1.526172, 1.686971, 1.760129, 1.832021", \
+					  "1.550607, 1.598424, 1.656599, 1.817391, 1.890557, 1.962451", \
+					  "1.699696, 1.747555, 1.805871, 1.965367, 2.038394, 2.110370");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.113222, 0.174623, 0.258001, 0.517993, 0.650066, 0.782289", \
+					  "0.113230, 0.174604, 0.257975, 0.517953, 0.650088, 0.782281", \
+					  "0.114890, 0.174684, 0.258087, 0.517771, 0.649939, 0.780603");
+				}
+			}
+			timing () {
+				related_pin : "IE";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				when : "CS&!OE&PAD";
+				sdf_cond : "CS==1'b1&&OE==1'b0&&PAD==1'b1";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("1.816872, 1.873351, 1.942870, 2.144989, 2.241543, 2.337989", \
+					  "1.898195, 1.953822, 2.023435, 2.225522, 2.322018, 2.418446", \
+					  "1.944051, 1.999753, 2.069711, 2.271695, 2.368746, 2.465365");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.226741, 0.299295, 0.406284, 0.785469, 0.982790, 1.181855", \
+					  "0.227352, 0.299138, 0.406858, 0.786410, 0.982439, 1.182264", \
+					  "0.224178, 0.298304, 0.405940, 0.784790, 0.981837, 1.182860");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("1.488977, 1.536702, 1.594803, 1.755577, 1.828872, 1.900986", \
+					  "1.620274, 1.667129, 1.725221, 1.885988, 1.959328, 2.031489", \
+					  "1.769066, 1.816722, 1.875010, 2.035897, 2.108951, 2.180928");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.115393, 0.175394, 0.258684, 0.517372, 0.650116, 0.782616", \
+					  "0.115528, 0.175084, 0.259160, 0.518012, 0.650371, 0.783212", \
+					  "0.114213, 0.175877, 0.258546, 0.518561, 0.650095, 0.782771");
+				}
+			}
+			timing () {
+				related_pin : "PAD";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				when : "!CS&IE&!OE";
+				sdf_cond : "CS==1'b0&&IE==1'b1&&OE==1'b0";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("1.240722, 1.296655, 1.365536, 1.567171, 1.664959, 1.761705", \
+					  "1.305615, 1.361564, 1.430548, 1.632326, 1.729669, 1.827373", \
+					  "1.311457, 1.367424, 1.436268, 1.638395, 1.735429, 1.832489");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.223649, 0.293630, 0.404986, 0.782733, 0.981178, 1.180357", \
+					  "0.224550, 0.293967, 0.403582, 0.784130, 0.984340, 1.181500", \
+					  "0.224103, 0.293847, 0.404044, 0.787340, 0.982074, 1.180508");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("1.121841, 1.169447, 1.227749, 1.388415, 1.461818, 1.533884", \
+					  "1.179637, 1.227478, 1.285431, 1.445984, 1.519508, 1.591609", \
+					  "1.374893, 1.422463, 1.480636, 1.641241, 1.714892, 1.786923");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.114848, 0.176499, 0.257095, 0.518008, 0.649002, 0.780845", \
+					  "0.114086, 0.175910, 0.257203, 0.518043, 0.649421, 0.781141", \
+					  "0.114317, 0.174721, 0.256898, 0.518966, 0.649477, 0.781547");
+				}
+			}
+			timing () {
+				related_pin : "PAD";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				when : "CS&IE&!OE";
+				sdf_cond : "CS==1'b1&&IE==1'b1&&OE==1'b0";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("1.348199, 1.403910, 1.473096, 1.675819, 1.772532, 1.869696", \
+					  "1.453368, 1.509431, 1.578466, 1.780513, 1.877667, 1.974443", \
+					  "1.524936, 1.580847, 1.649484, 1.852862, 1.949475, 2.046297");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.223744, 0.292819, 0.403472, 0.786657, 0.981752, 1.185340", \
+					  "0.223946, 0.294036, 0.403746, 0.786442, 0.982252, 1.189007", \
+					  "0.223462, 0.293647, 0.404499, 0.787641, 0.981903, 1.183814");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("1.772359, 1.820034, 1.878838, 2.039470, 2.112735, 2.184962", \
+					  "1.717525, 1.764997, 1.823485, 1.984130, 2.057563, 2.129662", \
+					  "1.914175, 1.961688, 2.020135, 2.180732, 2.254113, 2.326429");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.116420, 0.176613, 0.259172, 0.519596, 0.650250, 0.782345", \
+					  "0.115882, 0.176333, 0.258940, 0.520136, 0.650254, 0.782702", \
+					  "0.116532, 0.176327, 0.258866, 0.521125, 0.650474, 0.782261");
+				}
+			}
+		}
+		pin ("DVDD") {
+			direction : "inout";
+			capacitance : 0;
+		}
+		pin ("DVSS") {
+			direction : "inout";
+			capacitance : 0;
+		}
+		pin ("VDD") {
+			direction : "inout";
+			capacitance : 0;
+		}
+		pin ("VSS") {
+			direction : "inout";
+			capacitance : 0;
+		}
+	}
diff --git a/cells/bi_24t/gf180mcu_fd_io__bi_24t__ff_125C_3v63.lib.json b/cells/bi_24t/gf180mcu_fd_io__bi_24t__ff_125C_3v63.lib.json
new file mode 100644
index 0000000..60172ae
--- /dev/null
+++ b/cells/bi_24t/gf180mcu_fd_io__bi_24t__ff_125C_3v63.lib.json
@@ -0,0 +1,3102 @@
+{
+    "cell gf180mcu_fd_io__bi_24t": {
+        "scaling_factors": "gf_factors",
+        "area": "26250.000000",
+        "pad_cell": "true",
+        "dont_use": "true",
+        "dont_touch": "true",
+        "cell_leakage_power": "6.691050e-02",
+        "leakage_power ": {
+            "when": "!CS !SL !IE !OE !PU !PD !A !PAD",
+            "value": "0.066910"
+        },
+        "pin CS": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.023343",
+            "comp_attribute rise_capacitance_range": "0.022361,0.024274",
+            "capacitance": "0.022939",
+            "fall_capacitance": "0.022535",
+            "comp_attribute fall_capacitance_range": "0.021896,0.023116",
+            "internal_power ": {
+                "rise_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        0.395064,
+                        1.5833,
+                        1.642691
+                    ]
+                },
+                "fall_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        0.533844,
+                        1.368751,
+                        1.465361
+                    ]
+                }
+            }
+        },
+        "pin SL": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.032093",
+            "comp_attribute rise_capacitance_range": "0.031260,0.033274",
+            "capacitance": "0.031747",
+            "fall_capacitance": "0.031401",
+            "comp_attribute fall_capacitance_range": "0.030795,0.031705",
+            "internal_power ": {
+                "rise_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        0.314978,
+                        1.749726,
+                        1.80774
+                    ]
+                },
+                "fall_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        0.577555,
+                        1.886405,
+                        1.901593
+                    ]
+                }
+            }
+        },
+        "pin IE": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.015050",
+            "comp_attribute rise_capacitance_range": "0.014058,0.015867",
+            "capacitance": "0.014628",
+            "fall_capacitance": "0.014206",
+            "comp_attribute fall_capacitance_range": "0.013594,0.014768",
+            "internal_power ": {
+                "rise_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        0.432239,
+                        0.979393,
+                        1.027064
+                    ]
+                },
+                "fall_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        0.429166,
+                        0.903127,
+                        0.962149
+                    ]
+                }
+            }
+        },
+        "pin OE": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.093301",
+            "comp_attribute rise_capacitance_range": "0.086104,0.098994",
+            "capacitance": "0.092908",
+            "fall_capacitance": "0.090952",
+            "comp_attribute fall_capacitance_range": "0.089252,0.092983"
+        },
+        "pin PU": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.081872",
+            "comp_attribute rise_capacitance_range": "0.064675,0.094608",
+            "capacitance": "0.082434",
+            "fall_capacitance": "0.082996",
+            "comp_attribute fall_capacitance_range": "0.062174,0.098960",
+            "internal_power ": {
+                "rise_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        -0.284445,
+                        0.349373,
+                        0.390725
+                    ]
+                },
+                "fall_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        1.131755,
+                        1.90805,
+                        2.137419
+                    ]
+                }
+            }
+        },
+        "pin PD": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.048993",
+            "comp_attribute rise_capacitance_range": "0.048636,0.049421",
+            "capacitance": "0.050152",
+            "fall_capacitance": "0.051311",
+            "comp_attribute fall_capacitance_range": "0.049339,0.053237",
+            "internal_power ": {
+                "rise_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        0.055779,
+                        1.104858,
+                        1.166022
+                    ]
+                },
+                "fall_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        1.016608,
+                        1.656715,
+                        1.803686
+                    ]
+                }
+            }
+        },
+        "pin A": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.037764",
+            "comp_attribute rise_capacitance_range": "0.035769,0.038918",
+            "capacitance": "0.037593",
+            "fall_capacitance": "0.037421",
+            "comp_attribute fall_capacitance_range": "0.036166,0.038495",
+            "internal_power ": {
+                "rise_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        -0.156879,
+                        -0.15045,
+                        -0.141384
+                    ]
+                },
+                "fall_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        0.182913,
+                        0.189141,
+                        0.179195
+                    ]
+                }
+            }
+        },
+        "pin PAD": {
+            "drive_current": "24000.000000",
+            "is_pad": "true",
+            "function": "((A))",
+            "three_state": "((!OE))",
+            "direction": "inout",
+            "max_transition": "1.000000",
+            "max_capacitance": "50.000000",
+            "input_signal_level": "DVDD",
+            "output_signal_level": "DVDD",
+            "capacitance": "3.614262",
+            "internal_power ": [
+                {
+                    "related_pin": "A",
+                    "when": "!IE&OE&!SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            10,
+                            20,
+                            30,
+                            40,
+                            50
+                        ],
+                        "values": [
+                            [
+                                65.043439,
+                                66.773569,
+                                66.321849,
+                                65.472099,
+                                64.365409,
+                                63.804289
+                            ],
+                            [
+                                65.04044,
+                                66.95331,
+                                66.29224,
+                                65.48908,
+                                64.36379,
+                                63.39544
+                            ],
+                            [
+                                65.079554,
+                                66.959244,
+                                66.407294,
+                                65.431514,
+                                64.325864,
+                                63.850574
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            10,
+                            20,
+                            30,
+                            40,
+                            50
+                        ],
+                        "values": [
+                            [
+                                67.780787,
+                                71.263017,
+                                72.409957,
+                                73.253237,
+                                73.309627,
+                                73.563567
+                            ],
+                            [
+                                67.809849,
+                                71.226409,
+                                72.319569,
+                                73.356629,
+                                73.341169,
+                                73.449879
+                            ],
+                            [
+                                68.129665,
+                                71.390755,
+                                72.585175,
+                                73.240155,
+                                73.703055,
+                                73.300385
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "A",
+                    "when": "!IE&OE&SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            10,
+                            20,
+                            30,
+                            40,
+                            50
+                        ],
+                        "values": [
+                            [
+                                56.276839,
+                                62.760819,
+                                64.261669,
+                                64.045789,
+                                64.254789,
+                                62.722669
+                            ],
+                            [
+                                56.27204,
+                                62.5066,
+                                64.42567,
+                                64.01768,
+                                63.71186,
+                                62.47659
+                            ],
+                            [
+                                56.161254,
+                                62.444974,
+                                64.536114,
+                                63.988434,
+                                63.559124,
+                                62.762554
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            10,
+                            20,
+                            30,
+                            40,
+                            50
+                        ],
+                        "values": [
+                            [
+                                61.838187,
+                                65.249917,
+                                66.865897,
+                                69.443277,
+                                70.589907,
+                                70.933917
+                            ],
+                            [
+                                61.654629,
+                                65.232419,
+                                66.815419,
+                                70.913069,
+                                70.534209,
+                                70.923189
+                            ],
+                            [
+                                61.875635,
+                                66.592895,
+                                68.680275,
+                                70.109945,
+                                71.010965,
+                                71.290495
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "A&!IE&!SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            10,
+                            20,
+                            30,
+                            40,
+                            50
+                        ],
+                        "values": [
+                            [
+                                59.39865,
+                                59.59116,
+                                58.89648,
+                                58.03245,
+                                56.80003,
+                                55.61453
+                            ],
+                            [
+                                39.25781,
+                                39.98906,
+                                38.81904,
+                                37.84764,
+                                36.53683,
+                                35.69121
+                            ],
+                            [
+                                37.74742,
+                                38.52883,
+                                37.24721,
+                                36.38687,
+                                35.34846,
+                                34.07055
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            10,
+                            20,
+                            30,
+                            40,
+                            50
+                        ],
+                        "values": [
+                            [
+                                8.740176,
+                                9.191426,
+                                9.294996,
+                                9.413636,
+                                9.526706,
+                                9.568546
+                            ],
+                            [
+                                2.31615,
+                                6.04842,
+                                7.43435,
+                                8.05717,
+                                8.35291,
+                                8.51803
+                            ],
+                            [
+                                2.28002,
+                                6.56871,
+                                7.68522,
+                                7.94042,
+                                8.13991,
+                                8.31606
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "A&!IE&SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            10,
+                            20,
+                            30,
+                            40,
+                            50
+                        ],
+                        "values": [
+                            [
+                                50.66831,
+                                56.12882,
+                                56.89086,
+                                56.51947,
+                                56.06525,
+                                54.91229
+                            ],
+                            [
+                                30.29685,
+                                35.34159,
+                                36.91342,
+                                36.67303,
+                                35.70994,
+                                34.70967
+                            ],
+                            [
+                                28.75445,
+                                33.7183,
+                                35.23781,
+                                35.2788,
+                                34.18074,
+                                33.22365
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            10,
+                            20,
+                            30,
+                            40,
+                            50
+                        ],
+                        "values": [
+                            [
+                                8.665866,
+                                9.195256,
+                                9.402106,
+                                9.466536,
+                                9.474676,
+                                9.474626
+                            ],
+                            [
+                                2.40343,
+                                6.02906,
+                                7.20736,
+                                7.90884,
+                                8.40879,
+                                8.76644
+                            ],
+                            [
+                                2.41158,
+                                6.09826,
+                                7.62743,
+                                8.20707,
+                                8.53313,
+                                8.77694
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "!A&!IE&!SL",
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            10,
+                            20,
+                            30,
+                            40,
+                            50
+                        ],
+                        "values": [
+                            [
+                                51.1386,
+                                53.53427,
+                                53.81032,
+                                53.91589,
+                                53.90016,
+                                53.90306
+                            ],
+                            [
+                                31.55582,
+                                33.88676,
+                                34.14643,
+                                34.19028,
+                                34.26918,
+                                34.34998
+                            ],
+                            [
+                                30.21205,
+                                32.66607,
+                                32.95268,
+                                33.02092,
+                                33.05107,
+                                33.01885
+                            ]
+                        ]
+                    },
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            10,
+                            20,
+                            30,
+                            40,
+                            50
+                        ],
+                        "values": [
+                            [
+                                11.110826,
+                                -120.930504,
+                                -252.796904,
+                                -384.650204,
+                                -516.452904,
+                                -648.243704
+                            ],
+                            [
+                                -0.00305,
+                                -132.20924,
+                                -264.12884,
+                                -396.04634,
+                                -527.85224,
+                                -659.64534
+                            ],
+                            [
+                                -0.08794,
+                                -132.49574,
+                                -264.00554,
+                                -395.85664,
+                                -527.67344,
+                                -659.47274
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "!A&!IE&SL",
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            10,
+                            20,
+                            30,
+                            40,
+                            50
+                        ],
+                        "values": [
+                            [
+                                45.65773,
+                                47.83458,
+                                49.56085,
+                                50.49236,
+                                51.17002,
+                                51.58539
+                            ],
+                            [
+                                25.8294,
+                                28.26201,
+                                30.10413,
+                                30.6988,
+                                31.54441,
+                                32.05231
+                            ],
+                            [
+                                24.43837,
+                                26.90146,
+                                28.70448,
+                                29.56471,
+                                30.31523,
+                                30.76035
+                            ]
+                        ]
+                    },
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            10,
+                            20,
+                            30,
+                            40,
+                            50
+                        ],
+                        "values": [
+                            [
+                                11.002156,
+                                -121.083404,
+                                -252.960404,
+                                -384.783904,
+                                -516.585904,
+                                -648.377004
+                            ],
+                            [
+                                0.14021,
+                                -132.07574,
+                                -263.97914,
+                                -395.81324,
+                                -527.62124,
+                                -659.41634
+                            ],
+                            [
+                                0.13276,
+                                -131.88184,
+                                -263.76844,
+                                -395.60514,
+                                -527.41784,
+                                -659.21694
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "A",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            10,
+                            20,
+                            30,
+                            40,
+                            50
+                        ],
+                        "values": [
+                            [
+                                121.320278,
+                                129.534388,
+                                130.583518,
+                                129.517888,
+                                128.620198,
+                                126.526958
+                            ],
+                            [
+                                121.31248,
+                                129.45991,
+                                130.71791,
+                                129.50676,
+                                128.07565,
+                                125.87203
+                            ],
+                            [
+                                121.240808,
+                                129.404218,
+                                130.943408,
+                                129.419948,
+                                127.884988,
+                                126.613128
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            10,
+                            20,
+                            30,
+                            40,
+                            50
+                        ],
+                        "values": [
+                            [
+                                129.618974,
+                                136.512934,
+                                139.275854,
+                                142.696514,
+                                143.899534,
+                                144.497484
+                            ],
+                            [
+                                129.464478,
+                                136.458828,
+                                139.134988,
+                                144.269698,
+                                143.875378,
+                                144.373068
+                            ],
+                            [
+                                130.0053,
+                                137.98365,
+                                141.26545,
+                                143.3501,
+                                144.71402,
+                                144.59088
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            10,
+                            20,
+                            30,
+                            40,
+                            50
+                        ],
+                        "values": [
+                            [
+                                66.089971,
+                                -63.146964,
+                                -194.984984,
+                                -327.441094,
+                                -460.086764,
+                                -593.046944
+                            ],
+                            [
+                                34.84591,
+                                -94.477165,
+                                -226.18776,
+                                -358.669455,
+                                -491.613355,
+                                -624.3304
+                            ],
+                            [
+                                33.273345,
+                                -96.065225,
+                                -227.64448,
+                                -359.898055,
+                                -492.78104,
+                                -625.69774
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            10,
+                            20,
+                            30,
+                            40,
+                            50
+                        ],
+                        "values": [
+                            [
+                                57.101186,
+                                59.877766,
+                                61.034136,
+                                61.644211,
+                                62.035781,
+                                62.265811
+                            ],
+                            [
+                                31.0524,
+                                37.113125,
+                                39.446135,
+                                40.427545,
+                                41.287645,
+                                41.84338
+                            ],
+                            [
+                                29.67101,
+                                36.11725,
+                                38.484905,
+                                39.36656,
+                                40.01967,
+                                40.4361
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "rise_power power_inputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "values": [
+                            -31.46656,
+                            -31.55221,
+                            -31.86215
+                        ]
+                    },
+                    "fall_power power_inputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "values": [
+                            31.96945,
+                            32.07292,
+                            31.79296
+                        ]
+                    }
+                }
+            ],
+            "timing ": [
+                {
+                    "related_pin": "A",
+                    "timing_type": "combinational",
+                    "timing_sense": "positive_unate",
+                    "when": "!IE&OE&!SL",
+                    "sdf_cond": "IE==1'b0&&OE==1'b1&&SL==1'b0",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.614262,
+                            13.614262,
+                            23.614262,
+                            33.614262,
+                            43.614262,
+                            53.614262
+                        ],
+                        "values": [
+                            [
+                                2.421603,
+                                2.835344,
+                                3.140334,
+                                3.431144,
+                                3.718102,
+                                4.003401
+                            ],
+                            [
+                                2.47906,
+                                2.89306,
+                                3.197764,
+                                3.488541,
+                                3.775785,
+                                4.061247
+                            ],
+                            [
+                                2.495401,
+                                2.909206,
+                                3.214059,
+                                3.504853,
+                                3.791998,
+                                4.077395
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.614262,
+                            13.614262,
+                            23.614262,
+                            33.614262,
+                            43.614262,
+                            53.614262
+                        ],
+                        "values": [
+                            [
+                                0.621609,
+                                1.099887,
+                                1.643706,
+                                2.224509,
+                                2.809954,
+                                3.410307
+                            ],
+                            [
+                                0.621591,
+                                1.099918,
+                                1.643394,
+                                2.224337,
+                                2.811579,
+                                3.404609
+                            ],
+                            [
+                                0.621955,
+                                1.100498,
+                                1.642882,
+                                2.224424,
+                                2.811066,
+                                3.407452
+                            ]
+                        ]
+                    },
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.614262,
+                            13.614262,
+                            23.614262,
+                            33.614262,
+                            43.614262,
+                            53.614262
+                        ],
+                        "values": [
+                            [
+                                2.493793,
+                                2.885754,
+                                3.178501,
+                                3.450821,
+                                3.715509,
+                                3.978887
+                            ],
+                            [
+                                2.627464,
+                                3.019427,
+                                3.312171,
+                                3.584492,
+                                3.849171,
+                                4.11255
+                            ],
+                            [
+                                2.789119,
+                                3.181023,
+                                3.473744,
+                                3.745919,
+                                4.011208,
+                                4.273278
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.614262,
+                            13.614262,
+                            23.614262,
+                            33.614262,
+                            43.614262,
+                            53.614262
+                        ],
+                        "values": [
+                            [
+                                0.426393,
+                                0.921619,
+                                1.390762,
+                                1.868105,
+                                2.358935,
+                                2.85327
+                            ],
+                            [
+                                0.426409,
+                                0.921621,
+                                1.390819,
+                                1.868229,
+                                2.358807,
+                                2.852961
+                            ],
+                            [
+                                0.426173,
+                                0.921892,
+                                1.38992,
+                                1.870257,
+                                2.358734,
+                                2.854823
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "A",
+                    "timing_type": "combinational",
+                    "timing_sense": "positive_unate",
+                    "when": "!IE&OE&SL",
+                    "sdf_cond": "IE==1'b0&&OE==1'b1&&SL==1'b1",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.614262,
+                            13.614262,
+                            23.614262,
+                            33.614262,
+                            43.614262,
+                            53.614262
+                        ],
+                        "values": [
+                            [
+                                2.345473,
+                                3.216542,
+                                3.828378,
+                                4.288648,
+                                4.678307,
+                                5.029993
+                            ],
+                            [
+                                2.40323,
+                                3.27436,
+                                3.887142,
+                                4.346689,
+                                4.735968,
+                                5.087517
+                            ],
+                            [
+                                2.419375,
+                                3.290492,
+                                3.90121,
+                                4.364734,
+                                4.754102,
+                                5.102998
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.614262,
+                            13.614262,
+                            23.614262,
+                            33.614262,
+                            43.614262,
+                            53.614262
+                        ],
+                        "values": [
+                            [
+                                0.824855,
+                                1.989308,
+                                2.69042,
+                                3.269784,
+                                3.814643,
+                                4.346677
+                            ],
+                            [
+                                0.824999,
+                                1.988546,
+                                2.685169,
+                                3.273202,
+                                3.812287,
+                                4.344285
+                            ],
+                            [
+                                0.822485,
+                                1.985293,
+                                2.689097,
+                                3.269939,
+                                3.812825,
+                                4.348221
+                            ]
+                        ]
+                    },
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.614262,
+                            13.614262,
+                            23.614262,
+                            33.614262,
+                            43.614262,
+                            53.614262
+                        ],
+                        "values": [
+                            [
+                                2.47027,
+                                3.024445,
+                                3.527911,
+                                3.984096,
+                                4.400418,
+                                4.782996
+                            ],
+                            [
+                                2.603963,
+                                3.158118,
+                                3.661602,
+                                4.117766,
+                                4.534077,
+                                4.916684
+                            ],
+                            [
+                                2.765292,
+                                3.319585,
+                                3.822735,
+                                4.278687,
+                                4.694377,
+                                5.078769
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.614262,
+                            13.614262,
+                            23.614262,
+                            33.614262,
+                            43.614262,
+                            53.614262
+                        ],
+                        "values": [
+                            [
+                                0.463157,
+                                1.406779,
+                                2.172149,
+                                2.820963,
+                                3.408142,
+                                3.956972
+                            ],
+                            [
+                                0.463148,
+                                1.406642,
+                                2.172139,
+                                2.821042,
+                                3.407969,
+                                3.957025
+                            ],
+                            [
+                                0.46345,
+                                1.407547,
+                                2.172673,
+                                2.822906,
+                                3.409581,
+                                3.953309
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "A&!IE&!SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&SL==1'b0",
+                    "timing_type": "three_state_enable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.614262,
+                            13.614262,
+                            23.614262,
+                            33.614262,
+                            43.614262,
+                            53.614262
+                        ],
+                        "values": [
+                            [
+                                2.077711,
+                                2.495876,
+                                2.800848,
+                                3.09059,
+                                3.378205,
+                                3.664545
+                            ],
+                            [
+                                2.110243,
+                                2.530155,
+                                2.83461,
+                                3.124058,
+                                3.412444,
+                                3.698272
+                            ],
+                            [
+                                2.115007,
+                                2.535568,
+                                2.84024,
+                                3.130775,
+                                3.416504,
+                                3.703262
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.614262,
+                            13.614262,
+                            23.614262,
+                            33.614262,
+                            43.614262,
+                            53.614262
+                        ],
+                        "values": [
+                            [
+                                0.640515,
+                                1.120652,
+                                1.656998,
+                                2.232542,
+                                2.820213,
+                                3.41711
+                            ],
+                            [
+                                0.63977,
+                                1.118496,
+                                1.660485,
+                                2.232257,
+                                2.819727,
+                                3.415122
+                            ],
+                            [
+                                0.638913,
+                                1.121698,
+                                1.660852,
+                                2.230147,
+                                2.821105,
+                                3.416895
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "A&!IE&SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&SL==1'b1",
+                    "timing_type": "three_state_enable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.614262,
+                            13.614262,
+                            23.614262,
+                            33.614262,
+                            43.614262,
+                            53.614262
+                        ],
+                        "values": [
+                            [
+                                2.010355,
+                                2.869613,
+                                3.481615,
+                                3.945114,
+                                4.335459,
+                                4.686905
+                            ],
+                            [
+                                2.045212,
+                                2.903851,
+                                3.51722,
+                                3.980306,
+                                4.3715,
+                                4.721734
+                            ],
+                            [
+                                2.051526,
+                                2.909768,
+                                3.523901,
+                                3.985521,
+                                4.377133,
+                                4.727756
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.614262,
+                            13.614262,
+                            23.614262,
+                            33.614262,
+                            43.614262,
+                            53.614262
+                        ],
+                        "values": [
+                            [
+                                0.83374,
+                                1.997697,
+                                2.701287,
+                                3.29121,
+                                3.832955,
+                                4.366589
+                            ],
+                            [
+                                0.835976,
+                                1.996988,
+                                2.702323,
+                                3.289418,
+                                3.833887,
+                                4.369139
+                            ],
+                            [
+                                0.838504,
+                                1.996773,
+                                2.699781,
+                                3.289564,
+                                3.834527,
+                                4.369837
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "!A&!IE&!SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&SL==1'b0",
+                    "timing_type": "three_state_enable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.614262,
+                            13.614262,
+                            23.614262,
+                            33.614262,
+                            43.614262,
+                            53.614262
+                        ],
+                        "values": [
+                            [
+                                1.493795,
+                                1.89604,
+                                2.190479,
+                                2.462697,
+                                2.727514,
+                                2.988779
+                            ],
+                            [
+                                1.550741,
+                                1.95297,
+                                2.247398,
+                                2.519615,
+                                2.784429,
+                                3.045693
+                            ],
+                            [
+                                1.569857,
+                                1.971979,
+                                2.266371,
+                                2.538439,
+                                2.803581,
+                                3.065088
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.614262,
+                            13.614262,
+                            23.614262,
+                            33.614262,
+                            43.614262,
+                            53.614262
+                        ],
+                        "values": [
+                            [
+                                0.45972,
+                                0.950258,
+                                1.41432,
+                                1.889626,
+                                2.3668,
+                                2.85941
+                            ],
+                            [
+                                0.459635,
+                                0.950207,
+                                1.414261,
+                                1.889601,
+                                2.36677,
+                                2.859374
+                            ],
+                            [
+                                0.459163,
+                                0.951151,
+                                1.416451,
+                                1.889875,
+                                2.374236,
+                                2.86355
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "!A&!IE&SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&SL==1'b1",
+                    "timing_type": "three_state_enable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.614262,
+                            13.614262,
+                            23.614262,
+                            33.614262,
+                            43.614262,
+                            53.614262
+                        ],
+                        "values": [
+                            [
+                                1.478027,
+                                2.024255,
+                                2.523136,
+                                2.978358,
+                                3.394881,
+                                3.777771
+                            ],
+                            [
+                                1.534977,
+                                2.081155,
+                                2.580038,
+                                3.035301,
+                                3.451834,
+                                3.834688
+                            ],
+                            [
+                                1.553884,
+                                2.100067,
+                                2.598986,
+                                3.054341,
+                                3.470972,
+                                3.853758
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.614262,
+                            13.614262,
+                            23.614262,
+                            33.614262,
+                            43.614262,
+                            53.614262
+                        ],
+                        "values": [
+                            [
+                                0.499917,
+                                1.414828,
+                                2.17912,
+                                2.828196,
+                                3.418633,
+                                3.966948
+                            ],
+                            [
+                                0.499917,
+                                1.414731,
+                                2.179093,
+                                2.828106,
+                                3.41884,
+                                3.96654
+                            ],
+                            [
+                                0.499722,
+                                1.415288,
+                                2.179183,
+                                2.828167,
+                                3.41952,
+                                3.966047
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "!A&!IE&!SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&SL==1'b0",
+                    "timing_type": "three_state_disable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.614262,
+                            13.614262,
+                            23.614262,
+                            33.614262,
+                            43.614262,
+                            53.614262
+                        ],
+                        "values": [
+                            [
+                                1.197187,
+                                1.197188,
+                                1.197189,
+                                1.19719,
+                                1.197191,
+                                1.197192
+                            ],
+                            [
+                                1.328128,
+                                1.328129,
+                                1.32813,
+                                1.328131,
+                                1.328132,
+                                1.328133
+                            ],
+                            [
+                                1.493026,
+                                1.493027,
+                                1.493028,
+                                1.493029,
+                                1.49303,
+                                1.493031
+                            ]
+                        ]
+                    },
+                    "rise_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "!A&!IE&SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&SL==1'b1",
+                    "timing_type": "three_state_disable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.614262,
+                            13.614262,
+                            23.614262,
+                            33.614262,
+                            43.614262,
+                            53.614262
+                        ],
+                        "values": [
+                            [
+                                1.184021,
+                                1.184022,
+                                1.184023,
+                                1.184024,
+                                1.184025,
+                                1.184026
+                            ],
+                            [
+                                1.314725,
+                                1.314726,
+                                1.314727,
+                                1.314728,
+                                1.314729,
+                                1.31473
+                            ],
+                            [
+                                1.478355,
+                                1.478356,
+                                1.478357,
+                                1.478358,
+                                1.478359,
+                                1.47836
+                            ]
+                        ]
+                    },
+                    "rise_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "A&!IE&!SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&SL==1'b0",
+                    "timing_type": "three_state_disable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.614262,
+                            13.614262,
+                            23.614262,
+                            33.614262,
+                            43.614262,
+                            53.614262
+                        ],
+                        "values": [
+                            [
+                                1.548527,
+                                1.548528,
+                                1.548529,
+                                1.54853,
+                                1.548531,
+                                1.548532
+                            ],
+                            [
+                                1.684034,
+                                1.684035,
+                                1.684036,
+                                1.684037,
+                                1.684038,
+                                1.684039
+                            ],
+                            [
+                                1.851033,
+                                1.851034,
+                                1.851035,
+                                1.851036,
+                                1.851037,
+                                1.851038
+                            ]
+                        ]
+                    },
+                    "fall_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "A&!IE&SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&SL==1'b1",
+                    "timing_type": "three_state_disable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.614262,
+                            13.614262,
+                            23.614262,
+                            33.614262,
+                            43.614262,
+                            53.614262
+                        ],
+                        "values": [
+                            [
+                                1.555763,
+                                1.555764,
+                                1.555765,
+                                1.555766,
+                                1.555767,
+                                1.555768
+                            ],
+                            [
+                                1.688108,
+                                1.688109,
+                                1.68811,
+                                1.688111,
+                                1.688112,
+                                1.688113
+                            ],
+                            [
+                                1.855133,
+                                1.855134,
+                                1.855135,
+                                1.855136,
+                                1.855137,
+                                1.855138
+                            ]
+                        ]
+                    },
+                    "fall_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                }
+            ]
+        },
+        "pin Y": {
+            "function": "((IE*PAD))",
+            "direction": "output",
+            "max_capacitance": "0.500000",
+            "output_signal_level": "VDD",
+            "internal_power ": [
+                {
+                    "related_pin": "IE",
+                    "when": "!CS&!OE&PAD",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                2.616134,
+                                2.449976,
+                                2.47,
+                                2.417772,
+                                2.448039,
+                                2.428698
+                            ],
+                            [
+                                2.101982,
+                                2.020363,
+                                1.900463,
+                                1.969151,
+                                1.863963,
+                                1.818004
+                            ],
+                            [
+                                2.065325,
+                                2.076453,
+                                2.005742,
+                                1.936162,
+                                1.858104,
+                                1.891875
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                3.046805,
+                                3.070673,
+                                3.04615,
+                                3.095678,
+                                3.047969,
+                                3.115706
+                            ],
+                            [
+                                2.585875,
+                                2.593781,
+                                2.623694,
+                                2.593966,
+                                2.478217,
+                                2.577209
+                            ],
+                            [
+                                2.589655,
+                                2.55863,
+                                2.698868,
+                                2.677115,
+                                2.988519,
+                                2.675847
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "IE",
+                    "when": "CS&!OE&PAD",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                2.948899,
+                                2.883835,
+                                2.834449,
+                                2.869019,
+                                2.710903,
+                                2.623043
+                            ],
+                            [
+                                2.413894,
+                                2.366791,
+                                2.256099,
+                                2.267445,
+                                2.218541,
+                                2.184416
+                            ],
+                            [
+                                2.4125,
+                                2.330225,
+                                2.295852,
+                                2.204094,
+                                2.222521,
+                                2.154438
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                3.275651,
+                                3.220242,
+                                3.324345,
+                                3.381298,
+                                3.371932,
+                                3.311786
+                            ],
+                            [
+                                2.769328,
+                                2.762622,
+                                2.81444,
+                                2.924565,
+                                2.973484,
+                                2.919068
+                            ],
+                            [
+                                2.750143,
+                                2.840728,
+                                2.781367,
+                                3.048772,
+                                3.112401,
+                                2.735553
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "PAD",
+                    "when": "!CS&IE&!OE",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                1.74355,
+                                1.67581,
+                                1.62495,
+                                1.51483,
+                                1.49154,
+                                1.45764
+                            ],
+                            [
+                                2.19918,
+                                2.13141,
+                                2.07558,
+                                1.9702,
+                                1.9456,
+                                1.9108
+                            ],
+                            [
+                                2.24151,
+                                2.17177,
+                                2.1169,
+                                2.01464,
+                                1.97085,
+                                1.95515
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                1.53431,
+                                1.54066,
+                                1.59001,
+                                1.69375,
+                                1.71591,
+                                1.73666
+                            ],
+                            [
+                                1.75427,
+                                1.74063,
+                                1.78987,
+                                1.89183,
+                                1.91928,
+                                1.94032
+                            ],
+                            [
+                                1.53161,
+                                1.53755,
+                                1.58838,
+                                1.68721,
+                                1.7127,
+                                1.73521
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "PAD",
+                    "when": "CS&IE&!OE",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                2.2105,
+                                2.14482,
+                                2.09496,
+                                1.99934,
+                                1.9572,
+                                1.93874
+                            ],
+                            [
+                                2.36573,
+                                2.29954,
+                                2.25135,
+                                2.14935,
+                                2.11476,
+                                2.08809
+                            ],
+                            [
+                                2.89906,
+                                2.78883,
+                                2.7703,
+                                2.66891,
+                                2.62885,
+                                2.59642
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                2.61421,
+                                2.6336,
+                                2.71504,
+                                2.91412,
+                                2.98225,
+                                3.03351
+                            ],
+                            [
+                                2.4146,
+                                2.43373,
+                                2.51717,
+                                2.71322,
+                                2.78368,
+                                2.83791
+                            ],
+                            [
+                                2.19797,
+                                2.21875,
+                                2.28877,
+                                2.49754,
+                                2.56284,
+                                2.62113
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "IE",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                2.782516,
+                                2.666905,
+                                2.652224,
+                                2.643396,
+                                2.579471,
+                                2.52587
+                            ],
+                            [
+                                2.257938,
+                                2.193577,
+                                2.078281,
+                                2.118298,
+                                2.041252,
+                                2.00121
+                            ],
+                            [
+                                2.238913,
+                                2.203339,
+                                2.150797,
+                                2.070128,
+                                2.040312,
+                                2.023156
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                3.161228,
+                                3.145458,
+                                3.185248,
+                                3.238488,
+                                3.209951,
+                                3.213746
+                            ],
+                            [
+                                2.677601,
+                                2.678202,
+                                2.719067,
+                                2.759265,
+                                2.72585,
+                                2.748139
+                            ],
+                            [
+                                2.669899,
+                                2.699679,
+                                2.740118,
+                                2.862944,
+                                3.05046,
+                                2.7057
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "PAD",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                1.977025,
+                                1.910315,
+                                1.859955,
+                                1.757085,
+                                1.72437,
+                                1.69819
+                            ],
+                            [
+                                2.282455,
+                                2.215475,
+                                2.163465,
+                                2.059775,
+                                2.03018,
+                                1.999445
+                            ],
+                            [
+                                2.570285,
+                                2.4803,
+                                2.4436,
+                                2.341775,
+                                2.29985,
+                                2.275785
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                2.07426,
+                                2.08713,
+                                2.152525,
+                                2.303935,
+                                2.34908,
+                                2.385085
+                            ],
+                            [
+                                2.084435,
+                                2.08718,
+                                2.15352,
+                                2.302525,
+                                2.35148,
+                                2.389115
+                            ],
+                            [
+                                1.86479,
+                                1.87815,
+                                1.938575,
+                                2.092375,
+                                2.13777,
+                                2.17817
+                            ]
+                        ]
+                    }
+                }
+            ],
+            "timing ": [
+                {
+                    "related_pin": "IE",
+                    "timing_type": "combinational",
+                    "timing_sense": "positive_unate",
+                    "when": "!CS&!OE&PAD",
+                    "sdf_cond": "CS==1'b0&&OE==1'b0&&PAD==1'b1",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                1.735517,
+                                1.79153,
+                                1.86099,
+                                2.062935,
+                                2.159438,
+                                2.255848
+                            ],
+                            [
+                                1.816189,
+                                1.872153,
+                                1.941563,
+                                2.143601,
+                                2.24009,
+                                2.336515
+                            ],
+                            [
+                                1.862704,
+                                1.918506,
+                                1.987406,
+                                2.189777,
+                                2.286678,
+                                2.383355
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.228379,
+                                0.29684,
+                                0.409153,
+                                0.786484,
+                                0.982255,
+                                1.182724
+                            ],
+                            [
+                                0.228155,
+                                0.297862,
+                                0.409008,
+                                0.786674,
+                                0.98231,
+                                1.182609
+                            ],
+                            [
+                                0.22864,
+                                0.295005,
+                                0.406983,
+                                0.782643,
+                                0.979258,
+                                1.18286
+                            ]
+                        ]
+                    },
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                1.42018,
+                                1.467997,
+                                1.526172,
+                                1.686971,
+                                1.760129,
+                                1.832021
+                            ],
+                            [
+                                1.550607,
+                                1.598424,
+                                1.656599,
+                                1.817391,
+                                1.890557,
+                                1.962451
+                            ],
+                            [
+                                1.699696,
+                                1.747555,
+                                1.805871,
+                                1.965367,
+                                2.038394,
+                                2.11037
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.113222,
+                                0.174623,
+                                0.258001,
+                                0.517993,
+                                0.650066,
+                                0.782289
+                            ],
+                            [
+                                0.11323,
+                                0.174604,
+                                0.257975,
+                                0.517953,
+                                0.650088,
+                                0.782281
+                            ],
+                            [
+                                0.11489,
+                                0.174684,
+                                0.258087,
+                                0.517771,
+                                0.649939,
+                                0.780603
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "IE",
+                    "timing_type": "combinational",
+                    "timing_sense": "positive_unate",
+                    "when": "CS&!OE&PAD",
+                    "sdf_cond": "CS==1'b1&&OE==1'b0&&PAD==1'b1",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                1.816872,
+                                1.873351,
+                                1.94287,
+                                2.144989,
+                                2.241543,
+                                2.337989
+                            ],
+                            [
+                                1.898195,
+                                1.953822,
+                                2.023435,
+                                2.225522,
+                                2.322018,
+                                2.418446
+                            ],
+                            [
+                                1.944051,
+                                1.999753,
+                                2.069711,
+                                2.271695,
+                                2.368746,
+                                2.465365
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.226741,
+                                0.299295,
+                                0.406284,
+                                0.785469,
+                                0.98279,
+                                1.181855
+                            ],
+                            [
+                                0.227352,
+                                0.299138,
+                                0.406858,
+                                0.78641,
+                                0.982439,
+                                1.182264
+                            ],
+                            [
+                                0.224178,
+                                0.298304,
+                                0.40594,
+                                0.78479,
+                                0.981837,
+                                1.18286
+                            ]
+                        ]
+                    },
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                1.488977,
+                                1.536702,
+                                1.594803,
+                                1.755577,
+                                1.828872,
+                                1.900986
+                            ],
+                            [
+                                1.620274,
+                                1.667129,
+                                1.725221,
+                                1.885988,
+                                1.959328,
+                                2.031489
+                            ],
+                            [
+                                1.769066,
+                                1.816722,
+                                1.87501,
+                                2.035897,
+                                2.108951,
+                                2.180928
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.115393,
+                                0.175394,
+                                0.258684,
+                                0.517372,
+                                0.650116,
+                                0.782616
+                            ],
+                            [
+                                0.115528,
+                                0.175084,
+                                0.25916,
+                                0.518012,
+                                0.650371,
+                                0.783212
+                            ],
+                            [
+                                0.114213,
+                                0.175877,
+                                0.258546,
+                                0.518561,
+                                0.650095,
+                                0.782771
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "PAD",
+                    "timing_type": "combinational",
+                    "timing_sense": "positive_unate",
+                    "when": "!CS&IE&!OE",
+                    "sdf_cond": "CS==1'b0&&IE==1'b1&&OE==1'b0",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                1.240722,
+                                1.296655,
+                                1.365536,
+                                1.567171,
+                                1.664959,
+                                1.761705
+                            ],
+                            [
+                                1.305615,
+                                1.361564,
+                                1.430548,
+                                1.632326,
+                                1.729669,
+                                1.827373
+                            ],
+                            [
+                                1.311457,
+                                1.367424,
+                                1.436268,
+                                1.638395,
+                                1.735429,
+                                1.832489
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.223649,
+                                0.29363,
+                                0.404986,
+                                0.782733,
+                                0.981178,
+                                1.180357
+                            ],
+                            [
+                                0.22455,
+                                0.293967,
+                                0.403582,
+                                0.78413,
+                                0.98434,
+                                1.1815
+                            ],
+                            [
+                                0.224103,
+                                0.293847,
+                                0.404044,
+                                0.78734,
+                                0.982074,
+                                1.180508
+                            ]
+                        ]
+                    },
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                1.121841,
+                                1.169447,
+                                1.227749,
+                                1.388415,
+                                1.461818,
+                                1.533884
+                            ],
+                            [
+                                1.179637,
+                                1.227478,
+                                1.285431,
+                                1.445984,
+                                1.519508,
+                                1.591609
+                            ],
+                            [
+                                1.374893,
+                                1.422463,
+                                1.480636,
+                                1.641241,
+                                1.714892,
+                                1.786923
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.114848,
+                                0.176499,
+                                0.257095,
+                                0.518008,
+                                0.649002,
+                                0.780845
+                            ],
+                            [
+                                0.114086,
+                                0.17591,
+                                0.257203,
+                                0.518043,
+                                0.649421,
+                                0.781141
+                            ],
+                            [
+                                0.114317,
+                                0.174721,
+                                0.256898,
+                                0.518966,
+                                0.649477,
+                                0.781547
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "PAD",
+                    "timing_type": "combinational",
+                    "timing_sense": "positive_unate",
+                    "when": "CS&IE&!OE",
+                    "sdf_cond": "CS==1'b1&&IE==1'b1&&OE==1'b0",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                1.348199,
+                                1.40391,
+                                1.473096,
+                                1.675819,
+                                1.772532,
+                                1.869696
+                            ],
+                            [
+                                1.453368,
+                                1.509431,
+                                1.578466,
+                                1.780513,
+                                1.877667,
+                                1.974443
+                            ],
+                            [
+                                1.524936,
+                                1.580847,
+                                1.649484,
+                                1.852862,
+                                1.949475,
+                                2.046297
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.223744,
+                                0.292819,
+                                0.403472,
+                                0.786657,
+                                0.981752,
+                                1.18534
+                            ],
+                            [
+                                0.223946,
+                                0.294036,
+                                0.403746,
+                                0.786442,
+                                0.982252,
+                                1.189007
+                            ],
+                            [
+                                0.223462,
+                                0.293647,
+                                0.404499,
+                                0.787641,
+                                0.981903,
+                                1.183814
+                            ]
+                        ]
+                    },
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                1.772359,
+                                1.820034,
+                                1.878838,
+                                2.03947,
+                                2.112735,
+                                2.184962
+                            ],
+                            [
+                                1.717525,
+                                1.764997,
+                                1.823485,
+                                1.98413,
+                                2.057563,
+                                2.129662
+                            ],
+                            [
+                                1.914175,
+                                1.961688,
+                                2.020135,
+                                2.180732,
+                                2.254113,
+                                2.326429
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.11642,
+                                0.176613,
+                                0.259172,
+                                0.519596,
+                                0.65025,
+                                0.782345
+                            ],
+                            [
+                                0.115882,
+                                0.176333,
+                                0.25894,
+                                0.520136,
+                                0.650254,
+                                0.782702
+                            ],
+                            [
+                                0.116532,
+                                0.176327,
+                                0.258866,
+                                0.521125,
+                                0.650474,
+                                0.782261
+                            ]
+                        ]
+                    }
+                }
+            ]
+        },
+        "pin DVDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin DVSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        }
+    }
+}
\ No newline at end of file
diff --git a/cells/bi_24t/gf180mcu_fd_io__bi_24t__ff_125C_5v50.lib b/cells/bi_24t/gf180mcu_fd_io__bi_24t__ff_125C_5v50.lib
new file mode 100644
index 0000000..8f18cc2
--- /dev/null
+++ b/cells/bi_24t/gf180mcu_fd_io__bi_24t__ff_125C_5v50.lib
@@ -0,0 +1,811 @@
+/*
+ * Copyright 2022 GlobalFoundries PDK Authors
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+	cell ("gf180mcu_fd_io__bi_24t") {
+		scaling_factors : "gf_factors";
+		area : 26250.000000;
+		pad_cell : true;
+		dont_use : true;
+		dont_touch : true;
+		cell_leakage_power : 1.557780e-01;
+		leakage_power () {
+			when : "!CS !SL !IE !OE !PU !PD !A !PAD";
+			value : "0.155778";
+		}
+		pin ("CS") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.023491;
+			rise_capacitance_range(0.022876,0.023945);
+			capacitance : 0.023230;
+			fall_capacitance : 0.022970;
+			fall_capacitance_range(0.022294,0.024072);
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("2.049669, 4.053040, 4.333938");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("2.387020, 3.614469, 3.986383");
+				}
+			}
+		}
+		pin ("SL") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.032188;
+			rise_capacitance_range(0.031877,0.032403);
+			capacitance : 0.032031;
+			fall_capacitance : 0.031874;
+			fall_capacitance_range(0.031277,0.032560);
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("1.296528, 4.250122, 4.474556");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("1.884133, 4.378234, 4.693906");
+				}
+			}
+		}
+		pin ("IE") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.015294;
+			rise_capacitance_range(0.014483,0.015850);
+			capacitance : 0.014967;
+			fall_capacitance : 0.014639;
+			fall_capacitance_range(0.013911,0.015632);
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("1.703529, 2.494901, 2.753800");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("1.682084, 2.361677, 2.668782");
+				}
+			}
+		}
+		pin ("OE") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.095356;
+			rise_capacitance_range(0.087654,0.100306);
+			capacitance : 0.094890;
+			fall_capacitance : 0.092560;
+			fall_capacitance_range(0.089278,0.095583);
+		}
+		pin ("PU") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.086860;
+			rise_capacitance_range(0.069063,0.099650);
+			capacitance : 0.087376;
+			fall_capacitance : 0.087892;
+			fall_capacitance_range(0.064730,0.103103);
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("-0.369058, 1.143671, 1.593133");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("3.157205, 4.709738, 5.535324");
+				}
+			}
+		}
+		pin ("PD") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.049473;
+			rise_capacitance_range(0.046882,0.052440);
+			capacitance : 0.050381;
+			fall_capacitance : 0.051288;
+			fall_capacitance_range(0.049287,0.052486);
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("0.588362, 2.877478, 3.207546");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("3.033440, 4.260394, 4.836251");
+				}
+			}
+		}
+		pin ("A") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.037922;
+			rise_capacitance_range(0.036072,0.038988);
+			capacitance : 0.037955;
+			fall_capacitance : 0.037987;
+			fall_capacitance_range(0.036791,0.038899);
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("-0.356927, -0.335778, -0.349379");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("0.425006, 0.445399, 0.415053");
+				}
+			}
+		}
+		pin ("PAD") {
+			drive_current : 24000.000000;
+			is_pad : true;
+			function : "((A))";
+			three_state : "((!OE))";
+			direction : "inout";
+			max_transition : 1.000000;
+			max_capacitance : 50.000000;
+			input_signal_level : "DVDD";
+			output_signal_level : "DVDD";
+			capacitance : 3.359781;
+			internal_power () {
+				related_pin : "A";
+				when : "!IE&OE&!SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 10, 20, 30, 40, 50");
+					values("156.500127, 158.222427, 159.188827, 157.409027, 156.123327, 154.354727", \
+					  "155.979978, 159.701978, 159.598678, 157.436978, 156.181478, 154.169578", \
+					  "156.784079, 158.126679, 159.412079, 157.954479, 156.523879, 154.919979");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 10, 20, 30, 40, 50");
+					values("163.844494, 171.116594, 173.961094, 172.682794, 175.702494, 175.054594", \
+					  "164.138601, 171.292601, 174.128101, 172.908701, 176.124701, 175.193601", \
+					  "163.987447, 171.664547, 172.929347, 174.412847, 174.843647, 176.091747");
+				}
+			}
+			internal_power () {
+				related_pin : "A";
+				when : "!IE&OE&SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 10, 20, 30, 40, 50");
+					values("131.882827, 148.194127, 154.340527, 153.629827, 152.820827, 150.660427", \
+					  "131.834778, 148.954878, 154.857478, 154.475878, 153.058278, 149.463978", \
+					  "132.195779, 148.989479, 151.544979, 152.566879, 152.153779, 151.534479");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 10, 20, 30, 40, 50");
+					values("150.047894, 159.640894, 165.785194, 168.913194, 164.862694, 168.202794", \
+					  "149.897101, 159.507201, 166.676601, 168.401501, 164.463901, 168.425101", \
+					  "149.965547, 160.796547, 164.593947, 166.427347, 166.892447, 166.322147");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "A&!IE&!SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 10, 20, 30, 40, 50");
+					values("143.762769, 142.772169, 142.604569, 140.873569, 138.826469, 136.235469", \
+					  "93.358170, 93.595070, 92.737870, 89.629270, 88.573270, 86.116570", \
+					  "90.868040, 91.703340, 90.123340, 88.056340, 86.249440, 84.605040");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 10, 20, 30, 40, 50");
+					values("31.793966, 38.945956, 41.688266, 43.192586, 44.126006, 44.775716", \
+					  "5.713790, 13.898480, 17.702550, 19.861560, 21.211050, 22.021420", \
+					  "5.722360, 15.024740, 18.594740, 19.200100, 19.865600, 19.822680");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "A&!IE&SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 10, 20, 30, 40, 50");
+					values("119.262069, 133.584369, 135.574269, 135.642869, 134.195069, 132.976469", \
+					  "69.015070, 82.989370, 87.759570, 85.974170, 84.754370, 82.400270", \
+					  "67.221140, 81.401940, 85.940340, 83.966640, 82.577140, 81.028440");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 10, 20, 30, 40, 50");
+					values("31.840316, 38.921096, 41.757616, 43.361416, 44.295556, 44.869776", \
+					  "5.916920, 14.480040, 16.783540, 19.522130, 20.461920, 21.124810", \
+					  "5.941650, 14.485630, 17.928100, 19.500110, 20.697250, 21.421100");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "!A&!IE&!SL";
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 10, 20, 30, 40, 50");
+					values("113.049769, 118.883969, 119.448169, 119.614469, 119.709069, 119.692669", \
+					  "64.699970, 70.737770, 71.472370, 70.811870, 71.840070, 71.653670", \
+					  "63.843840, 69.877440, 70.449140, 70.563240, 70.683140, 70.842740");
+				}
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 10, 20, 30, 40, 50");
+					values("28.838556, -274.451034, -577.212734, -879.848834, -1182.430334, -1484.986334", \
+					  "0.013610, -303.117150, -605.900850, -908.571950, -1211.175950, -1513.746950", \
+					  "-0.035920, -304.761100, -606.802800, -908.483000, -1210.688800, -1513.021800");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "!A&!IE&SL";
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 10, 20, 30, 40, 50");
+					values("101.267869, 107.079769, 110.431969, 113.005369, 113.665069, 113.453869", \
+					  "52.659370, 58.656570, 62.110570, 64.600470, 65.462270, 65.352070", \
+					  "51.857540, 57.806640, 61.390040, 63.516340, 64.589540, 65.301240");
+				}
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 10, 20, 30, 40, 50");
+					values("28.900136, -274.387834, -577.155334, -879.793434, -1182.378334, -1484.935334", \
+					  "0.537230, -302.481850, -605.226950, -907.869850, -1210.460950, -1513.022950", \
+					  "0.232780, -303.198100, -606.112700, -908.830600, -1211.454800, -1514.031800");
+				}
+			}
+			internal_power () {
+				related_pin : "A";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 10, 20, 30, 40, 50");
+					values("288.382954, 306.416554, 313.529354, 311.038854, 308.944154, 305.015154", \
+					  "287.814756, 308.656856, 314.456156, 311.912856, 309.239756, 303.633556", \
+					  "288.979858, 307.116158, 310.957058, 310.521358, 308.677658, 306.454458");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 10, 20, 30, 40, 50");
+					values("313.892388, 330.757488, 339.746288, 341.595988, 340.565188, 343.257388", \
+					  "314.035702, 330.799802, 340.804702, 341.310202, 340.588602, 343.618702", \
+					  "313.952994, 332.461094, 337.523294, 340.840194, 341.736094, 342.413894");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 10, 20, 30, 40, 50");
+					values("160.381765, -136.241165, -438.094615, -741.562915, -1045.893565, -1350.354865", \
+					  "81.462040, -214.507280, -515.315180, -820.419180, -1124.154630, -1429.126530", \
+					  "79.143020, -217.426960, -518.425910, -822.645310, -1126.658510, -1430.710060");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 10, 20, 30, 40, 50");
+					values("138.975960, 151.915395, 156.663010, 159.586920, 160.897850, 161.396015", \
+					  "64.495025, 78.886430, 84.034515, 87.398015, 89.487655, 90.075985", \
+					  "63.682695, 78.597225, 84.181010, 86.389895, 87.917765, 88.693880");
+				}
+			}
+			timing () {
+				related_pin : "A";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				when : "!IE&OE&!SL";
+				sdf_cond : "IE==1'b0&&OE==1'b1&&SL==1'b0";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.359781, 13.359781, 23.359781, 33.359781, 43.359781, 53.359781");
+					values("1.766164, 2.083804, 2.304520, 2.511726, 2.716813, 2.920315", \
+					  "1.804842, 2.121897, 2.343452, 2.550958, 2.754113, 2.957774", \
+					  "1.808030, 2.125756, 2.346420, 2.553546, 2.758793, 2.962257");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.359781, 13.359781, 23.359781, 33.359781, 43.359781, 53.359781");
+					values("0.455673, 0.803568, 1.192048, 1.604991, 2.024166, 2.450494", \
+					  "0.454387, 0.805291, 1.192671, 1.603541, 2.025971, 2.456467", \
+					  "0.455417, 0.803459, 1.191825, 1.605405, 2.021409, 2.453939");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.359781, 13.359781, 23.359781, 33.359781, 43.359781, 53.359781");
+					values("1.816904, 2.120305, 2.356320, 2.579439, 2.797998, 3.014816", \
+					  "1.954191, 2.257601, 2.493605, 2.716722, 2.935308, 3.152141", \
+					  "2.106932, 2.410290, 2.646236, 2.869329, 3.088211, 3.305542");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.359781, 13.359781, 23.359781, 33.359781, 43.359781, 53.359781");
+					values("0.306797, 0.711652, 1.103313, 1.504765, 1.916351, 2.323035", \
+					  "0.306810, 0.711645, 1.103233, 1.504477, 1.916528, 2.323731", \
+					  "0.307197, 0.711980, 1.102491, 1.505736, 1.913938, 2.329119");
+				}
+			}
+			timing () {
+				related_pin : "A";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				when : "!IE&OE&SL";
+				sdf_cond : "IE==1'b0&&OE==1'b1&&SL==1'b1";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.359781, 13.359781, 23.359781, 33.359781, 43.359781, 53.359781");
+					values("1.705066, 2.330031, 2.796567, 3.153535, 3.453962, 3.720440", \
+					  "1.744309, 2.369028, 2.835652, 3.192569, 3.492884, 3.759983", \
+					  "1.747301, 2.372280, 2.838783, 3.196138, 3.495155, 3.761510");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.359781, 13.359781, 23.359781, 33.359781, 43.359781, 53.359781");
+					values("0.562179, 1.459146, 2.004591, 2.451978, 2.856834, 3.252411", \
+					  "0.562463, 1.458854, 2.004909, 2.451972, 2.857284, 3.251738", \
+					  "0.562705, 1.458425, 2.005411, 2.450128, 2.856984, 3.246262");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.359781, 13.359781, 23.359781, 33.359781, 43.359781, 53.359781");
+					values("1.803384, 2.253791, 2.651586, 3.003894, 3.322579, 3.617526", \
+					  "1.940584, 2.390983, 2.788768, 3.141081, 3.459768, 3.754685", \
+					  "2.094543, 2.544761, 2.942325, 3.295937, 3.614917, 3.908964");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.359781, 13.359781, 23.359781, 33.359781, 43.359781, 53.359781");
+					values("0.353021, 1.093895, 1.674365, 2.168538, 2.624808, 3.057540", \
+					  "0.352974, 1.094295, 1.674405, 2.168619, 2.624855, 3.057620", \
+					  "0.352643, 1.095565, 1.673237, 2.167777, 2.626902, 3.057531");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "A&!IE&!SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&SL==1'b0";
+				timing_type : "three_state_enable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.359781, 13.359781, 23.359781, 33.359781, 43.359781, 53.359781");
+					values("1.520750, 1.840875, 2.061242, 2.268138, 2.472391, 2.674690", \
+					  "1.533255, 1.853854, 2.075125, 2.281995, 2.486138, 2.689533", \
+					  "1.520027, 1.841036, 2.062335, 2.268944, 2.473496, 2.676201");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.359781, 13.359781, 23.359781, 33.359781, 43.359781, 53.359781");
+					values("0.470297, 0.818838, 1.199791, 1.605431, 2.029340, 2.457178", \
+					  "0.468985, 0.820379, 1.202502, 1.611001, 2.027069, 2.454929", \
+					  "0.467500, 0.820794, 1.202135, 1.609450, 2.031086, 2.455740");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "A&!IE&SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&SL==1'b1";
+				timing_type : "three_state_enable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.359781, 13.359781, 23.359781, 33.359781, 43.359781, 53.359781");
+					values("1.464988, 2.081559, 2.547339, 2.906325, 3.205857, 3.472135", \
+					  "1.478797, 2.094981, 2.560967, 2.918574, 3.218626, 3.486051", \
+					  "1.467121, 2.083038, 2.548338, 2.906375, 3.206300, 3.473239");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.359781, 13.359781, 23.359781, 33.359781, 43.359781, 53.359781");
+					values("0.570762, 1.462215, 2.014575, 2.461767, 2.866710, 3.256625", \
+					  "0.572700, 1.462403, 2.012555, 2.460087, 2.870939, 3.260897", \
+					  "0.574490, 1.459735, 2.010922, 2.459686, 2.868751, 3.257312");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "!A&!IE&!SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&SL==1'b0";
+				timing_type : "three_state_enable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.359781, 13.359781, 23.359781, 33.359781, 43.359781, 53.359781");
+					values("1.083427, 1.395487, 1.631840, 1.854460, 2.072845, 2.289784", \
+					  "1.121671, 1.434060, 1.670331, 1.892764, 2.111377, 2.327777", \
+					  "1.126715, 1.438689, 1.674990, 1.897622, 2.116039, 2.332950");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.359781, 13.359781, 23.359781, 33.359781, 43.359781, 53.359781");
+					values("0.330951, 0.729758, 1.117987, 1.516073, 1.920767, 2.334663", \
+					  "0.330792, 0.731437, 1.119706, 1.516316, 1.923795, 2.331274", \
+					  "0.329987, 0.729459, 1.117745, 1.516594, 1.921556, 2.335169");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "!A&!IE&SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&SL==1'b1";
+				timing_type : "three_state_enable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.359781, 13.359781, 23.359781, 33.359781, 43.359781, 53.359781");
+					values("1.078358, 1.521217, 1.911680, 2.259849, 2.576073, 2.869625", \
+					  "1.116841, 1.559685, 1.950016, 2.298517, 2.614809, 2.908596", \
+					  "1.121407, 1.564314, 1.954819, 2.302998, 2.619035, 2.911887");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.359781, 13.359781, 23.359781, 33.359781, 43.359781, 53.359781");
+					values("0.375606, 1.090709, 1.661607, 2.156403, 2.612388, 3.045275", \
+					  "0.376203, 1.091302, 1.662165, 2.158630, 2.612257, 3.047913", \
+					  "0.377109, 1.091425, 1.663667, 2.160068, 2.613522, 3.044216");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "!A&!IE&!SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&SL==1'b0";
+				timing_type : "three_state_disable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.359781, 13.359781, 23.359781, 33.359781, 43.359781, 53.359781");
+					values("0.903942, 0.903943, 0.903944, 0.903945, 0.903946, 0.903947", \
+					  "1.039122, 1.039123, 1.039124, 1.039125, 1.039126, 1.039127", \
+					  "1.194552, 1.195238, 1.195239, 1.195240, 1.195241, 1.195242");
+				}
+				rise_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "!A&!IE&SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&SL==1'b1";
+				timing_type : "three_state_disable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.359781, 13.359781, 23.359781, 33.359781, 43.359781, 53.359781");
+					values("0.890743, 0.890744, 0.890745, 0.890746, 0.890747, 0.890748", \
+					  "1.026284, 1.026285, 1.026286, 1.026287, 1.026288, 1.026289", \
+					  "1.182842, 1.182843, 1.182844, 1.182845, 1.182846, 1.182847");
+				}
+				rise_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "A&!IE&!SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&SL==1'b0";
+				timing_type : "three_state_disable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.359781, 13.359781, 23.359781, 33.359781, 43.359781, 53.359781");
+					values("1.138189, 1.138190, 1.138191, 1.138192, 1.138193, 1.138194", \
+					  "1.278145, 1.278146, 1.278147, 1.278148, 1.278149, 1.278150", \
+					  "1.440185, 1.440186, 1.440187, 1.440188, 1.440189, 1.440190");
+				}
+				fall_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "A&!IE&SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&SL==1'b1";
+				timing_type : "three_state_disable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.359781, 13.359781, 23.359781, 33.359781, 43.359781, 53.359781");
+					values("1.142798, 1.142799, 1.142800, 1.142801, 1.142802, 1.142803", \
+					  "1.281503, 1.281504, 1.281505, 1.281506, 1.281507, 1.281508", \
+					  "1.441185, 1.441186, 1.441187, 1.441188, 1.441189, 1.441190");
+				}
+				fall_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("-67.275780, -67.542550, -67.679920");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("67.508890, 68.629770, 67.645100");
+				}
+			}
+		}
+		pin ("Y") {
+			function : "((IE*PAD))";
+			direction : "output";
+			max_capacitance : 0.500000;
+			output_signal_level : "VDD";
+			internal_power () {
+				related_pin : "IE";
+				when : "!CS&!OE&PAD";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("6.112955, 6.062452, 5.846013, 5.592402, 5.442389, 5.355712", \
+					  "5.533795, 5.295231, 5.161788, 4.799702, 4.825630, 4.713570", \
+					  "5.507994, 5.326292, 5.403880, 4.782998, 4.875780, 4.705647");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("6.920416, 6.857987, 6.842293, 6.936178, 6.899858, 7.329243", \
+					  "6.309164, 6.202240, 6.368876, 6.265963, 6.147249, 6.574666", \
+					  "6.418351, 6.338244, 6.245384, 6.588813, 6.096323, 6.936412");
+				}
+			}
+			internal_power () {
+				related_pin : "IE";
+				when : "CS&!OE&PAD";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("6.916073, 6.733015, 6.553599, 6.371612, 6.314652, 6.111767", \
+					  "6.233475, 6.079374, 5.899374, 5.765027, 5.565799, 5.514109", \
+					  "6.268792, 6.062269, 5.890439, 5.833443, 5.606963, 5.464167");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("7.182675, 7.345109, 7.273753, 7.818349, 7.948455, 7.894771", \
+					  "6.681417, 6.885044, 6.729692, 7.366164, 7.436064, 7.318502", \
+					  "6.686626, 6.871509, 7.041110, 7.351488, 7.102208, 7.286806");
+				}
+			}
+			internal_power () {
+				related_pin : "PAD";
+				when : "!CS&IE&!OE";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("4.494870, 4.286870, 4.112650, 3.780680, 3.696110, 3.627300", \
+					  "5.000680, 4.789480, 4.601020, 4.271550, 4.181780, 4.094750", \
+					  "5.374660, 5.118920, 4.878180, 4.650230, 4.555650, 4.421730");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("4.454650, 4.434640, 4.526210, 4.706920, 4.752040, 4.792320", \
+					  "4.371180, 4.363360, 4.442690, 4.626850, 4.671190, 4.706940", \
+					  "4.579070, 4.571140, 4.652930, 4.833710, 4.880120, 4.914660");
+				}
+			}
+			internal_power () {
+				related_pin : "PAD";
+				when : "CS&IE&!OE";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("4.552870, 4.343850, 4.154600, 3.841290, 3.743110, 3.628780", \
+					  "6.125750, 5.921190, 5.726530, 5.419470, 5.324080, 5.252050", \
+					  "6.837140, 6.626830, 6.436020, 6.115960, 6.019880, 5.937610");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("6.180780, 6.204970, 6.371780, 6.828010, 6.975980, 7.083010", \
+					  "5.142320, 5.157300, 5.341610, 5.797260, 5.946400, 6.062870", \
+					  "6.449970, 6.457100, 6.647070, 7.101510, 7.245140, 7.350080");
+				}
+			}
+			internal_power () {
+				related_pin : "IE";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("6.514514, 6.397734, 6.199806, 5.982007, 5.878521, 5.733740", \
+					  "5.883635, 5.687302, 5.530581, 5.282364, 5.195715, 5.113840", \
+					  "5.888393, 5.694280, 5.647159, 5.308221, 5.241371, 5.084907");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("7.051545, 7.101548, 7.058023, 7.377263, 7.424157, 7.612007", \
+					  "6.495290, 6.543642, 6.549284, 6.816064, 6.791657, 6.946584", \
+					  "6.552489, 6.604876, 6.643247, 6.970150, 6.599265, 7.111609");
+				}
+			}
+			internal_power () {
+				related_pin : "PAD";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("4.523870, 4.315360, 4.133625, 3.810985, 3.719610, 3.628040", \
+					  "5.563215, 5.355335, 5.163775, 4.845510, 4.752930, 4.673400", \
+					  "6.105900, 5.872875, 5.657100, 5.383095, 5.287765, 5.179670");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("5.317715, 5.319805, 5.448995, 5.767465, 5.864010, 5.937665", \
+					  "4.756750, 4.760330, 4.892150, 5.212055, 5.308795, 5.384905", \
+					  "5.514520, 5.514120, 5.650000, 5.967610, 6.062630, 6.132370");
+				}
+			}
+			timing () {
+				related_pin : "IE";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				when : "!CS&!OE&PAD";
+				sdf_cond : "CS==1'b0&&OE==1'b0&&PAD==1'b1";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("1.280581, 1.321067, 1.369888, 1.510750, 1.577982, 1.645109", \
+					  "1.342959, 1.383675, 1.432797, 1.573333, 1.640642, 1.707841", \
+					  "1.375893, 1.416642, 1.465819, 1.606124, 1.673600, 1.740936");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.192903, 0.231524, 0.306803, 0.570518, 0.707657, 0.846696", \
+					  "0.186336, 0.234834, 0.305690, 0.569696, 0.708339, 0.847798", \
+					  "0.186397, 0.233913, 0.305870, 0.570761, 0.706801, 0.848901");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("1.013342, 1.049760, 1.094855, 1.224030, 1.284065, 1.343811", \
+					  "1.139583, 1.176037, 1.221154, 1.350086, 1.410453, 1.470085", \
+					  "1.271504, 1.308017, 1.353133, 1.482095, 1.542423, 1.602096");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.090710, 0.137339, 0.203800, 0.419047, 0.529820, 0.640506", \
+					  "0.089814, 0.138173, 0.203551, 0.419406, 0.527874, 0.640136", \
+					  "0.090360, 0.138409, 0.203534, 0.418260, 0.529648, 0.638216");
+				}
+			}
+			timing () {
+				related_pin : "IE";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				when : "CS&!OE&PAD";
+				sdf_cond : "CS==1'b1&&OE==1'b0&&PAD==1'b1";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("1.349579, 1.390670, 1.438814, 1.579662, 1.646898, 1.714029", \
+					  "1.412774, 1.453159, 1.501931, 1.642789, 1.710033, 1.777151", \
+					  "1.445426, 1.485878, 1.534613, 1.675604, 1.742882, 1.810047");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.187903, 0.233981, 0.306499, 0.570306, 0.708125, 0.846522", \
+					  "0.191662, 0.231369, 0.306434, 0.570108, 0.706945, 0.847668", \
+					  "0.190805, 0.230972, 0.306027, 0.570114, 0.707153, 0.846898");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("1.055868, 1.092379, 1.137284, 1.266083, 1.326516, 1.386250", \
+					  "1.181986, 1.218414, 1.263358, 1.392184, 1.452590, 1.512335", \
+					  "1.313788, 1.350189, 1.395321, 1.524210, 1.584578, 1.644164");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.090799, 0.138458, 0.203670, 0.419851, 0.529062, 0.639228", \
+					  "0.090641, 0.138648, 0.203804, 0.419886, 0.528693, 0.639151", \
+					  "0.090699, 0.138169, 0.204507, 0.420082, 0.529907, 0.640360");
+				}
+			}
+			timing () {
+				related_pin : "PAD";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				when : "!CS&IE&!OE";
+				sdf_cond : "CS==1'b0&&IE==1'b1&&OE==1'b0";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.922713, 0.963340, 1.012262, 1.152373, 1.219596, 1.286912", \
+					  "0.954916, 0.995058, 1.043716, 1.183849, 1.251490, 1.319442", \
+					  "0.919914, 0.960552, 1.008646, 1.148790, 1.216181, 1.284248");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.186420, 0.230629, 0.304416, 0.568639, 0.708324, 0.850501", \
+					  "0.186404, 0.230870, 0.303056, 0.570065, 0.707329, 0.849461", \
+					  "0.186972, 0.230299, 0.303710, 0.568916, 0.707562, 0.848105");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.739461, 0.776049, 0.820881, 0.950112, 1.010103, 1.069739", \
+					  "0.861286, 0.897732, 0.942861, 1.071373, 1.131999, 1.191727", \
+					  "1.079913, 1.116290, 1.161297, 1.290055, 1.350431, 1.410254");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.090578, 0.138458, 0.202647, 0.418931, 0.528091, 0.638414", \
+					  "0.090193, 0.138247, 0.203951, 0.419584, 0.529398, 0.638921", \
+					  "0.091398, 0.138104, 0.203287, 0.419688, 0.529517, 0.638779");
+				}
+			}
+			timing () {
+				related_pin : "PAD";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				when : "CS&IE&!OE";
+				sdf_cond : "CS==1'b1&&IE==1'b1&&OE==1'b0";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("1.016249, 1.056140, 1.104640, 1.245232, 1.312738, 1.380132", \
+					  "1.094189, 1.135033, 1.183381, 1.323427, 1.390778, 1.458115", \
+					  "1.118186, 1.158533, 1.207016, 1.347844, 1.415473, 1.482506");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.186942, 0.230392, 0.303540, 0.569203, 0.709823, 0.847059", \
+					  "0.186351, 0.230061, 0.303056, 0.568606, 0.707425, 0.848190", \
+					  "0.186711, 0.230464, 0.303393, 0.569554, 0.707594, 0.848631");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("1.115312, 1.151738, 1.196280, 1.325291, 1.385326, 1.445267", \
+					  "1.194702, 1.231091, 1.275594, 1.403992, 1.464778, 1.524511", \
+					  "1.432796, 1.469150, 1.513969, 1.642509, 1.702977, 1.762095");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.093137, 0.140370, 0.204737, 0.422063, 0.529845, 0.640286", \
+					  "0.093378, 0.140460, 0.205502, 0.420898, 0.529652, 0.640008", \
+					  "0.092726, 0.140434, 0.204669, 0.420871, 0.530587, 0.639652");
+				}
+			}
+		}
+		pin ("DVDD") {
+			direction : "inout";
+			capacitance : 0;
+		}
+		pin ("DVSS") {
+			direction : "inout";
+			capacitance : 0;
+		}
+		pin ("VDD") {
+			direction : "inout";
+			capacitance : 0;
+		}
+		pin ("VSS") {
+			direction : "inout";
+			capacitance : 0;
+		}
+	}
diff --git a/cells/bi_24t/gf180mcu_fd_io__bi_24t__ff_125C_5v50.lib.json b/cells/bi_24t/gf180mcu_fd_io__bi_24t__ff_125C_5v50.lib.json
new file mode 100644
index 0000000..cd5f742
--- /dev/null
+++ b/cells/bi_24t/gf180mcu_fd_io__bi_24t__ff_125C_5v50.lib.json
@@ -0,0 +1,3102 @@
+{
+    "cell gf180mcu_fd_io__bi_24t": {
+        "scaling_factors": "gf_factors",
+        "area": "26250.000000",
+        "pad_cell": "true",
+        "dont_use": "true",
+        "dont_touch": "true",
+        "cell_leakage_power": "1.557780e-01",
+        "leakage_power ": {
+            "when": "!CS !SL !IE !OE !PU !PD !A !PAD",
+            "value": "0.155778"
+        },
+        "pin CS": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.023491",
+            "comp_attribute rise_capacitance_range": "0.022876,0.023945",
+            "capacitance": "0.023230",
+            "fall_capacitance": "0.022970",
+            "comp_attribute fall_capacitance_range": "0.022294,0.024072",
+            "internal_power ": {
+                "rise_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        2.049669,
+                        4.05304,
+                        4.333938
+                    ]
+                },
+                "fall_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        2.38702,
+                        3.614469,
+                        3.986383
+                    ]
+                }
+            }
+        },
+        "pin SL": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.032188",
+            "comp_attribute rise_capacitance_range": "0.031877,0.032403",
+            "capacitance": "0.032031",
+            "fall_capacitance": "0.031874",
+            "comp_attribute fall_capacitance_range": "0.031277,0.032560",
+            "internal_power ": {
+                "rise_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        1.296528,
+                        4.250122,
+                        4.474556
+                    ]
+                },
+                "fall_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        1.884133,
+                        4.378234,
+                        4.693906
+                    ]
+                }
+            }
+        },
+        "pin IE": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.015294",
+            "comp_attribute rise_capacitance_range": "0.014483,0.015850",
+            "capacitance": "0.014967",
+            "fall_capacitance": "0.014639",
+            "comp_attribute fall_capacitance_range": "0.013911,0.015632",
+            "internal_power ": {
+                "rise_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        1.703529,
+                        2.494901,
+                        2.7538
+                    ]
+                },
+                "fall_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        1.682084,
+                        2.361677,
+                        2.668782
+                    ]
+                }
+            }
+        },
+        "pin OE": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.095356",
+            "comp_attribute rise_capacitance_range": "0.087654,0.100306",
+            "capacitance": "0.094890",
+            "fall_capacitance": "0.092560",
+            "comp_attribute fall_capacitance_range": "0.089278,0.095583"
+        },
+        "pin PU": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.086860",
+            "comp_attribute rise_capacitance_range": "0.069063,0.099650",
+            "capacitance": "0.087376",
+            "fall_capacitance": "0.087892",
+            "comp_attribute fall_capacitance_range": "0.064730,0.103103",
+            "internal_power ": {
+                "rise_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        -0.369058,
+                        1.143671,
+                        1.593133
+                    ]
+                },
+                "fall_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        3.157205,
+                        4.709738,
+                        5.535324
+                    ]
+                }
+            }
+        },
+        "pin PD": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.049473",
+            "comp_attribute rise_capacitance_range": "0.046882,0.052440",
+            "capacitance": "0.050381",
+            "fall_capacitance": "0.051288",
+            "comp_attribute fall_capacitance_range": "0.049287,0.052486",
+            "internal_power ": {
+                "rise_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        0.588362,
+                        2.877478,
+                        3.207546
+                    ]
+                },
+                "fall_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        3.03344,
+                        4.260394,
+                        4.836251
+                    ]
+                }
+            }
+        },
+        "pin A": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.037922",
+            "comp_attribute rise_capacitance_range": "0.036072,0.038988",
+            "capacitance": "0.037955",
+            "fall_capacitance": "0.037987",
+            "comp_attribute fall_capacitance_range": "0.036791,0.038899",
+            "internal_power ": {
+                "rise_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        -0.356927,
+                        -0.335778,
+                        -0.349379
+                    ]
+                },
+                "fall_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        0.425006,
+                        0.445399,
+                        0.415053
+                    ]
+                }
+            }
+        },
+        "pin PAD": {
+            "drive_current": "24000.000000",
+            "is_pad": "true",
+            "function": "((A))",
+            "three_state": "((!OE))",
+            "direction": "inout",
+            "max_transition": "1.000000",
+            "max_capacitance": "50.000000",
+            "input_signal_level": "DVDD",
+            "output_signal_level": "DVDD",
+            "capacitance": "3.359781",
+            "internal_power ": [
+                {
+                    "related_pin": "A",
+                    "when": "!IE&OE&!SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            10,
+                            20,
+                            30,
+                            40,
+                            50
+                        ],
+                        "values": [
+                            [
+                                156.500127,
+                                158.222427,
+                                159.188827,
+                                157.409027,
+                                156.123327,
+                                154.354727
+                            ],
+                            [
+                                155.979978,
+                                159.701978,
+                                159.598678,
+                                157.436978,
+                                156.181478,
+                                154.169578
+                            ],
+                            [
+                                156.784079,
+                                158.126679,
+                                159.412079,
+                                157.954479,
+                                156.523879,
+                                154.919979
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            10,
+                            20,
+                            30,
+                            40,
+                            50
+                        ],
+                        "values": [
+                            [
+                                163.844494,
+                                171.116594,
+                                173.961094,
+                                172.682794,
+                                175.702494,
+                                175.054594
+                            ],
+                            [
+                                164.138601,
+                                171.292601,
+                                174.128101,
+                                172.908701,
+                                176.124701,
+                                175.193601
+                            ],
+                            [
+                                163.987447,
+                                171.664547,
+                                172.929347,
+                                174.412847,
+                                174.843647,
+                                176.091747
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "A",
+                    "when": "!IE&OE&SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            10,
+                            20,
+                            30,
+                            40,
+                            50
+                        ],
+                        "values": [
+                            [
+                                131.882827,
+                                148.194127,
+                                154.340527,
+                                153.629827,
+                                152.820827,
+                                150.660427
+                            ],
+                            [
+                                131.834778,
+                                148.954878,
+                                154.857478,
+                                154.475878,
+                                153.058278,
+                                149.463978
+                            ],
+                            [
+                                132.195779,
+                                148.989479,
+                                151.544979,
+                                152.566879,
+                                152.153779,
+                                151.534479
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            10,
+                            20,
+                            30,
+                            40,
+                            50
+                        ],
+                        "values": [
+                            [
+                                150.047894,
+                                159.640894,
+                                165.785194,
+                                168.913194,
+                                164.862694,
+                                168.202794
+                            ],
+                            [
+                                149.897101,
+                                159.507201,
+                                166.676601,
+                                168.401501,
+                                164.463901,
+                                168.425101
+                            ],
+                            [
+                                149.965547,
+                                160.796547,
+                                164.593947,
+                                166.427347,
+                                166.892447,
+                                166.322147
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "A&!IE&!SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            10,
+                            20,
+                            30,
+                            40,
+                            50
+                        ],
+                        "values": [
+                            [
+                                143.762769,
+                                142.772169,
+                                142.604569,
+                                140.873569,
+                                138.826469,
+                                136.235469
+                            ],
+                            [
+                                93.35817,
+                                93.59507,
+                                92.73787,
+                                89.62927,
+                                88.57327,
+                                86.11657
+                            ],
+                            [
+                                90.86804,
+                                91.70334,
+                                90.12334,
+                                88.05634,
+                                86.24944,
+                                84.60504
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            10,
+                            20,
+                            30,
+                            40,
+                            50
+                        ],
+                        "values": [
+                            [
+                                31.793966,
+                                38.945956,
+                                41.688266,
+                                43.192586,
+                                44.126006,
+                                44.775716
+                            ],
+                            [
+                                5.71379,
+                                13.89848,
+                                17.70255,
+                                19.86156,
+                                21.21105,
+                                22.02142
+                            ],
+                            [
+                                5.72236,
+                                15.02474,
+                                18.59474,
+                                19.2001,
+                                19.8656,
+                                19.82268
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "A&!IE&SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            10,
+                            20,
+                            30,
+                            40,
+                            50
+                        ],
+                        "values": [
+                            [
+                                119.262069,
+                                133.584369,
+                                135.574269,
+                                135.642869,
+                                134.195069,
+                                132.976469
+                            ],
+                            [
+                                69.01507,
+                                82.98937,
+                                87.75957,
+                                85.97417,
+                                84.75437,
+                                82.40027
+                            ],
+                            [
+                                67.22114,
+                                81.40194,
+                                85.94034,
+                                83.96664,
+                                82.57714,
+                                81.02844
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            10,
+                            20,
+                            30,
+                            40,
+                            50
+                        ],
+                        "values": [
+                            [
+                                31.840316,
+                                38.921096,
+                                41.757616,
+                                43.361416,
+                                44.295556,
+                                44.869776
+                            ],
+                            [
+                                5.91692,
+                                14.48004,
+                                16.78354,
+                                19.52213,
+                                20.46192,
+                                21.12481
+                            ],
+                            [
+                                5.94165,
+                                14.48563,
+                                17.9281,
+                                19.50011,
+                                20.69725,
+                                21.4211
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "!A&!IE&!SL",
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            10,
+                            20,
+                            30,
+                            40,
+                            50
+                        ],
+                        "values": [
+                            [
+                                113.049769,
+                                118.883969,
+                                119.448169,
+                                119.614469,
+                                119.709069,
+                                119.692669
+                            ],
+                            [
+                                64.69997,
+                                70.73777,
+                                71.47237,
+                                70.81187,
+                                71.84007,
+                                71.65367
+                            ],
+                            [
+                                63.84384,
+                                69.87744,
+                                70.44914,
+                                70.56324,
+                                70.68314,
+                                70.84274
+                            ]
+                        ]
+                    },
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            10,
+                            20,
+                            30,
+                            40,
+                            50
+                        ],
+                        "values": [
+                            [
+                                28.838556,
+                                -274.451034,
+                                -577.212734,
+                                -879.848834,
+                                -1182.430334,
+                                -1484.986334
+                            ],
+                            [
+                                0.01361,
+                                -303.11715,
+                                -605.90085,
+                                -908.57195,
+                                -1211.17595,
+                                -1513.74695
+                            ],
+                            [
+                                -0.03592,
+                                -304.7611,
+                                -606.8028,
+                                -908.483,
+                                -1210.6888,
+                                -1513.0218
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "!A&!IE&SL",
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            10,
+                            20,
+                            30,
+                            40,
+                            50
+                        ],
+                        "values": [
+                            [
+                                101.267869,
+                                107.079769,
+                                110.431969,
+                                113.005369,
+                                113.665069,
+                                113.453869
+                            ],
+                            [
+                                52.65937,
+                                58.65657,
+                                62.11057,
+                                64.60047,
+                                65.46227,
+                                65.35207
+                            ],
+                            [
+                                51.85754,
+                                57.80664,
+                                61.39004,
+                                63.51634,
+                                64.58954,
+                                65.30124
+                            ]
+                        ]
+                    },
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            10,
+                            20,
+                            30,
+                            40,
+                            50
+                        ],
+                        "values": [
+                            [
+                                28.900136,
+                                -274.387834,
+                                -577.155334,
+                                -879.793434,
+                                -1182.378334,
+                                -1484.935334
+                            ],
+                            [
+                                0.53723,
+                                -302.48185,
+                                -605.22695,
+                                -907.86985,
+                                -1210.46095,
+                                -1513.02295
+                            ],
+                            [
+                                0.23278,
+                                -303.1981,
+                                -606.1127,
+                                -908.8306,
+                                -1211.4548,
+                                -1514.0318
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "A",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            10,
+                            20,
+                            30,
+                            40,
+                            50
+                        ],
+                        "values": [
+                            [
+                                288.382954,
+                                306.416554,
+                                313.529354,
+                                311.038854,
+                                308.944154,
+                                305.015154
+                            ],
+                            [
+                                287.814756,
+                                308.656856,
+                                314.456156,
+                                311.912856,
+                                309.239756,
+                                303.633556
+                            ],
+                            [
+                                288.979858,
+                                307.116158,
+                                310.957058,
+                                310.521358,
+                                308.677658,
+                                306.454458
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            10,
+                            20,
+                            30,
+                            40,
+                            50
+                        ],
+                        "values": [
+                            [
+                                313.892388,
+                                330.757488,
+                                339.746288,
+                                341.595988,
+                                340.565188,
+                                343.257388
+                            ],
+                            [
+                                314.035702,
+                                330.799802,
+                                340.804702,
+                                341.310202,
+                                340.588602,
+                                343.618702
+                            ],
+                            [
+                                313.952994,
+                                332.461094,
+                                337.523294,
+                                340.840194,
+                                341.736094,
+                                342.413894
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            10,
+                            20,
+                            30,
+                            40,
+                            50
+                        ],
+                        "values": [
+                            [
+                                160.381765,
+                                -136.241165,
+                                -438.094615,
+                                -741.562915,
+                                -1045.893565,
+                                -1350.354865
+                            ],
+                            [
+                                81.46204,
+                                -214.50728,
+                                -515.31518,
+                                -820.41918,
+                                -1124.15463,
+                                -1429.12653
+                            ],
+                            [
+                                79.14302,
+                                -217.42696,
+                                -518.42591,
+                                -822.64531,
+                                -1126.65851,
+                                -1430.71006
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            10,
+                            20,
+                            30,
+                            40,
+                            50
+                        ],
+                        "values": [
+                            [
+                                138.97596,
+                                151.915395,
+                                156.66301,
+                                159.58692,
+                                160.89785,
+                                161.396015
+                            ],
+                            [
+                                64.495025,
+                                78.88643,
+                                84.034515,
+                                87.398015,
+                                89.487655,
+                                90.075985
+                            ],
+                            [
+                                63.682695,
+                                78.597225,
+                                84.18101,
+                                86.389895,
+                                87.917765,
+                                88.69388
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "rise_power power_inputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "values": [
+                            -67.27578,
+                            -67.54255,
+                            -67.67992
+                        ]
+                    },
+                    "fall_power power_inputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "values": [
+                            67.50889,
+                            68.62977,
+                            67.6451
+                        ]
+                    }
+                }
+            ],
+            "timing ": [
+                {
+                    "related_pin": "A",
+                    "timing_type": "combinational",
+                    "timing_sense": "positive_unate",
+                    "when": "!IE&OE&!SL",
+                    "sdf_cond": "IE==1'b0&&OE==1'b1&&SL==1'b0",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.359781,
+                            13.359781,
+                            23.359781,
+                            33.359781,
+                            43.359781,
+                            53.359781
+                        ],
+                        "values": [
+                            [
+                                1.766164,
+                                2.083804,
+                                2.30452,
+                                2.511726,
+                                2.716813,
+                                2.920315
+                            ],
+                            [
+                                1.804842,
+                                2.121897,
+                                2.343452,
+                                2.550958,
+                                2.754113,
+                                2.957774
+                            ],
+                            [
+                                1.80803,
+                                2.125756,
+                                2.34642,
+                                2.553546,
+                                2.758793,
+                                2.962257
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.359781,
+                            13.359781,
+                            23.359781,
+                            33.359781,
+                            43.359781,
+                            53.359781
+                        ],
+                        "values": [
+                            [
+                                0.455673,
+                                0.803568,
+                                1.192048,
+                                1.604991,
+                                2.024166,
+                                2.450494
+                            ],
+                            [
+                                0.454387,
+                                0.805291,
+                                1.192671,
+                                1.603541,
+                                2.025971,
+                                2.456467
+                            ],
+                            [
+                                0.455417,
+                                0.803459,
+                                1.191825,
+                                1.605405,
+                                2.021409,
+                                2.453939
+                            ]
+                        ]
+                    },
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.359781,
+                            13.359781,
+                            23.359781,
+                            33.359781,
+                            43.359781,
+                            53.359781
+                        ],
+                        "values": [
+                            [
+                                1.816904,
+                                2.120305,
+                                2.35632,
+                                2.579439,
+                                2.797998,
+                                3.014816
+                            ],
+                            [
+                                1.954191,
+                                2.257601,
+                                2.493605,
+                                2.716722,
+                                2.935308,
+                                3.152141
+                            ],
+                            [
+                                2.106932,
+                                2.41029,
+                                2.646236,
+                                2.869329,
+                                3.088211,
+                                3.305542
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.359781,
+                            13.359781,
+                            23.359781,
+                            33.359781,
+                            43.359781,
+                            53.359781
+                        ],
+                        "values": [
+                            [
+                                0.306797,
+                                0.711652,
+                                1.103313,
+                                1.504765,
+                                1.916351,
+                                2.323035
+                            ],
+                            [
+                                0.30681,
+                                0.711645,
+                                1.103233,
+                                1.504477,
+                                1.916528,
+                                2.323731
+                            ],
+                            [
+                                0.307197,
+                                0.71198,
+                                1.102491,
+                                1.505736,
+                                1.913938,
+                                2.329119
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "A",
+                    "timing_type": "combinational",
+                    "timing_sense": "positive_unate",
+                    "when": "!IE&OE&SL",
+                    "sdf_cond": "IE==1'b0&&OE==1'b1&&SL==1'b1",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.359781,
+                            13.359781,
+                            23.359781,
+                            33.359781,
+                            43.359781,
+                            53.359781
+                        ],
+                        "values": [
+                            [
+                                1.705066,
+                                2.330031,
+                                2.796567,
+                                3.153535,
+                                3.453962,
+                                3.72044
+                            ],
+                            [
+                                1.744309,
+                                2.369028,
+                                2.835652,
+                                3.192569,
+                                3.492884,
+                                3.759983
+                            ],
+                            [
+                                1.747301,
+                                2.37228,
+                                2.838783,
+                                3.196138,
+                                3.495155,
+                                3.76151
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.359781,
+                            13.359781,
+                            23.359781,
+                            33.359781,
+                            43.359781,
+                            53.359781
+                        ],
+                        "values": [
+                            [
+                                0.562179,
+                                1.459146,
+                                2.004591,
+                                2.451978,
+                                2.856834,
+                                3.252411
+                            ],
+                            [
+                                0.562463,
+                                1.458854,
+                                2.004909,
+                                2.451972,
+                                2.857284,
+                                3.251738
+                            ],
+                            [
+                                0.562705,
+                                1.458425,
+                                2.005411,
+                                2.450128,
+                                2.856984,
+                                3.246262
+                            ]
+                        ]
+                    },
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.359781,
+                            13.359781,
+                            23.359781,
+                            33.359781,
+                            43.359781,
+                            53.359781
+                        ],
+                        "values": [
+                            [
+                                1.803384,
+                                2.253791,
+                                2.651586,
+                                3.003894,
+                                3.322579,
+                                3.617526
+                            ],
+                            [
+                                1.940584,
+                                2.390983,
+                                2.788768,
+                                3.141081,
+                                3.459768,
+                                3.754685
+                            ],
+                            [
+                                2.094543,
+                                2.544761,
+                                2.942325,
+                                3.295937,
+                                3.614917,
+                                3.908964
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.359781,
+                            13.359781,
+                            23.359781,
+                            33.359781,
+                            43.359781,
+                            53.359781
+                        ],
+                        "values": [
+                            [
+                                0.353021,
+                                1.093895,
+                                1.674365,
+                                2.168538,
+                                2.624808,
+                                3.05754
+                            ],
+                            [
+                                0.352974,
+                                1.094295,
+                                1.674405,
+                                2.168619,
+                                2.624855,
+                                3.05762
+                            ],
+                            [
+                                0.352643,
+                                1.095565,
+                                1.673237,
+                                2.167777,
+                                2.626902,
+                                3.057531
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "A&!IE&!SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&SL==1'b0",
+                    "timing_type": "three_state_enable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.359781,
+                            13.359781,
+                            23.359781,
+                            33.359781,
+                            43.359781,
+                            53.359781
+                        ],
+                        "values": [
+                            [
+                                1.52075,
+                                1.840875,
+                                2.061242,
+                                2.268138,
+                                2.472391,
+                                2.67469
+                            ],
+                            [
+                                1.533255,
+                                1.853854,
+                                2.075125,
+                                2.281995,
+                                2.486138,
+                                2.689533
+                            ],
+                            [
+                                1.520027,
+                                1.841036,
+                                2.062335,
+                                2.268944,
+                                2.473496,
+                                2.676201
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.359781,
+                            13.359781,
+                            23.359781,
+                            33.359781,
+                            43.359781,
+                            53.359781
+                        ],
+                        "values": [
+                            [
+                                0.470297,
+                                0.818838,
+                                1.199791,
+                                1.605431,
+                                2.02934,
+                                2.457178
+                            ],
+                            [
+                                0.468985,
+                                0.820379,
+                                1.202502,
+                                1.611001,
+                                2.027069,
+                                2.454929
+                            ],
+                            [
+                                0.4675,
+                                0.820794,
+                                1.202135,
+                                1.60945,
+                                2.031086,
+                                2.45574
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "A&!IE&SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&SL==1'b1",
+                    "timing_type": "three_state_enable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.359781,
+                            13.359781,
+                            23.359781,
+                            33.359781,
+                            43.359781,
+                            53.359781
+                        ],
+                        "values": [
+                            [
+                                1.464988,
+                                2.081559,
+                                2.547339,
+                                2.906325,
+                                3.205857,
+                                3.472135
+                            ],
+                            [
+                                1.478797,
+                                2.094981,
+                                2.560967,
+                                2.918574,
+                                3.218626,
+                                3.486051
+                            ],
+                            [
+                                1.467121,
+                                2.083038,
+                                2.548338,
+                                2.906375,
+                                3.2063,
+                                3.473239
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.359781,
+                            13.359781,
+                            23.359781,
+                            33.359781,
+                            43.359781,
+                            53.359781
+                        ],
+                        "values": [
+                            [
+                                0.570762,
+                                1.462215,
+                                2.014575,
+                                2.461767,
+                                2.86671,
+                                3.256625
+                            ],
+                            [
+                                0.5727,
+                                1.462403,
+                                2.012555,
+                                2.460087,
+                                2.870939,
+                                3.260897
+                            ],
+                            [
+                                0.57449,
+                                1.459735,
+                                2.010922,
+                                2.459686,
+                                2.868751,
+                                3.257312
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "!A&!IE&!SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&SL==1'b0",
+                    "timing_type": "three_state_enable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.359781,
+                            13.359781,
+                            23.359781,
+                            33.359781,
+                            43.359781,
+                            53.359781
+                        ],
+                        "values": [
+                            [
+                                1.083427,
+                                1.395487,
+                                1.63184,
+                                1.85446,
+                                2.072845,
+                                2.289784
+                            ],
+                            [
+                                1.121671,
+                                1.43406,
+                                1.670331,
+                                1.892764,
+                                2.111377,
+                                2.327777
+                            ],
+                            [
+                                1.126715,
+                                1.438689,
+                                1.67499,
+                                1.897622,
+                                2.116039,
+                                2.33295
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.359781,
+                            13.359781,
+                            23.359781,
+                            33.359781,
+                            43.359781,
+                            53.359781
+                        ],
+                        "values": [
+                            [
+                                0.330951,
+                                0.729758,
+                                1.117987,
+                                1.516073,
+                                1.920767,
+                                2.334663
+                            ],
+                            [
+                                0.330792,
+                                0.731437,
+                                1.119706,
+                                1.516316,
+                                1.923795,
+                                2.331274
+                            ],
+                            [
+                                0.329987,
+                                0.729459,
+                                1.117745,
+                                1.516594,
+                                1.921556,
+                                2.335169
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "!A&!IE&SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&SL==1'b1",
+                    "timing_type": "three_state_enable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.359781,
+                            13.359781,
+                            23.359781,
+                            33.359781,
+                            43.359781,
+                            53.359781
+                        ],
+                        "values": [
+                            [
+                                1.078358,
+                                1.521217,
+                                1.91168,
+                                2.259849,
+                                2.576073,
+                                2.869625
+                            ],
+                            [
+                                1.116841,
+                                1.559685,
+                                1.950016,
+                                2.298517,
+                                2.614809,
+                                2.908596
+                            ],
+                            [
+                                1.121407,
+                                1.564314,
+                                1.954819,
+                                2.302998,
+                                2.619035,
+                                2.911887
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.359781,
+                            13.359781,
+                            23.359781,
+                            33.359781,
+                            43.359781,
+                            53.359781
+                        ],
+                        "values": [
+                            [
+                                0.375606,
+                                1.090709,
+                                1.661607,
+                                2.156403,
+                                2.612388,
+                                3.045275
+                            ],
+                            [
+                                0.376203,
+                                1.091302,
+                                1.662165,
+                                2.15863,
+                                2.612257,
+                                3.047913
+                            ],
+                            [
+                                0.377109,
+                                1.091425,
+                                1.663667,
+                                2.160068,
+                                2.613522,
+                                3.044216
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "!A&!IE&!SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&SL==1'b0",
+                    "timing_type": "three_state_disable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.359781,
+                            13.359781,
+                            23.359781,
+                            33.359781,
+                            43.359781,
+                            53.359781
+                        ],
+                        "values": [
+                            [
+                                0.903942,
+                                0.903943,
+                                0.903944,
+                                0.903945,
+                                0.903946,
+                                0.903947
+                            ],
+                            [
+                                1.039122,
+                                1.039123,
+                                1.039124,
+                                1.039125,
+                                1.039126,
+                                1.039127
+                            ],
+                            [
+                                1.194552,
+                                1.195238,
+                                1.195239,
+                                1.19524,
+                                1.195241,
+                                1.195242
+                            ]
+                        ]
+                    },
+                    "rise_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "!A&!IE&SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&SL==1'b1",
+                    "timing_type": "three_state_disable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.359781,
+                            13.359781,
+                            23.359781,
+                            33.359781,
+                            43.359781,
+                            53.359781
+                        ],
+                        "values": [
+                            [
+                                0.890743,
+                                0.890744,
+                                0.890745,
+                                0.890746,
+                                0.890747,
+                                0.890748
+                            ],
+                            [
+                                1.026284,
+                                1.026285,
+                                1.026286,
+                                1.026287,
+                                1.026288,
+                                1.026289
+                            ],
+                            [
+                                1.182842,
+                                1.182843,
+                                1.182844,
+                                1.182845,
+                                1.182846,
+                                1.182847
+                            ]
+                        ]
+                    },
+                    "rise_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "A&!IE&!SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&SL==1'b0",
+                    "timing_type": "three_state_disable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.359781,
+                            13.359781,
+                            23.359781,
+                            33.359781,
+                            43.359781,
+                            53.359781
+                        ],
+                        "values": [
+                            [
+                                1.138189,
+                                1.13819,
+                                1.138191,
+                                1.138192,
+                                1.138193,
+                                1.138194
+                            ],
+                            [
+                                1.278145,
+                                1.278146,
+                                1.278147,
+                                1.278148,
+                                1.278149,
+                                1.27815
+                            ],
+                            [
+                                1.440185,
+                                1.440186,
+                                1.440187,
+                                1.440188,
+                                1.440189,
+                                1.44019
+                            ]
+                        ]
+                    },
+                    "fall_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "A&!IE&SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&SL==1'b1",
+                    "timing_type": "three_state_disable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.359781,
+                            13.359781,
+                            23.359781,
+                            33.359781,
+                            43.359781,
+                            53.359781
+                        ],
+                        "values": [
+                            [
+                                1.142798,
+                                1.142799,
+                                1.1428,
+                                1.142801,
+                                1.142802,
+                                1.142803
+                            ],
+                            [
+                                1.281503,
+                                1.281504,
+                                1.281505,
+                                1.281506,
+                                1.281507,
+                                1.281508
+                            ],
+                            [
+                                1.441185,
+                                1.441186,
+                                1.441187,
+                                1.441188,
+                                1.441189,
+                                1.44119
+                            ]
+                        ]
+                    },
+                    "fall_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                }
+            ]
+        },
+        "pin Y": {
+            "function": "((IE*PAD))",
+            "direction": "output",
+            "max_capacitance": "0.500000",
+            "output_signal_level": "VDD",
+            "internal_power ": [
+                {
+                    "related_pin": "IE",
+                    "when": "!CS&!OE&PAD",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                6.112955,
+                                6.062452,
+                                5.846013,
+                                5.592402,
+                                5.442389,
+                                5.355712
+                            ],
+                            [
+                                5.533795,
+                                5.295231,
+                                5.161788,
+                                4.799702,
+                                4.82563,
+                                4.71357
+                            ],
+                            [
+                                5.507994,
+                                5.326292,
+                                5.40388,
+                                4.782998,
+                                4.87578,
+                                4.705647
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                6.920416,
+                                6.857987,
+                                6.842293,
+                                6.936178,
+                                6.899858,
+                                7.329243
+                            ],
+                            [
+                                6.309164,
+                                6.20224,
+                                6.368876,
+                                6.265963,
+                                6.147249,
+                                6.574666
+                            ],
+                            [
+                                6.418351,
+                                6.338244,
+                                6.245384,
+                                6.588813,
+                                6.096323,
+                                6.936412
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "IE",
+                    "when": "CS&!OE&PAD",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                6.916073,
+                                6.733015,
+                                6.553599,
+                                6.371612,
+                                6.314652,
+                                6.111767
+                            ],
+                            [
+                                6.233475,
+                                6.079374,
+                                5.899374,
+                                5.765027,
+                                5.565799,
+                                5.514109
+                            ],
+                            [
+                                6.268792,
+                                6.062269,
+                                5.890439,
+                                5.833443,
+                                5.606963,
+                                5.464167
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                7.182675,
+                                7.345109,
+                                7.273753,
+                                7.818349,
+                                7.948455,
+                                7.894771
+                            ],
+                            [
+                                6.681417,
+                                6.885044,
+                                6.729692,
+                                7.366164,
+                                7.436064,
+                                7.318502
+                            ],
+                            [
+                                6.686626,
+                                6.871509,
+                                7.04111,
+                                7.351488,
+                                7.102208,
+                                7.286806
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "PAD",
+                    "when": "!CS&IE&!OE",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                4.49487,
+                                4.28687,
+                                4.11265,
+                                3.78068,
+                                3.69611,
+                                3.6273
+                            ],
+                            [
+                                5.00068,
+                                4.78948,
+                                4.60102,
+                                4.27155,
+                                4.18178,
+                                4.09475
+                            ],
+                            [
+                                5.37466,
+                                5.11892,
+                                4.87818,
+                                4.65023,
+                                4.55565,
+                                4.42173
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                4.45465,
+                                4.43464,
+                                4.52621,
+                                4.70692,
+                                4.75204,
+                                4.79232
+                            ],
+                            [
+                                4.37118,
+                                4.36336,
+                                4.44269,
+                                4.62685,
+                                4.67119,
+                                4.70694
+                            ],
+                            [
+                                4.57907,
+                                4.57114,
+                                4.65293,
+                                4.83371,
+                                4.88012,
+                                4.91466
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "PAD",
+                    "when": "CS&IE&!OE",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                4.55287,
+                                4.34385,
+                                4.1546,
+                                3.84129,
+                                3.74311,
+                                3.62878
+                            ],
+                            [
+                                6.12575,
+                                5.92119,
+                                5.72653,
+                                5.41947,
+                                5.32408,
+                                5.25205
+                            ],
+                            [
+                                6.83714,
+                                6.62683,
+                                6.43602,
+                                6.11596,
+                                6.01988,
+                                5.93761
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                6.18078,
+                                6.20497,
+                                6.37178,
+                                6.82801,
+                                6.97598,
+                                7.08301
+                            ],
+                            [
+                                5.14232,
+                                5.1573,
+                                5.34161,
+                                5.79726,
+                                5.9464,
+                                6.06287
+                            ],
+                            [
+                                6.44997,
+                                6.4571,
+                                6.64707,
+                                7.10151,
+                                7.24514,
+                                7.35008
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "IE",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                6.514514,
+                                6.397734,
+                                6.199806,
+                                5.982007,
+                                5.878521,
+                                5.73374
+                            ],
+                            [
+                                5.883635,
+                                5.687302,
+                                5.530581,
+                                5.282364,
+                                5.195715,
+                                5.11384
+                            ],
+                            [
+                                5.888393,
+                                5.69428,
+                                5.647159,
+                                5.308221,
+                                5.241371,
+                                5.084907
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                7.051545,
+                                7.101548,
+                                7.058023,
+                                7.377263,
+                                7.424157,
+                                7.612007
+                            ],
+                            [
+                                6.49529,
+                                6.543642,
+                                6.549284,
+                                6.816064,
+                                6.791657,
+                                6.946584
+                            ],
+                            [
+                                6.552489,
+                                6.604876,
+                                6.643247,
+                                6.97015,
+                                6.599265,
+                                7.111609
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "PAD",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                4.52387,
+                                4.31536,
+                                4.133625,
+                                3.810985,
+                                3.71961,
+                                3.62804
+                            ],
+                            [
+                                5.563215,
+                                5.355335,
+                                5.163775,
+                                4.84551,
+                                4.75293,
+                                4.6734
+                            ],
+                            [
+                                6.1059,
+                                5.872875,
+                                5.6571,
+                                5.383095,
+                                5.287765,
+                                5.17967
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                5.317715,
+                                5.319805,
+                                5.448995,
+                                5.767465,
+                                5.86401,
+                                5.937665
+                            ],
+                            [
+                                4.75675,
+                                4.76033,
+                                4.89215,
+                                5.212055,
+                                5.308795,
+                                5.384905
+                            ],
+                            [
+                                5.51452,
+                                5.51412,
+                                5.65,
+                                5.96761,
+                                6.06263,
+                                6.13237
+                            ]
+                        ]
+                    }
+                }
+            ],
+            "timing ": [
+                {
+                    "related_pin": "IE",
+                    "timing_type": "combinational",
+                    "timing_sense": "positive_unate",
+                    "when": "!CS&!OE&PAD",
+                    "sdf_cond": "CS==1'b0&&OE==1'b0&&PAD==1'b1",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                1.280581,
+                                1.321067,
+                                1.369888,
+                                1.51075,
+                                1.577982,
+                                1.645109
+                            ],
+                            [
+                                1.342959,
+                                1.383675,
+                                1.432797,
+                                1.573333,
+                                1.640642,
+                                1.707841
+                            ],
+                            [
+                                1.375893,
+                                1.416642,
+                                1.465819,
+                                1.606124,
+                                1.6736,
+                                1.740936
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.192903,
+                                0.231524,
+                                0.306803,
+                                0.570518,
+                                0.707657,
+                                0.846696
+                            ],
+                            [
+                                0.186336,
+                                0.234834,
+                                0.30569,
+                                0.569696,
+                                0.708339,
+                                0.847798
+                            ],
+                            [
+                                0.186397,
+                                0.233913,
+                                0.30587,
+                                0.570761,
+                                0.706801,
+                                0.848901
+                            ]
+                        ]
+                    },
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                1.013342,
+                                1.04976,
+                                1.094855,
+                                1.22403,
+                                1.284065,
+                                1.343811
+                            ],
+                            [
+                                1.139583,
+                                1.176037,
+                                1.221154,
+                                1.350086,
+                                1.410453,
+                                1.470085
+                            ],
+                            [
+                                1.271504,
+                                1.308017,
+                                1.353133,
+                                1.482095,
+                                1.542423,
+                                1.602096
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.09071,
+                                0.137339,
+                                0.2038,
+                                0.419047,
+                                0.52982,
+                                0.640506
+                            ],
+                            [
+                                0.089814,
+                                0.138173,
+                                0.203551,
+                                0.419406,
+                                0.527874,
+                                0.640136
+                            ],
+                            [
+                                0.09036,
+                                0.138409,
+                                0.203534,
+                                0.41826,
+                                0.529648,
+                                0.638216
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "IE",
+                    "timing_type": "combinational",
+                    "timing_sense": "positive_unate",
+                    "when": "CS&!OE&PAD",
+                    "sdf_cond": "CS==1'b1&&OE==1'b0&&PAD==1'b1",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                1.349579,
+                                1.39067,
+                                1.438814,
+                                1.579662,
+                                1.646898,
+                                1.714029
+                            ],
+                            [
+                                1.412774,
+                                1.453159,
+                                1.501931,
+                                1.642789,
+                                1.710033,
+                                1.777151
+                            ],
+                            [
+                                1.445426,
+                                1.485878,
+                                1.534613,
+                                1.675604,
+                                1.742882,
+                                1.810047
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.187903,
+                                0.233981,
+                                0.306499,
+                                0.570306,
+                                0.708125,
+                                0.846522
+                            ],
+                            [
+                                0.191662,
+                                0.231369,
+                                0.306434,
+                                0.570108,
+                                0.706945,
+                                0.847668
+                            ],
+                            [
+                                0.190805,
+                                0.230972,
+                                0.306027,
+                                0.570114,
+                                0.707153,
+                                0.846898
+                            ]
+                        ]
+                    },
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                1.055868,
+                                1.092379,
+                                1.137284,
+                                1.266083,
+                                1.326516,
+                                1.38625
+                            ],
+                            [
+                                1.181986,
+                                1.218414,
+                                1.263358,
+                                1.392184,
+                                1.45259,
+                                1.512335
+                            ],
+                            [
+                                1.313788,
+                                1.350189,
+                                1.395321,
+                                1.52421,
+                                1.584578,
+                                1.644164
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.090799,
+                                0.138458,
+                                0.20367,
+                                0.419851,
+                                0.529062,
+                                0.639228
+                            ],
+                            [
+                                0.090641,
+                                0.138648,
+                                0.203804,
+                                0.419886,
+                                0.528693,
+                                0.639151
+                            ],
+                            [
+                                0.090699,
+                                0.138169,
+                                0.204507,
+                                0.420082,
+                                0.529907,
+                                0.64036
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "PAD",
+                    "timing_type": "combinational",
+                    "timing_sense": "positive_unate",
+                    "when": "!CS&IE&!OE",
+                    "sdf_cond": "CS==1'b0&&IE==1'b1&&OE==1'b0",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.922713,
+                                0.96334,
+                                1.012262,
+                                1.152373,
+                                1.219596,
+                                1.286912
+                            ],
+                            [
+                                0.954916,
+                                0.995058,
+                                1.043716,
+                                1.183849,
+                                1.25149,
+                                1.319442
+                            ],
+                            [
+                                0.919914,
+                                0.960552,
+                                1.008646,
+                                1.14879,
+                                1.216181,
+                                1.284248
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.18642,
+                                0.230629,
+                                0.304416,
+                                0.568639,
+                                0.708324,
+                                0.850501
+                            ],
+                            [
+                                0.186404,
+                                0.23087,
+                                0.303056,
+                                0.570065,
+                                0.707329,
+                                0.849461
+                            ],
+                            [
+                                0.186972,
+                                0.230299,
+                                0.30371,
+                                0.568916,
+                                0.707562,
+                                0.848105
+                            ]
+                        ]
+                    },
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.739461,
+                                0.776049,
+                                0.820881,
+                                0.950112,
+                                1.010103,
+                                1.069739
+                            ],
+                            [
+                                0.861286,
+                                0.897732,
+                                0.942861,
+                                1.071373,
+                                1.131999,
+                                1.191727
+                            ],
+                            [
+                                1.079913,
+                                1.11629,
+                                1.161297,
+                                1.290055,
+                                1.350431,
+                                1.410254
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.090578,
+                                0.138458,
+                                0.202647,
+                                0.418931,
+                                0.528091,
+                                0.638414
+                            ],
+                            [
+                                0.090193,
+                                0.138247,
+                                0.203951,
+                                0.419584,
+                                0.529398,
+                                0.638921
+                            ],
+                            [
+                                0.091398,
+                                0.138104,
+                                0.203287,
+                                0.419688,
+                                0.529517,
+                                0.638779
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "PAD",
+                    "timing_type": "combinational",
+                    "timing_sense": "positive_unate",
+                    "when": "CS&IE&!OE",
+                    "sdf_cond": "CS==1'b1&&IE==1'b1&&OE==1'b0",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                1.016249,
+                                1.05614,
+                                1.10464,
+                                1.245232,
+                                1.312738,
+                                1.380132
+                            ],
+                            [
+                                1.094189,
+                                1.135033,
+                                1.183381,
+                                1.323427,
+                                1.390778,
+                                1.458115
+                            ],
+                            [
+                                1.118186,
+                                1.158533,
+                                1.207016,
+                                1.347844,
+                                1.415473,
+                                1.482506
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.186942,
+                                0.230392,
+                                0.30354,
+                                0.569203,
+                                0.709823,
+                                0.847059
+                            ],
+                            [
+                                0.186351,
+                                0.230061,
+                                0.303056,
+                                0.568606,
+                                0.707425,
+                                0.84819
+                            ],
+                            [
+                                0.186711,
+                                0.230464,
+                                0.303393,
+                                0.569554,
+                                0.707594,
+                                0.848631
+                            ]
+                        ]
+                    },
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                1.115312,
+                                1.151738,
+                                1.19628,
+                                1.325291,
+                                1.385326,
+                                1.445267
+                            ],
+                            [
+                                1.194702,
+                                1.231091,
+                                1.275594,
+                                1.403992,
+                                1.464778,
+                                1.524511
+                            ],
+                            [
+                                1.432796,
+                                1.46915,
+                                1.513969,
+                                1.642509,
+                                1.702977,
+                                1.762095
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.093137,
+                                0.14037,
+                                0.204737,
+                                0.422063,
+                                0.529845,
+                                0.640286
+                            ],
+                            [
+                                0.093378,
+                                0.14046,
+                                0.205502,
+                                0.420898,
+                                0.529652,
+                                0.640008
+                            ],
+                            [
+                                0.092726,
+                                0.140434,
+                                0.204669,
+                                0.420871,
+                                0.530587,
+                                0.639652
+                            ]
+                        ]
+                    }
+                }
+            ]
+        },
+        "pin DVDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin DVSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        }
+    }
+}
\ No newline at end of file
diff --git a/cells/bi_24t/gf180mcu_fd_io__bi_24t__ff_n40C_2v75.lib b/cells/bi_24t/gf180mcu_fd_io__bi_24t__ff_n40C_2v75.lib
new file mode 100644
index 0000000..4e4c3ca
--- /dev/null
+++ b/cells/bi_24t/gf180mcu_fd_io__bi_24t__ff_n40C_2v75.lib
@@ -0,0 +1,811 @@
+/*
+ * Copyright 2022 GlobalFoundries PDK Authors
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+	cell ("gf180mcu_fd_io__bi_24t") {
+		scaling_factors : "gf_factors";
+		area : 26250.000000;
+		pad_cell : true;
+		dont_use : true;
+		dont_touch : true;
+		cell_leakage_power : 1.445440e-03;
+		leakage_power () {
+			when : "!CS !SL !IE !OE !PU !PD !A !PAD";
+			value : "0.001445";
+		}
+		pin ("CS") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.022851;
+			rise_capacitance_range(0.021508,0.023632);
+			capacitance : 0.022440;
+			fall_capacitance : 0.022029;
+			fall_capacitance_range(0.021478,0.022955);
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("0.220749, 0.766772, 0.778498");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("0.310486, 0.707781, 0.708369");
+				}
+			}
+		}
+		pin ("SL") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.031765;
+			rise_capacitance_range(0.030274,0.032649);
+			capacitance : 0.031404;
+			fall_capacitance : 0.031043;
+			fall_capacitance_range(0.030410,0.032289);
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("0.185868, 0.972807, 0.971097");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("0.342270, 1.089543, 1.092122");
+				}
+			}
+		}
+		pin ("IE") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.014575;
+			rise_capacitance_range(0.013333,0.015361);
+			capacitance : 0.014156;
+			fall_capacitance : 0.013737;
+			fall_capacitance_range(0.013127,0.014586);
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("0.255063, 0.486509, 0.499422");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("0.248978, 0.435700, 0.460507");
+				}
+			}
+		}
+		pin ("OE") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.090858;
+			rise_capacitance_range(0.082599,0.096135);
+			capacitance : 0.090372;
+			fall_capacitance : 0.087937;
+			fall_capacitance_range(0.085158,0.090579);
+		}
+		pin ("PU") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.079175;
+			rise_capacitance_range(0.063802,0.091326);
+			capacitance : 0.079697;
+			fall_capacitance : 0.080219;
+			fall_capacitance_range(0.060929,0.096378);
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("-0.169036, 0.114818, 0.119299");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("0.638594, 0.994994, 1.088298");
+				}
+			}
+		}
+		pin ("PD") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.047661;
+			rise_capacitance_range(0.046388,0.048601);
+			capacitance : 0.049021;
+			fall_capacitance : 0.050380;
+			fall_capacitance_range(0.048537,0.051603);
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("0.022017, 0.555021, 0.527688");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("0.574830, 0.880378, 0.901668");
+				}
+			}
+		}
+		pin ("A") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.036958;
+			rise_capacitance_range(0.035054,0.038303);
+			capacitance : 0.036964;
+			fall_capacitance : 0.036970;
+			fall_capacitance_range(0.035913,0.038154);
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("-0.089339, -0.088565, -0.085929");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("0.101761, 0.101177, 0.099245");
+				}
+			}
+		}
+		pin ("PAD") {
+			drive_current : 24000.000000;
+			is_pad : true;
+			function : "((A))";
+			three_state : "((!OE))";
+			direction : "inout";
+			max_transition : 1.000000;
+			max_capacitance : 50.000000;
+			input_signal_level : "DVDD";
+			output_signal_level : "DVDD";
+			capacitance : 3.547661;
+			internal_power () {
+				related_pin : "A";
+				when : "!IE&OE&!SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 10, 20, 30, 40, 50");
+					values("33.168729, 33.985439, 33.520029, 33.275779, 32.731879, 32.280609", \
+					  "33.339705, 33.970065, 33.556775, 33.271635, 32.747055, 32.271835", \
+					  "32.991549, 33.987579, 33.547359, 33.247079, 32.700329, 32.076899");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 10, 20, 30, 40, 50");
+					values("35.001169, 37.187429, 37.752879, 38.003629, 38.133529, 38.226679", \
+					  "34.990173, 37.190863, 37.751293, 37.941313, 38.111293, 38.199813", \
+					  "34.964395, 36.997025, 37.752535, 38.049495, 37.990065, 38.400615");
+				}
+			}
+			internal_power () {
+				related_pin : "A";
+				when : "!IE&OE&SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 10, 20, 30, 40, 50");
+					values("28.822839, 31.970789, 32.592499, 32.935049, 32.359219, 32.341429", \
+					  "28.744445, 32.406925, 33.156595, 33.146095, 32.529745, 32.136055", \
+					  "28.705959, 32.454879, 32.734989, 32.799869, 32.108059, 31.955979");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 10, 20, 30, 40, 50");
+					values("31.741829, 34.126709, 35.508369, 36.308739, 36.753509, 37.096429", \
+					  "31.472693, 34.899723, 36.754683, 37.725963, 35.145523, 37.323453", \
+					  "31.450185, 34.020985, 35.809905, 36.726535, 37.459425, 37.361915");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "A&!IE&!SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 10, 20, 30, 40, 50");
+					values("29.974488, 29.993828, 29.579548, 29.406948, 28.636648, 28.126148", \
+					  "19.476980, 19.499070, 19.055140, 18.655800, 18.143710, 17.413380", \
+					  "19.388310, 19.463560, 19.063540, 18.560420, 18.176250, 17.830720");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 10, 20, 30, 40, 50");
+					values("5.089853, 5.587851, 5.741434, 5.831043, 5.887247, 5.929432", \
+					  "1.353288, 3.232463, 3.839753, 4.160363, 4.367993, 4.512513", \
+					  "1.449278, 3.243264, 4.083224, 4.381414, 4.575334, 4.690304");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "A&!IE&SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 10, 20, 30, 40, 50");
+					values("25.424338, 28.158438, 28.819268, 28.487228, 28.031368, 27.405058", \
+					  "14.887550, 17.970140, 18.547130, 18.017390, 17.633040, 17.044440", \
+					  "14.841830, 17.834960, 18.457160, 17.971340, 17.570160, 17.034120");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 10, 20, 30, 40, 50");
+					values("5.055359, 5.468609, 5.597690, 5.709066, 5.756168, 5.786658", \
+					  "1.396376, 3.227613, 3.789053, 4.375933, 4.563083, 4.675403", \
+					  "1.679877, 3.300494, 4.075954, 4.373524, 4.672584, 4.768774");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "!A&!IE&!SL";
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 10, 20, 30, 40, 50");
+					values("27.685158, 28.849638, 28.973628, 29.218958, 28.969778, 29.300568", \
+					  "17.350630, 18.543350, 18.673540, 18.927070, 18.663450, 18.964820", \
+					  "17.359200, 18.595860, 18.754050, 18.791030, 18.820220, 18.855630");
+				}
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 10, 20, 30, 40, 50");
+					values("6.438902, -69.430535, -145.128195, -220.789195, -296.435695, -372.074995", \
+					  "-0.001380, -75.880017, -151.579877, -227.285577, -302.930477, -378.567477", \
+					  "0.157048, -75.877776, -151.280096, -226.924196, -302.574496, -378.204496");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "!A&!IE&SL";
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 10, 20, 30, 40, 50");
+					values("24.689858, 25.861228, 26.761018, 27.368568, 27.730048, 27.910028", \
+					  "14.285340, 15.497560, 16.468920, 17.020150, 17.417460, 17.563280", \
+					  "14.155200, 15.422840, 16.330070, 16.950730, 17.445030, 17.559350");
+				}
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 10, 20, 30, 40, 50");
+					values("6.354670, -69.492565, -145.196495, -220.861295, -296.510195, -372.150795", \
+					  "0.054446, -75.740987, -151.453077, -227.116777, -302.763577, -378.402777", \
+					  "0.318524, -75.774406, -151.546496, -227.232996, -302.883896, -378.516096");
+				}
+			}
+			internal_power () {
+				related_pin : "A";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 10, 20, 30, 40, 50");
+					values("61.991568, 65.956228, 66.112528, 66.210828, 65.091098, 64.622038", \
+					  "62.084150, 66.376990, 66.713370, 66.417730, 65.276800, 64.407890", \
+					  "61.697508, 66.442458, 66.282348, 66.046948, 64.808388, 64.032878");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 10, 20, 30, 40, 50");
+					values("66.742998, 71.314138, 73.261248, 74.312368, 74.887038, 75.323108", \
+					  "66.462866, 72.090586, 74.505976, 75.667276, 73.256816, 75.523266", \
+					  "66.414580, 71.018010, 73.562440, 74.776030, 75.449490, 75.762530");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 10, 20, 30, 40, 50");
+					values("34.096199, -40.385417, -115.962937, -191.878157, -268.138937, -344.347292", \
+					  "17.208798, -57.075897, -132.715342, -208.864582, -284.958652, -361.256217", \
+					  "17.352856, -57.176831, -132.652946, -208.812716, -284.855991, -360.927876");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 10, 20, 30, 40, 50");
+					values("31.260114, 32.883663, 33.536885, 34.063817, 34.171621, 34.463343", \
+					  "17.192817, 20.250493, 21.385633, 22.241758, 22.505993, 22.858008", \
+					  "17.321778, 20.281229, 21.621649, 22.248349, 22.756584, 22.937029");
+				}
+			}
+			timing () {
+				related_pin : "A";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				when : "!IE&OE&!SL";
+				sdf_cond : "IE==1'b0&&OE==1'b1&&SL==1'b0";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.547661, 13.547661, 23.547661, 33.547661, 43.547661, 53.547661");
+					values("2.248653, 2.593607, 2.868768, 3.136971, 3.404212, 3.670709", \
+					  "2.322045, 2.667102, 2.942145, 3.210372, 3.477712, 3.744222", \
+					  "2.350226, 2.694985, 2.969962, 3.238084, 3.505616, 3.772169");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.547661, 13.547661, 23.547661, 33.547661, 43.547661, 53.547661");
+					values("0.483448, 0.890609, 1.368918, 1.870583, 2.385995, 2.905879", \
+					  "0.483724, 0.889656, 1.366666, 1.871319, 2.386482, 2.905946", \
+					  "0.483646, 0.889285, 1.366362, 1.871593, 2.386410, 2.901861");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.547661, 13.547661, 23.547661, 33.547661, 43.547661, 53.547661");
+					values("2.278392, 2.620204, 2.870735, 3.105852, 3.335995, 3.564690", \
+					  "2.420147, 2.762111, 3.012546, 3.247655, 3.477823, 3.706290", \
+					  "2.576959, 2.918823, 3.169276, 3.404325, 3.634781, 3.863319");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.547661, 13.547661, 23.547661, 33.547661, 43.547661, 53.547661");
+					values("0.361869, 0.756091, 1.131550, 1.521368, 1.920901, 2.327735", \
+					  "0.361768, 0.755806, 1.131491, 1.520687, 1.918929, 2.326441", \
+					  "0.362968, 0.755886, 1.131771, 1.522037, 1.919455, 2.328299");
+				}
+			}
+			timing () {
+				related_pin : "A";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				when : "!IE&OE&SL";
+				sdf_cond : "IE==1'b0&&OE==1'b1&&SL==1'b1";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.547661, 13.547661, 23.547661, 33.547661, 43.547661, 53.547661");
+					values("2.187958, 3.018307, 3.592940, 4.002439, 4.342438, 4.650872", \
+					  "2.261165, 3.091768, 3.666807, 4.074038, 4.417636, 4.724978", \
+					  "2.289139, 3.119620, 3.693824, 4.104879, 4.445226, 4.752317");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.547661, 13.547661, 23.547661, 33.547661, 43.547661, 53.547661");
+					values("0.670402, 1.785049, 2.359644, 2.827247, 3.268773, 3.700729", \
+					  "0.670163, 1.784564, 2.361741, 2.830177, 3.265851, 3.700291", \
+					  "0.671485, 1.785220, 2.360586, 2.827343, 3.266705, 3.702231");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.547661, 13.547661, 23.547661, 33.547661, 43.547661, 53.547661");
+					values("2.250683, 2.736581, 3.195815, 3.618851, 4.000657, 4.350128", \
+					  "2.392456, 2.878328, 3.337544, 3.760380, 4.143175, 4.492541", \
+					  "2.549423, 3.035317, 3.494462, 3.917063, 4.300531, 4.648711");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.547661, 13.547661, 23.547661, 33.547661, 43.547661, 53.547661");
+					values("0.372280, 1.188201, 1.881980, 2.448345, 2.952300, 3.405358", \
+					  "0.371872, 1.188187, 1.881918, 2.447614, 2.949731, 3.405942", \
+					  "0.371611, 1.188378, 1.881840, 2.447854, 2.952807, 3.403663");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "A&!IE&!SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&SL==1'b0";
+				timing_type : "three_state_enable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.547661, 13.547661, 23.547661, 33.547661, 43.547661, 53.547661");
+					values("1.922150, 2.273849, 2.548513, 2.816210, 3.082401, 3.348954", \
+					  "1.975827, 2.328896, 2.603493, 2.871001, 3.138017, 3.404371", \
+					  "1.999321, 2.353023, 2.627850, 2.895487, 3.162128, 3.428542");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.547661, 13.547661, 23.547661, 33.547661, 43.547661, 53.547661");
+					values("0.512301, 0.910174, 1.379907, 1.880175, 2.391236, 2.907526", \
+					  "0.511357, 0.911733, 1.381934, 1.882048, 2.388872, 2.903304", \
+					  "0.510826, 0.911213, 1.381435, 1.882716, 2.389321, 2.906008");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "A&!IE&SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&SL==1'b1";
+				timing_type : "three_state_enable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.547661, 13.547661, 23.547661, 33.547661, 43.547661, 53.547661");
+					values("1.863460, 2.686401, 3.267989, 3.681355, 4.023712, 4.332885", \
+					  "1.918761, 2.741431, 3.323790, 3.738204, 4.079661, 4.388432", \
+					  "1.943268, 2.765951, 3.347307, 3.761643, 4.104156, 4.412932");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.547661, 13.547661, 23.547661, 33.547661, 43.547661, 53.547661");
+					values("0.679131, 1.800466, 2.384352, 2.854613, 3.296157, 3.727770", \
+					  "0.679740, 1.802226, 2.386734, 2.854273, 3.293941, 3.729026", \
+					  "0.680471, 1.801160, 2.385867, 2.854375, 3.294189, 3.729024");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "!A&!IE&!SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&SL==1'b0";
+				timing_type : "three_state_enable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.547661, 13.547661, 23.547661, 33.547661, 43.547661, 53.547661");
+					values("1.352344, 1.703452, 1.956356, 2.191423, 2.421316, 2.649497", \
+					  "1.425280, 1.776873, 2.029625, 2.264679, 2.494713, 2.722779", \
+					  "1.456081, 1.807618, 2.060484, 2.295564, 2.525492, 2.753604");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.547661, 13.547661, 23.547661, 33.547661, 43.547661, 53.547661");
+					values("0.392518, 0.784718, 1.157879, 1.542020, 1.933311, 2.339445", \
+					  "0.391789, 0.784537, 1.157147, 1.542351, 1.936913, 2.335169", \
+					  "0.392006, 0.784493, 1.157867, 1.542567, 1.934470, 2.338891");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "!A&!IE&SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&SL==1'b1";
+				timing_type : "three_state_enable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.547661, 13.547661, 23.547661, 33.547661, 43.547661, 53.547661");
+					values("1.333059, 1.810106, 2.266344, 2.691131, 3.077429, 3.431233", \
+					  "1.406211, 1.883615, 2.339780, 2.763819, 3.150847, 3.504071", \
+					  "1.436965, 1.914308, 2.370483, 2.795510, 3.182054, 3.536130");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.547661, 13.547661, 23.547661, 33.547661, 43.547661, 53.547661");
+					values("0.409078, 1.199698, 1.898980, 2.473104, 2.972772, 3.434530", \
+					  "0.408734, 1.199251, 1.897431, 2.476664, 2.979680, 3.431213", \
+					  "0.409483, 1.199096, 1.899098, 2.472770, 2.975210, 3.433655");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "!A&!IE&!SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&SL==1'b0";
+				timing_type : "three_state_disable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.547661, 13.547661, 23.547661, 33.547661, 43.547661, 53.547661");
+					values("1.084334, 1.084335, 1.084336, 1.084337, 1.084338, 1.084339", \
+					  "1.224269, 1.224336, 1.224337, 1.224338, 1.224339, 1.224340", \
+					  "1.384342, 1.387460, 1.387461, 1.387462, 1.387463, 1.387464");
+				}
+				rise_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "!A&!IE&SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&SL==1'b1";
+				timing_type : "three_state_disable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.547661, 13.547661, 23.547661, 33.547661, 43.547661, 53.547661");
+					values("1.077792, 1.077793, 1.077794, 1.077795, 1.077796, 1.077797", \
+					  "1.216821, 1.216976, 1.216977, 1.216978, 1.216979, 1.216980", \
+					  "1.375512, 1.378800, 1.378801, 1.378802, 1.378803, 1.378804");
+				}
+				rise_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "A&!IE&!SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&SL==1'b0";
+				timing_type : "three_state_disable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.547661, 13.547661, 23.547661, 33.547661, 43.547661, 53.547661");
+					values("1.420269, 1.420270, 1.420271, 1.420272, 1.420273, 1.420274", \
+					  "1.564122, 1.564123, 1.564124, 1.564125, 1.564126, 1.564127", \
+					  "1.729658, 1.729659, 1.729660, 1.729661, 1.729662, 1.729663");
+				}
+				fall_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "A&!IE&SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&SL==1'b1";
+				timing_type : "three_state_disable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.547661, 13.547661, 23.547661, 33.547661, 43.547661, 53.547661");
+					values("1.425572, 1.425573, 1.425574, 1.425575, 1.425576, 1.425577", \
+					  "1.567342, 1.567343, 1.567344, 1.567345, 1.567346, 1.567347", \
+					  "1.731051, 1.731052, 1.731053, 1.731054, 1.731055, 1.731056");
+				}
+				fall_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("-17.790080, -17.844170, -17.763940");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("17.700440, 17.928730, 17.912520");
+				}
+			}
+		}
+		pin ("Y") {
+			function : "((IE*PAD))";
+			direction : "output";
+			max_capacitance : 0.500000;
+			output_signal_level : "VDD";
+			internal_power () {
+				related_pin : "IE";
+				when : "!CS&!OE&PAD";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("1.210607, 1.272416, 1.196130, 1.202074, 1.179665, 1.202792", \
+					  "0.954552, 1.012344, 1.033022, 0.992119, 0.966258, 0.995308", \
+					  "0.932679, 0.906873, 0.918876, 0.903396, 0.834444, 0.938065");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("1.482587, 1.501015, 1.518967, 1.557034, 1.569119, 1.534275", \
+					  "1.283959, 1.411951, 1.369739, 1.477098, 1.296211, 1.253636", \
+					  "1.265095, 1.266144, 1.317726, 1.367802, 1.275838, 1.201479");
+				}
+			}
+			internal_power () {
+				related_pin : "IE";
+				when : "CS&!OE&PAD";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("1.350033, 1.342040, 1.334699, 1.332006, 1.320910, 1.321548", \
+					  "1.116368, 1.108655, 1.105883, 1.093446, 1.094745, 1.089540", \
+					  "1.112573, 1.103613, 1.087660, 1.092141, 1.089282, 1.086222");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("1.582924, 1.608370, 1.649076, 1.683008, 1.699156, 1.705187", \
+					  "1.396434, 1.455588, 1.352704, 1.417717, 1.432546, 1.456704", \
+					  "1.390032, 1.442546, 1.358437, 1.377249, 1.408574, 1.407349");
+				}
+			}
+			internal_power () {
+				related_pin : "PAD";
+				when : "!CS&IE&!OE";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("0.881790, 0.872010, 0.862280, 0.830620, 0.816940, 0.811790", \
+					  "0.982480, 0.971870, 0.962010, 0.934210, 0.922030, 0.902140", \
+					  "0.966840, 0.982900, 0.954740, 0.931850, 0.914830, 0.898650");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("1.080220, 1.104380, 1.142340, 1.203190, 1.218850, 1.230050", \
+					  "1.458500, 1.483790, 1.520920, 1.581170, 1.597650, 1.609670", \
+					  "0.752250, 0.776180, 0.814200, 0.874760, 0.891750, 0.902570");
+				}
+			}
+			internal_power () {
+				related_pin : "PAD";
+				when : "CS&IE&!OE";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("1.104170, 1.093390, 1.087310, 1.061340, 1.046800, 1.037010", \
+					  "1.269550, 1.260190, 1.251430, 1.225310, 1.207760, 1.195490", \
+					  "1.286230, 1.275850, 1.265990, 1.237020, 1.226060, 1.216510");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("1.378710, 1.409080, 1.461010, 1.570510, 1.605380, 1.630520", \
+					  "0.994610, 1.025520, 1.077940, 1.187010, 1.223140, 1.250530", \
+					  "0.965310, 0.996700, 1.051780, 1.168060, 1.202570, 1.228420");
+				}
+			}
+			internal_power () {
+				related_pin : "IE";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("1.280320, 1.307228, 1.265414, 1.267040, 1.250287, 1.262170", \
+					  "1.035460, 1.060499, 1.069453, 1.042782, 1.030501, 1.042424", \
+					  "1.022626, 1.005243, 1.003268, 0.997769, 0.961863, 1.012144");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("1.532755, 1.554693, 1.584021, 1.620021, 1.634138, 1.619731", \
+					  "1.340197, 1.433769, 1.361222, 1.447407, 1.364378, 1.355170", \
+					  "1.327564, 1.354345, 1.338081, 1.372526, 1.342206, 1.304414");
+				}
+			}
+			internal_power () {
+				related_pin : "PAD";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("0.992980, 0.982700, 0.974795, 0.945980, 0.931870, 0.924400", \
+					  "1.126015, 1.116030, 1.106720, 1.079760, 1.064895, 1.048815", \
+					  "1.126535, 1.129375, 1.110365, 1.084435, 1.070445, 1.057580");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("1.229465, 1.256730, 1.301675, 1.386850, 1.412115, 1.430285", \
+					  "1.226555, 1.254655, 1.299430, 1.384090, 1.410395, 1.430100", \
+					  "0.858780, 0.886440, 0.932990, 1.021410, 1.047160, 1.065495");
+				}
+			}
+			timing () {
+				related_pin : "IE";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				when : "!CS&!OE&PAD";
+				sdf_cond : "CS==1'b0&&OE==1'b0&&PAD==1'b1";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("1.579934, 1.634348, 1.701224, 1.891485, 1.983322, 2.074974", \
+					  "1.675636, 1.730615, 1.797142, 1.987150, 2.078888, 2.170688", \
+					  "1.735575, 1.790448, 1.856488, 2.047244, 2.139048, 2.230740");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.159645, 0.231190, 0.327451, 0.657515, 0.830890, 1.006580", \
+					  "0.158466, 0.230878, 0.327885, 0.659021, 0.832173, 1.003941", \
+					  "0.158213, 0.229665, 0.327895, 0.658159, 0.831040, 1.003848");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("1.353338, 1.398770, 1.451887, 1.597475, 1.665170, 1.731902", \
+					  "1.497238, 1.542649, 1.596110, 1.741312, 1.808974, 1.875749", \
+					  "1.645806, 1.691253, 1.744635, 1.889984, 1.957630, 2.024377");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.088303, 0.141966, 0.213180, 0.437407, 0.552441, 0.668932", \
+					  "0.088386, 0.142799, 0.212627, 0.437578, 0.551816, 0.668984", \
+					  "0.088104, 0.142343, 0.212376, 0.436868, 0.552678, 0.668470");
+				}
+			}
+			timing () {
+				related_pin : "IE";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				when : "CS&!OE&PAD";
+				sdf_cond : "CS==1'b1&&OE==1'b0&&PAD==1'b1";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("1.635659, 1.690512, 1.756756, 1.946997, 2.038714, 2.130441", \
+					  "1.731752, 1.786560, 1.852807, 2.042956, 2.135304, 2.227181", \
+					  "1.791500, 1.846308, 1.912271, 2.102502, 2.194430, 2.286266");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.158518, 0.231758, 0.327874, 0.659183, 0.832229, 1.002712", \
+					  "0.158585, 0.229439, 0.327641, 0.658746, 0.831943, 1.006660", \
+					  "0.158821, 0.229755, 0.328188, 0.658034, 0.833414, 1.006551");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("1.433264, 1.478705, 1.532041, 1.676848, 1.744486, 1.811218", \
+					  "1.577013, 1.622494, 1.675707, 1.821086, 1.888777, 1.955546", \
+					  "1.725790, 1.771149, 1.824464, 1.969895, 2.037638, 2.104398");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.088079, 0.142480, 0.212502, 0.438010, 0.552342, 0.668217", \
+					  "0.088708, 0.142441, 0.213480, 0.437023, 0.551866, 0.668433", \
+					  "0.088565, 0.142117, 0.213456, 0.437825, 0.552756, 0.668953");
+				}
+			}
+			timing () {
+				related_pin : "PAD";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				when : "!CS&IE&!OE";
+				sdf_cond : "CS==1'b0&&IE==1'b1&&OE==1'b0";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("1.116826, 1.171566, 1.237484, 1.427631, 1.519693, 1.611659", \
+					  "1.198588, 1.253531, 1.319148, 1.509505, 1.601378, 1.693047", \
+					  "1.228131, 1.283108, 1.349016, 1.539221, 1.631073, 1.722695");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.157370, 0.227801, 0.324672, 0.659090, 0.831753, 1.003774", \
+					  "0.157306, 0.227834, 0.325177, 0.657423, 0.829255, 1.004593", \
+					  "0.157602, 0.227635, 0.324848, 0.658630, 0.830688, 1.004529");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("1.081672, 1.126805, 1.179894, 1.325418, 1.393109, 1.459995", \
+					  "1.139010, 1.184403, 1.237013, 1.382874, 1.450521, 1.517281", \
+					  "1.329034, 1.374210, 1.427327, 1.572870, 1.640643, 1.707437");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.089011, 0.142035, 0.211669, 0.436852, 0.550618, 0.665673", \
+					  "0.088731, 0.142484, 0.212070, 0.436390, 0.551291, 0.668260", \
+					  "0.089106, 0.142250, 0.211805, 0.436066, 0.551043, 0.665733");
+				}
+			}
+			timing () {
+				related_pin : "PAD";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				when : "CS&IE&!OE";
+				sdf_cond : "CS==1'b1&&IE==1'b1&&OE==1'b0";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("1.194114, 1.248867, 1.315332, 1.505070, 1.596990, 1.688870", \
+					  "1.313338, 1.368458, 1.434771, 1.624685, 1.716572, 1.808208", \
+					  "1.405667, 1.460178, 1.526208, 1.716966, 1.809121, 1.901165");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.157026, 0.227623, 0.324684, 0.658912, 0.829718, 1.005473", \
+					  "0.157526, 0.227438, 0.324894, 0.658637, 0.828641, 1.005080", \
+					  "0.157619, 0.227797, 0.324584, 0.658331, 0.831223, 1.007069");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("1.719635, 1.764832, 1.817511, 1.962996, 2.030945, 2.097831", \
+					  "1.663699, 1.708905, 1.761912, 1.907648, 1.975346, 2.042082", \
+					  "1.881697, 1.926922, 1.980086, 2.125353, 2.193105, 2.259875");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.089076, 0.142782, 0.212121, 0.436974, 0.550577, 0.665644", \
+					  "0.089120, 0.143006, 0.212428, 0.436534, 0.550560, 0.665791", \
+					  "0.089247, 0.142715, 0.212276, 0.437071, 0.551755, 0.668593");
+				}
+			}
+		}
+		pin ("DVDD") {
+			direction : "inout";
+			capacitance : 0;
+		}
+		pin ("DVSS") {
+			direction : "inout";
+			capacitance : 0;
+		}
+		pin ("VDD") {
+			direction : "inout";
+			capacitance : 0;
+		}
+		pin ("VSS") {
+			direction : "inout";
+			capacitance : 0;
+		}
+	}
diff --git a/cells/bi_24t/gf180mcu_fd_io__bi_24t__ff_n40C_2v75.lib.json b/cells/bi_24t/gf180mcu_fd_io__bi_24t__ff_n40C_2v75.lib.json
new file mode 100644
index 0000000..e705818
--- /dev/null
+++ b/cells/bi_24t/gf180mcu_fd_io__bi_24t__ff_n40C_2v75.lib.json
@@ -0,0 +1,3102 @@
+{
+    "cell gf180mcu_fd_io__bi_24t": {
+        "scaling_factors": "gf_factors",
+        "area": "26250.000000",
+        "pad_cell": "true",
+        "dont_use": "true",
+        "dont_touch": "true",
+        "cell_leakage_power": "1.445440e-03",
+        "leakage_power ": {
+            "when": "!CS !SL !IE !OE !PU !PD !A !PAD",
+            "value": "0.001445"
+        },
+        "pin CS": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.022851",
+            "comp_attribute rise_capacitance_range": "0.021508,0.023632",
+            "capacitance": "0.022440",
+            "fall_capacitance": "0.022029",
+            "comp_attribute fall_capacitance_range": "0.021478,0.022955",
+            "internal_power ": {
+                "rise_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        0.220749,
+                        0.766772,
+                        0.778498
+                    ]
+                },
+                "fall_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        0.310486,
+                        0.707781,
+                        0.708369
+                    ]
+                }
+            }
+        },
+        "pin SL": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.031765",
+            "comp_attribute rise_capacitance_range": "0.030274,0.032649",
+            "capacitance": "0.031404",
+            "fall_capacitance": "0.031043",
+            "comp_attribute fall_capacitance_range": "0.030410,0.032289",
+            "internal_power ": {
+                "rise_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        0.185868,
+                        0.972807,
+                        0.971097
+                    ]
+                },
+                "fall_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        0.34227,
+                        1.089543,
+                        1.092122
+                    ]
+                }
+            }
+        },
+        "pin IE": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.014575",
+            "comp_attribute rise_capacitance_range": "0.013333,0.015361",
+            "capacitance": "0.014156",
+            "fall_capacitance": "0.013737",
+            "comp_attribute fall_capacitance_range": "0.013127,0.014586",
+            "internal_power ": {
+                "rise_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        0.255063,
+                        0.486509,
+                        0.499422
+                    ]
+                },
+                "fall_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        0.248978,
+                        0.4357,
+                        0.460507
+                    ]
+                }
+            }
+        },
+        "pin OE": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.090858",
+            "comp_attribute rise_capacitance_range": "0.082599,0.096135",
+            "capacitance": "0.090372",
+            "fall_capacitance": "0.087937",
+            "comp_attribute fall_capacitance_range": "0.085158,0.090579"
+        },
+        "pin PU": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.079175",
+            "comp_attribute rise_capacitance_range": "0.063802,0.091326",
+            "capacitance": "0.079697",
+            "fall_capacitance": "0.080219",
+            "comp_attribute fall_capacitance_range": "0.060929,0.096378",
+            "internal_power ": {
+                "rise_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        -0.169036,
+                        0.114818,
+                        0.119299
+                    ]
+                },
+                "fall_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        0.638594,
+                        0.994994,
+                        1.088298
+                    ]
+                }
+            }
+        },
+        "pin PD": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.047661",
+            "comp_attribute rise_capacitance_range": "0.046388,0.048601",
+            "capacitance": "0.049021",
+            "fall_capacitance": "0.050380",
+            "comp_attribute fall_capacitance_range": "0.048537,0.051603",
+            "internal_power ": {
+                "rise_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        0.022017,
+                        0.555021,
+                        0.527688
+                    ]
+                },
+                "fall_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        0.57483,
+                        0.880378,
+                        0.901668
+                    ]
+                }
+            }
+        },
+        "pin A": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.036958",
+            "comp_attribute rise_capacitance_range": "0.035054,0.038303",
+            "capacitance": "0.036964",
+            "fall_capacitance": "0.036970",
+            "comp_attribute fall_capacitance_range": "0.035913,0.038154",
+            "internal_power ": {
+                "rise_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        -0.089339,
+                        -0.088565,
+                        -0.085929
+                    ]
+                },
+                "fall_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        0.101761,
+                        0.101177,
+                        0.099245
+                    ]
+                }
+            }
+        },
+        "pin PAD": {
+            "drive_current": "24000.000000",
+            "is_pad": "true",
+            "function": "((A))",
+            "three_state": "((!OE))",
+            "direction": "inout",
+            "max_transition": "1.000000",
+            "max_capacitance": "50.000000",
+            "input_signal_level": "DVDD",
+            "output_signal_level": "DVDD",
+            "capacitance": "3.547661",
+            "internal_power ": [
+                {
+                    "related_pin": "A",
+                    "when": "!IE&OE&!SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            10,
+                            20,
+                            30,
+                            40,
+                            50
+                        ],
+                        "values": [
+                            [
+                                33.168729,
+                                33.985439,
+                                33.520029,
+                                33.275779,
+                                32.731879,
+                                32.280609
+                            ],
+                            [
+                                33.339705,
+                                33.970065,
+                                33.556775,
+                                33.271635,
+                                32.747055,
+                                32.271835
+                            ],
+                            [
+                                32.991549,
+                                33.987579,
+                                33.547359,
+                                33.247079,
+                                32.700329,
+                                32.076899
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            10,
+                            20,
+                            30,
+                            40,
+                            50
+                        ],
+                        "values": [
+                            [
+                                35.001169,
+                                37.187429,
+                                37.752879,
+                                38.003629,
+                                38.133529,
+                                38.226679
+                            ],
+                            [
+                                34.990173,
+                                37.190863,
+                                37.751293,
+                                37.941313,
+                                38.111293,
+                                38.199813
+                            ],
+                            [
+                                34.964395,
+                                36.997025,
+                                37.752535,
+                                38.049495,
+                                37.990065,
+                                38.400615
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "A",
+                    "when": "!IE&OE&SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            10,
+                            20,
+                            30,
+                            40,
+                            50
+                        ],
+                        "values": [
+                            [
+                                28.822839,
+                                31.970789,
+                                32.592499,
+                                32.935049,
+                                32.359219,
+                                32.341429
+                            ],
+                            [
+                                28.744445,
+                                32.406925,
+                                33.156595,
+                                33.146095,
+                                32.529745,
+                                32.136055
+                            ],
+                            [
+                                28.705959,
+                                32.454879,
+                                32.734989,
+                                32.799869,
+                                32.108059,
+                                31.955979
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            10,
+                            20,
+                            30,
+                            40,
+                            50
+                        ],
+                        "values": [
+                            [
+                                31.741829,
+                                34.126709,
+                                35.508369,
+                                36.308739,
+                                36.753509,
+                                37.096429
+                            ],
+                            [
+                                31.472693,
+                                34.899723,
+                                36.754683,
+                                37.725963,
+                                35.145523,
+                                37.323453
+                            ],
+                            [
+                                31.450185,
+                                34.020985,
+                                35.809905,
+                                36.726535,
+                                37.459425,
+                                37.361915
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "A&!IE&!SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            10,
+                            20,
+                            30,
+                            40,
+                            50
+                        ],
+                        "values": [
+                            [
+                                29.974488,
+                                29.993828,
+                                29.579548,
+                                29.406948,
+                                28.636648,
+                                28.126148
+                            ],
+                            [
+                                19.47698,
+                                19.49907,
+                                19.05514,
+                                18.6558,
+                                18.14371,
+                                17.41338
+                            ],
+                            [
+                                19.38831,
+                                19.46356,
+                                19.06354,
+                                18.56042,
+                                18.17625,
+                                17.83072
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            10,
+                            20,
+                            30,
+                            40,
+                            50
+                        ],
+                        "values": [
+                            [
+                                5.089853,
+                                5.587851,
+                                5.741434,
+                                5.831043,
+                                5.887247,
+                                5.929432
+                            ],
+                            [
+                                1.353288,
+                                3.232463,
+                                3.839753,
+                                4.160363,
+                                4.367993,
+                                4.512513
+                            ],
+                            [
+                                1.449278,
+                                3.243264,
+                                4.083224,
+                                4.381414,
+                                4.575334,
+                                4.690304
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "A&!IE&SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            10,
+                            20,
+                            30,
+                            40,
+                            50
+                        ],
+                        "values": [
+                            [
+                                25.424338,
+                                28.158438,
+                                28.819268,
+                                28.487228,
+                                28.031368,
+                                27.405058
+                            ],
+                            [
+                                14.88755,
+                                17.97014,
+                                18.54713,
+                                18.01739,
+                                17.63304,
+                                17.04444
+                            ],
+                            [
+                                14.84183,
+                                17.83496,
+                                18.45716,
+                                17.97134,
+                                17.57016,
+                                17.03412
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            10,
+                            20,
+                            30,
+                            40,
+                            50
+                        ],
+                        "values": [
+                            [
+                                5.055359,
+                                5.468609,
+                                5.59769,
+                                5.709066,
+                                5.756168,
+                                5.786658
+                            ],
+                            [
+                                1.396376,
+                                3.227613,
+                                3.789053,
+                                4.375933,
+                                4.563083,
+                                4.675403
+                            ],
+                            [
+                                1.679877,
+                                3.300494,
+                                4.075954,
+                                4.373524,
+                                4.672584,
+                                4.768774
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "!A&!IE&!SL",
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            10,
+                            20,
+                            30,
+                            40,
+                            50
+                        ],
+                        "values": [
+                            [
+                                27.685158,
+                                28.849638,
+                                28.973628,
+                                29.218958,
+                                28.969778,
+                                29.300568
+                            ],
+                            [
+                                17.35063,
+                                18.54335,
+                                18.67354,
+                                18.92707,
+                                18.66345,
+                                18.96482
+                            ],
+                            [
+                                17.3592,
+                                18.59586,
+                                18.75405,
+                                18.79103,
+                                18.82022,
+                                18.85563
+                            ]
+                        ]
+                    },
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            10,
+                            20,
+                            30,
+                            40,
+                            50
+                        ],
+                        "values": [
+                            [
+                                6.438902,
+                                -69.430535,
+                                -145.128195,
+                                -220.789195,
+                                -296.435695,
+                                -372.074995
+                            ],
+                            [
+                                -0.00138,
+                                -75.880017,
+                                -151.579877,
+                                -227.285577,
+                                -302.930477,
+                                -378.567477
+                            ],
+                            [
+                                0.157048,
+                                -75.877776,
+                                -151.280096,
+                                -226.924196,
+                                -302.574496,
+                                -378.204496
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "!A&!IE&SL",
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            10,
+                            20,
+                            30,
+                            40,
+                            50
+                        ],
+                        "values": [
+                            [
+                                24.689858,
+                                25.861228,
+                                26.761018,
+                                27.368568,
+                                27.730048,
+                                27.910028
+                            ],
+                            [
+                                14.28534,
+                                15.49756,
+                                16.46892,
+                                17.02015,
+                                17.41746,
+                                17.56328
+                            ],
+                            [
+                                14.1552,
+                                15.42284,
+                                16.33007,
+                                16.95073,
+                                17.44503,
+                                17.55935
+                            ]
+                        ]
+                    },
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            10,
+                            20,
+                            30,
+                            40,
+                            50
+                        ],
+                        "values": [
+                            [
+                                6.35467,
+                                -69.492565,
+                                -145.196495,
+                                -220.861295,
+                                -296.510195,
+                                -372.150795
+                            ],
+                            [
+                                0.054446,
+                                -75.740987,
+                                -151.453077,
+                                -227.116777,
+                                -302.763577,
+                                -378.402777
+                            ],
+                            [
+                                0.318524,
+                                -75.774406,
+                                -151.546496,
+                                -227.232996,
+                                -302.883896,
+                                -378.516096
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "A",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            10,
+                            20,
+                            30,
+                            40,
+                            50
+                        ],
+                        "values": [
+                            [
+                                61.991568,
+                                65.956228,
+                                66.112528,
+                                66.210828,
+                                65.091098,
+                                64.622038
+                            ],
+                            [
+                                62.08415,
+                                66.37699,
+                                66.71337,
+                                66.41773,
+                                65.2768,
+                                64.40789
+                            ],
+                            [
+                                61.697508,
+                                66.442458,
+                                66.282348,
+                                66.046948,
+                                64.808388,
+                                64.032878
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            10,
+                            20,
+                            30,
+                            40,
+                            50
+                        ],
+                        "values": [
+                            [
+                                66.742998,
+                                71.314138,
+                                73.261248,
+                                74.312368,
+                                74.887038,
+                                75.323108
+                            ],
+                            [
+                                66.462866,
+                                72.090586,
+                                74.505976,
+                                75.667276,
+                                73.256816,
+                                75.523266
+                            ],
+                            [
+                                66.41458,
+                                71.01801,
+                                73.56244,
+                                74.77603,
+                                75.44949,
+                                75.76253
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            10,
+                            20,
+                            30,
+                            40,
+                            50
+                        ],
+                        "values": [
+                            [
+                                34.096199,
+                                -40.385417,
+                                -115.962937,
+                                -191.878157,
+                                -268.138937,
+                                -344.347292
+                            ],
+                            [
+                                17.208798,
+                                -57.075897,
+                                -132.715342,
+                                -208.864582,
+                                -284.958652,
+                                -361.256217
+                            ],
+                            [
+                                17.352856,
+                                -57.176831,
+                                -132.652946,
+                                -208.812716,
+                                -284.855991,
+                                -360.927876
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            10,
+                            20,
+                            30,
+                            40,
+                            50
+                        ],
+                        "values": [
+                            [
+                                31.260114,
+                                32.883663,
+                                33.536885,
+                                34.063817,
+                                34.171621,
+                                34.463343
+                            ],
+                            [
+                                17.192817,
+                                20.250493,
+                                21.385633,
+                                22.241758,
+                                22.505993,
+                                22.858008
+                            ],
+                            [
+                                17.321778,
+                                20.281229,
+                                21.621649,
+                                22.248349,
+                                22.756584,
+                                22.937029
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "rise_power power_inputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "values": [
+                            -17.79008,
+                            -17.84417,
+                            -17.76394
+                        ]
+                    },
+                    "fall_power power_inputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "values": [
+                            17.70044,
+                            17.92873,
+                            17.91252
+                        ]
+                    }
+                }
+            ],
+            "timing ": [
+                {
+                    "related_pin": "A",
+                    "timing_type": "combinational",
+                    "timing_sense": "positive_unate",
+                    "when": "!IE&OE&!SL",
+                    "sdf_cond": "IE==1'b0&&OE==1'b1&&SL==1'b0",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.547661,
+                            13.547661,
+                            23.547661,
+                            33.547661,
+                            43.547661,
+                            53.547661
+                        ],
+                        "values": [
+                            [
+                                2.248653,
+                                2.593607,
+                                2.868768,
+                                3.136971,
+                                3.404212,
+                                3.670709
+                            ],
+                            [
+                                2.322045,
+                                2.667102,
+                                2.942145,
+                                3.210372,
+                                3.477712,
+                                3.744222
+                            ],
+                            [
+                                2.350226,
+                                2.694985,
+                                2.969962,
+                                3.238084,
+                                3.505616,
+                                3.772169
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.547661,
+                            13.547661,
+                            23.547661,
+                            33.547661,
+                            43.547661,
+                            53.547661
+                        ],
+                        "values": [
+                            [
+                                0.483448,
+                                0.890609,
+                                1.368918,
+                                1.870583,
+                                2.385995,
+                                2.905879
+                            ],
+                            [
+                                0.483724,
+                                0.889656,
+                                1.366666,
+                                1.871319,
+                                2.386482,
+                                2.905946
+                            ],
+                            [
+                                0.483646,
+                                0.889285,
+                                1.366362,
+                                1.871593,
+                                2.38641,
+                                2.901861
+                            ]
+                        ]
+                    },
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.547661,
+                            13.547661,
+                            23.547661,
+                            33.547661,
+                            43.547661,
+                            53.547661
+                        ],
+                        "values": [
+                            [
+                                2.278392,
+                                2.620204,
+                                2.870735,
+                                3.105852,
+                                3.335995,
+                                3.56469
+                            ],
+                            [
+                                2.420147,
+                                2.762111,
+                                3.012546,
+                                3.247655,
+                                3.477823,
+                                3.70629
+                            ],
+                            [
+                                2.576959,
+                                2.918823,
+                                3.169276,
+                                3.404325,
+                                3.634781,
+                                3.863319
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.547661,
+                            13.547661,
+                            23.547661,
+                            33.547661,
+                            43.547661,
+                            53.547661
+                        ],
+                        "values": [
+                            [
+                                0.361869,
+                                0.756091,
+                                1.13155,
+                                1.521368,
+                                1.920901,
+                                2.327735
+                            ],
+                            [
+                                0.361768,
+                                0.755806,
+                                1.131491,
+                                1.520687,
+                                1.918929,
+                                2.326441
+                            ],
+                            [
+                                0.362968,
+                                0.755886,
+                                1.131771,
+                                1.522037,
+                                1.919455,
+                                2.328299
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "A",
+                    "timing_type": "combinational",
+                    "timing_sense": "positive_unate",
+                    "when": "!IE&OE&SL",
+                    "sdf_cond": "IE==1'b0&&OE==1'b1&&SL==1'b1",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.547661,
+                            13.547661,
+                            23.547661,
+                            33.547661,
+                            43.547661,
+                            53.547661
+                        ],
+                        "values": [
+                            [
+                                2.187958,
+                                3.018307,
+                                3.59294,
+                                4.002439,
+                                4.342438,
+                                4.650872
+                            ],
+                            [
+                                2.261165,
+                                3.091768,
+                                3.666807,
+                                4.074038,
+                                4.417636,
+                                4.724978
+                            ],
+                            [
+                                2.289139,
+                                3.11962,
+                                3.693824,
+                                4.104879,
+                                4.445226,
+                                4.752317
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.547661,
+                            13.547661,
+                            23.547661,
+                            33.547661,
+                            43.547661,
+                            53.547661
+                        ],
+                        "values": [
+                            [
+                                0.670402,
+                                1.785049,
+                                2.359644,
+                                2.827247,
+                                3.268773,
+                                3.700729
+                            ],
+                            [
+                                0.670163,
+                                1.784564,
+                                2.361741,
+                                2.830177,
+                                3.265851,
+                                3.700291
+                            ],
+                            [
+                                0.671485,
+                                1.78522,
+                                2.360586,
+                                2.827343,
+                                3.266705,
+                                3.702231
+                            ]
+                        ]
+                    },
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.547661,
+                            13.547661,
+                            23.547661,
+                            33.547661,
+                            43.547661,
+                            53.547661
+                        ],
+                        "values": [
+                            [
+                                2.250683,
+                                2.736581,
+                                3.195815,
+                                3.618851,
+                                4.000657,
+                                4.350128
+                            ],
+                            [
+                                2.392456,
+                                2.878328,
+                                3.337544,
+                                3.76038,
+                                4.143175,
+                                4.492541
+                            ],
+                            [
+                                2.549423,
+                                3.035317,
+                                3.494462,
+                                3.917063,
+                                4.300531,
+                                4.648711
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.547661,
+                            13.547661,
+                            23.547661,
+                            33.547661,
+                            43.547661,
+                            53.547661
+                        ],
+                        "values": [
+                            [
+                                0.37228,
+                                1.188201,
+                                1.88198,
+                                2.448345,
+                                2.9523,
+                                3.405358
+                            ],
+                            [
+                                0.371872,
+                                1.188187,
+                                1.881918,
+                                2.447614,
+                                2.949731,
+                                3.405942
+                            ],
+                            [
+                                0.371611,
+                                1.188378,
+                                1.88184,
+                                2.447854,
+                                2.952807,
+                                3.403663
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "A&!IE&!SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&SL==1'b0",
+                    "timing_type": "three_state_enable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.547661,
+                            13.547661,
+                            23.547661,
+                            33.547661,
+                            43.547661,
+                            53.547661
+                        ],
+                        "values": [
+                            [
+                                1.92215,
+                                2.273849,
+                                2.548513,
+                                2.81621,
+                                3.082401,
+                                3.348954
+                            ],
+                            [
+                                1.975827,
+                                2.328896,
+                                2.603493,
+                                2.871001,
+                                3.138017,
+                                3.404371
+                            ],
+                            [
+                                1.999321,
+                                2.353023,
+                                2.62785,
+                                2.895487,
+                                3.162128,
+                                3.428542
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.547661,
+                            13.547661,
+                            23.547661,
+                            33.547661,
+                            43.547661,
+                            53.547661
+                        ],
+                        "values": [
+                            [
+                                0.512301,
+                                0.910174,
+                                1.379907,
+                                1.880175,
+                                2.391236,
+                                2.907526
+                            ],
+                            [
+                                0.511357,
+                                0.911733,
+                                1.381934,
+                                1.882048,
+                                2.388872,
+                                2.903304
+                            ],
+                            [
+                                0.510826,
+                                0.911213,
+                                1.381435,
+                                1.882716,
+                                2.389321,
+                                2.906008
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "A&!IE&SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&SL==1'b1",
+                    "timing_type": "three_state_enable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.547661,
+                            13.547661,
+                            23.547661,
+                            33.547661,
+                            43.547661,
+                            53.547661
+                        ],
+                        "values": [
+                            [
+                                1.86346,
+                                2.686401,
+                                3.267989,
+                                3.681355,
+                                4.023712,
+                                4.332885
+                            ],
+                            [
+                                1.918761,
+                                2.741431,
+                                3.32379,
+                                3.738204,
+                                4.079661,
+                                4.388432
+                            ],
+                            [
+                                1.943268,
+                                2.765951,
+                                3.347307,
+                                3.761643,
+                                4.104156,
+                                4.412932
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.547661,
+                            13.547661,
+                            23.547661,
+                            33.547661,
+                            43.547661,
+                            53.547661
+                        ],
+                        "values": [
+                            [
+                                0.679131,
+                                1.800466,
+                                2.384352,
+                                2.854613,
+                                3.296157,
+                                3.72777
+                            ],
+                            [
+                                0.67974,
+                                1.802226,
+                                2.386734,
+                                2.854273,
+                                3.293941,
+                                3.729026
+                            ],
+                            [
+                                0.680471,
+                                1.80116,
+                                2.385867,
+                                2.854375,
+                                3.294189,
+                                3.729024
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "!A&!IE&!SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&SL==1'b0",
+                    "timing_type": "three_state_enable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.547661,
+                            13.547661,
+                            23.547661,
+                            33.547661,
+                            43.547661,
+                            53.547661
+                        ],
+                        "values": [
+                            [
+                                1.352344,
+                                1.703452,
+                                1.956356,
+                                2.191423,
+                                2.421316,
+                                2.649497
+                            ],
+                            [
+                                1.42528,
+                                1.776873,
+                                2.029625,
+                                2.264679,
+                                2.494713,
+                                2.722779
+                            ],
+                            [
+                                1.456081,
+                                1.807618,
+                                2.060484,
+                                2.295564,
+                                2.525492,
+                                2.753604
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.547661,
+                            13.547661,
+                            23.547661,
+                            33.547661,
+                            43.547661,
+                            53.547661
+                        ],
+                        "values": [
+                            [
+                                0.392518,
+                                0.784718,
+                                1.157879,
+                                1.54202,
+                                1.933311,
+                                2.339445
+                            ],
+                            [
+                                0.391789,
+                                0.784537,
+                                1.157147,
+                                1.542351,
+                                1.936913,
+                                2.335169
+                            ],
+                            [
+                                0.392006,
+                                0.784493,
+                                1.157867,
+                                1.542567,
+                                1.93447,
+                                2.338891
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "!A&!IE&SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&SL==1'b1",
+                    "timing_type": "three_state_enable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.547661,
+                            13.547661,
+                            23.547661,
+                            33.547661,
+                            43.547661,
+                            53.547661
+                        ],
+                        "values": [
+                            [
+                                1.333059,
+                                1.810106,
+                                2.266344,
+                                2.691131,
+                                3.077429,
+                                3.431233
+                            ],
+                            [
+                                1.406211,
+                                1.883615,
+                                2.33978,
+                                2.763819,
+                                3.150847,
+                                3.504071
+                            ],
+                            [
+                                1.436965,
+                                1.914308,
+                                2.370483,
+                                2.79551,
+                                3.182054,
+                                3.53613
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.547661,
+                            13.547661,
+                            23.547661,
+                            33.547661,
+                            43.547661,
+                            53.547661
+                        ],
+                        "values": [
+                            [
+                                0.409078,
+                                1.199698,
+                                1.89898,
+                                2.473104,
+                                2.972772,
+                                3.43453
+                            ],
+                            [
+                                0.408734,
+                                1.199251,
+                                1.897431,
+                                2.476664,
+                                2.97968,
+                                3.431213
+                            ],
+                            [
+                                0.409483,
+                                1.199096,
+                                1.899098,
+                                2.47277,
+                                2.97521,
+                                3.433655
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "!A&!IE&!SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&SL==1'b0",
+                    "timing_type": "three_state_disable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.547661,
+                            13.547661,
+                            23.547661,
+                            33.547661,
+                            43.547661,
+                            53.547661
+                        ],
+                        "values": [
+                            [
+                                1.084334,
+                                1.084335,
+                                1.084336,
+                                1.084337,
+                                1.084338,
+                                1.084339
+                            ],
+                            [
+                                1.224269,
+                                1.224336,
+                                1.224337,
+                                1.224338,
+                                1.224339,
+                                1.22434
+                            ],
+                            [
+                                1.384342,
+                                1.38746,
+                                1.387461,
+                                1.387462,
+                                1.387463,
+                                1.387464
+                            ]
+                        ]
+                    },
+                    "rise_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "!A&!IE&SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&SL==1'b1",
+                    "timing_type": "three_state_disable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.547661,
+                            13.547661,
+                            23.547661,
+                            33.547661,
+                            43.547661,
+                            53.547661
+                        ],
+                        "values": [
+                            [
+                                1.077792,
+                                1.077793,
+                                1.077794,
+                                1.077795,
+                                1.077796,
+                                1.077797
+                            ],
+                            [
+                                1.216821,
+                                1.216976,
+                                1.216977,
+                                1.216978,
+                                1.216979,
+                                1.21698
+                            ],
+                            [
+                                1.375512,
+                                1.3788,
+                                1.378801,
+                                1.378802,
+                                1.378803,
+                                1.378804
+                            ]
+                        ]
+                    },
+                    "rise_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "A&!IE&!SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&SL==1'b0",
+                    "timing_type": "three_state_disable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.547661,
+                            13.547661,
+                            23.547661,
+                            33.547661,
+                            43.547661,
+                            53.547661
+                        ],
+                        "values": [
+                            [
+                                1.420269,
+                                1.42027,
+                                1.420271,
+                                1.420272,
+                                1.420273,
+                                1.420274
+                            ],
+                            [
+                                1.564122,
+                                1.564123,
+                                1.564124,
+                                1.564125,
+                                1.564126,
+                                1.564127
+                            ],
+                            [
+                                1.729658,
+                                1.729659,
+                                1.72966,
+                                1.729661,
+                                1.729662,
+                                1.729663
+                            ]
+                        ]
+                    },
+                    "fall_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "A&!IE&SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&SL==1'b1",
+                    "timing_type": "three_state_disable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.547661,
+                            13.547661,
+                            23.547661,
+                            33.547661,
+                            43.547661,
+                            53.547661
+                        ],
+                        "values": [
+                            [
+                                1.425572,
+                                1.425573,
+                                1.425574,
+                                1.425575,
+                                1.425576,
+                                1.425577
+                            ],
+                            [
+                                1.567342,
+                                1.567343,
+                                1.567344,
+                                1.567345,
+                                1.567346,
+                                1.567347
+                            ],
+                            [
+                                1.731051,
+                                1.731052,
+                                1.731053,
+                                1.731054,
+                                1.731055,
+                                1.731056
+                            ]
+                        ]
+                    },
+                    "fall_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                }
+            ]
+        },
+        "pin Y": {
+            "function": "((IE*PAD))",
+            "direction": "output",
+            "max_capacitance": "0.500000",
+            "output_signal_level": "VDD",
+            "internal_power ": [
+                {
+                    "related_pin": "IE",
+                    "when": "!CS&!OE&PAD",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                1.210607,
+                                1.272416,
+                                1.19613,
+                                1.202074,
+                                1.179665,
+                                1.202792
+                            ],
+                            [
+                                0.954552,
+                                1.012344,
+                                1.033022,
+                                0.992119,
+                                0.966258,
+                                0.995308
+                            ],
+                            [
+                                0.932679,
+                                0.906873,
+                                0.918876,
+                                0.903396,
+                                0.834444,
+                                0.938065
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                1.482587,
+                                1.501015,
+                                1.518967,
+                                1.557034,
+                                1.569119,
+                                1.534275
+                            ],
+                            [
+                                1.283959,
+                                1.411951,
+                                1.369739,
+                                1.477098,
+                                1.296211,
+                                1.253636
+                            ],
+                            [
+                                1.265095,
+                                1.266144,
+                                1.317726,
+                                1.367802,
+                                1.275838,
+                                1.201479
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "IE",
+                    "when": "CS&!OE&PAD",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                1.350033,
+                                1.34204,
+                                1.334699,
+                                1.332006,
+                                1.32091,
+                                1.321548
+                            ],
+                            [
+                                1.116368,
+                                1.108655,
+                                1.105883,
+                                1.093446,
+                                1.094745,
+                                1.08954
+                            ],
+                            [
+                                1.112573,
+                                1.103613,
+                                1.08766,
+                                1.092141,
+                                1.089282,
+                                1.086222
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                1.582924,
+                                1.60837,
+                                1.649076,
+                                1.683008,
+                                1.699156,
+                                1.705187
+                            ],
+                            [
+                                1.396434,
+                                1.455588,
+                                1.352704,
+                                1.417717,
+                                1.432546,
+                                1.456704
+                            ],
+                            [
+                                1.390032,
+                                1.442546,
+                                1.358437,
+                                1.377249,
+                                1.408574,
+                                1.407349
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "PAD",
+                    "when": "!CS&IE&!OE",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.88179,
+                                0.87201,
+                                0.86228,
+                                0.83062,
+                                0.81694,
+                                0.81179
+                            ],
+                            [
+                                0.98248,
+                                0.97187,
+                                0.96201,
+                                0.93421,
+                                0.92203,
+                                0.90214
+                            ],
+                            [
+                                0.96684,
+                                0.9829,
+                                0.95474,
+                                0.93185,
+                                0.91483,
+                                0.89865
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                1.08022,
+                                1.10438,
+                                1.14234,
+                                1.20319,
+                                1.21885,
+                                1.23005
+                            ],
+                            [
+                                1.4585,
+                                1.48379,
+                                1.52092,
+                                1.58117,
+                                1.59765,
+                                1.60967
+                            ],
+                            [
+                                0.75225,
+                                0.77618,
+                                0.8142,
+                                0.87476,
+                                0.89175,
+                                0.90257
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "PAD",
+                    "when": "CS&IE&!OE",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                1.10417,
+                                1.09339,
+                                1.08731,
+                                1.06134,
+                                1.0468,
+                                1.03701
+                            ],
+                            [
+                                1.26955,
+                                1.26019,
+                                1.25143,
+                                1.22531,
+                                1.20776,
+                                1.19549
+                            ],
+                            [
+                                1.28623,
+                                1.27585,
+                                1.26599,
+                                1.23702,
+                                1.22606,
+                                1.21651
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                1.37871,
+                                1.40908,
+                                1.46101,
+                                1.57051,
+                                1.60538,
+                                1.63052
+                            ],
+                            [
+                                0.99461,
+                                1.02552,
+                                1.07794,
+                                1.18701,
+                                1.22314,
+                                1.25053
+                            ],
+                            [
+                                0.96531,
+                                0.9967,
+                                1.05178,
+                                1.16806,
+                                1.20257,
+                                1.22842
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "IE",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                1.28032,
+                                1.307228,
+                                1.265414,
+                                1.26704,
+                                1.250287,
+                                1.26217
+                            ],
+                            [
+                                1.03546,
+                                1.060499,
+                                1.069453,
+                                1.042782,
+                                1.030501,
+                                1.042424
+                            ],
+                            [
+                                1.022626,
+                                1.005243,
+                                1.003268,
+                                0.997769,
+                                0.961863,
+                                1.012144
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                1.532755,
+                                1.554693,
+                                1.584021,
+                                1.620021,
+                                1.634138,
+                                1.619731
+                            ],
+                            [
+                                1.340197,
+                                1.433769,
+                                1.361222,
+                                1.447407,
+                                1.364378,
+                                1.35517
+                            ],
+                            [
+                                1.327564,
+                                1.354345,
+                                1.338081,
+                                1.372526,
+                                1.342206,
+                                1.304414
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "PAD",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.99298,
+                                0.9827,
+                                0.974795,
+                                0.94598,
+                                0.93187,
+                                0.9244
+                            ],
+                            [
+                                1.126015,
+                                1.11603,
+                                1.10672,
+                                1.07976,
+                                1.064895,
+                                1.048815
+                            ],
+                            [
+                                1.126535,
+                                1.129375,
+                                1.110365,
+                                1.084435,
+                                1.070445,
+                                1.05758
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                1.229465,
+                                1.25673,
+                                1.301675,
+                                1.38685,
+                                1.412115,
+                                1.430285
+                            ],
+                            [
+                                1.226555,
+                                1.254655,
+                                1.29943,
+                                1.38409,
+                                1.410395,
+                                1.4301
+                            ],
+                            [
+                                0.85878,
+                                0.88644,
+                                0.93299,
+                                1.02141,
+                                1.04716,
+                                1.065495
+                            ]
+                        ]
+                    }
+                }
+            ],
+            "timing ": [
+                {
+                    "related_pin": "IE",
+                    "timing_type": "combinational",
+                    "timing_sense": "positive_unate",
+                    "when": "!CS&!OE&PAD",
+                    "sdf_cond": "CS==1'b0&&OE==1'b0&&PAD==1'b1",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                1.579934,
+                                1.634348,
+                                1.701224,
+                                1.891485,
+                                1.983322,
+                                2.074974
+                            ],
+                            [
+                                1.675636,
+                                1.730615,
+                                1.797142,
+                                1.98715,
+                                2.078888,
+                                2.170688
+                            ],
+                            [
+                                1.735575,
+                                1.790448,
+                                1.856488,
+                                2.047244,
+                                2.139048,
+                                2.23074
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.159645,
+                                0.23119,
+                                0.327451,
+                                0.657515,
+                                0.83089,
+                                1.00658
+                            ],
+                            [
+                                0.158466,
+                                0.230878,
+                                0.327885,
+                                0.659021,
+                                0.832173,
+                                1.003941
+                            ],
+                            [
+                                0.158213,
+                                0.229665,
+                                0.327895,
+                                0.658159,
+                                0.83104,
+                                1.003848
+                            ]
+                        ]
+                    },
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                1.353338,
+                                1.39877,
+                                1.451887,
+                                1.597475,
+                                1.66517,
+                                1.731902
+                            ],
+                            [
+                                1.497238,
+                                1.542649,
+                                1.59611,
+                                1.741312,
+                                1.808974,
+                                1.875749
+                            ],
+                            [
+                                1.645806,
+                                1.691253,
+                                1.744635,
+                                1.889984,
+                                1.95763,
+                                2.024377
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.088303,
+                                0.141966,
+                                0.21318,
+                                0.437407,
+                                0.552441,
+                                0.668932
+                            ],
+                            [
+                                0.088386,
+                                0.142799,
+                                0.212627,
+                                0.437578,
+                                0.551816,
+                                0.668984
+                            ],
+                            [
+                                0.088104,
+                                0.142343,
+                                0.212376,
+                                0.436868,
+                                0.552678,
+                                0.66847
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "IE",
+                    "timing_type": "combinational",
+                    "timing_sense": "positive_unate",
+                    "when": "CS&!OE&PAD",
+                    "sdf_cond": "CS==1'b1&&OE==1'b0&&PAD==1'b1",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                1.635659,
+                                1.690512,
+                                1.756756,
+                                1.946997,
+                                2.038714,
+                                2.130441
+                            ],
+                            [
+                                1.731752,
+                                1.78656,
+                                1.852807,
+                                2.042956,
+                                2.135304,
+                                2.227181
+                            ],
+                            [
+                                1.7915,
+                                1.846308,
+                                1.912271,
+                                2.102502,
+                                2.19443,
+                                2.286266
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.158518,
+                                0.231758,
+                                0.327874,
+                                0.659183,
+                                0.832229,
+                                1.002712
+                            ],
+                            [
+                                0.158585,
+                                0.229439,
+                                0.327641,
+                                0.658746,
+                                0.831943,
+                                1.00666
+                            ],
+                            [
+                                0.158821,
+                                0.229755,
+                                0.328188,
+                                0.658034,
+                                0.833414,
+                                1.006551
+                            ]
+                        ]
+                    },
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                1.433264,
+                                1.478705,
+                                1.532041,
+                                1.676848,
+                                1.744486,
+                                1.811218
+                            ],
+                            [
+                                1.577013,
+                                1.622494,
+                                1.675707,
+                                1.821086,
+                                1.888777,
+                                1.955546
+                            ],
+                            [
+                                1.72579,
+                                1.771149,
+                                1.824464,
+                                1.969895,
+                                2.037638,
+                                2.104398
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.088079,
+                                0.14248,
+                                0.212502,
+                                0.43801,
+                                0.552342,
+                                0.668217
+                            ],
+                            [
+                                0.088708,
+                                0.142441,
+                                0.21348,
+                                0.437023,
+                                0.551866,
+                                0.668433
+                            ],
+                            [
+                                0.088565,
+                                0.142117,
+                                0.213456,
+                                0.437825,
+                                0.552756,
+                                0.668953
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "PAD",
+                    "timing_type": "combinational",
+                    "timing_sense": "positive_unate",
+                    "when": "!CS&IE&!OE",
+                    "sdf_cond": "CS==1'b0&&IE==1'b1&&OE==1'b0",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                1.116826,
+                                1.171566,
+                                1.237484,
+                                1.427631,
+                                1.519693,
+                                1.611659
+                            ],
+                            [
+                                1.198588,
+                                1.253531,
+                                1.319148,
+                                1.509505,
+                                1.601378,
+                                1.693047
+                            ],
+                            [
+                                1.228131,
+                                1.283108,
+                                1.349016,
+                                1.539221,
+                                1.631073,
+                                1.722695
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.15737,
+                                0.227801,
+                                0.324672,
+                                0.65909,
+                                0.831753,
+                                1.003774
+                            ],
+                            [
+                                0.157306,
+                                0.227834,
+                                0.325177,
+                                0.657423,
+                                0.829255,
+                                1.004593
+                            ],
+                            [
+                                0.157602,
+                                0.227635,
+                                0.324848,
+                                0.65863,
+                                0.830688,
+                                1.004529
+                            ]
+                        ]
+                    },
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                1.081672,
+                                1.126805,
+                                1.179894,
+                                1.325418,
+                                1.393109,
+                                1.459995
+                            ],
+                            [
+                                1.13901,
+                                1.184403,
+                                1.237013,
+                                1.382874,
+                                1.450521,
+                                1.517281
+                            ],
+                            [
+                                1.329034,
+                                1.37421,
+                                1.427327,
+                                1.57287,
+                                1.640643,
+                                1.707437
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.089011,
+                                0.142035,
+                                0.211669,
+                                0.436852,
+                                0.550618,
+                                0.665673
+                            ],
+                            [
+                                0.088731,
+                                0.142484,
+                                0.21207,
+                                0.43639,
+                                0.551291,
+                                0.66826
+                            ],
+                            [
+                                0.089106,
+                                0.14225,
+                                0.211805,
+                                0.436066,
+                                0.551043,
+                                0.665733
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "PAD",
+                    "timing_type": "combinational",
+                    "timing_sense": "positive_unate",
+                    "when": "CS&IE&!OE",
+                    "sdf_cond": "CS==1'b1&&IE==1'b1&&OE==1'b0",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                1.194114,
+                                1.248867,
+                                1.315332,
+                                1.50507,
+                                1.59699,
+                                1.68887
+                            ],
+                            [
+                                1.313338,
+                                1.368458,
+                                1.434771,
+                                1.624685,
+                                1.716572,
+                                1.808208
+                            ],
+                            [
+                                1.405667,
+                                1.460178,
+                                1.526208,
+                                1.716966,
+                                1.809121,
+                                1.901165
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.157026,
+                                0.227623,
+                                0.324684,
+                                0.658912,
+                                0.829718,
+                                1.005473
+                            ],
+                            [
+                                0.157526,
+                                0.227438,
+                                0.324894,
+                                0.658637,
+                                0.828641,
+                                1.00508
+                            ],
+                            [
+                                0.157619,
+                                0.227797,
+                                0.324584,
+                                0.658331,
+                                0.831223,
+                                1.007069
+                            ]
+                        ]
+                    },
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                1.719635,
+                                1.764832,
+                                1.817511,
+                                1.962996,
+                                2.030945,
+                                2.097831
+                            ],
+                            [
+                                1.663699,
+                                1.708905,
+                                1.761912,
+                                1.907648,
+                                1.975346,
+                                2.042082
+                            ],
+                            [
+                                1.881697,
+                                1.926922,
+                                1.980086,
+                                2.125353,
+                                2.193105,
+                                2.259875
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.089076,
+                                0.142782,
+                                0.212121,
+                                0.436974,
+                                0.550577,
+                                0.665644
+                            ],
+                            [
+                                0.08912,
+                                0.143006,
+                                0.212428,
+                                0.436534,
+                                0.55056,
+                                0.665791
+                            ],
+                            [
+                                0.089247,
+                                0.142715,
+                                0.212276,
+                                0.437071,
+                                0.551755,
+                                0.668593
+                            ]
+                        ]
+                    }
+                }
+            ]
+        },
+        "pin DVDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin DVSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        }
+    }
+}
\ No newline at end of file
diff --git a/cells/bi_24t/gf180mcu_fd_io__bi_24t__ff_n40C_3v63.lib b/cells/bi_24t/gf180mcu_fd_io__bi_24t__ff_n40C_3v63.lib
new file mode 100644
index 0000000..8b11452
--- /dev/null
+++ b/cells/bi_24t/gf180mcu_fd_io__bi_24t__ff_n40C_3v63.lib
@@ -0,0 +1,811 @@
+/*
+ * Copyright 2022 GlobalFoundries PDK Authors
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+	cell ("gf180mcu_fd_io__bi_24t") {
+		scaling_factors : "gf_factors";
+		area : 26250.000000;
+		pad_cell : true;
+		dont_use : true;
+		dont_touch : true;
+		cell_leakage_power : 2.526360e-03;
+		leakage_power () {
+			when : "!CS !SL !IE !OE !PU !PD !A !PAD";
+			value : "0.002526";
+		}
+		pin ("CS") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.023217;
+			rise_capacitance_range(0.021812,0.023922);
+			capacitance : 0.022881;
+			fall_capacitance : 0.022546;
+			fall_capacitance_range(0.021815,0.023406);
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("0.817034, 1.468102, 1.523377");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("0.952423, 1.362618, 1.390453");
+				}
+			}
+		}
+		pin ("SL") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.032057;
+			rise_capacitance_range(0.030560,0.032938);
+			capacitance : 0.031666;
+			fall_capacitance : 0.031276;
+			fall_capacitance_range(0.030770,0.032238);
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("0.528651, 1.710493, 1.762804");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("0.805835, 1.881783, 1.930833");
+				}
+			}
+		}
+		pin ("IE") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.014947;
+			rise_capacitance_range(0.013655,0.015623);
+			capacitance : 0.014607;
+			fall_capacitance : 0.014267;
+			fall_capacitance_range(0.013461,0.015158);
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("0.699838, 0.928787, 0.979320");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("0.688879, 0.901999, 0.921401");
+				}
+			}
+		}
+		pin ("OE") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.093295;
+			rise_capacitance_range(0.085619,0.097948);
+			capacitance : 0.092898;
+			fall_capacitance : 0.090911;
+			fall_capacitance_range(0.087289,0.094173);
+		}
+		pin ("PU") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.084387;
+			rise_capacitance_range(0.066670,0.097360);
+			capacitance : 0.085029;
+			fall_capacitance : 0.085671;
+			fall_capacitance_range(0.063232,0.100963);
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("-0.180213, 0.343933, 0.407680");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("1.326700, 1.822824, 2.065443");
+				}
+			}
+		}
+		pin ("PD") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.048488;
+			rise_capacitance_range(0.045956,0.051470);
+			capacitance : 0.049687;
+			fall_capacitance : 0.050885;
+			fall_capacitance_range(0.049461,0.052136);
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("0.201784, 1.027925, 1.103708");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("1.270887, 1.693183, 1.776827");
+				}
+			}
+		}
+		pin ("A") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.037482;
+			rise_capacitance_range(0.035162,0.038803);
+			capacitance : 0.037464;
+			fall_capacitance : 0.037446;
+			fall_capacitance_range(0.036414,0.038023);
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("-0.152048, -0.151880, -0.141847");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("0.179481, 0.178636, 0.179095");
+				}
+			}
+		}
+		pin ("PAD") {
+			drive_current : 24000.000000;
+			is_pad : true;
+			function : "((A))";
+			three_state : "((!OE))";
+			direction : "inout";
+			max_transition : 1.000000;
+			max_capacitance : 50.000000;
+			input_signal_level : "DVDD";
+			output_signal_level : "DVDD";
+			capacitance : 3.411403;
+			internal_power () {
+				related_pin : "A";
+				when : "!IE&OE&!SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 10, 20, 30, 40, 50");
+					values("59.816248, 61.327038, 60.961848, 60.513328, 59.274338, 58.647428", \
+					  "60.001890, 61.345450, 61.232150, 60.294320, 59.623880, 59.270470", \
+					  "59.840977, 61.313797, 61.215017, 60.280827, 60.021467, 59.262087");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 10, 20, 30, 40, 50");
+					values("62.775469, 66.481339, 67.485279, 67.952549, 68.128409, 68.366439", \
+					  "62.686864, 66.537124, 67.535814, 67.994614, 68.183314, 68.408854", \
+					  "63.034155, 65.639555, 67.499335, 68.094635, 69.256795, 67.754075");
+				}
+			}
+			internal_power () {
+				related_pin : "A";
+				when : "!IE&OE&SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 10, 20, 30, 40, 50");
+					values("51.195128, 57.985218, 59.878928, 59.303908, 58.690248, 58.556278", \
+					  "51.269170, 59.120660, 60.005090, 58.641900, 59.469250, 57.172700", \
+					  "51.185147, 58.748497, 59.735827, 58.451267, 59.106407, 56.603017");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 10, 20, 30, 40, 50");
+					values("57.527939, 61.351959, 63.591519, 65.229659, 65.890709, 66.326289", \
+					  "57.676824, 61.377364, 63.682014, 65.262054, 65.612864, 66.130924", \
+					  "57.226545, 61.500825, 63.802755, 64.626705, 66.233605, 66.627115");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "A&!IE&!SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 10, 20, 30, 40, 50");
+					values("54.017383, 54.218543, 53.683293, 53.071043, 52.002043, 52.378763", \
+					  "35.669050, 34.920830, 34.674500, 34.044420, 33.214210, 32.997820", \
+					  "35.159790, 34.973540, 34.544420, 34.022500, 33.130800, 32.067550");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 10, 20, 30, 40, 50");
+					values("12.716139, 16.033069, 17.135419, 17.644729, 17.996259, 18.248879", \
+					  "2.324860, 6.064090, 7.209790, 7.805250, 8.138640, 8.358590", \
+					  "2.779150, 6.020730, 8.101640, 8.651390, 8.589940, 8.533510");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "A&!IE&SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 10, 20, 30, 40, 50");
+					values("45.336163, 50.821193, 52.662903, 51.358673, 50.657263, 49.897963", \
+					  "26.522230, 32.795580, 33.140560, 33.244530, 32.496880, 31.416700", \
+					  "26.312040, 32.193830, 33.025540, 33.365970, 31.550870, 30.919180");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 10, 20, 30, 40, 50");
+					values("12.696709, 15.907029, 17.120279, 17.771139, 18.112449, 18.352689", \
+					  "2.503610, 5.919950, 7.167180, 7.550370, 7.845070, 8.070950", \
+					  "2.554510, 5.341120, 8.190240, 8.975230, 9.433350, 9.707010");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "!A&!IE&!SL";
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 10, 20, 30, 40, 50");
+					values("46.901923, 49.162753, 49.236243, 49.576813, 49.852923, 49.654843", \
+					  "28.602780, 30.939400, 31.101690, 31.303860, 31.160540, 31.275770", \
+					  "28.706070, 31.069730, 31.277630, 31.334350, 31.370860, 31.477180");
+				}
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 10, 20, 30, 40, 50");
+					values("10.991939, -121.176721, -253.068221, -384.898521, -516.704421, -648.498021", \
+					  "0.001430, -132.174420, -264.067020, -395.911920, -527.722420, -659.518520", \
+					  "0.002040, -132.191480, -264.083980, -395.917280, -527.677380, -659.471380");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "!A&!IE&SL";
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 10, 20, 30, 40, 50");
+					values("42.023233, 44.182403, 45.637773, 46.161633, 46.823913, 47.668183", \
+					  "23.656620, 25.907080, 27.374500, 28.054830, 28.742060, 29.366640", \
+					  "23.591680, 25.850690, 27.402390, 28.315620, 28.952990, 29.229530");
+				}
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 10, 20, 30, 40, 50");
+					values("11.205699, -121.061821, -252.937421, -384.756221, -516.555121, -648.344021", \
+					  "0.571680, -131.948620, -263.786320, -395.601320, -527.389620, -659.172420", \
+					  "0.272380, -131.796080, -263.972680, -396.080680, -528.060380, -659.945780");
+				}
+			}
+			internal_power () {
+				related_pin : "A";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 10, 20, 30, 40, 50");
+					values("111.011376, 119.312256, 120.840776, 119.817236, 117.964586, 117.203706", \
+					  "111.271060, 120.466110, 121.237240, 118.936220, 119.093130, 116.443170", \
+					  "111.026124, 120.062294, 120.950844, 118.732094, 119.127874, 115.865104");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 10, 20, 30, 40, 50");
+					values("120.303408, 127.833298, 131.076798, 133.182208, 134.019118, 134.692728", \
+					  "120.363688, 127.914488, 131.217828, 133.256668, 133.796178, 134.539778", \
+					  "120.260700, 127.140380, 131.302090, 132.721340, 135.490400, 134.381190");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 10, 20, 30, 40, 50");
+					values("60.775592, -68.599403, -199.829723, -332.612513, -465.300118, -597.282658", \
+					  "31.382195, -98.203315, -230.019140, -362.112145, -494.700475, -627.138210", \
+					  "30.873125, -98.410095, -230.243350, -362.304745, -495.528045, -628.215215");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 10, 20, 30, 40, 50");
+					values("57.169002, 62.642627, 64.564857, 65.577157, 66.392772, 66.962297", \
+					  "28.543935, 34.415260, 36.426580, 37.357155, 37.943155, 38.535975", \
+					  "28.815705, 34.141135, 37.485950, 38.638295, 39.173570, 39.473615");
+				}
+			}
+			timing () {
+				related_pin : "A";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				when : "!IE&OE&!SL";
+				sdf_cond : "IE==1'b0&&OE==1'b1&&SL==1'b0";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.411403, 13.411403, 23.411403, 33.411403, 43.411403, 53.411403");
+					values("1.669352, 1.939576, 2.146106, 2.346533, 2.545575, 2.744071", \
+					  "1.719756, 1.990011, 2.196725, 2.396985, 2.596320, 2.795201", \
+					  "1.728721, 1.998948, 2.205662, 2.405925, 2.604818, 2.803912");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.411403, 13.411403, 23.411403, 33.411403, 43.411403, 53.411403");
+					values("0.377003, 0.683847, 1.043040, 1.424639, 1.808359, 2.198995", \
+					  "0.377105, 0.683770, 1.041862, 1.423202, 1.813064, 2.206138", \
+					  "0.376813, 0.683771, 1.041927, 1.423234, 1.814548, 2.208329");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.411403, 13.411403, 23.411403, 33.411403, 43.411403, 53.411403");
+					values("1.713421, 1.979205, 2.181412, 2.372633, 2.560493, 2.746982", \
+					  "1.849229, 2.115021, 2.317345, 2.508602, 2.696353, 2.882785", \
+					  "1.991047, 2.256790, 2.458976, 2.650184, 2.838073, 3.024583");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.411403, 13.411403, 23.411403, 33.411403, 43.411403, 53.411403");
+					values("0.267501, 0.586226, 0.895126, 1.216409, 1.543672, 1.874493", \
+					  "0.267758, 0.586792, 0.896590, 1.218357, 1.542895, 1.872452", \
+					  "0.267201, 0.586201, 0.895212, 1.215852, 1.544411, 1.874124");
+				}
+			}
+			timing () {
+				related_pin : "A";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				when : "!IE&OE&SL";
+				sdf_cond : "IE==1'b0&&OE==1'b1&&SL==1'b1";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.411403, 13.411403, 23.411403, 33.411403, 43.411403, 53.411403");
+					values("1.618010, 2.233576, 2.676456, 3.000267, 3.268024, 3.507290", \
+					  "1.669036, 2.284542, 2.726856, 3.052601, 3.320919, 3.557973", \
+					  "1.677873, 2.293354, 2.736162, 3.060044, 3.327807, 3.567078");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.411403, 13.411403, 23.411403, 33.411403, 43.411403, 53.411403");
+					values("0.495197, 1.350198, 1.816214, 2.183937, 2.524295, 2.861679", \
+					  "0.495102, 1.351946, 1.811969, 2.184045, 2.524899, 2.862649", \
+					  "0.495456, 1.349983, 1.816372, 2.183932, 2.524354, 2.861580");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.411403, 13.411403, 23.411403, 33.411403, 43.411403, 53.411403");
+					values("1.697837, 2.091488, 2.451321, 2.774780, 3.066955, 3.336129", \
+					  "1.833919, 2.227450, 2.587361, 2.911268, 3.203223, 3.471611", \
+					  "1.975491, 2.369171, 2.728981, 3.052398, 3.344553, 3.613543");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.411403, 13.411403, 23.411403, 33.411403, 43.411403, 53.411403");
+					values("0.288301, 0.929670, 1.451157, 1.888873, 2.274488, 2.634076", \
+					  "0.288243, 0.929740, 1.451794, 1.887569, 2.276674, 2.629798", \
+					  "0.288274, 0.929817, 1.450966, 1.888399, 2.274295, 2.634169");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "A&!IE&!SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&SL==1'b0";
+				timing_type : "three_state_enable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.411403, 13.411403, 23.411403, 33.411403, 43.411403, 53.411403");
+					values("1.433949, 1.707949, 1.913956, 2.113482, 2.312634, 2.511021", \
+					  "1.465436, 1.740176, 1.946355, 2.146306, 2.344845, 2.543800", \
+					  "1.468857, 1.743903, 1.950123, 2.150212, 2.348480, 2.547544");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.411403, 13.411403, 23.411403, 33.411403, 43.411403, 53.411403");
+					values("0.392256, 0.697742, 1.052251, 1.430065, 1.815029, 2.207213", \
+					  "0.390873, 0.698954, 1.052640, 1.430065, 1.817614, 2.215677", \
+					  "0.390072, 0.698974, 1.052922, 1.428481, 1.816757, 2.209728");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "A&!IE&SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&SL==1'b1";
+				timing_type : "three_state_enable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.411403, 13.411403, 23.411403, 33.411403, 43.411403, 53.411403");
+					values("1.387925, 1.995328, 2.440341, 2.766833, 3.035870, 3.275840", \
+					  "1.420880, 2.028370, 2.474298, 2.801491, 3.070876, 3.309377", \
+					  "1.425130, 2.032124, 2.477648, 2.803509, 3.072892, 3.312806");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.411403, 13.411403, 23.411403, 33.411403, 43.411403, 53.411403");
+					values("0.500466, 1.359517, 1.830614, 2.200209, 2.541078, 2.877409", \
+					  "0.502305, 1.360514, 1.826544, 2.197722, 2.545112, 2.878555", \
+					  "0.503002, 1.357582, 1.825337, 2.202400, 2.544074, 2.877102");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "!A&!IE&!SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&SL==1'b0";
+				timing_type : "three_state_enable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.411403, 13.411403, 23.411403, 33.411403, 43.411403, 53.411403");
+					values("1.009387, 1.282896, 1.485876, 1.676763, 1.864238, 2.050323", \
+					  "1.058567, 1.332230, 1.535138, 1.726029, 1.913552, 2.099720", \
+					  "1.070465, 1.343759, 1.546843, 1.737743, 1.925067, 2.111292");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.411403, 13.411403, 23.411403, 33.411403, 43.411403, 53.411403");
+					values("0.289978, 0.607979, 0.914315, 1.230822, 1.554092, 1.883584", \
+					  "0.290543, 0.608409, 0.913267, 1.229423, 1.554104, 1.881215", \
+					  "0.289316, 0.607981, 0.913514, 1.228937, 1.554574, 1.881810");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "!A&!IE&SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&SL==1'b1";
+				timing_type : "three_state_enable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.411403, 13.411403, 23.411403, 33.411403, 43.411403, 53.411403");
+					values("0.999958, 1.386783, 1.745110, 2.069263, 2.363397, 2.633072", \
+					  "1.049208, 1.436039, 1.794422, 2.118507, 2.412648, 2.682293", \
+					  "1.060794, 1.447743, 1.805905, 2.130544, 2.425004, 2.694374");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.411403, 13.411403, 23.411403, 33.411403, 43.411403, 53.411403");
+					values("0.315063, 0.937802, 1.462128, 1.899233, 2.288460, 2.648868", \
+					  "0.314861, 0.938225, 1.462025, 1.898725, 2.287994, 2.648154", \
+					  "0.313999, 0.938062, 1.457552, 1.901253, 2.288855, 2.648109");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "!A&!IE&!SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&SL==1'b0";
+				timing_type : "three_state_disable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.411403, 13.411403, 23.411403, 33.411403, 43.411403, 53.411403");
+					values("0.839341, 0.839342, 0.839343, 0.839344, 0.839345, 0.839346", \
+					  "0.974237, 0.974238, 0.974239, 0.974240, 0.974241, 0.974242", \
+					  "1.119992, 1.120760, 1.120761, 1.120762, 1.120763, 1.120764");
+				}
+				rise_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "!A&!IE&SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&SL==1'b1";
+				timing_type : "three_state_disable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.411403, 13.411403, 23.411403, 33.411403, 43.411403, 53.411403");
+					values("0.831811, 0.831812, 0.831813, 0.831814, 0.831815, 0.831816", \
+					  "0.965657, 0.965658, 0.965659, 0.965660, 0.965661, 0.965662", \
+					  "1.110357, 1.111355, 1.111356, 1.111357, 1.111358, 1.111359");
+				}
+				rise_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "A&!IE&!SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&SL==1'b0";
+				timing_type : "three_state_disable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.411403, 13.411403, 23.411403, 33.411403, 43.411403, 53.411403");
+					values("1.081320, 1.081321, 1.081322, 1.081323, 1.081324, 1.081325", \
+					  "1.220579, 1.220580, 1.220581, 1.220582, 1.220583, 1.220584", \
+					  "1.369266, 1.369267, 1.369268, 1.369269, 1.369270, 1.369271");
+				}
+				fall_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "A&!IE&SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&SL==1'b1";
+				timing_type : "three_state_disable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.411403, 13.411403, 23.411403, 33.411403, 43.411403, 53.411403");
+					values("1.085813, 1.086107, 1.086108, 1.086109, 1.086110, 1.086111", \
+					  "1.222761, 1.222762, 1.222763, 1.222764, 1.222765, 1.222766", \
+					  "1.370439, 1.370440, 1.370441, 1.370442, 1.370443, 1.370444");
+				}
+				fall_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("-29.368360, -29.525350, -29.767110");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("29.392020, 29.937320, 30.085410");
+				}
+			}
+		}
+		pin ("Y") {
+			function : "((IE*PAD))";
+			direction : "output";
+			max_capacitance : 0.500000;
+			output_signal_level : "VDD";
+			internal_power () {
+				related_pin : "IE";
+				when : "!CS&!OE&PAD";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("2.061976, 2.018508, 1.984376, 1.941335, 1.925467, 1.912827", \
+					  "1.849990, 1.892784, 1.683416, 1.636414, 1.725795, 1.749827", \
+					  "1.805753, 1.743431, 1.576777, 1.729690, 1.721923, 1.631066");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("2.528136, 2.549715, 2.675519, 2.466128, 2.484114, 2.600726", \
+					  "2.339201, 2.429453, 2.328967, 2.501952, 2.317753, 2.863957", \
+					  "2.382705, 2.352872, 2.386327, 2.510517, 2.258471, 2.854415");
+				}
+			}
+			internal_power () {
+				related_pin : "IE";
+				when : "CS&!OE&PAD";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("2.363920, 2.321417, 2.312744, 2.251540, 2.232063, 2.223046", \
+					  "2.124784, 2.055982, 2.079890, 2.105456, 1.985987, 1.928981", \
+					  "2.157862, 2.134539, 2.029662, 2.076958, 2.004435, 1.895721");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("2.695025, 2.725616, 2.933140, 2.869732, 2.881276, 2.888488", \
+					  "2.510733, 2.482965, 2.616688, 3.025990, 2.796355, 2.587849", \
+					  "2.541358, 2.634906, 2.798869, 2.436129, 2.773152, 2.921460");
+				}
+			}
+			internal_power () {
+				related_pin : "PAD";
+				when : "!CS&IE&!OE";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("1.249760, 1.198660, 1.165640, 1.092550, 1.075440, 1.030220", \
+					  "1.507320, 1.455370, 1.428040, 1.342240, 1.318980, 1.297960", \
+					  "1.798690, 1.726100, 1.704470, 1.610550, 1.590070, 1.555950");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("1.342490, 1.361920, 1.426750, 1.521230, 1.544630, 1.564560", \
+					  "1.384120, 1.410500, 1.469540, 1.563940, 1.593080, 1.609180", \
+					  "1.244140, 1.270410, 1.331050, 1.429940, 1.455100, 1.473890");
+				}
+			}
+			internal_power () {
+				related_pin : "PAD";
+				when : "CS&IE&!OE";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("1.968750, 1.916970, 1.888820, 1.808790, 1.772870, 1.757340", \
+					  "2.021340, 1.971100, 1.940000, 1.864670, 1.836230, 1.812440", \
+					  "2.379750, 2.325280, 2.301090, 2.211940, 2.210370, 2.117170");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("2.625170, 2.658030, 2.744890, 2.936530, 2.997300, 3.040220", \
+					  "1.733610, 1.770040, 1.853840, 2.045420, 2.106630, 2.150900", \
+					  "2.030230, 2.052140, 2.147160, 2.330520, 2.389900, 2.438670");
+				}
+			}
+			internal_power () {
+				related_pin : "IE";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("2.212948, 2.169963, 2.148560, 2.096437, 2.078765, 2.067937", \
+					  "1.987387, 1.974383, 1.881653, 1.870935, 1.855891, 1.839404", \
+					  "1.981807, 1.938985, 1.803219, 1.903324, 1.863179, 1.763393");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("2.611580, 2.637665, 2.804329, 2.667930, 2.682695, 2.744607", \
+					  "2.424967, 2.456209, 2.472828, 2.763971, 2.557054, 2.725903", \
+					  "2.462032, 2.493889, 2.592598, 2.473323, 2.515811, 2.887938");
+				}
+			}
+			internal_power () {
+				related_pin : "PAD";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("1.609255, 1.557815, 1.527230, 1.450670, 1.424155, 1.393780", \
+					  "1.764330, 1.713235, 1.684020, 1.603455, 1.577605, 1.555200", \
+					  "2.089220, 2.025690, 2.002780, 1.911245, 1.900220, 1.836560");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("1.983830, 2.009975, 2.085820, 2.228880, 2.270965, 2.302390", \
+					  "1.558865, 1.590270, 1.661690, 1.804680, 1.849855, 1.880040", \
+					  "1.637185, 1.661275, 1.739105, 1.880230, 1.922500, 1.956280");
+				}
+			}
+			timing () {
+				related_pin : "IE";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				when : "!CS&!OE&PAD";
+				sdf_cond : "CS==1'b0&&OE==1'b0&&PAD==1'b1";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("1.195388, 1.234670, 1.282312, 1.421666, 1.489504, 1.557256", \
+					  "1.271172, 1.310158, 1.358268, 1.497532, 1.565353, 1.633104", \
+					  "1.312029, 1.351028, 1.399040, 1.538483, 1.606247, 1.673945");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.130318, 0.180457, 0.256159, 0.501369, 0.630255, 0.763221", \
+					  "0.132095, 0.182315, 0.256109, 0.501222, 0.631065, 0.762499", \
+					  "0.130383, 0.182405, 0.255222, 0.501442, 0.630522, 0.762586");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("1.004749, 1.039803, 1.082762, 1.201577, 1.257258, 1.312392", \
+					  "1.135302, 1.170328, 1.213206, 1.332104, 1.387820, 1.442903", \
+					  "1.260869, 1.295897, 1.338800, 1.457471, 1.513293, 1.568460");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.069213, 0.113120, 0.171138, 0.355280, 0.449452, 0.545504", \
+					  "0.069410, 0.113090, 0.171755, 0.355684, 0.449562, 0.544670", \
+					  "0.069334, 0.113104, 0.171755, 0.355860, 0.449503, 0.545305");
+				}
+			}
+			timing () {
+				related_pin : "IE";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				when : "CS&!OE&PAD";
+				sdf_cond : "CS==1'b1&&OE==1'b0&&PAD==1'b1";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("1.239520, 1.278790, 1.326543, 1.466405, 1.533822, 1.601346", \
+					  "1.315326, 1.354488, 1.402486, 1.542119, 1.609685, 1.677383", \
+					  "1.356232, 1.395066, 1.442720, 1.582260, 1.650084, 1.717827");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.130974, 0.180240, 0.255965, 0.503205, 0.632020, 0.763888", \
+					  "0.130317, 0.180281, 0.255239, 0.502827, 0.632278, 0.762131", \
+					  "0.131653, 0.181755, 0.255739, 0.501628, 0.630019, 0.763409");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("1.057115, 1.092140, 1.135187, 1.253818, 1.309518, 1.364687", \
+					  "1.187915, 1.222920, 1.265756, 1.384608, 1.440221, 1.495287", \
+					  "1.313386, 1.348406, 1.391366, 1.509982, 1.565707, 1.620795");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.069545, 0.113719, 0.171348, 0.355544, 0.449582, 0.545039", \
+					  "0.069370, 0.113165, 0.171631, 0.355736, 0.449600, 0.544543", \
+					  "0.069263, 0.113983, 0.171750, 0.356132, 0.449218, 0.544212");
+				}
+			}
+			timing () {
+				related_pin : "PAD";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				when : "!CS&IE&!OE";
+				sdf_cond : "CS==1'b0&&IE==1'b1&&OE==1'b0";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.855063, 0.893677, 0.941278, 1.080961, 1.148372, 1.216267", \
+					  "0.903764, 0.942475, 0.990292, 1.129305, 1.197329, 1.264848", \
+					  "0.892661, 0.931378, 0.979016, 1.118405, 1.186147, 1.254355");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.130993, 0.178674, 0.252129, 0.502027, 0.632008, 0.762060", \
+					  "0.130269, 0.178963, 0.252276, 0.501187, 0.630827, 0.762321", \
+					  "0.130169, 0.179508, 0.252654, 0.501835, 0.631994, 0.765059");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.762030, 0.797031, 0.839984, 0.958531, 1.014250, 1.069385", \
+					  "0.856919, 0.891869, 0.934588, 1.053560, 1.109184, 1.164290", \
+					  "1.051550, 1.086504, 1.129046, 1.247883, 1.303715, 1.358783");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.069403, 0.113358, 0.170435, 0.355696, 0.449345, 0.544118", \
+					  "0.069670, 0.113893, 0.170547, 0.354888, 0.448673, 0.543805", \
+					  "0.069634, 0.113831, 0.170240, 0.355400, 0.449039, 0.543067");
+				}
+			}
+			timing () {
+				related_pin : "PAD";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				when : "CS&IE&!OE";
+				sdf_cond : "CS==1'b1&&IE==1'b1&&OE==1'b0";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.917067, 0.955561, 1.003573, 1.142872, 1.210581, 1.278462", \
+					  "1.010310, 1.048899, 1.096803, 1.235818, 1.303487, 1.371656", \
+					  "1.058308, 1.097273, 1.144763, 1.284220, 1.352097, 1.419842");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.131115, 0.179383, 0.251951, 0.502949, 0.631543, 0.762078", \
+					  "0.131109, 0.178881, 0.251863, 0.501201, 0.630398, 0.762297", \
+					  "0.130482, 0.180176, 0.252440, 0.501623, 0.633156, 0.762684");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("1.186696, 1.221555, 1.264331, 1.383081, 1.438875, 1.494019", \
+					  "1.218224, 1.253170, 1.295679, 1.414541, 1.470264, 1.525279", \
+					  "1.452810, 1.487774, 1.530532, 1.649357, 1.705048, 1.760344");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.069998, 0.114767, 0.170911, 0.356062, 0.448087, 0.544336", \
+					  "0.070078, 0.114896, 0.170627, 0.355978, 0.449927, 0.542418", \
+					  "0.069876, 0.114049, 0.171273, 0.355541, 0.449089, 0.543260");
+				}
+			}
+		}
+		pin ("DVDD") {
+			direction : "inout";
+			capacitance : 0;
+		}
+		pin ("DVSS") {
+			direction : "inout";
+			capacitance : 0;
+		}
+		pin ("VDD") {
+			direction : "inout";
+			capacitance : 0;
+		}
+		pin ("VSS") {
+			direction : "inout";
+			capacitance : 0;
+		}
+	}
diff --git a/cells/bi_24t/gf180mcu_fd_io__bi_24t__ff_n40C_3v63.lib.json b/cells/bi_24t/gf180mcu_fd_io__bi_24t__ff_n40C_3v63.lib.json
new file mode 100644
index 0000000..da0f6dd
--- /dev/null
+++ b/cells/bi_24t/gf180mcu_fd_io__bi_24t__ff_n40C_3v63.lib.json
@@ -0,0 +1,3102 @@
+{
+    "cell gf180mcu_fd_io__bi_24t": {
+        "scaling_factors": "gf_factors",
+        "area": "26250.000000",
+        "pad_cell": "true",
+        "dont_use": "true",
+        "dont_touch": "true",
+        "cell_leakage_power": "2.526360e-03",
+        "leakage_power ": {
+            "when": "!CS !SL !IE !OE !PU !PD !A !PAD",
+            "value": "0.002526"
+        },
+        "pin CS": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.023217",
+            "comp_attribute rise_capacitance_range": "0.021812,0.023922",
+            "capacitance": "0.022881",
+            "fall_capacitance": "0.022546",
+            "comp_attribute fall_capacitance_range": "0.021815,0.023406",
+            "internal_power ": {
+                "rise_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        0.817034,
+                        1.468102,
+                        1.523377
+                    ]
+                },
+                "fall_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        0.952423,
+                        1.362618,
+                        1.390453
+                    ]
+                }
+            }
+        },
+        "pin SL": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.032057",
+            "comp_attribute rise_capacitance_range": "0.030560,0.032938",
+            "capacitance": "0.031666",
+            "fall_capacitance": "0.031276",
+            "comp_attribute fall_capacitance_range": "0.030770,0.032238",
+            "internal_power ": {
+                "rise_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        0.528651,
+                        1.710493,
+                        1.762804
+                    ]
+                },
+                "fall_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        0.805835,
+                        1.881783,
+                        1.930833
+                    ]
+                }
+            }
+        },
+        "pin IE": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.014947",
+            "comp_attribute rise_capacitance_range": "0.013655,0.015623",
+            "capacitance": "0.014607",
+            "fall_capacitance": "0.014267",
+            "comp_attribute fall_capacitance_range": "0.013461,0.015158",
+            "internal_power ": {
+                "rise_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        0.699838,
+                        0.928787,
+                        0.97932
+                    ]
+                },
+                "fall_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        0.688879,
+                        0.901999,
+                        0.921401
+                    ]
+                }
+            }
+        },
+        "pin OE": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.093295",
+            "comp_attribute rise_capacitance_range": "0.085619,0.097948",
+            "capacitance": "0.092898",
+            "fall_capacitance": "0.090911",
+            "comp_attribute fall_capacitance_range": "0.087289,0.094173"
+        },
+        "pin PU": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.084387",
+            "comp_attribute rise_capacitance_range": "0.066670,0.097360",
+            "capacitance": "0.085029",
+            "fall_capacitance": "0.085671",
+            "comp_attribute fall_capacitance_range": "0.063232,0.100963",
+            "internal_power ": {
+                "rise_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        -0.180213,
+                        0.343933,
+                        0.40768
+                    ]
+                },
+                "fall_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        1.3267,
+                        1.822824,
+                        2.065443
+                    ]
+                }
+            }
+        },
+        "pin PD": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.048488",
+            "comp_attribute rise_capacitance_range": "0.045956,0.051470",
+            "capacitance": "0.049687",
+            "fall_capacitance": "0.050885",
+            "comp_attribute fall_capacitance_range": "0.049461,0.052136",
+            "internal_power ": {
+                "rise_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        0.201784,
+                        1.027925,
+                        1.103708
+                    ]
+                },
+                "fall_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        1.270887,
+                        1.693183,
+                        1.776827
+                    ]
+                }
+            }
+        },
+        "pin A": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.037482",
+            "comp_attribute rise_capacitance_range": "0.035162,0.038803",
+            "capacitance": "0.037464",
+            "fall_capacitance": "0.037446",
+            "comp_attribute fall_capacitance_range": "0.036414,0.038023",
+            "internal_power ": {
+                "rise_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        -0.152048,
+                        -0.15188,
+                        -0.141847
+                    ]
+                },
+                "fall_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        0.179481,
+                        0.178636,
+                        0.179095
+                    ]
+                }
+            }
+        },
+        "pin PAD": {
+            "drive_current": "24000.000000",
+            "is_pad": "true",
+            "function": "((A))",
+            "three_state": "((!OE))",
+            "direction": "inout",
+            "max_transition": "1.000000",
+            "max_capacitance": "50.000000",
+            "input_signal_level": "DVDD",
+            "output_signal_level": "DVDD",
+            "capacitance": "3.411403",
+            "internal_power ": [
+                {
+                    "related_pin": "A",
+                    "when": "!IE&OE&!SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            10,
+                            20,
+                            30,
+                            40,
+                            50
+                        ],
+                        "values": [
+                            [
+                                59.816248,
+                                61.327038,
+                                60.961848,
+                                60.513328,
+                                59.274338,
+                                58.647428
+                            ],
+                            [
+                                60.00189,
+                                61.34545,
+                                61.23215,
+                                60.29432,
+                                59.62388,
+                                59.27047
+                            ],
+                            [
+                                59.840977,
+                                61.313797,
+                                61.215017,
+                                60.280827,
+                                60.021467,
+                                59.262087
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            10,
+                            20,
+                            30,
+                            40,
+                            50
+                        ],
+                        "values": [
+                            [
+                                62.775469,
+                                66.481339,
+                                67.485279,
+                                67.952549,
+                                68.128409,
+                                68.366439
+                            ],
+                            [
+                                62.686864,
+                                66.537124,
+                                67.535814,
+                                67.994614,
+                                68.183314,
+                                68.408854
+                            ],
+                            [
+                                63.034155,
+                                65.639555,
+                                67.499335,
+                                68.094635,
+                                69.256795,
+                                67.754075
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "A",
+                    "when": "!IE&OE&SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            10,
+                            20,
+                            30,
+                            40,
+                            50
+                        ],
+                        "values": [
+                            [
+                                51.195128,
+                                57.985218,
+                                59.878928,
+                                59.303908,
+                                58.690248,
+                                58.556278
+                            ],
+                            [
+                                51.26917,
+                                59.12066,
+                                60.00509,
+                                58.6419,
+                                59.46925,
+                                57.1727
+                            ],
+                            [
+                                51.185147,
+                                58.748497,
+                                59.735827,
+                                58.451267,
+                                59.106407,
+                                56.603017
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            10,
+                            20,
+                            30,
+                            40,
+                            50
+                        ],
+                        "values": [
+                            [
+                                57.527939,
+                                61.351959,
+                                63.591519,
+                                65.229659,
+                                65.890709,
+                                66.326289
+                            ],
+                            [
+                                57.676824,
+                                61.377364,
+                                63.682014,
+                                65.262054,
+                                65.612864,
+                                66.130924
+                            ],
+                            [
+                                57.226545,
+                                61.500825,
+                                63.802755,
+                                64.626705,
+                                66.233605,
+                                66.627115
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "A&!IE&!SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            10,
+                            20,
+                            30,
+                            40,
+                            50
+                        ],
+                        "values": [
+                            [
+                                54.017383,
+                                54.218543,
+                                53.683293,
+                                53.071043,
+                                52.002043,
+                                52.378763
+                            ],
+                            [
+                                35.66905,
+                                34.92083,
+                                34.6745,
+                                34.04442,
+                                33.21421,
+                                32.99782
+                            ],
+                            [
+                                35.15979,
+                                34.97354,
+                                34.54442,
+                                34.0225,
+                                33.1308,
+                                32.06755
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            10,
+                            20,
+                            30,
+                            40,
+                            50
+                        ],
+                        "values": [
+                            [
+                                12.716139,
+                                16.033069,
+                                17.135419,
+                                17.644729,
+                                17.996259,
+                                18.248879
+                            ],
+                            [
+                                2.32486,
+                                6.06409,
+                                7.20979,
+                                7.80525,
+                                8.13864,
+                                8.35859
+                            ],
+                            [
+                                2.77915,
+                                6.02073,
+                                8.10164,
+                                8.65139,
+                                8.58994,
+                                8.53351
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "A&!IE&SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            10,
+                            20,
+                            30,
+                            40,
+                            50
+                        ],
+                        "values": [
+                            [
+                                45.336163,
+                                50.821193,
+                                52.662903,
+                                51.358673,
+                                50.657263,
+                                49.897963
+                            ],
+                            [
+                                26.52223,
+                                32.79558,
+                                33.14056,
+                                33.24453,
+                                32.49688,
+                                31.4167
+                            ],
+                            [
+                                26.31204,
+                                32.19383,
+                                33.02554,
+                                33.36597,
+                                31.55087,
+                                30.91918
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            10,
+                            20,
+                            30,
+                            40,
+                            50
+                        ],
+                        "values": [
+                            [
+                                12.696709,
+                                15.907029,
+                                17.120279,
+                                17.771139,
+                                18.112449,
+                                18.352689
+                            ],
+                            [
+                                2.50361,
+                                5.91995,
+                                7.16718,
+                                7.55037,
+                                7.84507,
+                                8.07095
+                            ],
+                            [
+                                2.55451,
+                                5.34112,
+                                8.19024,
+                                8.97523,
+                                9.43335,
+                                9.70701
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "!A&!IE&!SL",
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            10,
+                            20,
+                            30,
+                            40,
+                            50
+                        ],
+                        "values": [
+                            [
+                                46.901923,
+                                49.162753,
+                                49.236243,
+                                49.576813,
+                                49.852923,
+                                49.654843
+                            ],
+                            [
+                                28.60278,
+                                30.9394,
+                                31.10169,
+                                31.30386,
+                                31.16054,
+                                31.27577
+                            ],
+                            [
+                                28.70607,
+                                31.06973,
+                                31.27763,
+                                31.33435,
+                                31.37086,
+                                31.47718
+                            ]
+                        ]
+                    },
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            10,
+                            20,
+                            30,
+                            40,
+                            50
+                        ],
+                        "values": [
+                            [
+                                10.991939,
+                                -121.176721,
+                                -253.068221,
+                                -384.898521,
+                                -516.704421,
+                                -648.498021
+                            ],
+                            [
+                                0.00143,
+                                -132.17442,
+                                -264.06702,
+                                -395.91192,
+                                -527.72242,
+                                -659.51852
+                            ],
+                            [
+                                0.00204,
+                                -132.19148,
+                                -264.08398,
+                                -395.91728,
+                                -527.67738,
+                                -659.47138
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "!A&!IE&SL",
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            10,
+                            20,
+                            30,
+                            40,
+                            50
+                        ],
+                        "values": [
+                            [
+                                42.023233,
+                                44.182403,
+                                45.637773,
+                                46.161633,
+                                46.823913,
+                                47.668183
+                            ],
+                            [
+                                23.65662,
+                                25.90708,
+                                27.3745,
+                                28.05483,
+                                28.74206,
+                                29.36664
+                            ],
+                            [
+                                23.59168,
+                                25.85069,
+                                27.40239,
+                                28.31562,
+                                28.95299,
+                                29.22953
+                            ]
+                        ]
+                    },
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            10,
+                            20,
+                            30,
+                            40,
+                            50
+                        ],
+                        "values": [
+                            [
+                                11.205699,
+                                -121.061821,
+                                -252.937421,
+                                -384.756221,
+                                -516.555121,
+                                -648.344021
+                            ],
+                            [
+                                0.57168,
+                                -131.94862,
+                                -263.78632,
+                                -395.60132,
+                                -527.38962,
+                                -659.17242
+                            ],
+                            [
+                                0.27238,
+                                -131.79608,
+                                -263.97268,
+                                -396.08068,
+                                -528.06038,
+                                -659.94578
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "A",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            10,
+                            20,
+                            30,
+                            40,
+                            50
+                        ],
+                        "values": [
+                            [
+                                111.011376,
+                                119.312256,
+                                120.840776,
+                                119.817236,
+                                117.964586,
+                                117.203706
+                            ],
+                            [
+                                111.27106,
+                                120.46611,
+                                121.23724,
+                                118.93622,
+                                119.09313,
+                                116.44317
+                            ],
+                            [
+                                111.026124,
+                                120.062294,
+                                120.950844,
+                                118.732094,
+                                119.127874,
+                                115.865104
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            10,
+                            20,
+                            30,
+                            40,
+                            50
+                        ],
+                        "values": [
+                            [
+                                120.303408,
+                                127.833298,
+                                131.076798,
+                                133.182208,
+                                134.019118,
+                                134.692728
+                            ],
+                            [
+                                120.363688,
+                                127.914488,
+                                131.217828,
+                                133.256668,
+                                133.796178,
+                                134.539778
+                            ],
+                            [
+                                120.2607,
+                                127.14038,
+                                131.30209,
+                                132.72134,
+                                135.4904,
+                                134.38119
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            10,
+                            20,
+                            30,
+                            40,
+                            50
+                        ],
+                        "values": [
+                            [
+                                60.775592,
+                                -68.599403,
+                                -199.829723,
+                                -332.612513,
+                                -465.300118,
+                                -597.282658
+                            ],
+                            [
+                                31.382195,
+                                -98.203315,
+                                -230.01914,
+                                -362.112145,
+                                -494.700475,
+                                -627.13821
+                            ],
+                            [
+                                30.873125,
+                                -98.410095,
+                                -230.24335,
+                                -362.304745,
+                                -495.528045,
+                                -628.215215
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            10,
+                            20,
+                            30,
+                            40,
+                            50
+                        ],
+                        "values": [
+                            [
+                                57.169002,
+                                62.642627,
+                                64.564857,
+                                65.577157,
+                                66.392772,
+                                66.962297
+                            ],
+                            [
+                                28.543935,
+                                34.41526,
+                                36.42658,
+                                37.357155,
+                                37.943155,
+                                38.535975
+                            ],
+                            [
+                                28.815705,
+                                34.141135,
+                                37.48595,
+                                38.638295,
+                                39.17357,
+                                39.473615
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "rise_power power_inputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "values": [
+                            -29.36836,
+                            -29.52535,
+                            -29.76711
+                        ]
+                    },
+                    "fall_power power_inputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "values": [
+                            29.39202,
+                            29.93732,
+                            30.08541
+                        ]
+                    }
+                }
+            ],
+            "timing ": [
+                {
+                    "related_pin": "A",
+                    "timing_type": "combinational",
+                    "timing_sense": "positive_unate",
+                    "when": "!IE&OE&!SL",
+                    "sdf_cond": "IE==1'b0&&OE==1'b1&&SL==1'b0",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.411403,
+                            13.411403,
+                            23.411403,
+                            33.411403,
+                            43.411403,
+                            53.411403
+                        ],
+                        "values": [
+                            [
+                                1.669352,
+                                1.939576,
+                                2.146106,
+                                2.346533,
+                                2.545575,
+                                2.744071
+                            ],
+                            [
+                                1.719756,
+                                1.990011,
+                                2.196725,
+                                2.396985,
+                                2.59632,
+                                2.795201
+                            ],
+                            [
+                                1.728721,
+                                1.998948,
+                                2.205662,
+                                2.405925,
+                                2.604818,
+                                2.803912
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.411403,
+                            13.411403,
+                            23.411403,
+                            33.411403,
+                            43.411403,
+                            53.411403
+                        ],
+                        "values": [
+                            [
+                                0.377003,
+                                0.683847,
+                                1.04304,
+                                1.424639,
+                                1.808359,
+                                2.198995
+                            ],
+                            [
+                                0.377105,
+                                0.68377,
+                                1.041862,
+                                1.423202,
+                                1.813064,
+                                2.206138
+                            ],
+                            [
+                                0.376813,
+                                0.683771,
+                                1.041927,
+                                1.423234,
+                                1.814548,
+                                2.208329
+                            ]
+                        ]
+                    },
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.411403,
+                            13.411403,
+                            23.411403,
+                            33.411403,
+                            43.411403,
+                            53.411403
+                        ],
+                        "values": [
+                            [
+                                1.713421,
+                                1.979205,
+                                2.181412,
+                                2.372633,
+                                2.560493,
+                                2.746982
+                            ],
+                            [
+                                1.849229,
+                                2.115021,
+                                2.317345,
+                                2.508602,
+                                2.696353,
+                                2.882785
+                            ],
+                            [
+                                1.991047,
+                                2.25679,
+                                2.458976,
+                                2.650184,
+                                2.838073,
+                                3.024583
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.411403,
+                            13.411403,
+                            23.411403,
+                            33.411403,
+                            43.411403,
+                            53.411403
+                        ],
+                        "values": [
+                            [
+                                0.267501,
+                                0.586226,
+                                0.895126,
+                                1.216409,
+                                1.543672,
+                                1.874493
+                            ],
+                            [
+                                0.267758,
+                                0.586792,
+                                0.89659,
+                                1.218357,
+                                1.542895,
+                                1.872452
+                            ],
+                            [
+                                0.267201,
+                                0.586201,
+                                0.895212,
+                                1.215852,
+                                1.544411,
+                                1.874124
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "A",
+                    "timing_type": "combinational",
+                    "timing_sense": "positive_unate",
+                    "when": "!IE&OE&SL",
+                    "sdf_cond": "IE==1'b0&&OE==1'b1&&SL==1'b1",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.411403,
+                            13.411403,
+                            23.411403,
+                            33.411403,
+                            43.411403,
+                            53.411403
+                        ],
+                        "values": [
+                            [
+                                1.61801,
+                                2.233576,
+                                2.676456,
+                                3.000267,
+                                3.268024,
+                                3.50729
+                            ],
+                            [
+                                1.669036,
+                                2.284542,
+                                2.726856,
+                                3.052601,
+                                3.320919,
+                                3.557973
+                            ],
+                            [
+                                1.677873,
+                                2.293354,
+                                2.736162,
+                                3.060044,
+                                3.327807,
+                                3.567078
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.411403,
+                            13.411403,
+                            23.411403,
+                            33.411403,
+                            43.411403,
+                            53.411403
+                        ],
+                        "values": [
+                            [
+                                0.495197,
+                                1.350198,
+                                1.816214,
+                                2.183937,
+                                2.524295,
+                                2.861679
+                            ],
+                            [
+                                0.495102,
+                                1.351946,
+                                1.811969,
+                                2.184045,
+                                2.524899,
+                                2.862649
+                            ],
+                            [
+                                0.495456,
+                                1.349983,
+                                1.816372,
+                                2.183932,
+                                2.524354,
+                                2.86158
+                            ]
+                        ]
+                    },
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.411403,
+                            13.411403,
+                            23.411403,
+                            33.411403,
+                            43.411403,
+                            53.411403
+                        ],
+                        "values": [
+                            [
+                                1.697837,
+                                2.091488,
+                                2.451321,
+                                2.77478,
+                                3.066955,
+                                3.336129
+                            ],
+                            [
+                                1.833919,
+                                2.22745,
+                                2.587361,
+                                2.911268,
+                                3.203223,
+                                3.471611
+                            ],
+                            [
+                                1.975491,
+                                2.369171,
+                                2.728981,
+                                3.052398,
+                                3.344553,
+                                3.613543
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.411403,
+                            13.411403,
+                            23.411403,
+                            33.411403,
+                            43.411403,
+                            53.411403
+                        ],
+                        "values": [
+                            [
+                                0.288301,
+                                0.92967,
+                                1.451157,
+                                1.888873,
+                                2.274488,
+                                2.634076
+                            ],
+                            [
+                                0.288243,
+                                0.92974,
+                                1.451794,
+                                1.887569,
+                                2.276674,
+                                2.629798
+                            ],
+                            [
+                                0.288274,
+                                0.929817,
+                                1.450966,
+                                1.888399,
+                                2.274295,
+                                2.634169
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "A&!IE&!SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&SL==1'b0",
+                    "timing_type": "three_state_enable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.411403,
+                            13.411403,
+                            23.411403,
+                            33.411403,
+                            43.411403,
+                            53.411403
+                        ],
+                        "values": [
+                            [
+                                1.433949,
+                                1.707949,
+                                1.913956,
+                                2.113482,
+                                2.312634,
+                                2.511021
+                            ],
+                            [
+                                1.465436,
+                                1.740176,
+                                1.946355,
+                                2.146306,
+                                2.344845,
+                                2.5438
+                            ],
+                            [
+                                1.468857,
+                                1.743903,
+                                1.950123,
+                                2.150212,
+                                2.34848,
+                                2.547544
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.411403,
+                            13.411403,
+                            23.411403,
+                            33.411403,
+                            43.411403,
+                            53.411403
+                        ],
+                        "values": [
+                            [
+                                0.392256,
+                                0.697742,
+                                1.052251,
+                                1.430065,
+                                1.815029,
+                                2.207213
+                            ],
+                            [
+                                0.390873,
+                                0.698954,
+                                1.05264,
+                                1.430065,
+                                1.817614,
+                                2.215677
+                            ],
+                            [
+                                0.390072,
+                                0.698974,
+                                1.052922,
+                                1.428481,
+                                1.816757,
+                                2.209728
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "A&!IE&SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&SL==1'b1",
+                    "timing_type": "three_state_enable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.411403,
+                            13.411403,
+                            23.411403,
+                            33.411403,
+                            43.411403,
+                            53.411403
+                        ],
+                        "values": [
+                            [
+                                1.387925,
+                                1.995328,
+                                2.440341,
+                                2.766833,
+                                3.03587,
+                                3.27584
+                            ],
+                            [
+                                1.42088,
+                                2.02837,
+                                2.474298,
+                                2.801491,
+                                3.070876,
+                                3.309377
+                            ],
+                            [
+                                1.42513,
+                                2.032124,
+                                2.477648,
+                                2.803509,
+                                3.072892,
+                                3.312806
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.411403,
+                            13.411403,
+                            23.411403,
+                            33.411403,
+                            43.411403,
+                            53.411403
+                        ],
+                        "values": [
+                            [
+                                0.500466,
+                                1.359517,
+                                1.830614,
+                                2.200209,
+                                2.541078,
+                                2.877409
+                            ],
+                            [
+                                0.502305,
+                                1.360514,
+                                1.826544,
+                                2.197722,
+                                2.545112,
+                                2.878555
+                            ],
+                            [
+                                0.503002,
+                                1.357582,
+                                1.825337,
+                                2.2024,
+                                2.544074,
+                                2.877102
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "!A&!IE&!SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&SL==1'b0",
+                    "timing_type": "three_state_enable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.411403,
+                            13.411403,
+                            23.411403,
+                            33.411403,
+                            43.411403,
+                            53.411403
+                        ],
+                        "values": [
+                            [
+                                1.009387,
+                                1.282896,
+                                1.485876,
+                                1.676763,
+                                1.864238,
+                                2.050323
+                            ],
+                            [
+                                1.058567,
+                                1.33223,
+                                1.535138,
+                                1.726029,
+                                1.913552,
+                                2.09972
+                            ],
+                            [
+                                1.070465,
+                                1.343759,
+                                1.546843,
+                                1.737743,
+                                1.925067,
+                                2.111292
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.411403,
+                            13.411403,
+                            23.411403,
+                            33.411403,
+                            43.411403,
+                            53.411403
+                        ],
+                        "values": [
+                            [
+                                0.289978,
+                                0.607979,
+                                0.914315,
+                                1.230822,
+                                1.554092,
+                                1.883584
+                            ],
+                            [
+                                0.290543,
+                                0.608409,
+                                0.913267,
+                                1.229423,
+                                1.554104,
+                                1.881215
+                            ],
+                            [
+                                0.289316,
+                                0.607981,
+                                0.913514,
+                                1.228937,
+                                1.554574,
+                                1.88181
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "!A&!IE&SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&SL==1'b1",
+                    "timing_type": "three_state_enable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.411403,
+                            13.411403,
+                            23.411403,
+                            33.411403,
+                            43.411403,
+                            53.411403
+                        ],
+                        "values": [
+                            [
+                                0.999958,
+                                1.386783,
+                                1.74511,
+                                2.069263,
+                                2.363397,
+                                2.633072
+                            ],
+                            [
+                                1.049208,
+                                1.436039,
+                                1.794422,
+                                2.118507,
+                                2.412648,
+                                2.682293
+                            ],
+                            [
+                                1.060794,
+                                1.447743,
+                                1.805905,
+                                2.130544,
+                                2.425004,
+                                2.694374
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.411403,
+                            13.411403,
+                            23.411403,
+                            33.411403,
+                            43.411403,
+                            53.411403
+                        ],
+                        "values": [
+                            [
+                                0.315063,
+                                0.937802,
+                                1.462128,
+                                1.899233,
+                                2.28846,
+                                2.648868
+                            ],
+                            [
+                                0.314861,
+                                0.938225,
+                                1.462025,
+                                1.898725,
+                                2.287994,
+                                2.648154
+                            ],
+                            [
+                                0.313999,
+                                0.938062,
+                                1.457552,
+                                1.901253,
+                                2.288855,
+                                2.648109
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "!A&!IE&!SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&SL==1'b0",
+                    "timing_type": "three_state_disable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.411403,
+                            13.411403,
+                            23.411403,
+                            33.411403,
+                            43.411403,
+                            53.411403
+                        ],
+                        "values": [
+                            [
+                                0.839341,
+                                0.839342,
+                                0.839343,
+                                0.839344,
+                                0.839345,
+                                0.839346
+                            ],
+                            [
+                                0.974237,
+                                0.974238,
+                                0.974239,
+                                0.97424,
+                                0.974241,
+                                0.974242
+                            ],
+                            [
+                                1.119992,
+                                1.12076,
+                                1.120761,
+                                1.120762,
+                                1.120763,
+                                1.120764
+                            ]
+                        ]
+                    },
+                    "rise_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "!A&!IE&SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&SL==1'b1",
+                    "timing_type": "three_state_disable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.411403,
+                            13.411403,
+                            23.411403,
+                            33.411403,
+                            43.411403,
+                            53.411403
+                        ],
+                        "values": [
+                            [
+                                0.831811,
+                                0.831812,
+                                0.831813,
+                                0.831814,
+                                0.831815,
+                                0.831816
+                            ],
+                            [
+                                0.965657,
+                                0.965658,
+                                0.965659,
+                                0.96566,
+                                0.965661,
+                                0.965662
+                            ],
+                            [
+                                1.110357,
+                                1.111355,
+                                1.111356,
+                                1.111357,
+                                1.111358,
+                                1.111359
+                            ]
+                        ]
+                    },
+                    "rise_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "A&!IE&!SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&SL==1'b0",
+                    "timing_type": "three_state_disable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.411403,
+                            13.411403,
+                            23.411403,
+                            33.411403,
+                            43.411403,
+                            53.411403
+                        ],
+                        "values": [
+                            [
+                                1.08132,
+                                1.081321,
+                                1.081322,
+                                1.081323,
+                                1.081324,
+                                1.081325
+                            ],
+                            [
+                                1.220579,
+                                1.22058,
+                                1.220581,
+                                1.220582,
+                                1.220583,
+                                1.220584
+                            ],
+                            [
+                                1.369266,
+                                1.369267,
+                                1.369268,
+                                1.369269,
+                                1.36927,
+                                1.369271
+                            ]
+                        ]
+                    },
+                    "fall_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "A&!IE&SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&SL==1'b1",
+                    "timing_type": "three_state_disable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.411403,
+                            13.411403,
+                            23.411403,
+                            33.411403,
+                            43.411403,
+                            53.411403
+                        ],
+                        "values": [
+                            [
+                                1.085813,
+                                1.086107,
+                                1.086108,
+                                1.086109,
+                                1.08611,
+                                1.086111
+                            ],
+                            [
+                                1.222761,
+                                1.222762,
+                                1.222763,
+                                1.222764,
+                                1.222765,
+                                1.222766
+                            ],
+                            [
+                                1.370439,
+                                1.37044,
+                                1.370441,
+                                1.370442,
+                                1.370443,
+                                1.370444
+                            ]
+                        ]
+                    },
+                    "fall_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                }
+            ]
+        },
+        "pin Y": {
+            "function": "((IE*PAD))",
+            "direction": "output",
+            "max_capacitance": "0.500000",
+            "output_signal_level": "VDD",
+            "internal_power ": [
+                {
+                    "related_pin": "IE",
+                    "when": "!CS&!OE&PAD",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                2.061976,
+                                2.018508,
+                                1.984376,
+                                1.941335,
+                                1.925467,
+                                1.912827
+                            ],
+                            [
+                                1.84999,
+                                1.892784,
+                                1.683416,
+                                1.636414,
+                                1.725795,
+                                1.749827
+                            ],
+                            [
+                                1.805753,
+                                1.743431,
+                                1.576777,
+                                1.72969,
+                                1.721923,
+                                1.631066
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                2.528136,
+                                2.549715,
+                                2.675519,
+                                2.466128,
+                                2.484114,
+                                2.600726
+                            ],
+                            [
+                                2.339201,
+                                2.429453,
+                                2.328967,
+                                2.501952,
+                                2.317753,
+                                2.863957
+                            ],
+                            [
+                                2.382705,
+                                2.352872,
+                                2.386327,
+                                2.510517,
+                                2.258471,
+                                2.854415
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "IE",
+                    "when": "CS&!OE&PAD",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                2.36392,
+                                2.321417,
+                                2.312744,
+                                2.25154,
+                                2.232063,
+                                2.223046
+                            ],
+                            [
+                                2.124784,
+                                2.055982,
+                                2.07989,
+                                2.105456,
+                                1.985987,
+                                1.928981
+                            ],
+                            [
+                                2.157862,
+                                2.134539,
+                                2.029662,
+                                2.076958,
+                                2.004435,
+                                1.895721
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                2.695025,
+                                2.725616,
+                                2.93314,
+                                2.869732,
+                                2.881276,
+                                2.888488
+                            ],
+                            [
+                                2.510733,
+                                2.482965,
+                                2.616688,
+                                3.02599,
+                                2.796355,
+                                2.587849
+                            ],
+                            [
+                                2.541358,
+                                2.634906,
+                                2.798869,
+                                2.436129,
+                                2.773152,
+                                2.92146
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "PAD",
+                    "when": "!CS&IE&!OE",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                1.24976,
+                                1.19866,
+                                1.16564,
+                                1.09255,
+                                1.07544,
+                                1.03022
+                            ],
+                            [
+                                1.50732,
+                                1.45537,
+                                1.42804,
+                                1.34224,
+                                1.31898,
+                                1.29796
+                            ],
+                            [
+                                1.79869,
+                                1.7261,
+                                1.70447,
+                                1.61055,
+                                1.59007,
+                                1.55595
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                1.34249,
+                                1.36192,
+                                1.42675,
+                                1.52123,
+                                1.54463,
+                                1.56456
+                            ],
+                            [
+                                1.38412,
+                                1.4105,
+                                1.46954,
+                                1.56394,
+                                1.59308,
+                                1.60918
+                            ],
+                            [
+                                1.24414,
+                                1.27041,
+                                1.33105,
+                                1.42994,
+                                1.4551,
+                                1.47389
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "PAD",
+                    "when": "CS&IE&!OE",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                1.96875,
+                                1.91697,
+                                1.88882,
+                                1.80879,
+                                1.77287,
+                                1.75734
+                            ],
+                            [
+                                2.02134,
+                                1.9711,
+                                1.94,
+                                1.86467,
+                                1.83623,
+                                1.81244
+                            ],
+                            [
+                                2.37975,
+                                2.32528,
+                                2.30109,
+                                2.21194,
+                                2.21037,
+                                2.11717
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                2.62517,
+                                2.65803,
+                                2.74489,
+                                2.93653,
+                                2.9973,
+                                3.04022
+                            ],
+                            [
+                                1.73361,
+                                1.77004,
+                                1.85384,
+                                2.04542,
+                                2.10663,
+                                2.1509
+                            ],
+                            [
+                                2.03023,
+                                2.05214,
+                                2.14716,
+                                2.33052,
+                                2.3899,
+                                2.43867
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "IE",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                2.212948,
+                                2.169963,
+                                2.14856,
+                                2.096437,
+                                2.078765,
+                                2.067937
+                            ],
+                            [
+                                1.987387,
+                                1.974383,
+                                1.881653,
+                                1.870935,
+                                1.855891,
+                                1.839404
+                            ],
+                            [
+                                1.981807,
+                                1.938985,
+                                1.803219,
+                                1.903324,
+                                1.863179,
+                                1.763393
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                2.61158,
+                                2.637665,
+                                2.804329,
+                                2.66793,
+                                2.682695,
+                                2.744607
+                            ],
+                            [
+                                2.424967,
+                                2.456209,
+                                2.472828,
+                                2.763971,
+                                2.557054,
+                                2.725903
+                            ],
+                            [
+                                2.462032,
+                                2.493889,
+                                2.592598,
+                                2.473323,
+                                2.515811,
+                                2.887938
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "PAD",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                1.609255,
+                                1.557815,
+                                1.52723,
+                                1.45067,
+                                1.424155,
+                                1.39378
+                            ],
+                            [
+                                1.76433,
+                                1.713235,
+                                1.68402,
+                                1.603455,
+                                1.577605,
+                                1.5552
+                            ],
+                            [
+                                2.08922,
+                                2.02569,
+                                2.00278,
+                                1.911245,
+                                1.90022,
+                                1.83656
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                1.98383,
+                                2.009975,
+                                2.08582,
+                                2.22888,
+                                2.270965,
+                                2.30239
+                            ],
+                            [
+                                1.558865,
+                                1.59027,
+                                1.66169,
+                                1.80468,
+                                1.849855,
+                                1.88004
+                            ],
+                            [
+                                1.637185,
+                                1.661275,
+                                1.739105,
+                                1.88023,
+                                1.9225,
+                                1.95628
+                            ]
+                        ]
+                    }
+                }
+            ],
+            "timing ": [
+                {
+                    "related_pin": "IE",
+                    "timing_type": "combinational",
+                    "timing_sense": "positive_unate",
+                    "when": "!CS&!OE&PAD",
+                    "sdf_cond": "CS==1'b0&&OE==1'b0&&PAD==1'b1",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                1.195388,
+                                1.23467,
+                                1.282312,
+                                1.421666,
+                                1.489504,
+                                1.557256
+                            ],
+                            [
+                                1.271172,
+                                1.310158,
+                                1.358268,
+                                1.497532,
+                                1.565353,
+                                1.633104
+                            ],
+                            [
+                                1.312029,
+                                1.351028,
+                                1.39904,
+                                1.538483,
+                                1.606247,
+                                1.673945
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.130318,
+                                0.180457,
+                                0.256159,
+                                0.501369,
+                                0.630255,
+                                0.763221
+                            ],
+                            [
+                                0.132095,
+                                0.182315,
+                                0.256109,
+                                0.501222,
+                                0.631065,
+                                0.762499
+                            ],
+                            [
+                                0.130383,
+                                0.182405,
+                                0.255222,
+                                0.501442,
+                                0.630522,
+                                0.762586
+                            ]
+                        ]
+                    },
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                1.004749,
+                                1.039803,
+                                1.082762,
+                                1.201577,
+                                1.257258,
+                                1.312392
+                            ],
+                            [
+                                1.135302,
+                                1.170328,
+                                1.213206,
+                                1.332104,
+                                1.38782,
+                                1.442903
+                            ],
+                            [
+                                1.260869,
+                                1.295897,
+                                1.3388,
+                                1.457471,
+                                1.513293,
+                                1.56846
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.069213,
+                                0.11312,
+                                0.171138,
+                                0.35528,
+                                0.449452,
+                                0.545504
+                            ],
+                            [
+                                0.06941,
+                                0.11309,
+                                0.171755,
+                                0.355684,
+                                0.449562,
+                                0.54467
+                            ],
+                            [
+                                0.069334,
+                                0.113104,
+                                0.171755,
+                                0.35586,
+                                0.449503,
+                                0.545305
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "IE",
+                    "timing_type": "combinational",
+                    "timing_sense": "positive_unate",
+                    "when": "CS&!OE&PAD",
+                    "sdf_cond": "CS==1'b1&&OE==1'b0&&PAD==1'b1",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                1.23952,
+                                1.27879,
+                                1.326543,
+                                1.466405,
+                                1.533822,
+                                1.601346
+                            ],
+                            [
+                                1.315326,
+                                1.354488,
+                                1.402486,
+                                1.542119,
+                                1.609685,
+                                1.677383
+                            ],
+                            [
+                                1.356232,
+                                1.395066,
+                                1.44272,
+                                1.58226,
+                                1.650084,
+                                1.717827
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.130974,
+                                0.18024,
+                                0.255965,
+                                0.503205,
+                                0.63202,
+                                0.763888
+                            ],
+                            [
+                                0.130317,
+                                0.180281,
+                                0.255239,
+                                0.502827,
+                                0.632278,
+                                0.762131
+                            ],
+                            [
+                                0.131653,
+                                0.181755,
+                                0.255739,
+                                0.501628,
+                                0.630019,
+                                0.763409
+                            ]
+                        ]
+                    },
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                1.057115,
+                                1.09214,
+                                1.135187,
+                                1.253818,
+                                1.309518,
+                                1.364687
+                            ],
+                            [
+                                1.187915,
+                                1.22292,
+                                1.265756,
+                                1.384608,
+                                1.440221,
+                                1.495287
+                            ],
+                            [
+                                1.313386,
+                                1.348406,
+                                1.391366,
+                                1.509982,
+                                1.565707,
+                                1.620795
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.069545,
+                                0.113719,
+                                0.171348,
+                                0.355544,
+                                0.449582,
+                                0.545039
+                            ],
+                            [
+                                0.06937,
+                                0.113165,
+                                0.171631,
+                                0.355736,
+                                0.4496,
+                                0.544543
+                            ],
+                            [
+                                0.069263,
+                                0.113983,
+                                0.17175,
+                                0.356132,
+                                0.449218,
+                                0.544212
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "PAD",
+                    "timing_type": "combinational",
+                    "timing_sense": "positive_unate",
+                    "when": "!CS&IE&!OE",
+                    "sdf_cond": "CS==1'b0&&IE==1'b1&&OE==1'b0",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.855063,
+                                0.893677,
+                                0.941278,
+                                1.080961,
+                                1.148372,
+                                1.216267
+                            ],
+                            [
+                                0.903764,
+                                0.942475,
+                                0.990292,
+                                1.129305,
+                                1.197329,
+                                1.264848
+                            ],
+                            [
+                                0.892661,
+                                0.931378,
+                                0.979016,
+                                1.118405,
+                                1.186147,
+                                1.254355
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.130993,
+                                0.178674,
+                                0.252129,
+                                0.502027,
+                                0.632008,
+                                0.76206
+                            ],
+                            [
+                                0.130269,
+                                0.178963,
+                                0.252276,
+                                0.501187,
+                                0.630827,
+                                0.762321
+                            ],
+                            [
+                                0.130169,
+                                0.179508,
+                                0.252654,
+                                0.501835,
+                                0.631994,
+                                0.765059
+                            ]
+                        ]
+                    },
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.76203,
+                                0.797031,
+                                0.839984,
+                                0.958531,
+                                1.01425,
+                                1.069385
+                            ],
+                            [
+                                0.856919,
+                                0.891869,
+                                0.934588,
+                                1.05356,
+                                1.109184,
+                                1.16429
+                            ],
+                            [
+                                1.05155,
+                                1.086504,
+                                1.129046,
+                                1.247883,
+                                1.303715,
+                                1.358783
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.069403,
+                                0.113358,
+                                0.170435,
+                                0.355696,
+                                0.449345,
+                                0.544118
+                            ],
+                            [
+                                0.06967,
+                                0.113893,
+                                0.170547,
+                                0.354888,
+                                0.448673,
+                                0.543805
+                            ],
+                            [
+                                0.069634,
+                                0.113831,
+                                0.17024,
+                                0.3554,
+                                0.449039,
+                                0.543067
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "PAD",
+                    "timing_type": "combinational",
+                    "timing_sense": "positive_unate",
+                    "when": "CS&IE&!OE",
+                    "sdf_cond": "CS==1'b1&&IE==1'b1&&OE==1'b0",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.917067,
+                                0.955561,
+                                1.003573,
+                                1.142872,
+                                1.210581,
+                                1.278462
+                            ],
+                            [
+                                1.01031,
+                                1.048899,
+                                1.096803,
+                                1.235818,
+                                1.303487,
+                                1.371656
+                            ],
+                            [
+                                1.058308,
+                                1.097273,
+                                1.144763,
+                                1.28422,
+                                1.352097,
+                                1.419842
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.131115,
+                                0.179383,
+                                0.251951,
+                                0.502949,
+                                0.631543,
+                                0.762078
+                            ],
+                            [
+                                0.131109,
+                                0.178881,
+                                0.251863,
+                                0.501201,
+                                0.630398,
+                                0.762297
+                            ],
+                            [
+                                0.130482,
+                                0.180176,
+                                0.25244,
+                                0.501623,
+                                0.633156,
+                                0.762684
+                            ]
+                        ]
+                    },
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                1.186696,
+                                1.221555,
+                                1.264331,
+                                1.383081,
+                                1.438875,
+                                1.494019
+                            ],
+                            [
+                                1.218224,
+                                1.25317,
+                                1.295679,
+                                1.414541,
+                                1.470264,
+                                1.525279
+                            ],
+                            [
+                                1.45281,
+                                1.487774,
+                                1.530532,
+                                1.649357,
+                                1.705048,
+                                1.760344
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.069998,
+                                0.114767,
+                                0.170911,
+                                0.356062,
+                                0.448087,
+                                0.544336
+                            ],
+                            [
+                                0.070078,
+                                0.114896,
+                                0.170627,
+                                0.355978,
+                                0.449927,
+                                0.542418
+                            ],
+                            [
+                                0.069876,
+                                0.114049,
+                                0.171273,
+                                0.355541,
+                                0.449089,
+                                0.54326
+                            ]
+                        ]
+                    }
+                }
+            ]
+        },
+        "pin DVDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin DVSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        }
+    }
+}
\ No newline at end of file
diff --git a/cells/bi_24t/gf180mcu_fd_io__bi_24t__ff_n40C_5v50.lib b/cells/bi_24t/gf180mcu_fd_io__bi_24t__ff_n40C_5v50.lib
new file mode 100644
index 0000000..cd362e0
--- /dev/null
+++ b/cells/bi_24t/gf180mcu_fd_io__bi_24t__ff_n40C_5v50.lib
@@ -0,0 +1,811 @@
+/*
+ * Copyright 2022 GlobalFoundries PDK Authors
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+	cell ("gf180mcu_fd_io__bi_24t") {
+		scaling_factors : "gf_factors";
+		area : 26250.000000;
+		pad_cell : true;
+		dont_use : true;
+		dont_touch : true;
+		cell_leakage_power : 5.796350e-03;
+		leakage_power () {
+			when : "!CS !SL !IE !OE !PU !PD !A !PAD";
+			value : "0.005796";
+		}
+		pin ("CS") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.023185;
+			rise_capacitance_range(0.021878,0.024179);
+			capacitance : 0.023090;
+			fall_capacitance : 0.022996;
+			fall_capacitance_range(0.022206,0.023887);
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("2.987990, 3.928617, 4.276756");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("3.236468, 3.560911, 3.977525");
+				}
+			}
+		}
+		pin ("SL") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.032072;
+			rise_capacitance_range(0.030463,0.033221);
+			capacitance : 0.031922;
+			fall_capacitance : 0.031772;
+			fall_capacitance_range(0.031191,0.032642);
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("2.181533, 4.216900, 4.512014");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("2.714397, 4.466999, 4.805567");
+				}
+			}
+		}
+		pin ("IE") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.015122;
+			rise_capacitance_range(0.013866,0.015908);
+			capacitance : 0.014914;
+			fall_capacitance : 0.014707;
+			fall_capacitance_range(0.013826,0.015613);
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("2.108115, 2.478786, 2.804989");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("2.039878, 2.336842, 2.716352");
+				}
+			}
+		}
+		pin ("OE") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.095241;
+			rise_capacitance_range(0.088283,0.099494);
+			capacitance : 0.094936;
+			fall_capacitance : 0.093411;
+			fall_capacitance_range(0.088831,0.096941);
+		}
+		pin ("PU") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.089498;
+			rise_capacitance_range(0.071356,0.101148);
+			capacitance : 0.090163;
+			fall_capacitance : 0.090828;
+			fall_capacitance_range(0.068085,0.103209);
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("0.535633, 1.277151, 1.883837");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("3.785320, 4.684402, 5.688118");
+				}
+			}
+		}
+		pin ("PD") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.049743;
+			rise_capacitance_range(0.045956,0.053627);
+			capacitance : 0.050902;
+			fall_capacitance : 0.052062;
+			fall_capacitance_range(0.050129,0.053109);
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("1.170609, 2.726406, 3.246234");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("3.679432, 4.312037, 5.071006");
+				}
+			}
+		}
+		pin ("A") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.037701;
+			rise_capacitance_range(0.035252,0.039057);
+			capacitance : 0.037728;
+			fall_capacitance : 0.037755;
+			fall_capacitance_range(0.036741,0.038823);
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("-0.345838, -0.338729, -0.347041");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("0.416647, 0.413542, 0.420691");
+				}
+			}
+		}
+		pin ("PAD") {
+			drive_current : 24000.000000;
+			is_pad : true;
+			function : "((A))";
+			three_state : "((!OE))";
+			direction : "inout";
+			max_transition : 1.000000;
+			max_capacitance : 50.000000;
+			input_signal_level : "DVDD";
+			output_signal_level : "DVDD";
+			capacitance : 3.184082;
+			internal_power () {
+				related_pin : "A";
+				when : "!IE&OE&!SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 10, 20, 30, 40, 50");
+					values("146.845038, 150.163738, 150.412338, 148.309138, 146.527038, 145.018538", \
+					  "147.415229, 150.296029, 150.045029, 147.934429, 147.242229, 145.055229", \
+					  "147.884441, 150.339841, 150.206041, 148.936741, 147.014641, 145.685741");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 10, 20, 30, 40, 50");
+					values("153.136853, 161.177353, 163.318153, 163.950553, 164.727353, 165.509653", \
+					  "153.756658, 160.292658, 164.230258, 164.370958, 165.151858, 165.814158", \
+					  "153.912709, 161.777409, 164.016909, 164.505709, 165.481109, 166.221109");
+				}
+			}
+			internal_power () {
+				related_pin : "A";
+				when : "!IE&OE&SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 10, 20, 30, 40, 50");
+					values("122.825038, 137.017638, 144.017138, 148.033938, 146.345838, 143.971438", \
+					  "122.926729, 137.732629, 143.764929, 144.436929, 146.348929, 142.461029", \
+					  "123.602541, 137.996241, 143.537841, 145.889141, 146.705541, 143.919341");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 10, 20, 30, 40, 50");
+					values("142.493953, 148.167153, 155.223253, 155.753853, 158.439053, 160.395653", \
+					  "142.772358, 148.228558, 155.961258, 154.747158, 157.304158, 161.026158", \
+					  "143.222509, 149.109209, 155.793609, 157.360509, 159.589609, 160.576209");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "A&!IE&!SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 10, 20, 30, 40, 50");
+					values("129.819210, 131.477010, 128.204910, 127.560210, 123.187010, 122.998310", \
+					  "88.915480, 89.687380, 87.490080, 85.178280, 84.828280, 81.510580", \
+					  "87.375880, 88.309580, 85.926680, 84.465080, 81.898880, 80.321680");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 10, 20, 30, 40, 50");
+					values("25.418670, 34.343200, 37.295480, 38.537190, 39.513400, 40.298400", \
+					  "5.706370, 14.321100, 16.819120, 18.504890, 19.636240, 20.484420", \
+					  "6.257690, 11.119920, 19.950330, 18.539170, 21.508950, 21.443590");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "A&!IE&SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 10, 20, 30, 40, 50");
+					values("105.969210, 119.155510, 123.139110, 122.819910, 123.885710, 122.095810", \
+					  "64.650880, 77.507880, 82.442980, 85.801580, 83.527380, 79.656880", \
+					  "63.533880, 76.609580, 82.531080, 81.104480, 82.576780, 78.132680");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 10, 20, 30, 40, 50");
+					values("25.849660, 34.076930, 37.444850, 38.585200, 39.675660, 40.394320", \
+					  "6.618330, 15.388340, 16.770380, 18.149930, 19.164210, 19.840560", \
+					  "6.372760, 13.367740, 23.899680, 16.126220, 18.447520, 21.183860");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "!A&!IE&!SL";
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 10, 20, 30, 40, 50");
+					values("100.113610, 106.087310, 106.398510, 107.045510, 106.852010, 106.480610", \
+					  "61.031880, 66.594880, 67.280980, 67.377980, 68.247280, 67.208980", \
+					  "60.990980, 66.882980, 67.383680, 67.567380, 67.717980, 67.691280");
+				}
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 10, 20, 30, 40, 50");
+					values("19.989070, -283.253630, -585.994730, -888.620430, -1191.199830, -1493.743830", \
+					  "0.015810, -303.139560, -605.911060, -908.535760, -1211.113060, -1513.666060", \
+					  "-0.007150, -303.253740, -605.996840, -908.622540, -1211.201140, -1513.753140");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "!A&!IE&SL";
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 10, 20, 30, 40, 50");
+					values("89.891310, 94.770810, 98.163010, 99.248710, 100.810410, 101.802310", \
+					  "50.668480, 55.572280, 58.620180, 61.211780, 61.682580, 62.470080", \
+					  "50.604480, 55.543580, 58.692980, 60.689980, 61.758380, 62.229580");
+				}
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 10, 20, 30, 40, 50");
+					values("20.199650, -282.903330, -585.658230, -888.273830, -1190.850830, -1493.401830", \
+					  "-0.772280, -302.587460, -604.916360, -907.684060, -1210.372060, -1512.994060", \
+					  "0.352700, -302.901140, -605.643140, -908.269040, -1210.848140, -1513.398140");
+				}
+			}
+			internal_power () {
+				related_pin : "A";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 10, 20, 30, 40, 50");
+					values("269.670076, 287.181376, 294.429476, 296.343076, 292.872876, 288.989976", \
+					  "270.341958, 288.028658, 293.809958, 292.371358, 293.591158, 287.516258", \
+					  "271.486982, 288.336082, 293.743882, 294.825882, 293.720182, 289.605082");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 10, 20, 30, 40, 50");
+					values("295.630806, 309.344506, 318.541406, 319.704406, 323.166406, 325.905306", \
+					  "296.529016, 308.521216, 320.191516, 319.118116, 322.456016, 326.840316", \
+					  "297.135218, 310.886618, 319.810518, 321.866218, 325.070718, 326.797318");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 10, 20, 30, 40, 50");
+					values("137.988570, -157.762220, -460.154470, -763.257070, -1067.488970, -1371.025770", \
+					  "76.404945, -219.265880, -520.447180, -822.619980, -1126.564730, -1432.746330", \
+					  "75.627655, -220.617860, -521.591110, -825.661010, -1128.786810, -1434.348460");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 10, 20, 30, 40, 50");
+					values("120.636625, 134.639125, 139.650925, 141.708305, 143.425740, 144.487820", \
+					  "62.012530, 75.938300, 79.745330, 82.622290, 84.365155, 85.002020", \
+					  "62.112955, 73.457110, 84.963335, 81.461375, 84.716415, 86.274155");
+				}
+			}
+			timing () {
+				related_pin : "A";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				when : "!IE&OE&!SL";
+				sdf_cond : "IE==1'b0&&OE==1'b1&&SL==1'b0";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.184082, 13.184082, 23.184082, 33.184082, 43.184082, 53.184082");
+					values("1.237195, 1.448814, 1.603089, 1.751813, 1.899652, 2.046382", \
+					  "1.269299, 1.481011, 1.635442, 1.783714, 1.932063, 2.078880", \
+					  "1.266004, 1.477732, 1.632285, 1.780394, 1.928774, 2.075573");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.184082, 13.184082, 23.184082, 33.184082, 43.184082, 53.184082");
+					values("0.287309, 0.517074, 0.785166, 1.068085, 1.355832, 1.652348", \
+					  "0.286330, 0.517977, 0.784243, 1.067929, 1.358055, 1.651011", \
+					  "0.287492, 0.517390, 0.784275, 1.067986, 1.356915, 1.651365");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.184082, 13.184082, 23.184082, 33.184082, 43.184082, 53.184082");
+					values("1.278957, 1.484341, 1.648167, 1.804790, 1.959424, 2.113063", \
+					  "1.413323, 1.619157, 1.782944, 1.939514, 2.094132, 2.247773", \
+					  "1.554462, 1.760033, 1.923849, 2.080473, 2.235097, 2.388737");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.184082, 13.184082, 23.184082, 33.184082, 43.184082, 53.184082");
+					values("0.190737, 0.454007, 0.711682, 0.978046, 1.247932, 1.520426", \
+					  "0.190690, 0.453301, 0.711930, 0.978087, 1.247922, 1.520545", \
+					  "0.190518, 0.453912, 0.711764, 0.978045, 1.247904, 1.520456");
+				}
+			}
+			timing () {
+				related_pin : "A";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				when : "!IE&OE&SL";
+				sdf_cond : "IE==1'b0&&OE==1'b1&&SL==1'b1";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.184082, 13.184082, 23.184082, 33.184082, 43.184082, 53.184082");
+					values("1.196767, 1.647365, 1.983783, 2.239232, 2.450899, 2.636112", \
+					  "1.229143, 1.679749, 2.016267, 2.271910, 2.483091, 2.668137", \
+					  "1.225685, 1.676250, 2.012562, 2.268184, 2.480611, 2.664552");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.184082, 13.184082, 23.184082, 33.184082, 43.184082, 53.184082");
+					values("0.355424, 1.000062, 1.375551, 1.669560, 1.935726, 2.191491", \
+					  "0.355604, 1.000908, 1.375384, 1.664283, 1.935926, 2.191496", \
+					  "0.355550, 1.000400, 1.375502, 1.664288, 1.935655, 2.189483");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.184082, 13.184082, 23.184082, 33.184082, 43.184082, 53.184082");
+					values("1.272554, 1.588655, 1.869223, 2.117176, 2.341561, 2.548475", \
+					  "1.407203, 1.723337, 2.003898, 2.251858, 2.476180, 2.683269", \
+					  "1.548372, 1.864446, 2.144958, 2.392985, 2.617315, 2.824755");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.184082, 13.184082, 23.184082, 33.184082, 43.184082, 53.184082");
+					values("0.219378, 0.718799, 1.113939, 1.444229, 1.742931, 2.032680", \
+					  "0.219373, 0.718397, 1.113939, 1.444144, 1.742554, 2.032303", \
+					  "0.219038, 0.718656, 1.113895, 1.444074, 1.744119, 2.031902");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "A&!IE&!SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&SL==1'b0";
+				timing_type : "three_state_enable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.184082, 13.184082, 23.184082, 33.184082, 43.184082, 53.184082");
+					values("1.067200, 1.280259, 1.433943, 1.582267, 1.729440, 1.875976", \
+					  "1.081282, 1.294816, 1.448580, 1.596931, 1.743687, 1.890906", \
+					  "1.066403, 1.280440, 1.434472, 1.582634, 1.729910, 1.876461");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.184082, 13.184082, 23.184082, 33.184082, 43.184082, 53.184082");
+					values("0.293891, 0.527148, 0.788818, 1.071340, 1.357912, 1.654715", \
+					  "0.294381, 0.525546, 0.788289, 1.071496, 1.360911, 1.654507", \
+					  "0.293243, 0.526317, 0.789575, 1.071817, 1.357977, 1.655030");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "A&!IE&SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&SL==1'b1";
+				timing_type : "three_state_enable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.184082, 13.184082, 23.184082, 33.184082, 43.184082, 53.184082");
+					values("1.031469, 1.475395, 1.811867, 2.067641, 2.280551, 2.465381", \
+					  "1.046353, 1.490548, 1.825904, 2.082251, 2.294912, 2.479641", \
+					  "1.032688, 1.476719, 1.811670, 2.068296, 2.280238, 2.465652");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.184082, 13.184082, 23.184082, 33.184082, 43.184082, 53.184082");
+					values("0.359041, 1.004197, 1.381388, 1.672876, 1.944170, 2.200951", \
+					  "0.360588, 1.003836, 1.379133, 1.676100, 1.943198, 2.196678", \
+					  "0.361447, 1.003698, 1.380144, 1.671909, 1.942445, 2.199638");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "!A&!IE&!SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&SL==1'b0";
+				timing_type : "three_state_enable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.184082, 13.184082, 23.184082, 33.184082, 43.184082, 53.184082");
+					values("0.742350, 0.955650, 1.119705, 1.275914, 1.430060, 1.583320", \
+					  "0.772769, 0.985977, 1.150087, 1.306330, 1.460357, 1.613757", \
+					  "0.772529, 0.985605, 1.149674, 1.305948, 1.460011, 1.613386");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.184082, 13.184082, 23.184082, 33.184082, 43.184082, 53.184082");
+					values("0.210234, 0.468522, 0.722540, 0.985425, 1.252155, 1.524743", \
+					  "0.209815, 0.468677, 0.722878, 0.985919, 1.251716, 1.524507", \
+					  "0.209840, 0.468190, 0.722235, 0.985567, 1.252815, 1.524211");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "!A&!IE&SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&SL==1'b1";
+				timing_type : "three_state_enable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.184082, 13.184082, 23.184082, 33.184082, 43.184082, 53.184082");
+					values("0.740826, 1.052678, 1.329279, 1.575980, 1.799599, 2.005926", \
+					  "0.771113, 1.083017, 1.359485, 1.606716, 1.830518, 2.036164", \
+					  "0.770805, 1.082707, 1.358705, 1.606744, 1.830643, 2.036201");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.184082, 13.184082, 23.184082, 33.184082, 43.184082, 53.184082");
+					values("0.239742, 0.720321, 1.111468, 1.441508, 1.741545, 2.028906", \
+					  "0.239107, 0.720160, 1.110043, 1.446672, 1.739840, 2.028798", \
+					  "0.238653, 0.719222, 1.107901, 1.445437, 1.748076, 2.023226");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "!A&!IE&!SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&SL==1'b0";
+				timing_type : "three_state_disable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.184082, 13.184082, 23.184082, 33.184082, 43.184082, 53.184082");
+					values("0.650825, 0.650826, 0.650827, 0.650828, 0.650829, 0.650830", \
+					  "0.785381, 0.785789, 0.785790, 0.785791, 0.785792, 0.785793", \
+					  "0.930825, 0.930826, 0.930827, 0.930828, 0.930829, 0.930830");
+				}
+				rise_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "!A&!IE&SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&SL==1'b1";
+				timing_type : "three_state_disable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.184082, 13.184082, 23.184082, 33.184082, 43.184082, 53.184082");
+					values("0.641911, 0.641912, 0.641913, 0.641914, 0.641915, 0.641916", \
+					  "0.775500, 0.775798, 0.775799, 0.775800, 0.775801, 0.775802", \
+					  "0.920177, 0.920178, 0.920179, 0.920180, 0.920181, 0.920182");
+				}
+				rise_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "A&!IE&!SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&SL==1'b0";
+				timing_type : "three_state_disable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.184082, 13.184082, 23.184082, 33.184082, 43.184082, 53.184082");
+					values("0.821448, 0.821449, 0.821450, 0.821451, 0.821452, 0.821453", \
+					  "0.959502, 0.959503, 0.959504, 0.959505, 0.959506, 0.959507", \
+					  "1.106769, 1.108736, 1.108737, 1.108738, 1.108739, 1.108740");
+				}
+				fall_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "A&!IE&SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&SL==1'b1";
+				timing_type : "three_state_disable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.184082, 13.184082, 23.184082, 33.184082, 43.184082, 53.184082");
+					values("0.823772, 0.823773, 0.823774, 0.823775, 0.823776, 0.823777", \
+					  "0.960379, 0.960380, 0.960381, 0.960382, 0.960383, 0.960384", \
+					  "1.108009, 1.108010, 1.108011, 1.108012, 1.108013, 1.108014");
+				}
+				fall_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("-64.176340, -63.507740, -64.229000");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("64.349980, 64.679700, 64.564010");
+				}
+			}
+		}
+		pin ("Y") {
+			function : "((IE*PAD))";
+			direction : "output";
+			max_capacitance : 0.500000;
+			output_signal_level : "VDD";
+			internal_power () {
+				related_pin : "IE";
+				when : "!CS&!OE&PAD";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("5.238961, 5.020661, 4.953639, 4.695549, 4.638921, 4.603997", \
+					  "5.110812, 5.197599, 4.261891, 4.413374, 4.558857, 4.189295", \
+					  "5.100598, 4.919171, 4.768488, 4.497433, 4.476823, 4.506667");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("6.078604, 6.193591, 6.300999, 6.397323, 5.896443, 5.624763", \
+					  "6.199163, 6.051903, 6.167096, 6.133876, 6.231433, 6.176430", \
+					  "6.062772, 6.060017, 6.159827, 6.199068, 6.212605, 6.209916");
+				}
+			}
+			internal_power () {
+				related_pin : "IE";
+				when : "CS&!OE&PAD";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("5.968317, 5.779484, 5.653154, 5.434106, 5.375659, 5.339317", \
+					  "5.775347, 5.674831, 5.660328, 5.224581, 5.098799, 5.026642", \
+					  "5.813573, 5.621854, 5.469461, 5.290350, 5.158386, 5.184806");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("6.435006, 6.397899, 6.399815, 7.050580, 6.632153, 6.806728", \
+					  "6.403436, 6.693775, 6.027791, 6.770390, 7.264133, 7.037937", \
+					  "6.423452, 6.447285, 6.612742, 6.783121, 6.783133, 6.799729");
+				}
+			}
+			internal_power () {
+				related_pin : "PAD";
+				when : "!CS&IE&!OE";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("4.819980, 4.628810, 4.488370, 4.228990, 4.135080, 4.064670", \
+					  "4.062640, 3.884350, 3.734850, 3.478170, 3.371600, 3.300550", \
+					  "7.248300, 5.899200, 4.740620, 4.443290, 4.407660, 4.322210");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("4.840920, 4.838270, 4.930340, 5.108900, 5.151350, 5.183340", \
+					  "4.502780, 4.501360, 4.596340, 4.775010, 4.817780, 4.847490", \
+					  "3.972490, 3.981980, 4.100190, 4.281260, 4.325750, 4.361490");
+				}
+			}
+			internal_power () {
+				related_pin : "PAD";
+				when : "CS&IE&!OE";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("5.486320, 5.290010, 5.149110, 4.894530, 4.771580, 4.727110", \
+					  "5.434640, 5.250050, 5.106520, 4.838950, 4.750780, 4.674770", \
+					  "6.789810, 6.575920, 6.430260, 6.135320, 6.034060, 5.935910");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("6.556710, 6.591330, 6.772540, 7.192110, 7.322780, 7.419510", \
+					  "5.085480, 5.116680, 5.295400, 5.720900, 5.854180, 5.943910", \
+					  "6.329100, 6.353570, 6.544410, 6.961230, 7.093740, 7.187750");
+				}
+			}
+			internal_power () {
+				related_pin : "IE";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("5.603639, 5.400073, 5.303396, 5.064827, 5.007290, 4.971657", \
+					  "5.443079, 5.436215, 4.961110, 4.818977, 4.828828, 4.607969", \
+					  "5.457085, 5.270513, 5.118975, 4.893892, 4.817604, 4.845737");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("6.256805, 6.295745, 6.350407, 6.723952, 6.264298, 6.215745", \
+					  "6.301300, 6.372839, 6.097443, 6.452133, 6.747783, 6.607183", \
+					  "6.243112, 6.253651, 6.386285, 6.491094, 6.497869, 6.504822");
+				}
+			}
+			internal_power () {
+				related_pin : "PAD";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("5.153150, 4.959410, 4.818740, 4.561760, 4.453330, 4.395890", \
+					  "4.748640, 4.567200, 4.420685, 4.158560, 4.061190, 3.987660", \
+					  "7.019055, 6.237560, 5.585440, 5.289305, 5.220860, 5.129060");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("5.698815, 5.714800, 5.851440, 6.150505, 6.237065, 6.301425", \
+					  "4.794130, 4.809020, 4.945870, 5.247955, 5.335980, 5.395700", \
+					  "5.150795, 5.167775, 5.322300, 5.621245, 5.709745, 5.774620");
+				}
+			}
+			timing () {
+				related_pin : "IE";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				when : "!CS&!OE&PAD";
+				sdf_cond : "CS==1'b0&&OE==1'b0&&PAD==1'b1";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.901995, 0.930870, 0.964716, 1.064598, 1.113317, 1.162159", \
+					  "0.963609, 0.992178, 1.026278, 1.126325, 1.174877, 1.223629", \
+					  "0.997023, 1.025771, 1.059542, 1.159298, 1.208033, 1.257190");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.113473, 0.145809, 0.197190, 0.377755, 0.472585, 0.569488", \
+					  "0.113691, 0.144399, 0.198966, 0.378635, 0.473316, 0.568713", \
+					  "0.112023, 0.146255, 0.196017, 0.378277, 0.473315, 0.569196");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.736933, 0.763537, 0.796821, 0.893431, 0.939346, 0.984985", \
+					  "0.855954, 0.882597, 0.915869, 1.012339, 1.058306, 1.103921", \
+					  "0.972979, 0.999565, 1.032887, 1.129359, 1.175292, 1.221054");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.056555, 0.091135, 0.137550, 0.288925, 0.366831, 0.446281", \
+					  "0.057637, 0.090563, 0.138016, 0.288893, 0.367654, 0.445928", \
+					  "0.056723, 0.091608, 0.137513, 0.289524, 0.367522, 0.445577");
+				}
+			}
+			timing () {
+				related_pin : "IE";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				when : "CS&!OE&PAD";
+				sdf_cond : "CS==1'b1&&OE==1'b0&&PAD==1'b1";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.939593, 0.968504, 1.002698, 1.102548, 1.151010, 1.199867", \
+					  "1.001273, 1.030159, 1.064347, 1.164201, 1.212704, 1.261494", \
+					  "1.034749, 1.063388, 1.097675, 1.197340, 1.246096, 1.295168");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.114134, 0.143936, 0.197223, 0.378327, 0.472903, 0.570059", \
+					  "0.114361, 0.144063, 0.197239, 0.378421, 0.473142, 0.569959", \
+					  "0.111558, 0.146842, 0.196823, 0.378244, 0.470981, 0.569111");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.769781, 0.796294, 0.829630, 0.926002, 0.971975, 1.017590", \
+					  "0.888283, 0.914821, 0.948089, 1.044627, 1.090479, 1.136178", \
+					  "1.005148, 1.031681, 1.065036, 1.161468, 1.207477, 1.253073");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.057515, 0.091115, 0.137505, 0.289405, 0.367441, 0.445648", \
+					  "0.056822, 0.091680, 0.137702, 0.288883, 0.367387, 0.445831", \
+					  "0.057480, 0.091206, 0.137283, 0.289754, 0.367526, 0.445811");
+				}
+			}
+			timing () {
+				related_pin : "PAD";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				when : "!CS&IE&!OE";
+				sdf_cond : "CS==1'b0&&IE==1'b1&&OE==1'b0";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.652454, 0.680965, 0.714297, 0.813960, 0.862552, 0.911566", \
+					  "0.662366, 0.691252, 0.724882, 0.824337, 0.873267, 0.921963", \
+					  "0.614914, 0.643853, 0.677626, 0.776727, 0.825443, 0.874290");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.112138, 0.142755, 0.194831, 0.376714, 0.471627, 0.570103", \
+					  "0.112527, 0.143583, 0.194722, 0.377216, 0.471503, 0.568493", \
+					  "0.113277, 0.143213, 0.196302, 0.377568, 0.471678, 0.568742");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.525723, 0.552304, 0.585602, 0.681783, 0.727726, 0.773386", \
+					  "0.660740, 0.687313, 0.720754, 0.816758, 0.862826, 0.908349", \
+					  "0.865878, 0.892159, 0.925296, 1.021674, 1.067628, 1.113228");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.057595, 0.091323, 0.137505, 0.289333, 0.365868, 0.444395", \
+					  "0.056801, 0.090856, 0.138392, 0.288558, 0.365928, 0.444097", \
+					  "0.056863, 0.091622, 0.136882, 0.288374, 0.366096, 0.444881");
+				}
+			}
+			timing () {
+				related_pin : "PAD";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				when : "CS&IE&!OE";
+				sdf_cond : "CS==1'b1&&IE==1'b1&&OE==1'b0";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.705875, 0.734532, 0.768282, 0.867938, 0.916575, 0.965601", \
+					  "0.764163, 0.792572, 0.826661, 0.925958, 0.974377, 1.023409", \
+					  "0.765053, 0.793594, 0.827573, 0.926676, 0.975594, 1.024384");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.111842, 0.143240, 0.195351, 0.377010, 0.472491, 0.568655", \
+					  "0.111617, 0.142895, 0.194762, 0.376546, 0.472210, 0.568905", \
+					  "0.113259, 0.143312, 0.194733, 0.376702, 0.471820, 0.568387");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.788775, 0.815124, 0.848057, 0.944459, 0.990407, 1.035932", \
+					  "0.896483, 0.922800, 0.956090, 1.051979, 1.097775, 1.143580", \
+					  "1.141841, 1.168225, 1.201326, 1.297534, 1.343538, 1.389026");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.057438, 0.092319, 0.137330, 0.289106, 0.366566, 0.444501", \
+					  "0.057332, 0.092247, 0.138436, 0.289460, 0.366016, 0.444974", \
+					  "0.058508, 0.091937, 0.137442, 0.289491, 0.366729, 0.443851");
+				}
+			}
+		}
+		pin ("DVDD") {
+			direction : "inout";
+			capacitance : 0;
+		}
+		pin ("DVSS") {
+			direction : "inout";
+			capacitance : 0;
+		}
+		pin ("VDD") {
+			direction : "inout";
+			capacitance : 0;
+		}
+		pin ("VSS") {
+			direction : "inout";
+			capacitance : 0;
+		}
+	}
diff --git a/cells/bi_24t/gf180mcu_fd_io__bi_24t__ff_n40C_5v50.lib.json b/cells/bi_24t/gf180mcu_fd_io__bi_24t__ff_n40C_5v50.lib.json
new file mode 100644
index 0000000..3edc626
--- /dev/null
+++ b/cells/bi_24t/gf180mcu_fd_io__bi_24t__ff_n40C_5v50.lib.json
@@ -0,0 +1,3102 @@
+{
+    "cell gf180mcu_fd_io__bi_24t": {
+        "scaling_factors": "gf_factors",
+        "area": "26250.000000",
+        "pad_cell": "true",
+        "dont_use": "true",
+        "dont_touch": "true",
+        "cell_leakage_power": "5.796350e-03",
+        "leakage_power ": {
+            "when": "!CS !SL !IE !OE !PU !PD !A !PAD",
+            "value": "0.005796"
+        },
+        "pin CS": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.023185",
+            "comp_attribute rise_capacitance_range": "0.021878,0.024179",
+            "capacitance": "0.023090",
+            "fall_capacitance": "0.022996",
+            "comp_attribute fall_capacitance_range": "0.022206,0.023887",
+            "internal_power ": {
+                "rise_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        2.98799,
+                        3.928617,
+                        4.276756
+                    ]
+                },
+                "fall_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        3.236468,
+                        3.560911,
+                        3.977525
+                    ]
+                }
+            }
+        },
+        "pin SL": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.032072",
+            "comp_attribute rise_capacitance_range": "0.030463,0.033221",
+            "capacitance": "0.031922",
+            "fall_capacitance": "0.031772",
+            "comp_attribute fall_capacitance_range": "0.031191,0.032642",
+            "internal_power ": {
+                "rise_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        2.181533,
+                        4.2169,
+                        4.512014
+                    ]
+                },
+                "fall_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        2.714397,
+                        4.466999,
+                        4.805567
+                    ]
+                }
+            }
+        },
+        "pin IE": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.015122",
+            "comp_attribute rise_capacitance_range": "0.013866,0.015908",
+            "capacitance": "0.014914",
+            "fall_capacitance": "0.014707",
+            "comp_attribute fall_capacitance_range": "0.013826,0.015613",
+            "internal_power ": {
+                "rise_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        2.108115,
+                        2.478786,
+                        2.804989
+                    ]
+                },
+                "fall_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        2.039878,
+                        2.336842,
+                        2.716352
+                    ]
+                }
+            }
+        },
+        "pin OE": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.095241",
+            "comp_attribute rise_capacitance_range": "0.088283,0.099494",
+            "capacitance": "0.094936",
+            "fall_capacitance": "0.093411",
+            "comp_attribute fall_capacitance_range": "0.088831,0.096941"
+        },
+        "pin PU": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.089498",
+            "comp_attribute rise_capacitance_range": "0.071356,0.101148",
+            "capacitance": "0.090163",
+            "fall_capacitance": "0.090828",
+            "comp_attribute fall_capacitance_range": "0.068085,0.103209",
+            "internal_power ": {
+                "rise_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        0.535633,
+                        1.277151,
+                        1.883837
+                    ]
+                },
+                "fall_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        3.78532,
+                        4.684402,
+                        5.688118
+                    ]
+                }
+            }
+        },
+        "pin PD": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.049743",
+            "comp_attribute rise_capacitance_range": "0.045956,0.053627",
+            "capacitance": "0.050902",
+            "fall_capacitance": "0.052062",
+            "comp_attribute fall_capacitance_range": "0.050129,0.053109",
+            "internal_power ": {
+                "rise_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        1.170609,
+                        2.726406,
+                        3.246234
+                    ]
+                },
+                "fall_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        3.679432,
+                        4.312037,
+                        5.071006
+                    ]
+                }
+            }
+        },
+        "pin A": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.037701",
+            "comp_attribute rise_capacitance_range": "0.035252,0.039057",
+            "capacitance": "0.037728",
+            "fall_capacitance": "0.037755",
+            "comp_attribute fall_capacitance_range": "0.036741,0.038823",
+            "internal_power ": {
+                "rise_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        -0.345838,
+                        -0.338729,
+                        -0.347041
+                    ]
+                },
+                "fall_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        0.416647,
+                        0.413542,
+                        0.420691
+                    ]
+                }
+            }
+        },
+        "pin PAD": {
+            "drive_current": "24000.000000",
+            "is_pad": "true",
+            "function": "((A))",
+            "three_state": "((!OE))",
+            "direction": "inout",
+            "max_transition": "1.000000",
+            "max_capacitance": "50.000000",
+            "input_signal_level": "DVDD",
+            "output_signal_level": "DVDD",
+            "capacitance": "3.184082",
+            "internal_power ": [
+                {
+                    "related_pin": "A",
+                    "when": "!IE&OE&!SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            10,
+                            20,
+                            30,
+                            40,
+                            50
+                        ],
+                        "values": [
+                            [
+                                146.845038,
+                                150.163738,
+                                150.412338,
+                                148.309138,
+                                146.527038,
+                                145.018538
+                            ],
+                            [
+                                147.415229,
+                                150.296029,
+                                150.045029,
+                                147.934429,
+                                147.242229,
+                                145.055229
+                            ],
+                            [
+                                147.884441,
+                                150.339841,
+                                150.206041,
+                                148.936741,
+                                147.014641,
+                                145.685741
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            10,
+                            20,
+                            30,
+                            40,
+                            50
+                        ],
+                        "values": [
+                            [
+                                153.136853,
+                                161.177353,
+                                163.318153,
+                                163.950553,
+                                164.727353,
+                                165.509653
+                            ],
+                            [
+                                153.756658,
+                                160.292658,
+                                164.230258,
+                                164.370958,
+                                165.151858,
+                                165.814158
+                            ],
+                            [
+                                153.912709,
+                                161.777409,
+                                164.016909,
+                                164.505709,
+                                165.481109,
+                                166.221109
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "A",
+                    "when": "!IE&OE&SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            10,
+                            20,
+                            30,
+                            40,
+                            50
+                        ],
+                        "values": [
+                            [
+                                122.825038,
+                                137.017638,
+                                144.017138,
+                                148.033938,
+                                146.345838,
+                                143.971438
+                            ],
+                            [
+                                122.926729,
+                                137.732629,
+                                143.764929,
+                                144.436929,
+                                146.348929,
+                                142.461029
+                            ],
+                            [
+                                123.602541,
+                                137.996241,
+                                143.537841,
+                                145.889141,
+                                146.705541,
+                                143.919341
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            10,
+                            20,
+                            30,
+                            40,
+                            50
+                        ],
+                        "values": [
+                            [
+                                142.493953,
+                                148.167153,
+                                155.223253,
+                                155.753853,
+                                158.439053,
+                                160.395653
+                            ],
+                            [
+                                142.772358,
+                                148.228558,
+                                155.961258,
+                                154.747158,
+                                157.304158,
+                                161.026158
+                            ],
+                            [
+                                143.222509,
+                                149.109209,
+                                155.793609,
+                                157.360509,
+                                159.589609,
+                                160.576209
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "A&!IE&!SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            10,
+                            20,
+                            30,
+                            40,
+                            50
+                        ],
+                        "values": [
+                            [
+                                129.81921,
+                                131.47701,
+                                128.20491,
+                                127.56021,
+                                123.18701,
+                                122.99831
+                            ],
+                            [
+                                88.91548,
+                                89.68738,
+                                87.49008,
+                                85.17828,
+                                84.82828,
+                                81.51058
+                            ],
+                            [
+                                87.37588,
+                                88.30958,
+                                85.92668,
+                                84.46508,
+                                81.89888,
+                                80.32168
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            10,
+                            20,
+                            30,
+                            40,
+                            50
+                        ],
+                        "values": [
+                            [
+                                25.41867,
+                                34.3432,
+                                37.29548,
+                                38.53719,
+                                39.5134,
+                                40.2984
+                            ],
+                            [
+                                5.70637,
+                                14.3211,
+                                16.81912,
+                                18.50489,
+                                19.63624,
+                                20.48442
+                            ],
+                            [
+                                6.25769,
+                                11.11992,
+                                19.95033,
+                                18.53917,
+                                21.50895,
+                                21.44359
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "A&!IE&SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            10,
+                            20,
+                            30,
+                            40,
+                            50
+                        ],
+                        "values": [
+                            [
+                                105.96921,
+                                119.15551,
+                                123.13911,
+                                122.81991,
+                                123.88571,
+                                122.09581
+                            ],
+                            [
+                                64.65088,
+                                77.50788,
+                                82.44298,
+                                85.80158,
+                                83.52738,
+                                79.65688
+                            ],
+                            [
+                                63.53388,
+                                76.60958,
+                                82.53108,
+                                81.10448,
+                                82.57678,
+                                78.13268
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            10,
+                            20,
+                            30,
+                            40,
+                            50
+                        ],
+                        "values": [
+                            [
+                                25.84966,
+                                34.07693,
+                                37.44485,
+                                38.5852,
+                                39.67566,
+                                40.39432
+                            ],
+                            [
+                                6.61833,
+                                15.38834,
+                                16.77038,
+                                18.14993,
+                                19.16421,
+                                19.84056
+                            ],
+                            [
+                                6.37276,
+                                13.36774,
+                                23.89968,
+                                16.12622,
+                                18.44752,
+                                21.18386
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "!A&!IE&!SL",
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            10,
+                            20,
+                            30,
+                            40,
+                            50
+                        ],
+                        "values": [
+                            [
+                                100.11361,
+                                106.08731,
+                                106.39851,
+                                107.04551,
+                                106.85201,
+                                106.48061
+                            ],
+                            [
+                                61.03188,
+                                66.59488,
+                                67.28098,
+                                67.37798,
+                                68.24728,
+                                67.20898
+                            ],
+                            [
+                                60.99098,
+                                66.88298,
+                                67.38368,
+                                67.56738,
+                                67.71798,
+                                67.69128
+                            ]
+                        ]
+                    },
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            10,
+                            20,
+                            30,
+                            40,
+                            50
+                        ],
+                        "values": [
+                            [
+                                19.98907,
+                                -283.25363,
+                                -585.99473,
+                                -888.62043,
+                                -1191.19983,
+                                -1493.74383
+                            ],
+                            [
+                                0.01581,
+                                -303.13956,
+                                -605.91106,
+                                -908.53576,
+                                -1211.11306,
+                                -1513.66606
+                            ],
+                            [
+                                -0.00715,
+                                -303.25374,
+                                -605.99684,
+                                -908.62254,
+                                -1211.20114,
+                                -1513.75314
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "!A&!IE&SL",
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            10,
+                            20,
+                            30,
+                            40,
+                            50
+                        ],
+                        "values": [
+                            [
+                                89.89131,
+                                94.77081,
+                                98.16301,
+                                99.24871,
+                                100.81041,
+                                101.80231
+                            ],
+                            [
+                                50.66848,
+                                55.57228,
+                                58.62018,
+                                61.21178,
+                                61.68258,
+                                62.47008
+                            ],
+                            [
+                                50.60448,
+                                55.54358,
+                                58.69298,
+                                60.68998,
+                                61.75838,
+                                62.22958
+                            ]
+                        ]
+                    },
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            10,
+                            20,
+                            30,
+                            40,
+                            50
+                        ],
+                        "values": [
+                            [
+                                20.19965,
+                                -282.90333,
+                                -585.65823,
+                                -888.27383,
+                                -1190.85083,
+                                -1493.40183
+                            ],
+                            [
+                                -0.77228,
+                                -302.58746,
+                                -604.91636,
+                                -907.68406,
+                                -1210.37206,
+                                -1512.99406
+                            ],
+                            [
+                                0.3527,
+                                -302.90114,
+                                -605.64314,
+                                -908.26904,
+                                -1210.84814,
+                                -1513.39814
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "A",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            10,
+                            20,
+                            30,
+                            40,
+                            50
+                        ],
+                        "values": [
+                            [
+                                269.670076,
+                                287.181376,
+                                294.429476,
+                                296.343076,
+                                292.872876,
+                                288.989976
+                            ],
+                            [
+                                270.341958,
+                                288.028658,
+                                293.809958,
+                                292.371358,
+                                293.591158,
+                                287.516258
+                            ],
+                            [
+                                271.486982,
+                                288.336082,
+                                293.743882,
+                                294.825882,
+                                293.720182,
+                                289.605082
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            10,
+                            20,
+                            30,
+                            40,
+                            50
+                        ],
+                        "values": [
+                            [
+                                295.630806,
+                                309.344506,
+                                318.541406,
+                                319.704406,
+                                323.166406,
+                                325.905306
+                            ],
+                            [
+                                296.529016,
+                                308.521216,
+                                320.191516,
+                                319.118116,
+                                322.456016,
+                                326.840316
+                            ],
+                            [
+                                297.135218,
+                                310.886618,
+                                319.810518,
+                                321.866218,
+                                325.070718,
+                                326.797318
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            10,
+                            20,
+                            30,
+                            40,
+                            50
+                        ],
+                        "values": [
+                            [
+                                137.98857,
+                                -157.76222,
+                                -460.15447,
+                                -763.25707,
+                                -1067.48897,
+                                -1371.02577
+                            ],
+                            [
+                                76.404945,
+                                -219.26588,
+                                -520.44718,
+                                -822.61998,
+                                -1126.56473,
+                                -1432.74633
+                            ],
+                            [
+                                75.627655,
+                                -220.61786,
+                                -521.59111,
+                                -825.66101,
+                                -1128.78681,
+                                -1434.34846
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            10,
+                            20,
+                            30,
+                            40,
+                            50
+                        ],
+                        "values": [
+                            [
+                                120.636625,
+                                134.639125,
+                                139.650925,
+                                141.708305,
+                                143.42574,
+                                144.48782
+                            ],
+                            [
+                                62.01253,
+                                75.9383,
+                                79.74533,
+                                82.62229,
+                                84.365155,
+                                85.00202
+                            ],
+                            [
+                                62.112955,
+                                73.45711,
+                                84.963335,
+                                81.461375,
+                                84.716415,
+                                86.274155
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "rise_power power_inputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "values": [
+                            -64.17634,
+                            -63.50774,
+                            -64.229
+                        ]
+                    },
+                    "fall_power power_inputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "values": [
+                            64.34998,
+                            64.6797,
+                            64.56401
+                        ]
+                    }
+                }
+            ],
+            "timing ": [
+                {
+                    "related_pin": "A",
+                    "timing_type": "combinational",
+                    "timing_sense": "positive_unate",
+                    "when": "!IE&OE&!SL",
+                    "sdf_cond": "IE==1'b0&&OE==1'b1&&SL==1'b0",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.184082,
+                            13.184082,
+                            23.184082,
+                            33.184082,
+                            43.184082,
+                            53.184082
+                        ],
+                        "values": [
+                            [
+                                1.237195,
+                                1.448814,
+                                1.603089,
+                                1.751813,
+                                1.899652,
+                                2.046382
+                            ],
+                            [
+                                1.269299,
+                                1.481011,
+                                1.635442,
+                                1.783714,
+                                1.932063,
+                                2.07888
+                            ],
+                            [
+                                1.266004,
+                                1.477732,
+                                1.632285,
+                                1.780394,
+                                1.928774,
+                                2.075573
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.184082,
+                            13.184082,
+                            23.184082,
+                            33.184082,
+                            43.184082,
+                            53.184082
+                        ],
+                        "values": [
+                            [
+                                0.287309,
+                                0.517074,
+                                0.785166,
+                                1.068085,
+                                1.355832,
+                                1.652348
+                            ],
+                            [
+                                0.28633,
+                                0.517977,
+                                0.784243,
+                                1.067929,
+                                1.358055,
+                                1.651011
+                            ],
+                            [
+                                0.287492,
+                                0.51739,
+                                0.784275,
+                                1.067986,
+                                1.356915,
+                                1.651365
+                            ]
+                        ]
+                    },
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.184082,
+                            13.184082,
+                            23.184082,
+                            33.184082,
+                            43.184082,
+                            53.184082
+                        ],
+                        "values": [
+                            [
+                                1.278957,
+                                1.484341,
+                                1.648167,
+                                1.80479,
+                                1.959424,
+                                2.113063
+                            ],
+                            [
+                                1.413323,
+                                1.619157,
+                                1.782944,
+                                1.939514,
+                                2.094132,
+                                2.247773
+                            ],
+                            [
+                                1.554462,
+                                1.760033,
+                                1.923849,
+                                2.080473,
+                                2.235097,
+                                2.388737
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.184082,
+                            13.184082,
+                            23.184082,
+                            33.184082,
+                            43.184082,
+                            53.184082
+                        ],
+                        "values": [
+                            [
+                                0.190737,
+                                0.454007,
+                                0.711682,
+                                0.978046,
+                                1.247932,
+                                1.520426
+                            ],
+                            [
+                                0.19069,
+                                0.453301,
+                                0.71193,
+                                0.978087,
+                                1.247922,
+                                1.520545
+                            ],
+                            [
+                                0.190518,
+                                0.453912,
+                                0.711764,
+                                0.978045,
+                                1.247904,
+                                1.520456
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "A",
+                    "timing_type": "combinational",
+                    "timing_sense": "positive_unate",
+                    "when": "!IE&OE&SL",
+                    "sdf_cond": "IE==1'b0&&OE==1'b1&&SL==1'b1",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.184082,
+                            13.184082,
+                            23.184082,
+                            33.184082,
+                            43.184082,
+                            53.184082
+                        ],
+                        "values": [
+                            [
+                                1.196767,
+                                1.647365,
+                                1.983783,
+                                2.239232,
+                                2.450899,
+                                2.636112
+                            ],
+                            [
+                                1.229143,
+                                1.679749,
+                                2.016267,
+                                2.27191,
+                                2.483091,
+                                2.668137
+                            ],
+                            [
+                                1.225685,
+                                1.67625,
+                                2.012562,
+                                2.268184,
+                                2.480611,
+                                2.664552
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.184082,
+                            13.184082,
+                            23.184082,
+                            33.184082,
+                            43.184082,
+                            53.184082
+                        ],
+                        "values": [
+                            [
+                                0.355424,
+                                1.000062,
+                                1.375551,
+                                1.66956,
+                                1.935726,
+                                2.191491
+                            ],
+                            [
+                                0.355604,
+                                1.000908,
+                                1.375384,
+                                1.664283,
+                                1.935926,
+                                2.191496
+                            ],
+                            [
+                                0.35555,
+                                1.0004,
+                                1.375502,
+                                1.664288,
+                                1.935655,
+                                2.189483
+                            ]
+                        ]
+                    },
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.184082,
+                            13.184082,
+                            23.184082,
+                            33.184082,
+                            43.184082,
+                            53.184082
+                        ],
+                        "values": [
+                            [
+                                1.272554,
+                                1.588655,
+                                1.869223,
+                                2.117176,
+                                2.341561,
+                                2.548475
+                            ],
+                            [
+                                1.407203,
+                                1.723337,
+                                2.003898,
+                                2.251858,
+                                2.47618,
+                                2.683269
+                            ],
+                            [
+                                1.548372,
+                                1.864446,
+                                2.144958,
+                                2.392985,
+                                2.617315,
+                                2.824755
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.184082,
+                            13.184082,
+                            23.184082,
+                            33.184082,
+                            43.184082,
+                            53.184082
+                        ],
+                        "values": [
+                            [
+                                0.219378,
+                                0.718799,
+                                1.113939,
+                                1.444229,
+                                1.742931,
+                                2.03268
+                            ],
+                            [
+                                0.219373,
+                                0.718397,
+                                1.113939,
+                                1.444144,
+                                1.742554,
+                                2.032303
+                            ],
+                            [
+                                0.219038,
+                                0.718656,
+                                1.113895,
+                                1.444074,
+                                1.744119,
+                                2.031902
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "A&!IE&!SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&SL==1'b0",
+                    "timing_type": "three_state_enable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.184082,
+                            13.184082,
+                            23.184082,
+                            33.184082,
+                            43.184082,
+                            53.184082
+                        ],
+                        "values": [
+                            [
+                                1.0672,
+                                1.280259,
+                                1.433943,
+                                1.582267,
+                                1.72944,
+                                1.875976
+                            ],
+                            [
+                                1.081282,
+                                1.294816,
+                                1.44858,
+                                1.596931,
+                                1.743687,
+                                1.890906
+                            ],
+                            [
+                                1.066403,
+                                1.28044,
+                                1.434472,
+                                1.582634,
+                                1.72991,
+                                1.876461
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.184082,
+                            13.184082,
+                            23.184082,
+                            33.184082,
+                            43.184082,
+                            53.184082
+                        ],
+                        "values": [
+                            [
+                                0.293891,
+                                0.527148,
+                                0.788818,
+                                1.07134,
+                                1.357912,
+                                1.654715
+                            ],
+                            [
+                                0.294381,
+                                0.525546,
+                                0.788289,
+                                1.071496,
+                                1.360911,
+                                1.654507
+                            ],
+                            [
+                                0.293243,
+                                0.526317,
+                                0.789575,
+                                1.071817,
+                                1.357977,
+                                1.65503
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "A&!IE&SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&SL==1'b1",
+                    "timing_type": "three_state_enable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.184082,
+                            13.184082,
+                            23.184082,
+                            33.184082,
+                            43.184082,
+                            53.184082
+                        ],
+                        "values": [
+                            [
+                                1.031469,
+                                1.475395,
+                                1.811867,
+                                2.067641,
+                                2.280551,
+                                2.465381
+                            ],
+                            [
+                                1.046353,
+                                1.490548,
+                                1.825904,
+                                2.082251,
+                                2.294912,
+                                2.479641
+                            ],
+                            [
+                                1.032688,
+                                1.476719,
+                                1.81167,
+                                2.068296,
+                                2.280238,
+                                2.465652
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.184082,
+                            13.184082,
+                            23.184082,
+                            33.184082,
+                            43.184082,
+                            53.184082
+                        ],
+                        "values": [
+                            [
+                                0.359041,
+                                1.004197,
+                                1.381388,
+                                1.672876,
+                                1.94417,
+                                2.200951
+                            ],
+                            [
+                                0.360588,
+                                1.003836,
+                                1.379133,
+                                1.6761,
+                                1.943198,
+                                2.196678
+                            ],
+                            [
+                                0.361447,
+                                1.003698,
+                                1.380144,
+                                1.671909,
+                                1.942445,
+                                2.199638
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "!A&!IE&!SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&SL==1'b0",
+                    "timing_type": "three_state_enable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.184082,
+                            13.184082,
+                            23.184082,
+                            33.184082,
+                            43.184082,
+                            53.184082
+                        ],
+                        "values": [
+                            [
+                                0.74235,
+                                0.95565,
+                                1.119705,
+                                1.275914,
+                                1.43006,
+                                1.58332
+                            ],
+                            [
+                                0.772769,
+                                0.985977,
+                                1.150087,
+                                1.30633,
+                                1.460357,
+                                1.613757
+                            ],
+                            [
+                                0.772529,
+                                0.985605,
+                                1.149674,
+                                1.305948,
+                                1.460011,
+                                1.613386
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.184082,
+                            13.184082,
+                            23.184082,
+                            33.184082,
+                            43.184082,
+                            53.184082
+                        ],
+                        "values": [
+                            [
+                                0.210234,
+                                0.468522,
+                                0.72254,
+                                0.985425,
+                                1.252155,
+                                1.524743
+                            ],
+                            [
+                                0.209815,
+                                0.468677,
+                                0.722878,
+                                0.985919,
+                                1.251716,
+                                1.524507
+                            ],
+                            [
+                                0.20984,
+                                0.46819,
+                                0.722235,
+                                0.985567,
+                                1.252815,
+                                1.524211
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "!A&!IE&SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&SL==1'b1",
+                    "timing_type": "three_state_enable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.184082,
+                            13.184082,
+                            23.184082,
+                            33.184082,
+                            43.184082,
+                            53.184082
+                        ],
+                        "values": [
+                            [
+                                0.740826,
+                                1.052678,
+                                1.329279,
+                                1.57598,
+                                1.799599,
+                                2.005926
+                            ],
+                            [
+                                0.771113,
+                                1.083017,
+                                1.359485,
+                                1.606716,
+                                1.830518,
+                                2.036164
+                            ],
+                            [
+                                0.770805,
+                                1.082707,
+                                1.358705,
+                                1.606744,
+                                1.830643,
+                                2.036201
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.184082,
+                            13.184082,
+                            23.184082,
+                            33.184082,
+                            43.184082,
+                            53.184082
+                        ],
+                        "values": [
+                            [
+                                0.239742,
+                                0.720321,
+                                1.111468,
+                                1.441508,
+                                1.741545,
+                                2.028906
+                            ],
+                            [
+                                0.239107,
+                                0.72016,
+                                1.110043,
+                                1.446672,
+                                1.73984,
+                                2.028798
+                            ],
+                            [
+                                0.238653,
+                                0.719222,
+                                1.107901,
+                                1.445437,
+                                1.748076,
+                                2.023226
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "!A&!IE&!SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&SL==1'b0",
+                    "timing_type": "three_state_disable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.184082,
+                            13.184082,
+                            23.184082,
+                            33.184082,
+                            43.184082,
+                            53.184082
+                        ],
+                        "values": [
+                            [
+                                0.650825,
+                                0.650826,
+                                0.650827,
+                                0.650828,
+                                0.650829,
+                                0.65083
+                            ],
+                            [
+                                0.785381,
+                                0.785789,
+                                0.78579,
+                                0.785791,
+                                0.785792,
+                                0.785793
+                            ],
+                            [
+                                0.930825,
+                                0.930826,
+                                0.930827,
+                                0.930828,
+                                0.930829,
+                                0.93083
+                            ]
+                        ]
+                    },
+                    "rise_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "!A&!IE&SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&SL==1'b1",
+                    "timing_type": "three_state_disable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.184082,
+                            13.184082,
+                            23.184082,
+                            33.184082,
+                            43.184082,
+                            53.184082
+                        ],
+                        "values": [
+                            [
+                                0.641911,
+                                0.641912,
+                                0.641913,
+                                0.641914,
+                                0.641915,
+                                0.641916
+                            ],
+                            [
+                                0.7755,
+                                0.775798,
+                                0.775799,
+                                0.7758,
+                                0.775801,
+                                0.775802
+                            ],
+                            [
+                                0.920177,
+                                0.920178,
+                                0.920179,
+                                0.92018,
+                                0.920181,
+                                0.920182
+                            ]
+                        ]
+                    },
+                    "rise_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "A&!IE&!SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&SL==1'b0",
+                    "timing_type": "three_state_disable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.184082,
+                            13.184082,
+                            23.184082,
+                            33.184082,
+                            43.184082,
+                            53.184082
+                        ],
+                        "values": [
+                            [
+                                0.821448,
+                                0.821449,
+                                0.82145,
+                                0.821451,
+                                0.821452,
+                                0.821453
+                            ],
+                            [
+                                0.959502,
+                                0.959503,
+                                0.959504,
+                                0.959505,
+                                0.959506,
+                                0.959507
+                            ],
+                            [
+                                1.106769,
+                                1.108736,
+                                1.108737,
+                                1.108738,
+                                1.108739,
+                                1.10874
+                            ]
+                        ]
+                    },
+                    "fall_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "A&!IE&SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&SL==1'b1",
+                    "timing_type": "three_state_disable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.184082,
+                            13.184082,
+                            23.184082,
+                            33.184082,
+                            43.184082,
+                            53.184082
+                        ],
+                        "values": [
+                            [
+                                0.823772,
+                                0.823773,
+                                0.823774,
+                                0.823775,
+                                0.823776,
+                                0.823777
+                            ],
+                            [
+                                0.960379,
+                                0.96038,
+                                0.960381,
+                                0.960382,
+                                0.960383,
+                                0.960384
+                            ],
+                            [
+                                1.108009,
+                                1.10801,
+                                1.108011,
+                                1.108012,
+                                1.108013,
+                                1.108014
+                            ]
+                        ]
+                    },
+                    "fall_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                }
+            ]
+        },
+        "pin Y": {
+            "function": "((IE*PAD))",
+            "direction": "output",
+            "max_capacitance": "0.500000",
+            "output_signal_level": "VDD",
+            "internal_power ": [
+                {
+                    "related_pin": "IE",
+                    "when": "!CS&!OE&PAD",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                5.238961,
+                                5.020661,
+                                4.953639,
+                                4.695549,
+                                4.638921,
+                                4.603997
+                            ],
+                            [
+                                5.110812,
+                                5.197599,
+                                4.261891,
+                                4.413374,
+                                4.558857,
+                                4.189295
+                            ],
+                            [
+                                5.100598,
+                                4.919171,
+                                4.768488,
+                                4.497433,
+                                4.476823,
+                                4.506667
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                6.078604,
+                                6.193591,
+                                6.300999,
+                                6.397323,
+                                5.896443,
+                                5.624763
+                            ],
+                            [
+                                6.199163,
+                                6.051903,
+                                6.167096,
+                                6.133876,
+                                6.231433,
+                                6.17643
+                            ],
+                            [
+                                6.062772,
+                                6.060017,
+                                6.159827,
+                                6.199068,
+                                6.212605,
+                                6.209916
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "IE",
+                    "when": "CS&!OE&PAD",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                5.968317,
+                                5.779484,
+                                5.653154,
+                                5.434106,
+                                5.375659,
+                                5.339317
+                            ],
+                            [
+                                5.775347,
+                                5.674831,
+                                5.660328,
+                                5.224581,
+                                5.098799,
+                                5.026642
+                            ],
+                            [
+                                5.813573,
+                                5.621854,
+                                5.469461,
+                                5.29035,
+                                5.158386,
+                                5.184806
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                6.435006,
+                                6.397899,
+                                6.399815,
+                                7.05058,
+                                6.632153,
+                                6.806728
+                            ],
+                            [
+                                6.403436,
+                                6.693775,
+                                6.027791,
+                                6.77039,
+                                7.264133,
+                                7.037937
+                            ],
+                            [
+                                6.423452,
+                                6.447285,
+                                6.612742,
+                                6.783121,
+                                6.783133,
+                                6.799729
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "PAD",
+                    "when": "!CS&IE&!OE",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                4.81998,
+                                4.62881,
+                                4.48837,
+                                4.22899,
+                                4.13508,
+                                4.06467
+                            ],
+                            [
+                                4.06264,
+                                3.88435,
+                                3.73485,
+                                3.47817,
+                                3.3716,
+                                3.30055
+                            ],
+                            [
+                                7.2483,
+                                5.8992,
+                                4.74062,
+                                4.44329,
+                                4.40766,
+                                4.32221
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                4.84092,
+                                4.83827,
+                                4.93034,
+                                5.1089,
+                                5.15135,
+                                5.18334
+                            ],
+                            [
+                                4.50278,
+                                4.50136,
+                                4.59634,
+                                4.77501,
+                                4.81778,
+                                4.84749
+                            ],
+                            [
+                                3.97249,
+                                3.98198,
+                                4.10019,
+                                4.28126,
+                                4.32575,
+                                4.36149
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "PAD",
+                    "when": "CS&IE&!OE",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                5.48632,
+                                5.29001,
+                                5.14911,
+                                4.89453,
+                                4.77158,
+                                4.72711
+                            ],
+                            [
+                                5.43464,
+                                5.25005,
+                                5.10652,
+                                4.83895,
+                                4.75078,
+                                4.67477
+                            ],
+                            [
+                                6.78981,
+                                6.57592,
+                                6.43026,
+                                6.13532,
+                                6.03406,
+                                5.93591
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                6.55671,
+                                6.59133,
+                                6.77254,
+                                7.19211,
+                                7.32278,
+                                7.41951
+                            ],
+                            [
+                                5.08548,
+                                5.11668,
+                                5.2954,
+                                5.7209,
+                                5.85418,
+                                5.94391
+                            ],
+                            [
+                                6.3291,
+                                6.35357,
+                                6.54441,
+                                6.96123,
+                                7.09374,
+                                7.18775
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "IE",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                5.603639,
+                                5.400073,
+                                5.303396,
+                                5.064827,
+                                5.00729,
+                                4.971657
+                            ],
+                            [
+                                5.443079,
+                                5.436215,
+                                4.96111,
+                                4.818977,
+                                4.828828,
+                                4.607969
+                            ],
+                            [
+                                5.457085,
+                                5.270513,
+                                5.118975,
+                                4.893892,
+                                4.817604,
+                                4.845737
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                6.256805,
+                                6.295745,
+                                6.350407,
+                                6.723952,
+                                6.264298,
+                                6.215745
+                            ],
+                            [
+                                6.3013,
+                                6.372839,
+                                6.097443,
+                                6.452133,
+                                6.747783,
+                                6.607183
+                            ],
+                            [
+                                6.243112,
+                                6.253651,
+                                6.386285,
+                                6.491094,
+                                6.497869,
+                                6.504822
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "PAD",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                5.15315,
+                                4.95941,
+                                4.81874,
+                                4.56176,
+                                4.45333,
+                                4.39589
+                            ],
+                            [
+                                4.74864,
+                                4.5672,
+                                4.420685,
+                                4.15856,
+                                4.06119,
+                                3.98766
+                            ],
+                            [
+                                7.019055,
+                                6.23756,
+                                5.58544,
+                                5.289305,
+                                5.22086,
+                                5.12906
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                5.698815,
+                                5.7148,
+                                5.85144,
+                                6.150505,
+                                6.237065,
+                                6.301425
+                            ],
+                            [
+                                4.79413,
+                                4.80902,
+                                4.94587,
+                                5.247955,
+                                5.33598,
+                                5.3957
+                            ],
+                            [
+                                5.150795,
+                                5.167775,
+                                5.3223,
+                                5.621245,
+                                5.709745,
+                                5.77462
+                            ]
+                        ]
+                    }
+                }
+            ],
+            "timing ": [
+                {
+                    "related_pin": "IE",
+                    "timing_type": "combinational",
+                    "timing_sense": "positive_unate",
+                    "when": "!CS&!OE&PAD",
+                    "sdf_cond": "CS==1'b0&&OE==1'b0&&PAD==1'b1",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.901995,
+                                0.93087,
+                                0.964716,
+                                1.064598,
+                                1.113317,
+                                1.162159
+                            ],
+                            [
+                                0.963609,
+                                0.992178,
+                                1.026278,
+                                1.126325,
+                                1.174877,
+                                1.223629
+                            ],
+                            [
+                                0.997023,
+                                1.025771,
+                                1.059542,
+                                1.159298,
+                                1.208033,
+                                1.25719
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.113473,
+                                0.145809,
+                                0.19719,
+                                0.377755,
+                                0.472585,
+                                0.569488
+                            ],
+                            [
+                                0.113691,
+                                0.144399,
+                                0.198966,
+                                0.378635,
+                                0.473316,
+                                0.568713
+                            ],
+                            [
+                                0.112023,
+                                0.146255,
+                                0.196017,
+                                0.378277,
+                                0.473315,
+                                0.569196
+                            ]
+                        ]
+                    },
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.736933,
+                                0.763537,
+                                0.796821,
+                                0.893431,
+                                0.939346,
+                                0.984985
+                            ],
+                            [
+                                0.855954,
+                                0.882597,
+                                0.915869,
+                                1.012339,
+                                1.058306,
+                                1.103921
+                            ],
+                            [
+                                0.972979,
+                                0.999565,
+                                1.032887,
+                                1.129359,
+                                1.175292,
+                                1.221054
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.056555,
+                                0.091135,
+                                0.13755,
+                                0.288925,
+                                0.366831,
+                                0.446281
+                            ],
+                            [
+                                0.057637,
+                                0.090563,
+                                0.138016,
+                                0.288893,
+                                0.367654,
+                                0.445928
+                            ],
+                            [
+                                0.056723,
+                                0.091608,
+                                0.137513,
+                                0.289524,
+                                0.367522,
+                                0.445577
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "IE",
+                    "timing_type": "combinational",
+                    "timing_sense": "positive_unate",
+                    "when": "CS&!OE&PAD",
+                    "sdf_cond": "CS==1'b1&&OE==1'b0&&PAD==1'b1",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.939593,
+                                0.968504,
+                                1.002698,
+                                1.102548,
+                                1.15101,
+                                1.199867
+                            ],
+                            [
+                                1.001273,
+                                1.030159,
+                                1.064347,
+                                1.164201,
+                                1.212704,
+                                1.261494
+                            ],
+                            [
+                                1.034749,
+                                1.063388,
+                                1.097675,
+                                1.19734,
+                                1.246096,
+                                1.295168
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.114134,
+                                0.143936,
+                                0.197223,
+                                0.378327,
+                                0.472903,
+                                0.570059
+                            ],
+                            [
+                                0.114361,
+                                0.144063,
+                                0.197239,
+                                0.378421,
+                                0.473142,
+                                0.569959
+                            ],
+                            [
+                                0.111558,
+                                0.146842,
+                                0.196823,
+                                0.378244,
+                                0.470981,
+                                0.569111
+                            ]
+                        ]
+                    },
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.769781,
+                                0.796294,
+                                0.82963,
+                                0.926002,
+                                0.971975,
+                                1.01759
+                            ],
+                            [
+                                0.888283,
+                                0.914821,
+                                0.948089,
+                                1.044627,
+                                1.090479,
+                                1.136178
+                            ],
+                            [
+                                1.005148,
+                                1.031681,
+                                1.065036,
+                                1.161468,
+                                1.207477,
+                                1.253073
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.057515,
+                                0.091115,
+                                0.137505,
+                                0.289405,
+                                0.367441,
+                                0.445648
+                            ],
+                            [
+                                0.056822,
+                                0.09168,
+                                0.137702,
+                                0.288883,
+                                0.367387,
+                                0.445831
+                            ],
+                            [
+                                0.05748,
+                                0.091206,
+                                0.137283,
+                                0.289754,
+                                0.367526,
+                                0.445811
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "PAD",
+                    "timing_type": "combinational",
+                    "timing_sense": "positive_unate",
+                    "when": "!CS&IE&!OE",
+                    "sdf_cond": "CS==1'b0&&IE==1'b1&&OE==1'b0",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.652454,
+                                0.680965,
+                                0.714297,
+                                0.81396,
+                                0.862552,
+                                0.911566
+                            ],
+                            [
+                                0.662366,
+                                0.691252,
+                                0.724882,
+                                0.824337,
+                                0.873267,
+                                0.921963
+                            ],
+                            [
+                                0.614914,
+                                0.643853,
+                                0.677626,
+                                0.776727,
+                                0.825443,
+                                0.87429
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.112138,
+                                0.142755,
+                                0.194831,
+                                0.376714,
+                                0.471627,
+                                0.570103
+                            ],
+                            [
+                                0.112527,
+                                0.143583,
+                                0.194722,
+                                0.377216,
+                                0.471503,
+                                0.568493
+                            ],
+                            [
+                                0.113277,
+                                0.143213,
+                                0.196302,
+                                0.377568,
+                                0.471678,
+                                0.568742
+                            ]
+                        ]
+                    },
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.525723,
+                                0.552304,
+                                0.585602,
+                                0.681783,
+                                0.727726,
+                                0.773386
+                            ],
+                            [
+                                0.66074,
+                                0.687313,
+                                0.720754,
+                                0.816758,
+                                0.862826,
+                                0.908349
+                            ],
+                            [
+                                0.865878,
+                                0.892159,
+                                0.925296,
+                                1.021674,
+                                1.067628,
+                                1.113228
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.057595,
+                                0.091323,
+                                0.137505,
+                                0.289333,
+                                0.365868,
+                                0.444395
+                            ],
+                            [
+                                0.056801,
+                                0.090856,
+                                0.138392,
+                                0.288558,
+                                0.365928,
+                                0.444097
+                            ],
+                            [
+                                0.056863,
+                                0.091622,
+                                0.136882,
+                                0.288374,
+                                0.366096,
+                                0.444881
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "PAD",
+                    "timing_type": "combinational",
+                    "timing_sense": "positive_unate",
+                    "when": "CS&IE&!OE",
+                    "sdf_cond": "CS==1'b1&&IE==1'b1&&OE==1'b0",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.705875,
+                                0.734532,
+                                0.768282,
+                                0.867938,
+                                0.916575,
+                                0.965601
+                            ],
+                            [
+                                0.764163,
+                                0.792572,
+                                0.826661,
+                                0.925958,
+                                0.974377,
+                                1.023409
+                            ],
+                            [
+                                0.765053,
+                                0.793594,
+                                0.827573,
+                                0.926676,
+                                0.975594,
+                                1.024384
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.111842,
+                                0.14324,
+                                0.195351,
+                                0.37701,
+                                0.472491,
+                                0.568655
+                            ],
+                            [
+                                0.111617,
+                                0.142895,
+                                0.194762,
+                                0.376546,
+                                0.47221,
+                                0.568905
+                            ],
+                            [
+                                0.113259,
+                                0.143312,
+                                0.194733,
+                                0.376702,
+                                0.47182,
+                                0.568387
+                            ]
+                        ]
+                    },
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.788775,
+                                0.815124,
+                                0.848057,
+                                0.944459,
+                                0.990407,
+                                1.035932
+                            ],
+                            [
+                                0.896483,
+                                0.9228,
+                                0.95609,
+                                1.051979,
+                                1.097775,
+                                1.14358
+                            ],
+                            [
+                                1.141841,
+                                1.168225,
+                                1.201326,
+                                1.297534,
+                                1.343538,
+                                1.389026
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.057438,
+                                0.092319,
+                                0.13733,
+                                0.289106,
+                                0.366566,
+                                0.444501
+                            ],
+                            [
+                                0.057332,
+                                0.092247,
+                                0.138436,
+                                0.28946,
+                                0.366016,
+                                0.444974
+                            ],
+                            [
+                                0.058508,
+                                0.091937,
+                                0.137442,
+                                0.289491,
+                                0.366729,
+                                0.443851
+                            ]
+                        ]
+                    }
+                }
+            ]
+        },
+        "pin DVDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin DVSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        }
+    }
+}
\ No newline at end of file
diff --git a/cells/bi_24t/gf180mcu_fd_io__bi_24t__ss_125C_2v25.lib b/cells/bi_24t/gf180mcu_fd_io__bi_24t__ss_125C_2v25.lib
new file mode 100644
index 0000000..8caf83d
--- /dev/null
+++ b/cells/bi_24t/gf180mcu_fd_io__bi_24t__ss_125C_2v25.lib
@@ -0,0 +1,811 @@
+/*
+ * Copyright 2022 GlobalFoundries PDK Authors
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+	cell ("gf180mcu_fd_io__bi_24t") {
+		scaling_factors : "gf_factors";
+		area : 26250.000000;
+		pad_cell : true;
+		dont_use : true;
+		dont_touch : true;
+		cell_leakage_power : 1.345600e-03;
+		leakage_power () {
+			when : "!CS !SL !IE !OE !PU !PD !A !PAD";
+			value : "0.001346";
+		}
+		pin ("CS") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.022318;
+			rise_capacitance_range(0.021884,0.023086);
+			capacitance : 0.022147;
+			fall_capacitance : 0.021976;
+			fall_capacitance_range(0.021928,0.022049);
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("-0.023479, 0.285434, 0.469061");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("0.064115, 0.359777, 0.451172");
+				}
+			}
+		}
+		pin ("SL") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.031240;
+			rise_capacitance_range(0.030759,0.032128);
+			capacitance : 0.031120;
+			fall_capacitance : 0.031001;
+			fall_capacitance_range(0.030836,0.031104);
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("-0.098531, 0.122372, 0.564879");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("0.020938, 0.307665, 0.686172");
+				}
+			}
+		}
+		pin ("IE") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.013992;
+			rise_capacitance_range(0.013534,0.014641);
+			capacitance : 0.013775;
+			fall_capacitance : 0.013558;
+			fall_capacitance_range(0.013452,0.013622);
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("0.004222, 0.267434, 0.320983");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("0.063860, 0.265154, 0.272968");
+				}
+			}
+		}
+		pin ("OE") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.085333;
+			rise_capacitance_range(0.082318,0.089541);
+			capacitance : 0.085306;
+			fall_capacitance : 0.085179;
+			fall_capacitance_range(0.084364,0.085817);
+		}
+		pin ("PU") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.066498;
+			rise_capacitance_range(0.058186,0.074226);
+			capacitance : 0.065878;
+			fall_capacitance : 0.065257;
+			fall_capacitance_range(0.056972,0.072418);
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("-0.168013, -0.146180, -0.002445");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("0.218137, 0.542190, 0.693682");
+				}
+			}
+		}
+		pin ("PD") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.047648;
+			rise_capacitance_range(0.046661,0.048751);
+			capacitance : 0.048378;
+			fall_capacitance : 0.049108;
+			fall_capacitance_range(0.048525,0.049569);
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("-0.120404, 0.006245, 0.301914");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("0.180631, 0.475616, 0.580656");
+				}
+			}
+		}
+		pin ("A") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.035901;
+			rise_capacitance_range(0.035266,0.036733);
+			capacitance : 0.036246;
+			fall_capacitance : 0.036591;
+			fall_capacitance_range(0.036477,0.036707);
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("-0.063063, -0.061168, -0.060505");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("0.069583, 0.070713, 0.070855");
+				}
+			}
+		}
+		pin ("PAD") {
+			drive_current : 24000.000000;
+			is_pad : true;
+			function : "((A))";
+			three_state : "((!OE))";
+			direction : "inout";
+			max_transition : 1.000000;
+			max_capacitance : 50.000000;
+			input_signal_level : "DVDD";
+			output_signal_level : "DVDD";
+			capacitance : 3.869432;
+			internal_power () {
+				related_pin : "A";
+				when : "!IE&OE&!SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 10, 20, 30, 40, 50");
+					values("22.966403, 23.270213, 23.209113, 22.579253, 22.084423, 21.325013", \
+					  "22.960708, 23.240898, 22.954868, 22.560128, 21.974608, 21.303608", \
+					  "22.993285, 23.230715, 22.974035, 22.564015, 21.977835, 21.395135");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 10, 20, 30, 40, 50");
+					values("24.671207, 26.189327, 26.526357, 26.703947, 26.752517, 26.811227", \
+					  "24.695217, 26.167737, 26.519907, 26.669727, 26.766147, 26.841977", \
+					  "24.723805, 26.136025, 26.502325, 26.698165, 26.720295, 26.798905");
+				}
+			}
+			internal_power () {
+				related_pin : "A";
+				when : "!IE&OE&SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 10, 20, 30, 40, 50");
+					values("18.528643, 22.007183, 22.378433, 22.638913, 21.985313, 21.141483", \
+					  "18.476778, 22.000348, 22.402878, 22.756058, 22.120228, 21.286118", \
+					  "18.402625, 21.985005, 22.396965, 22.673835, 22.251785, 21.225995");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 10, 20, 30, 40, 50");
+					values("22.081497, 23.070547, 23.981357, 24.782667, 25.333097, 25.698547", \
+					  "22.008697, 23.147847, 23.929447, 24.811107, 25.266767, 25.648717", \
+					  "21.982585, 22.923275, 23.956705, 24.659275, 25.352715, 25.628385");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "A&!IE&!SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 10, 20, 30, 40, 50");
+					values("21.527192, 21.500642, 21.129892, 20.563432, 20.054422, 19.371472", \
+					  "22.706521, 22.662311, 22.255411, 21.771021, 21.212031, 20.157421", \
+					  "17.005844, 17.059384, 16.660754, 16.204024, 15.579974, 14.720574");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 10, 20, 30, 40, 50");
+					values("-0.729946, -1.400856, -1.635656, -1.755476, -1.828082, -1.876742", \
+					  "-1.525967, -2.433746, -2.718605, -2.860289, -2.945284, -3.001988", \
+					  "-3.236562, -3.380809, -3.411770, -3.423042, -3.428966, -3.432712");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "A&!IE&SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 10, 20, 30, 40, 50");
+					values("16.971622, 20.226512, 20.381872, 20.506452, 19.967062, 19.335902", \
+					  "18.116531, 21.227361, 21.845371, 21.577891, 21.237641, 20.784551", \
+					  "12.510074, 15.578834, 15.995944, 15.811494, 15.264134, 14.689524");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 10, 20, 30, 40, 50");
+					values("-0.740575, -1.392511, -1.627380, -1.747922, -1.821687, -1.871241", \
+					  "-1.609073, -2.498162, -2.782188, -2.926545, -3.013573, -3.071748", \
+					  "-3.346667, -3.437083, -3.515461, -3.531902, -3.538161, -3.540827");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "!A&!IE&!SL";
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 10, 20, 30, 40, 50");
+					values("21.065782, 21.995302, 22.119042, 22.161472, 22.168652, 22.182452", \
+					  "22.227761, 23.157201, 23.277811, 23.335161, 23.321801, 23.375411", \
+					  "16.627364, 17.598754, 17.701844, 17.723404, 17.724054, 17.727634");
+				}
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 10, 20, 30, 40, 50");
+					values("-0.062585, -50.602494, -101.205264, -151.819664, -202.438464, -253.059364", \
+					  "-0.001767, -50.619804, -101.243354, -151.867754, -202.492454, -253.117254", \
+					  "-2.257525, -52.912837, -103.549767, -154.180807, -204.809307, -255.436807");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "!A&!IE&SL";
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 10, 20, 30, 40, 50");
+					values("18.872532, 19.070002, 19.625012, 20.205422, 20.648822, 20.952232", \
+					  "20.012851, 20.205781, 20.738251, 21.362551, 21.815131, 22.168561", \
+					  "14.399224, 14.587004, 15.141004, 15.766734, 16.156944, 16.655294");
+				}
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 10, 20, 30, 40, 50");
+					values("-0.144681, -50.687754, -101.291464, -151.906264, -202.525364, -253.146464", \
+					  "-0.101532, -50.721774, -101.344954, -151.969154, -202.593754, -253.218454", \
+					  "-2.343189, -53.005947, -103.644297, -154.275907, -204.904807, -255.532307");
+				}
+			}
+			internal_power () {
+				related_pin : "A";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 10, 20, 30, 40, 50");
+					values("41.495046, 45.277396, 45.587546, 45.218166, 44.069736, 42.466496", \
+					  "41.437486, 45.241246, 45.357746, 45.316186, 44.094836, 42.589726", \
+					  "41.395910, 45.215720, 45.371000, 45.237850, 44.229620, 42.621130");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 10, 20, 30, 40, 50");
+					values("46.752704, 49.259874, 50.507714, 51.486614, 52.085614, 52.509774", \
+					  "46.703914, 49.315584, 50.449354, 51.480834, 52.032914, 52.490694", \
+					  "46.706390, 49.059300, 50.459030, 51.357440, 52.073010, 52.427290");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 10, 20, 30, 40, 50");
+					values("19.145774, -29.781547, -80.492482, -131.328022, -182.471172, -233.749227", \
+					  "20.359876, -28.725953, -79.243763, -130.243998, -181.318268, -232.696868", \
+					  "12.457602, -36.640283, -87.268683, -138.220598, -189.435003, -240.779508");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 10, 20, 30, 40, 50");
+					values("19.233897, 19.135968, 19.240509, 19.431748, 19.583852, 19.693351", \
+					  "19.552786, 19.215537, 19.257635, 19.455439, 19.589037, 19.735118", \
+					  "12.221680, 12.683933, 12.957809, 13.267597, 13.456936, 13.704694");
+				}
+			}
+			timing () {
+				related_pin : "A";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				when : "!IE&OE&!SL";
+				sdf_cond : "IE==1'b0&&OE==1'b1&&SL==1'b0";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.869432, 13.869432, 23.869432, 33.869432, 43.869432, 53.869432");
+					values("8.149801, 9.271356, 10.182860, 11.073060, 11.956170, 12.837920", \
+					  "8.270976, 9.393492, 10.304530, 11.194850, 12.078350, 12.960320", \
+					  "8.413859, 9.536090, 10.447100, 11.337420, 12.220920, 13.102890");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.869432, 13.869432, 23.869432, 33.869432, 43.869432, 53.869432");
+					values("1.707670, 3.000273, 4.569532, 6.216225, 7.900093, 9.585851", \
+					  "1.707654, 3.007975, 4.570491, 6.216101, 7.900215, 9.591898", \
+					  "1.706954, 3.007800, 4.570554, 6.216069, 7.900459, 9.592115");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.869432, 13.869432, 23.869432, 33.869432, 43.869432, 53.869432");
+					values("8.010129, 9.134549, 9.881490, 10.562280, 11.220090, 11.868770", \
+					  "8.144341, 9.269630, 10.016560, 10.697010, 11.355380, 12.004230", \
+					  "8.333807, 9.458971, 10.205940, 10.886270, 11.544710, 12.193580");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.869432, 13.869432, 23.869432, 33.869432, 43.869432, 53.869432");
+					values("1.283057, 2.512761, 3.567832, 4.652739, 5.792944, 6.939057", \
+					  "1.283810, 2.513352, 3.569036, 4.661084, 5.789372, 6.931726", \
+					  "1.282910, 2.513142, 3.567304, 4.659634, 5.790175, 6.933999");
+				}
+			}
+			timing () {
+				related_pin : "A";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				when : "!IE&OE&SL";
+				sdf_cond : "IE==1'b0&&OE==1'b1&&SL==1'b1";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.869432, 13.869432, 23.869432, 33.869432, 43.869432, 53.869432");
+					values("7.962988, 10.765630, 12.656140, 13.992650, 15.094580, 16.109020", \
+					  "8.084261, 10.881750, 12.775500, 14.110480, 15.213050, 16.229130", \
+					  "8.227099, 11.025940, 12.919970, 14.255220, 15.357050, 16.372510");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.869432, 13.869432, 23.869432, 33.869432, 43.869432, 53.869432");
+					values("2.438017, 6.052510, 7.903821, 9.437549, 10.852070, 12.257370", \
+					  "2.438999, 6.055298, 7.903788, 9.435082, 10.853410, 12.255210", \
+					  "2.439193, 6.055399, 7.903656, 9.434941, 10.852450, 12.254940");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.869432, 13.869432, 23.869432, 33.869432, 43.869432, 53.869432");
+					values("7.896283, 9.280260, 10.606600, 11.917770, 13.184310, 14.370340", \
+					  "8.030879, 9.414653, 10.741550, 12.051530, 13.318930, 14.507350", \
+					  "8.220195, 9.604165, 10.930970, 12.241710, 13.507100, 14.696820");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.869432, 13.869432, 23.869432, 33.869432, 43.869432, 53.869432");
+					values("1.209613, 3.615772, 5.982550, 8.025669, 9.757599, 11.269150", \
+					  "1.212054, 3.624604, 5.999368, 8.028102, 9.743429, 11.271080", \
+					  "1.209358, 3.624479, 5.995616, 8.036965, 9.758623, 11.258950");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "A&!IE&!SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&SL==1'b0";
+				timing_type : "three_state_enable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.869432, 13.869432, 23.869432, 33.869432, 43.869432, 53.869432");
+					values("6.902804, 8.059784, 8.970826, 9.858429, 10.743410, 11.625440", \
+					  "7.016009, 8.173926, 9.085406, 9.973266, 10.857210, 11.740060", \
+					  "7.128292, 8.290193, 9.201424, 10.089120, 10.974160, 11.856690");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.869432, 13.869432, 23.869432, 33.869432, 43.869432, 53.869432");
+					values("1.819641, 3.097511, 4.627207, 6.236264, 7.928107, 9.615845", \
+					  "1.819734, 3.092282, 4.624248, 6.240378, 7.924995, 9.615651", \
+					  "1.819244, 3.100488, 4.629069, 6.254251, 7.911677, 9.602799");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "A&!IE&SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&SL==1'b1";
+				timing_type : "three_state_enable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.869432, 13.869432, 23.869432, 33.869432, 43.869432, 53.869432");
+					values("6.704103, 9.484596, 11.418220, 12.769640, 13.882820, 14.899560", \
+					  "6.818554, 9.599212, 11.533050, 12.873820, 14.001190, 15.023130", \
+					  "6.934489, 9.716584, 11.647140, 12.998100, 14.120160, 15.131120");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.869432, 13.869432, 23.869432, 33.869432, 43.869432, 53.869432");
+					values("2.469786, 6.131595, 7.998970, 9.541614, 10.959320, 12.359450", \
+					  "2.466764, 6.130102, 8.011889, 9.541593, 10.970040, 12.365440", \
+					  "2.474221, 6.131319, 7.990308, 9.540461, 10.959090, 12.356230");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "!A&!IE&!SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&SL==1'b0";
+				timing_type : "three_state_enable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.869432, 13.869432, 23.869432, 33.869432, 43.869432, 53.869432");
+					values("4.798640, 5.942477, 6.704507, 7.388954, 8.048151, 8.697237", \
+					  "4.920739, 6.062453, 6.825576, 7.509949, 8.169339, 8.818135", \
+					  "5.059683, 6.202660, 6.966415, 7.650567, 8.309276, 8.958023");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.869432, 13.869432, 23.869432, 33.869432, 43.869432, 53.869432");
+					values("1.396617, 2.601922, 3.665768, 4.739834, 5.861664, 6.990812", \
+					  "1.398631, 2.602455, 3.663991, 4.744223, 5.864131, 6.987211", \
+					  "1.396349, 2.600728, 3.665835, 4.744862, 5.858563, 6.992956");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "!A&!IE&SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&SL==1'b1";
+				timing_type : "three_state_enable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.869432, 13.869432, 23.869432, 33.869432, 43.869432, 53.869432");
+					values("4.700095, 6.067922, 7.383115, 8.689395, 9.960013, 11.155410", \
+					  "4.822473, 6.188350, 7.504076, 8.809756, 10.081420, 11.279710", \
+					  "4.962061, 6.329478, 7.644173, 8.951330, 10.220870, 11.419530");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.869432, 13.869432, 23.869432, 33.869432, 43.869432, 53.869432");
+					values("1.360943, 3.663946, 6.020060, 8.067453, 9.804956, 11.360100", \
+					  "1.357061, 3.664418, 6.023169, 8.082604, 9.816877, 11.346970", \
+					  "1.359914, 3.664481, 6.026867, 8.081359, 9.826176, 11.355640");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "!A&!IE&!SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&SL==1'b0";
+				timing_type : "three_state_disable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.869432, 13.869432, 23.869432, 33.869432, 43.869432, 53.869432");
+					values("3.643826, 3.643827, 3.643828, 3.643829, 3.643830, 3.643831", \
+					  "3.774701, 3.774702, 3.774703, 3.774704, 3.774705, 3.774706", \
+					  "3.960214, 3.960215, 3.960216, 3.960217, 3.960218, 3.960219");
+				}
+				rise_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "!A&!IE&SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&SL==1'b1";
+				timing_type : "three_state_disable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.869432, 13.869432, 23.869432, 33.869432, 43.869432, 53.869432");
+					values("3.630426, 3.630427, 3.630428, 3.630429, 3.630430, 3.630431", \
+					  "3.760005, 3.760006, 3.760007, 3.760008, 3.760009, 3.760010", \
+					  "3.944450, 3.944451, 3.944452, 3.944453, 3.944454, 3.944455");
+				}
+				rise_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "A&!IE&!SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&SL==1'b0";
+				timing_type : "three_state_disable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.869432, 13.869432, 23.869432, 33.869432, 43.869432, 53.869432");
+					values("4.875683, 4.875684, 4.875685, 4.875686, 4.875687, 4.875688", \
+					  "5.011083, 5.011084, 5.011085, 5.011086, 5.011087, 5.011088", \
+					  "5.202257, 5.202258, 5.202259, 5.202260, 5.202261, 5.202262");
+				}
+				fall_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "A&!IE&SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&SL==1'b1";
+				timing_type : "three_state_disable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.869432, 13.869432, 23.869432, 33.869432, 43.869432, 53.869432");
+					values("4.890847, 4.890848, 4.890849, 4.890850, 4.890851, 4.890852", \
+					  "5.025766, 5.025767, 5.025768, 5.025769, 5.025770, 5.025771", \
+					  "5.213450, 5.213451, 5.213452, 5.213453, 5.213454, 5.213455");
+				}
+				fall_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("-13.123430, -13.116590, -13.171300");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("12.846200, 13.173730, 13.179850");
+				}
+			}
+		}
+		pin ("Y") {
+			function : "((IE*PAD))";
+			direction : "output";
+			max_capacitance : 0.500000;
+			output_signal_level : "VDD";
+			internal_power () {
+				related_pin : "IE";
+				when : "!CS&!OE&PAD";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("0.928726, 0.933830, 0.936537, 0.939558, 0.937277, 0.943260", \
+					  "0.663605, 0.666217, 0.679435, 0.698517, 0.673015, 0.644462", \
+					  "0.608524, 0.625669, 0.619101, 0.623076, 0.620992, 0.617695");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("1.078547, 1.095938, 1.113869, 1.136620, 1.141804, 1.143984", \
+					  "0.884591, 0.866664, 0.957563, 0.980071, 0.958076, 0.967570", \
+					  "0.843674, 0.869827, 0.950546, 0.785563, 0.993791, 0.804867");
+				}
+			}
+			internal_power () {
+				related_pin : "IE";
+				when : "CS&!OE&PAD";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("1.037976, 1.041561, 1.044785, 1.049593, 1.047903, 1.044409", \
+					  "0.775634, 0.779365, 0.780834, 0.783698, 0.782748, 0.783059", \
+					  "0.718087, 0.721319, 0.727094, 0.730141, 0.729114, 0.720352");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("1.143644, 1.165023, 1.193255, 1.227409, 1.232859, 1.235683", \
+					  "0.932884, 0.952727, 0.999119, 1.022271, 1.028454, 1.041231", \
+					  "0.937620, 0.942018, 0.986539, 1.010725, 1.017290, 0.977375");
+				}
+			}
+			internal_power () {
+				related_pin : "PAD";
+				when : "!CS&IE&!OE";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("0.529080, 0.530360, 0.527970, 0.505180, 0.511490, 0.503620", \
+					  "0.512650, 0.513030, 0.512720, 0.500240, 0.488760, 0.489800", \
+					  "0.554700, 0.555160, 0.553860, 0.543860, 0.535990, 0.521310");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("0.902990, 0.924840, 0.956460, 1.001970, 1.014060, 1.021570", \
+					  "0.573920, 0.595690, 0.625450, 0.672330, 0.683720, 0.691110", \
+					  "0.566180, 0.588300, 0.617750, 0.666110, 0.678440, 0.685990");
+				}
+			}
+			internal_power () {
+				related_pin : "PAD";
+				when : "CS&IE&!OE";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("0.666780, 0.667330, 0.665960, 0.657220, 0.653440, 0.654350", \
+					  "0.672310, 0.672850, 0.672760, 0.659750, 0.659390, 0.651250", \
+					  "0.705100, 0.705740, 0.705010, 0.699700, 0.691330, 0.691010");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("1.126470, 1.156770, 1.201440, 1.301100, 1.332900, 1.355860", \
+					  "0.742830, 0.773240, 0.819410, 0.918120, 0.949140, 0.973680", \
+					  "0.711200, 0.736090, 0.787210, 0.889310, 0.917970, 0.946120");
+				}
+			}
+			internal_power () {
+				related_pin : "IE";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("0.983351, 0.987696, 0.990661, 0.994576, 0.992590, 0.993834", \
+					  "0.719620, 0.722791, 0.730135, 0.741108, 0.727882, 0.713761", \
+					  "0.663305, 0.673494, 0.673098, 0.676608, 0.675053, 0.669023");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("1.111096, 1.130480, 1.153562, 1.182014, 1.187331, 1.189833", \
+					  "0.908737, 0.909695, 0.978341, 1.001171, 0.993265, 1.004401", \
+					  "0.890647, 0.905922, 0.968543, 0.898144, 1.005540, 0.891121");
+				}
+			}
+			internal_power () {
+				related_pin : "PAD";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("0.597930, 0.598845, 0.596965, 0.581200, 0.582465, 0.578985", \
+					  "0.592480, 0.592940, 0.592740, 0.579995, 0.574075, 0.570525", \
+					  "0.629900, 0.630450, 0.629435, 0.621780, 0.613660, 0.606160");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("1.014730, 1.040805, 1.078950, 1.151535, 1.173480, 1.188715", \
+					  "0.658375, 0.684465, 0.722430, 0.795225, 0.816430, 0.832395", \
+					  "0.638690, 0.662195, 0.702480, 0.777710, 0.798205, 0.816055");
+				}
+			}
+			timing () {
+				related_pin : "IE";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				when : "!CS&!OE&PAD";
+				sdf_cond : "CS==1'b0&&OE==1'b0&&PAD==1'b1";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("5.645283, 5.843792, 6.074080, 6.732849, 7.046247, 7.360221", \
+					  "5.787496, 5.985491, 6.215536, 6.871102, 7.186635, 7.501766", \
+					  "5.951912, 6.149219, 6.380982, 7.036757, 7.352804, 7.667601");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.538013, 0.771695, 1.099093, 2.227628, 2.815894, 3.409939", \
+					  "0.537403, 0.769585, 1.100997, 2.230306, 2.814245, 3.414544", \
+					  "0.540453, 0.770898, 1.095992, 2.228214, 2.818642, 3.405211");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("4.851898, 4.989891, 5.149884, 5.578783, 5.774306, 5.966506", \
+					  "5.007499, 5.145988, 5.306153, 5.735126, 5.929901, 6.121560", \
+					  "5.205603, 5.343682, 5.504209, 5.933182, 6.129064, 6.319404");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.291963, 0.455356, 0.666379, 1.339594, 1.675219, 2.017101", \
+					  "0.294781, 0.454809, 0.665500, 1.338340, 1.677289, 2.020352", \
+					  "0.293164, 0.454774, 0.666471, 1.339938, 1.677011, 2.020389");
+				}
+			}
+			timing () {
+				related_pin : "IE";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				when : "CS&!OE&PAD";
+				sdf_cond : "CS==1'b1&&OE==1'b0&&PAD==1'b1";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("5.846879, 6.045492, 6.276991, 6.932741, 7.247245, 7.563400", \
+					  "5.988796, 6.186093, 6.417801, 7.073561, 7.388264, 7.704423", \
+					  "6.154143, 6.352804, 6.582409, 7.241490, 7.553422, 7.867525");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.540351, 0.769306, 1.097989, 2.237623, 2.809550, 3.407996", \
+					  "0.540368, 0.770804, 1.096165, 2.234735, 2.809338, 3.408073", \
+					  "0.538378, 0.770726, 1.099029, 2.225037, 2.815364, 3.405947");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("5.157244, 5.295557, 5.454080, 5.883021, 6.078561, 6.270303", \
+					  "5.312317, 5.450175, 5.610341, 6.039305, 6.234880, 6.426244", \
+					  "5.511525, 5.649435, 5.809485, 6.238441, 6.433956, 6.625063");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.292963, 0.452192, 0.664791, 1.337850, 1.678234, 2.019954", \
+					  "0.293497, 0.455485, 0.666846, 1.340818, 1.677438, 2.020626", \
+					  "0.293636, 0.455690, 0.665831, 1.340000, 1.678040, 2.018270");
+				}
+			}
+			timing () {
+				related_pin : "PAD";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				when : "!CS&IE&!OE";
+				sdf_cond : "CS==1'b0&&IE==1'b1&&OE==1'b0";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("3.922645, 4.119924, 4.351580, 5.010732, 5.321126, 5.635467", \
+					  "4.064100, 4.262952, 4.493146, 5.149773, 5.466422, 5.780809", \
+					  "4.221789, 4.420273, 4.650556, 5.308082, 5.624071, 5.937422");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.534579, 0.767296, 1.098789, 2.231930, 2.809122, 3.405904", \
+					  "0.535220, 0.769118, 1.101313, 2.229465, 2.816093, 3.409727", \
+					  "0.536182, 0.771976, 1.096050, 2.233974, 2.823256, 3.406910");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("4.440483, 4.578007, 4.738188, 5.168867, 5.364589, 5.555962", \
+					  "4.300549, 4.438936, 4.599339, 5.028164, 5.223260, 5.414857", \
+					  "4.347585, 4.484966, 4.645366, 5.075892, 5.271723, 5.462764");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.293468, 0.452167, 0.664305, 1.339786, 1.678174, 2.017149", \
+					  "0.293924, 0.453265, 0.663498, 1.336261, 1.678201, 2.019295", \
+					  "0.293301, 0.452991, 0.664278, 1.338874, 1.678874, 2.018832");
+				}
+			}
+			timing () {
+				related_pin : "PAD";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				when : "CS&IE&!OE";
+				sdf_cond : "CS==1'b1&&IE==1'b1&&OE==1'b0";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("4.200832, 4.398951, 4.629657, 5.287830, 5.602453, 5.917064", \
+					  "4.349151, 4.547966, 4.777911, 5.437641, 5.749555, 6.061978", \
+					  "4.537901, 4.734004, 4.966257, 5.625178, 5.940597, 6.254555");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.534828, 0.767996, 1.099055, 2.229771, 2.815718, 3.408676", \
+					  "0.534601, 0.768305, 1.096096, 2.230822, 2.808818, 3.408828", \
+					  "0.535389, 0.767678, 1.098426, 2.231930, 2.811973, 3.408702");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("7.140806, 7.278765, 7.438711, 7.868734, 8.064472, 8.256025", \
+					  "6.698004, 6.835459, 6.995620, 7.425525, 7.621253, 7.813158", \
+					  "6.566050, 6.706472, 6.863046, 7.292665, 7.488349, 7.683989");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.293934, 0.453010, 0.663659, 1.338452, 1.677527, 2.021407", \
+					  "0.293636, 0.452858, 0.663771, 1.341331, 1.680379, 2.020068", \
+					  "0.293762, 0.453809, 0.667536, 1.340418, 1.678072, 2.020990");
+				}
+			}
+		}
+		pin ("DVDD") {
+			direction : "inout";
+			capacitance : 0;
+		}
+		pin ("DVSS") {
+			direction : "inout";
+			capacitance : 0;
+		}
+		pin ("VDD") {
+			direction : "inout";
+			capacitance : 0;
+		}
+		pin ("VSS") {
+			direction : "inout";
+			capacitance : 0;
+		}
+	}
diff --git a/cells/bi_24t/gf180mcu_fd_io__bi_24t__ss_125C_2v25.lib.json b/cells/bi_24t/gf180mcu_fd_io__bi_24t__ss_125C_2v25.lib.json
new file mode 100644
index 0000000..7a8dac0
--- /dev/null
+++ b/cells/bi_24t/gf180mcu_fd_io__bi_24t__ss_125C_2v25.lib.json
@@ -0,0 +1,3102 @@
+{
+    "cell gf180mcu_fd_io__bi_24t": {
+        "scaling_factors": "gf_factors",
+        "area": "26250.000000",
+        "pad_cell": "true",
+        "dont_use": "true",
+        "dont_touch": "true",
+        "cell_leakage_power": "1.345600e-03",
+        "leakage_power ": {
+            "when": "!CS !SL !IE !OE !PU !PD !A !PAD",
+            "value": "0.001346"
+        },
+        "pin CS": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.022318",
+            "comp_attribute rise_capacitance_range": "0.021884,0.023086",
+            "capacitance": "0.022147",
+            "fall_capacitance": "0.021976",
+            "comp_attribute fall_capacitance_range": "0.021928,0.022049",
+            "internal_power ": {
+                "rise_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        -0.023479,
+                        0.285434,
+                        0.469061
+                    ]
+                },
+                "fall_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        0.064115,
+                        0.359777,
+                        0.451172
+                    ]
+                }
+            }
+        },
+        "pin SL": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.031240",
+            "comp_attribute rise_capacitance_range": "0.030759,0.032128",
+            "capacitance": "0.031120",
+            "fall_capacitance": "0.031001",
+            "comp_attribute fall_capacitance_range": "0.030836,0.031104",
+            "internal_power ": {
+                "rise_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        -0.098531,
+                        0.122372,
+                        0.564879
+                    ]
+                },
+                "fall_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        0.020938,
+                        0.307665,
+                        0.686172
+                    ]
+                }
+            }
+        },
+        "pin IE": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.013992",
+            "comp_attribute rise_capacitance_range": "0.013534,0.014641",
+            "capacitance": "0.013775",
+            "fall_capacitance": "0.013558",
+            "comp_attribute fall_capacitance_range": "0.013452,0.013622",
+            "internal_power ": {
+                "rise_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        0.004222,
+                        0.267434,
+                        0.320983
+                    ]
+                },
+                "fall_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        0.06386,
+                        0.265154,
+                        0.272968
+                    ]
+                }
+            }
+        },
+        "pin OE": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.085333",
+            "comp_attribute rise_capacitance_range": "0.082318,0.089541",
+            "capacitance": "0.085306",
+            "fall_capacitance": "0.085179",
+            "comp_attribute fall_capacitance_range": "0.084364,0.085817"
+        },
+        "pin PU": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.066498",
+            "comp_attribute rise_capacitance_range": "0.058186,0.074226",
+            "capacitance": "0.065878",
+            "fall_capacitance": "0.065257",
+            "comp_attribute fall_capacitance_range": "0.056972,0.072418",
+            "internal_power ": {
+                "rise_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        -0.168013,
+                        -0.14618,
+                        -0.002445
+                    ]
+                },
+                "fall_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        0.218137,
+                        0.54219,
+                        0.693682
+                    ]
+                }
+            }
+        },
+        "pin PD": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.047648",
+            "comp_attribute rise_capacitance_range": "0.046661,0.048751",
+            "capacitance": "0.048378",
+            "fall_capacitance": "0.049108",
+            "comp_attribute fall_capacitance_range": "0.048525,0.049569",
+            "internal_power ": {
+                "rise_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        -0.120404,
+                        0.006245,
+                        0.301914
+                    ]
+                },
+                "fall_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        0.180631,
+                        0.475616,
+                        0.580656
+                    ]
+                }
+            }
+        },
+        "pin A": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.035901",
+            "comp_attribute rise_capacitance_range": "0.035266,0.036733",
+            "capacitance": "0.036246",
+            "fall_capacitance": "0.036591",
+            "comp_attribute fall_capacitance_range": "0.036477,0.036707",
+            "internal_power ": {
+                "rise_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        -0.063063,
+                        -0.061168,
+                        -0.060505
+                    ]
+                },
+                "fall_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        0.069583,
+                        0.070713,
+                        0.070855
+                    ]
+                }
+            }
+        },
+        "pin PAD": {
+            "drive_current": "24000.000000",
+            "is_pad": "true",
+            "function": "((A))",
+            "three_state": "((!OE))",
+            "direction": "inout",
+            "max_transition": "1.000000",
+            "max_capacitance": "50.000000",
+            "input_signal_level": "DVDD",
+            "output_signal_level": "DVDD",
+            "capacitance": "3.869432",
+            "internal_power ": [
+                {
+                    "related_pin": "A",
+                    "when": "!IE&OE&!SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            10,
+                            20,
+                            30,
+                            40,
+                            50
+                        ],
+                        "values": [
+                            [
+                                22.966403,
+                                23.270213,
+                                23.209113,
+                                22.579253,
+                                22.084423,
+                                21.325013
+                            ],
+                            [
+                                22.960708,
+                                23.240898,
+                                22.954868,
+                                22.560128,
+                                21.974608,
+                                21.303608
+                            ],
+                            [
+                                22.993285,
+                                23.230715,
+                                22.974035,
+                                22.564015,
+                                21.977835,
+                                21.395135
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            10,
+                            20,
+                            30,
+                            40,
+                            50
+                        ],
+                        "values": [
+                            [
+                                24.671207,
+                                26.189327,
+                                26.526357,
+                                26.703947,
+                                26.752517,
+                                26.811227
+                            ],
+                            [
+                                24.695217,
+                                26.167737,
+                                26.519907,
+                                26.669727,
+                                26.766147,
+                                26.841977
+                            ],
+                            [
+                                24.723805,
+                                26.136025,
+                                26.502325,
+                                26.698165,
+                                26.720295,
+                                26.798905
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "A",
+                    "when": "!IE&OE&SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            10,
+                            20,
+                            30,
+                            40,
+                            50
+                        ],
+                        "values": [
+                            [
+                                18.528643,
+                                22.007183,
+                                22.378433,
+                                22.638913,
+                                21.985313,
+                                21.141483
+                            ],
+                            [
+                                18.476778,
+                                22.000348,
+                                22.402878,
+                                22.756058,
+                                22.120228,
+                                21.286118
+                            ],
+                            [
+                                18.402625,
+                                21.985005,
+                                22.396965,
+                                22.673835,
+                                22.251785,
+                                21.225995
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            10,
+                            20,
+                            30,
+                            40,
+                            50
+                        ],
+                        "values": [
+                            [
+                                22.081497,
+                                23.070547,
+                                23.981357,
+                                24.782667,
+                                25.333097,
+                                25.698547
+                            ],
+                            [
+                                22.008697,
+                                23.147847,
+                                23.929447,
+                                24.811107,
+                                25.266767,
+                                25.648717
+                            ],
+                            [
+                                21.982585,
+                                22.923275,
+                                23.956705,
+                                24.659275,
+                                25.352715,
+                                25.628385
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "A&!IE&!SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            10,
+                            20,
+                            30,
+                            40,
+                            50
+                        ],
+                        "values": [
+                            [
+                                21.527192,
+                                21.500642,
+                                21.129892,
+                                20.563432,
+                                20.054422,
+                                19.371472
+                            ],
+                            [
+                                22.706521,
+                                22.662311,
+                                22.255411,
+                                21.771021,
+                                21.212031,
+                                20.157421
+                            ],
+                            [
+                                17.005844,
+                                17.059384,
+                                16.660754,
+                                16.204024,
+                                15.579974,
+                                14.720574
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            10,
+                            20,
+                            30,
+                            40,
+                            50
+                        ],
+                        "values": [
+                            [
+                                -0.729946,
+                                -1.400856,
+                                -1.635656,
+                                -1.755476,
+                                -1.828082,
+                                -1.876742
+                            ],
+                            [
+                                -1.525967,
+                                -2.433746,
+                                -2.718605,
+                                -2.860289,
+                                -2.945284,
+                                -3.001988
+                            ],
+                            [
+                                -3.236562,
+                                -3.380809,
+                                -3.41177,
+                                -3.423042,
+                                -3.428966,
+                                -3.432712
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "A&!IE&SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            10,
+                            20,
+                            30,
+                            40,
+                            50
+                        ],
+                        "values": [
+                            [
+                                16.971622,
+                                20.226512,
+                                20.381872,
+                                20.506452,
+                                19.967062,
+                                19.335902
+                            ],
+                            [
+                                18.116531,
+                                21.227361,
+                                21.845371,
+                                21.577891,
+                                21.237641,
+                                20.784551
+                            ],
+                            [
+                                12.510074,
+                                15.578834,
+                                15.995944,
+                                15.811494,
+                                15.264134,
+                                14.689524
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            10,
+                            20,
+                            30,
+                            40,
+                            50
+                        ],
+                        "values": [
+                            [
+                                -0.740575,
+                                -1.392511,
+                                -1.62738,
+                                -1.747922,
+                                -1.821687,
+                                -1.871241
+                            ],
+                            [
+                                -1.609073,
+                                -2.498162,
+                                -2.782188,
+                                -2.926545,
+                                -3.013573,
+                                -3.071748
+                            ],
+                            [
+                                -3.346667,
+                                -3.437083,
+                                -3.515461,
+                                -3.531902,
+                                -3.538161,
+                                -3.540827
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "!A&!IE&!SL",
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            10,
+                            20,
+                            30,
+                            40,
+                            50
+                        ],
+                        "values": [
+                            [
+                                21.065782,
+                                21.995302,
+                                22.119042,
+                                22.161472,
+                                22.168652,
+                                22.182452
+                            ],
+                            [
+                                22.227761,
+                                23.157201,
+                                23.277811,
+                                23.335161,
+                                23.321801,
+                                23.375411
+                            ],
+                            [
+                                16.627364,
+                                17.598754,
+                                17.701844,
+                                17.723404,
+                                17.724054,
+                                17.727634
+                            ]
+                        ]
+                    },
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            10,
+                            20,
+                            30,
+                            40,
+                            50
+                        ],
+                        "values": [
+                            [
+                                -0.062585,
+                                -50.602494,
+                                -101.205264,
+                                -151.819664,
+                                -202.438464,
+                                -253.059364
+                            ],
+                            [
+                                -0.001767,
+                                -50.619804,
+                                -101.243354,
+                                -151.867754,
+                                -202.492454,
+                                -253.117254
+                            ],
+                            [
+                                -2.257525,
+                                -52.912837,
+                                -103.549767,
+                                -154.180807,
+                                -204.809307,
+                                -255.436807
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "!A&!IE&SL",
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            10,
+                            20,
+                            30,
+                            40,
+                            50
+                        ],
+                        "values": [
+                            [
+                                18.872532,
+                                19.070002,
+                                19.625012,
+                                20.205422,
+                                20.648822,
+                                20.952232
+                            ],
+                            [
+                                20.012851,
+                                20.205781,
+                                20.738251,
+                                21.362551,
+                                21.815131,
+                                22.168561
+                            ],
+                            [
+                                14.399224,
+                                14.587004,
+                                15.141004,
+                                15.766734,
+                                16.156944,
+                                16.655294
+                            ]
+                        ]
+                    },
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            10,
+                            20,
+                            30,
+                            40,
+                            50
+                        ],
+                        "values": [
+                            [
+                                -0.144681,
+                                -50.687754,
+                                -101.291464,
+                                -151.906264,
+                                -202.525364,
+                                -253.146464
+                            ],
+                            [
+                                -0.101532,
+                                -50.721774,
+                                -101.344954,
+                                -151.969154,
+                                -202.593754,
+                                -253.218454
+                            ],
+                            [
+                                -2.343189,
+                                -53.005947,
+                                -103.644297,
+                                -154.275907,
+                                -204.904807,
+                                -255.532307
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "A",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            10,
+                            20,
+                            30,
+                            40,
+                            50
+                        ],
+                        "values": [
+                            [
+                                41.495046,
+                                45.277396,
+                                45.587546,
+                                45.218166,
+                                44.069736,
+                                42.466496
+                            ],
+                            [
+                                41.437486,
+                                45.241246,
+                                45.357746,
+                                45.316186,
+                                44.094836,
+                                42.589726
+                            ],
+                            [
+                                41.39591,
+                                45.21572,
+                                45.371,
+                                45.23785,
+                                44.22962,
+                                42.62113
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            10,
+                            20,
+                            30,
+                            40,
+                            50
+                        ],
+                        "values": [
+                            [
+                                46.752704,
+                                49.259874,
+                                50.507714,
+                                51.486614,
+                                52.085614,
+                                52.509774
+                            ],
+                            [
+                                46.703914,
+                                49.315584,
+                                50.449354,
+                                51.480834,
+                                52.032914,
+                                52.490694
+                            ],
+                            [
+                                46.70639,
+                                49.0593,
+                                50.45903,
+                                51.35744,
+                                52.07301,
+                                52.42729
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            10,
+                            20,
+                            30,
+                            40,
+                            50
+                        ],
+                        "values": [
+                            [
+                                19.145774,
+                                -29.781547,
+                                -80.492482,
+                                -131.328022,
+                                -182.471172,
+                                -233.749227
+                            ],
+                            [
+                                20.359876,
+                                -28.725953,
+                                -79.243763,
+                                -130.243998,
+                                -181.318268,
+                                -232.696868
+                            ],
+                            [
+                                12.457602,
+                                -36.640283,
+                                -87.268683,
+                                -138.220598,
+                                -189.435003,
+                                -240.779508
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            10,
+                            20,
+                            30,
+                            40,
+                            50
+                        ],
+                        "values": [
+                            [
+                                19.233897,
+                                19.135968,
+                                19.240509,
+                                19.431748,
+                                19.583852,
+                                19.693351
+                            ],
+                            [
+                                19.552786,
+                                19.215537,
+                                19.257635,
+                                19.455439,
+                                19.589037,
+                                19.735118
+                            ],
+                            [
+                                12.22168,
+                                12.683933,
+                                12.957809,
+                                13.267597,
+                                13.456936,
+                                13.704694
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "rise_power power_inputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "values": [
+                            -13.12343,
+                            -13.11659,
+                            -13.1713
+                        ]
+                    },
+                    "fall_power power_inputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "values": [
+                            12.8462,
+                            13.17373,
+                            13.17985
+                        ]
+                    }
+                }
+            ],
+            "timing ": [
+                {
+                    "related_pin": "A",
+                    "timing_type": "combinational",
+                    "timing_sense": "positive_unate",
+                    "when": "!IE&OE&!SL",
+                    "sdf_cond": "IE==1'b0&&OE==1'b1&&SL==1'b0",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.869432,
+                            13.869432,
+                            23.869432,
+                            33.869432,
+                            43.869432,
+                            53.869432
+                        ],
+                        "values": [
+                            [
+                                8.149801,
+                                9.271356,
+                                10.18286,
+                                11.07306,
+                                11.95617,
+                                12.83792
+                            ],
+                            [
+                                8.270976,
+                                9.393492,
+                                10.30453,
+                                11.19485,
+                                12.07835,
+                                12.96032
+                            ],
+                            [
+                                8.413859,
+                                9.53609,
+                                10.4471,
+                                11.33742,
+                                12.22092,
+                                13.10289
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.869432,
+                            13.869432,
+                            23.869432,
+                            33.869432,
+                            43.869432,
+                            53.869432
+                        ],
+                        "values": [
+                            [
+                                1.70767,
+                                3.000273,
+                                4.569532,
+                                6.216225,
+                                7.900093,
+                                9.585851
+                            ],
+                            [
+                                1.707654,
+                                3.007975,
+                                4.570491,
+                                6.216101,
+                                7.900215,
+                                9.591898
+                            ],
+                            [
+                                1.706954,
+                                3.0078,
+                                4.570554,
+                                6.216069,
+                                7.900459,
+                                9.592115
+                            ]
+                        ]
+                    },
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.869432,
+                            13.869432,
+                            23.869432,
+                            33.869432,
+                            43.869432,
+                            53.869432
+                        ],
+                        "values": [
+                            [
+                                8.010129,
+                                9.134549,
+                                9.88149,
+                                10.56228,
+                                11.22009,
+                                11.86877
+                            ],
+                            [
+                                8.144341,
+                                9.26963,
+                                10.01656,
+                                10.69701,
+                                11.35538,
+                                12.00423
+                            ],
+                            [
+                                8.333807,
+                                9.458971,
+                                10.20594,
+                                10.88627,
+                                11.54471,
+                                12.19358
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.869432,
+                            13.869432,
+                            23.869432,
+                            33.869432,
+                            43.869432,
+                            53.869432
+                        ],
+                        "values": [
+                            [
+                                1.283057,
+                                2.512761,
+                                3.567832,
+                                4.652739,
+                                5.792944,
+                                6.939057
+                            ],
+                            [
+                                1.28381,
+                                2.513352,
+                                3.569036,
+                                4.661084,
+                                5.789372,
+                                6.931726
+                            ],
+                            [
+                                1.28291,
+                                2.513142,
+                                3.567304,
+                                4.659634,
+                                5.790175,
+                                6.933999
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "A",
+                    "timing_type": "combinational",
+                    "timing_sense": "positive_unate",
+                    "when": "!IE&OE&SL",
+                    "sdf_cond": "IE==1'b0&&OE==1'b1&&SL==1'b1",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.869432,
+                            13.869432,
+                            23.869432,
+                            33.869432,
+                            43.869432,
+                            53.869432
+                        ],
+                        "values": [
+                            [
+                                7.962988,
+                                10.76563,
+                                12.65614,
+                                13.99265,
+                                15.09458,
+                                16.10902
+                            ],
+                            [
+                                8.084261,
+                                10.88175,
+                                12.7755,
+                                14.11048,
+                                15.21305,
+                                16.22913
+                            ],
+                            [
+                                8.227099,
+                                11.02594,
+                                12.91997,
+                                14.25522,
+                                15.35705,
+                                16.37251
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.869432,
+                            13.869432,
+                            23.869432,
+                            33.869432,
+                            43.869432,
+                            53.869432
+                        ],
+                        "values": [
+                            [
+                                2.438017,
+                                6.05251,
+                                7.903821,
+                                9.437549,
+                                10.85207,
+                                12.25737
+                            ],
+                            [
+                                2.438999,
+                                6.055298,
+                                7.903788,
+                                9.435082,
+                                10.85341,
+                                12.25521
+                            ],
+                            [
+                                2.439193,
+                                6.055399,
+                                7.903656,
+                                9.434941,
+                                10.85245,
+                                12.25494
+                            ]
+                        ]
+                    },
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.869432,
+                            13.869432,
+                            23.869432,
+                            33.869432,
+                            43.869432,
+                            53.869432
+                        ],
+                        "values": [
+                            [
+                                7.896283,
+                                9.28026,
+                                10.6066,
+                                11.91777,
+                                13.18431,
+                                14.37034
+                            ],
+                            [
+                                8.030879,
+                                9.414653,
+                                10.74155,
+                                12.05153,
+                                13.31893,
+                                14.50735
+                            ],
+                            [
+                                8.220195,
+                                9.604165,
+                                10.93097,
+                                12.24171,
+                                13.5071,
+                                14.69682
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.869432,
+                            13.869432,
+                            23.869432,
+                            33.869432,
+                            43.869432,
+                            53.869432
+                        ],
+                        "values": [
+                            [
+                                1.209613,
+                                3.615772,
+                                5.98255,
+                                8.025669,
+                                9.757599,
+                                11.26915
+                            ],
+                            [
+                                1.212054,
+                                3.624604,
+                                5.999368,
+                                8.028102,
+                                9.743429,
+                                11.27108
+                            ],
+                            [
+                                1.209358,
+                                3.624479,
+                                5.995616,
+                                8.036965,
+                                9.758623,
+                                11.25895
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "A&!IE&!SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&SL==1'b0",
+                    "timing_type": "three_state_enable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.869432,
+                            13.869432,
+                            23.869432,
+                            33.869432,
+                            43.869432,
+                            53.869432
+                        ],
+                        "values": [
+                            [
+                                6.902804,
+                                8.059784,
+                                8.970826,
+                                9.858429,
+                                10.74341,
+                                11.62544
+                            ],
+                            [
+                                7.016009,
+                                8.173926,
+                                9.085406,
+                                9.973266,
+                                10.85721,
+                                11.74006
+                            ],
+                            [
+                                7.128292,
+                                8.290193,
+                                9.201424,
+                                10.08912,
+                                10.97416,
+                                11.85669
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.869432,
+                            13.869432,
+                            23.869432,
+                            33.869432,
+                            43.869432,
+                            53.869432
+                        ],
+                        "values": [
+                            [
+                                1.819641,
+                                3.097511,
+                                4.627207,
+                                6.236264,
+                                7.928107,
+                                9.615845
+                            ],
+                            [
+                                1.819734,
+                                3.092282,
+                                4.624248,
+                                6.240378,
+                                7.924995,
+                                9.615651
+                            ],
+                            [
+                                1.819244,
+                                3.100488,
+                                4.629069,
+                                6.254251,
+                                7.911677,
+                                9.602799
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "A&!IE&SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&SL==1'b1",
+                    "timing_type": "three_state_enable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.869432,
+                            13.869432,
+                            23.869432,
+                            33.869432,
+                            43.869432,
+                            53.869432
+                        ],
+                        "values": [
+                            [
+                                6.704103,
+                                9.484596,
+                                11.41822,
+                                12.76964,
+                                13.88282,
+                                14.89956
+                            ],
+                            [
+                                6.818554,
+                                9.599212,
+                                11.53305,
+                                12.87382,
+                                14.00119,
+                                15.02313
+                            ],
+                            [
+                                6.934489,
+                                9.716584,
+                                11.64714,
+                                12.9981,
+                                14.12016,
+                                15.13112
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.869432,
+                            13.869432,
+                            23.869432,
+                            33.869432,
+                            43.869432,
+                            53.869432
+                        ],
+                        "values": [
+                            [
+                                2.469786,
+                                6.131595,
+                                7.99897,
+                                9.541614,
+                                10.95932,
+                                12.35945
+                            ],
+                            [
+                                2.466764,
+                                6.130102,
+                                8.011889,
+                                9.541593,
+                                10.97004,
+                                12.36544
+                            ],
+                            [
+                                2.474221,
+                                6.131319,
+                                7.990308,
+                                9.540461,
+                                10.95909,
+                                12.35623
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "!A&!IE&!SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&SL==1'b0",
+                    "timing_type": "three_state_enable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.869432,
+                            13.869432,
+                            23.869432,
+                            33.869432,
+                            43.869432,
+                            53.869432
+                        ],
+                        "values": [
+                            [
+                                4.79864,
+                                5.942477,
+                                6.704507,
+                                7.388954,
+                                8.048151,
+                                8.697237
+                            ],
+                            [
+                                4.920739,
+                                6.062453,
+                                6.825576,
+                                7.509949,
+                                8.169339,
+                                8.818135
+                            ],
+                            [
+                                5.059683,
+                                6.20266,
+                                6.966415,
+                                7.650567,
+                                8.309276,
+                                8.958023
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.869432,
+                            13.869432,
+                            23.869432,
+                            33.869432,
+                            43.869432,
+                            53.869432
+                        ],
+                        "values": [
+                            [
+                                1.396617,
+                                2.601922,
+                                3.665768,
+                                4.739834,
+                                5.861664,
+                                6.990812
+                            ],
+                            [
+                                1.398631,
+                                2.602455,
+                                3.663991,
+                                4.744223,
+                                5.864131,
+                                6.987211
+                            ],
+                            [
+                                1.396349,
+                                2.600728,
+                                3.665835,
+                                4.744862,
+                                5.858563,
+                                6.992956
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "!A&!IE&SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&SL==1'b1",
+                    "timing_type": "three_state_enable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.869432,
+                            13.869432,
+                            23.869432,
+                            33.869432,
+                            43.869432,
+                            53.869432
+                        ],
+                        "values": [
+                            [
+                                4.700095,
+                                6.067922,
+                                7.383115,
+                                8.689395,
+                                9.960013,
+                                11.15541
+                            ],
+                            [
+                                4.822473,
+                                6.18835,
+                                7.504076,
+                                8.809756,
+                                10.08142,
+                                11.27971
+                            ],
+                            [
+                                4.962061,
+                                6.329478,
+                                7.644173,
+                                8.95133,
+                                10.22087,
+                                11.41953
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.869432,
+                            13.869432,
+                            23.869432,
+                            33.869432,
+                            43.869432,
+                            53.869432
+                        ],
+                        "values": [
+                            [
+                                1.360943,
+                                3.663946,
+                                6.02006,
+                                8.067453,
+                                9.804956,
+                                11.3601
+                            ],
+                            [
+                                1.357061,
+                                3.664418,
+                                6.023169,
+                                8.082604,
+                                9.816877,
+                                11.34697
+                            ],
+                            [
+                                1.359914,
+                                3.664481,
+                                6.026867,
+                                8.081359,
+                                9.826176,
+                                11.35564
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "!A&!IE&!SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&SL==1'b0",
+                    "timing_type": "three_state_disable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.869432,
+                            13.869432,
+                            23.869432,
+                            33.869432,
+                            43.869432,
+                            53.869432
+                        ],
+                        "values": [
+                            [
+                                3.643826,
+                                3.643827,
+                                3.643828,
+                                3.643829,
+                                3.64383,
+                                3.643831
+                            ],
+                            [
+                                3.774701,
+                                3.774702,
+                                3.774703,
+                                3.774704,
+                                3.774705,
+                                3.774706
+                            ],
+                            [
+                                3.960214,
+                                3.960215,
+                                3.960216,
+                                3.960217,
+                                3.960218,
+                                3.960219
+                            ]
+                        ]
+                    },
+                    "rise_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "!A&!IE&SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&SL==1'b1",
+                    "timing_type": "three_state_disable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.869432,
+                            13.869432,
+                            23.869432,
+                            33.869432,
+                            43.869432,
+                            53.869432
+                        ],
+                        "values": [
+                            [
+                                3.630426,
+                                3.630427,
+                                3.630428,
+                                3.630429,
+                                3.63043,
+                                3.630431
+                            ],
+                            [
+                                3.760005,
+                                3.760006,
+                                3.760007,
+                                3.760008,
+                                3.760009,
+                                3.76001
+                            ],
+                            [
+                                3.94445,
+                                3.944451,
+                                3.944452,
+                                3.944453,
+                                3.944454,
+                                3.944455
+                            ]
+                        ]
+                    },
+                    "rise_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "A&!IE&!SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&SL==1'b0",
+                    "timing_type": "three_state_disable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.869432,
+                            13.869432,
+                            23.869432,
+                            33.869432,
+                            43.869432,
+                            53.869432
+                        ],
+                        "values": [
+                            [
+                                4.875683,
+                                4.875684,
+                                4.875685,
+                                4.875686,
+                                4.875687,
+                                4.875688
+                            ],
+                            [
+                                5.011083,
+                                5.011084,
+                                5.011085,
+                                5.011086,
+                                5.011087,
+                                5.011088
+                            ],
+                            [
+                                5.202257,
+                                5.202258,
+                                5.202259,
+                                5.20226,
+                                5.202261,
+                                5.202262
+                            ]
+                        ]
+                    },
+                    "fall_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "A&!IE&SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&SL==1'b1",
+                    "timing_type": "three_state_disable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.869432,
+                            13.869432,
+                            23.869432,
+                            33.869432,
+                            43.869432,
+                            53.869432
+                        ],
+                        "values": [
+                            [
+                                4.890847,
+                                4.890848,
+                                4.890849,
+                                4.89085,
+                                4.890851,
+                                4.890852
+                            ],
+                            [
+                                5.025766,
+                                5.025767,
+                                5.025768,
+                                5.025769,
+                                5.02577,
+                                5.025771
+                            ],
+                            [
+                                5.21345,
+                                5.213451,
+                                5.213452,
+                                5.213453,
+                                5.213454,
+                                5.213455
+                            ]
+                        ]
+                    },
+                    "fall_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                }
+            ]
+        },
+        "pin Y": {
+            "function": "((IE*PAD))",
+            "direction": "output",
+            "max_capacitance": "0.500000",
+            "output_signal_level": "VDD",
+            "internal_power ": [
+                {
+                    "related_pin": "IE",
+                    "when": "!CS&!OE&PAD",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.928726,
+                                0.93383,
+                                0.936537,
+                                0.939558,
+                                0.937277,
+                                0.94326
+                            ],
+                            [
+                                0.663605,
+                                0.666217,
+                                0.679435,
+                                0.698517,
+                                0.673015,
+                                0.644462
+                            ],
+                            [
+                                0.608524,
+                                0.625669,
+                                0.619101,
+                                0.623076,
+                                0.620992,
+                                0.617695
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                1.078547,
+                                1.095938,
+                                1.113869,
+                                1.13662,
+                                1.141804,
+                                1.143984
+                            ],
+                            [
+                                0.884591,
+                                0.866664,
+                                0.957563,
+                                0.980071,
+                                0.958076,
+                                0.96757
+                            ],
+                            [
+                                0.843674,
+                                0.869827,
+                                0.950546,
+                                0.785563,
+                                0.993791,
+                                0.804867
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "IE",
+                    "when": "CS&!OE&PAD",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                1.037976,
+                                1.041561,
+                                1.044785,
+                                1.049593,
+                                1.047903,
+                                1.044409
+                            ],
+                            [
+                                0.775634,
+                                0.779365,
+                                0.780834,
+                                0.783698,
+                                0.782748,
+                                0.783059
+                            ],
+                            [
+                                0.718087,
+                                0.721319,
+                                0.727094,
+                                0.730141,
+                                0.729114,
+                                0.720352
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                1.143644,
+                                1.165023,
+                                1.193255,
+                                1.227409,
+                                1.232859,
+                                1.235683
+                            ],
+                            [
+                                0.932884,
+                                0.952727,
+                                0.999119,
+                                1.022271,
+                                1.028454,
+                                1.041231
+                            ],
+                            [
+                                0.93762,
+                                0.942018,
+                                0.986539,
+                                1.010725,
+                                1.01729,
+                                0.977375
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "PAD",
+                    "when": "!CS&IE&!OE",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.52908,
+                                0.53036,
+                                0.52797,
+                                0.50518,
+                                0.51149,
+                                0.50362
+                            ],
+                            [
+                                0.51265,
+                                0.51303,
+                                0.51272,
+                                0.50024,
+                                0.48876,
+                                0.4898
+                            ],
+                            [
+                                0.5547,
+                                0.55516,
+                                0.55386,
+                                0.54386,
+                                0.53599,
+                                0.52131
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.90299,
+                                0.92484,
+                                0.95646,
+                                1.00197,
+                                1.01406,
+                                1.02157
+                            ],
+                            [
+                                0.57392,
+                                0.59569,
+                                0.62545,
+                                0.67233,
+                                0.68372,
+                                0.69111
+                            ],
+                            [
+                                0.56618,
+                                0.5883,
+                                0.61775,
+                                0.66611,
+                                0.67844,
+                                0.68599
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "PAD",
+                    "when": "CS&IE&!OE",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.66678,
+                                0.66733,
+                                0.66596,
+                                0.65722,
+                                0.65344,
+                                0.65435
+                            ],
+                            [
+                                0.67231,
+                                0.67285,
+                                0.67276,
+                                0.65975,
+                                0.65939,
+                                0.65125
+                            ],
+                            [
+                                0.7051,
+                                0.70574,
+                                0.70501,
+                                0.6997,
+                                0.69133,
+                                0.69101
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                1.12647,
+                                1.15677,
+                                1.20144,
+                                1.3011,
+                                1.3329,
+                                1.35586
+                            ],
+                            [
+                                0.74283,
+                                0.77324,
+                                0.81941,
+                                0.91812,
+                                0.94914,
+                                0.97368
+                            ],
+                            [
+                                0.7112,
+                                0.73609,
+                                0.78721,
+                                0.88931,
+                                0.91797,
+                                0.94612
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "IE",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.983351,
+                                0.987696,
+                                0.990661,
+                                0.994576,
+                                0.99259,
+                                0.993834
+                            ],
+                            [
+                                0.71962,
+                                0.722791,
+                                0.730135,
+                                0.741108,
+                                0.727882,
+                                0.713761
+                            ],
+                            [
+                                0.663305,
+                                0.673494,
+                                0.673098,
+                                0.676608,
+                                0.675053,
+                                0.669023
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                1.111096,
+                                1.13048,
+                                1.153562,
+                                1.182014,
+                                1.187331,
+                                1.189833
+                            ],
+                            [
+                                0.908737,
+                                0.909695,
+                                0.978341,
+                                1.001171,
+                                0.993265,
+                                1.004401
+                            ],
+                            [
+                                0.890647,
+                                0.905922,
+                                0.968543,
+                                0.898144,
+                                1.00554,
+                                0.891121
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "PAD",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.59793,
+                                0.598845,
+                                0.596965,
+                                0.5812,
+                                0.582465,
+                                0.578985
+                            ],
+                            [
+                                0.59248,
+                                0.59294,
+                                0.59274,
+                                0.579995,
+                                0.574075,
+                                0.570525
+                            ],
+                            [
+                                0.6299,
+                                0.63045,
+                                0.629435,
+                                0.62178,
+                                0.61366,
+                                0.60616
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                1.01473,
+                                1.040805,
+                                1.07895,
+                                1.151535,
+                                1.17348,
+                                1.188715
+                            ],
+                            [
+                                0.658375,
+                                0.684465,
+                                0.72243,
+                                0.795225,
+                                0.81643,
+                                0.832395
+                            ],
+                            [
+                                0.63869,
+                                0.662195,
+                                0.70248,
+                                0.77771,
+                                0.798205,
+                                0.816055
+                            ]
+                        ]
+                    }
+                }
+            ],
+            "timing ": [
+                {
+                    "related_pin": "IE",
+                    "timing_type": "combinational",
+                    "timing_sense": "positive_unate",
+                    "when": "!CS&!OE&PAD",
+                    "sdf_cond": "CS==1'b0&&OE==1'b0&&PAD==1'b1",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                5.645283,
+                                5.843792,
+                                6.07408,
+                                6.732849,
+                                7.046247,
+                                7.360221
+                            ],
+                            [
+                                5.787496,
+                                5.985491,
+                                6.215536,
+                                6.871102,
+                                7.186635,
+                                7.501766
+                            ],
+                            [
+                                5.951912,
+                                6.149219,
+                                6.380982,
+                                7.036757,
+                                7.352804,
+                                7.667601
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.538013,
+                                0.771695,
+                                1.099093,
+                                2.227628,
+                                2.815894,
+                                3.409939
+                            ],
+                            [
+                                0.537403,
+                                0.769585,
+                                1.100997,
+                                2.230306,
+                                2.814245,
+                                3.414544
+                            ],
+                            [
+                                0.540453,
+                                0.770898,
+                                1.095992,
+                                2.228214,
+                                2.818642,
+                                3.405211
+                            ]
+                        ]
+                    },
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                4.851898,
+                                4.989891,
+                                5.149884,
+                                5.578783,
+                                5.774306,
+                                5.966506
+                            ],
+                            [
+                                5.007499,
+                                5.145988,
+                                5.306153,
+                                5.735126,
+                                5.929901,
+                                6.12156
+                            ],
+                            [
+                                5.205603,
+                                5.343682,
+                                5.504209,
+                                5.933182,
+                                6.129064,
+                                6.319404
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.291963,
+                                0.455356,
+                                0.666379,
+                                1.339594,
+                                1.675219,
+                                2.017101
+                            ],
+                            [
+                                0.294781,
+                                0.454809,
+                                0.6655,
+                                1.33834,
+                                1.677289,
+                                2.020352
+                            ],
+                            [
+                                0.293164,
+                                0.454774,
+                                0.666471,
+                                1.339938,
+                                1.677011,
+                                2.020389
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "IE",
+                    "timing_type": "combinational",
+                    "timing_sense": "positive_unate",
+                    "when": "CS&!OE&PAD",
+                    "sdf_cond": "CS==1'b1&&OE==1'b0&&PAD==1'b1",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                5.846879,
+                                6.045492,
+                                6.276991,
+                                6.932741,
+                                7.247245,
+                                7.5634
+                            ],
+                            [
+                                5.988796,
+                                6.186093,
+                                6.417801,
+                                7.073561,
+                                7.388264,
+                                7.704423
+                            ],
+                            [
+                                6.154143,
+                                6.352804,
+                                6.582409,
+                                7.24149,
+                                7.553422,
+                                7.867525
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.540351,
+                                0.769306,
+                                1.097989,
+                                2.237623,
+                                2.80955,
+                                3.407996
+                            ],
+                            [
+                                0.540368,
+                                0.770804,
+                                1.096165,
+                                2.234735,
+                                2.809338,
+                                3.408073
+                            ],
+                            [
+                                0.538378,
+                                0.770726,
+                                1.099029,
+                                2.225037,
+                                2.815364,
+                                3.405947
+                            ]
+                        ]
+                    },
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                5.157244,
+                                5.295557,
+                                5.45408,
+                                5.883021,
+                                6.078561,
+                                6.270303
+                            ],
+                            [
+                                5.312317,
+                                5.450175,
+                                5.610341,
+                                6.039305,
+                                6.23488,
+                                6.426244
+                            ],
+                            [
+                                5.511525,
+                                5.649435,
+                                5.809485,
+                                6.238441,
+                                6.433956,
+                                6.625063
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.292963,
+                                0.452192,
+                                0.664791,
+                                1.33785,
+                                1.678234,
+                                2.019954
+                            ],
+                            [
+                                0.293497,
+                                0.455485,
+                                0.666846,
+                                1.340818,
+                                1.677438,
+                                2.020626
+                            ],
+                            [
+                                0.293636,
+                                0.45569,
+                                0.665831,
+                                1.34,
+                                1.67804,
+                                2.01827
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "PAD",
+                    "timing_type": "combinational",
+                    "timing_sense": "positive_unate",
+                    "when": "!CS&IE&!OE",
+                    "sdf_cond": "CS==1'b0&&IE==1'b1&&OE==1'b0",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                3.922645,
+                                4.119924,
+                                4.35158,
+                                5.010732,
+                                5.321126,
+                                5.635467
+                            ],
+                            [
+                                4.0641,
+                                4.262952,
+                                4.493146,
+                                5.149773,
+                                5.466422,
+                                5.780809
+                            ],
+                            [
+                                4.221789,
+                                4.420273,
+                                4.650556,
+                                5.308082,
+                                5.624071,
+                                5.937422
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.534579,
+                                0.767296,
+                                1.098789,
+                                2.23193,
+                                2.809122,
+                                3.405904
+                            ],
+                            [
+                                0.53522,
+                                0.769118,
+                                1.101313,
+                                2.229465,
+                                2.816093,
+                                3.409727
+                            ],
+                            [
+                                0.536182,
+                                0.771976,
+                                1.09605,
+                                2.233974,
+                                2.823256,
+                                3.40691
+                            ]
+                        ]
+                    },
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                4.440483,
+                                4.578007,
+                                4.738188,
+                                5.168867,
+                                5.364589,
+                                5.555962
+                            ],
+                            [
+                                4.300549,
+                                4.438936,
+                                4.599339,
+                                5.028164,
+                                5.22326,
+                                5.414857
+                            ],
+                            [
+                                4.347585,
+                                4.484966,
+                                4.645366,
+                                5.075892,
+                                5.271723,
+                                5.462764
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.293468,
+                                0.452167,
+                                0.664305,
+                                1.339786,
+                                1.678174,
+                                2.017149
+                            ],
+                            [
+                                0.293924,
+                                0.453265,
+                                0.663498,
+                                1.336261,
+                                1.678201,
+                                2.019295
+                            ],
+                            [
+                                0.293301,
+                                0.452991,
+                                0.664278,
+                                1.338874,
+                                1.678874,
+                                2.018832
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "PAD",
+                    "timing_type": "combinational",
+                    "timing_sense": "positive_unate",
+                    "when": "CS&IE&!OE",
+                    "sdf_cond": "CS==1'b1&&IE==1'b1&&OE==1'b0",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                4.200832,
+                                4.398951,
+                                4.629657,
+                                5.28783,
+                                5.602453,
+                                5.917064
+                            ],
+                            [
+                                4.349151,
+                                4.547966,
+                                4.777911,
+                                5.437641,
+                                5.749555,
+                                6.061978
+                            ],
+                            [
+                                4.537901,
+                                4.734004,
+                                4.966257,
+                                5.625178,
+                                5.940597,
+                                6.254555
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.534828,
+                                0.767996,
+                                1.099055,
+                                2.229771,
+                                2.815718,
+                                3.408676
+                            ],
+                            [
+                                0.534601,
+                                0.768305,
+                                1.096096,
+                                2.230822,
+                                2.808818,
+                                3.408828
+                            ],
+                            [
+                                0.535389,
+                                0.767678,
+                                1.098426,
+                                2.23193,
+                                2.811973,
+                                3.408702
+                            ]
+                        ]
+                    },
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                7.140806,
+                                7.278765,
+                                7.438711,
+                                7.868734,
+                                8.064472,
+                                8.256025
+                            ],
+                            [
+                                6.698004,
+                                6.835459,
+                                6.99562,
+                                7.425525,
+                                7.621253,
+                                7.813158
+                            ],
+                            [
+                                6.56605,
+                                6.706472,
+                                6.863046,
+                                7.292665,
+                                7.488349,
+                                7.683989
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.293934,
+                                0.45301,
+                                0.663659,
+                                1.338452,
+                                1.677527,
+                                2.021407
+                            ],
+                            [
+                                0.293636,
+                                0.452858,
+                                0.663771,
+                                1.341331,
+                                1.680379,
+                                2.020068
+                            ],
+                            [
+                                0.293762,
+                                0.453809,
+                                0.667536,
+                                1.340418,
+                                1.678072,
+                                2.02099
+                            ]
+                        ]
+                    }
+                }
+            ]
+        },
+        "pin DVDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin DVSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        }
+    }
+}
\ No newline at end of file
diff --git a/cells/bi_24t/gf180mcu_fd_io__bi_24t__ss_125C_2v97.lib b/cells/bi_24t/gf180mcu_fd_io__bi_24t__ss_125C_2v97.lib
new file mode 100644
index 0000000..8ad0653
--- /dev/null
+++ b/cells/bi_24t/gf180mcu_fd_io__bi_24t__ss_125C_2v97.lib
@@ -0,0 +1,811 @@
+/*
+ * Copyright 2022 GlobalFoundries PDK Authors
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+	cell ("gf180mcu_fd_io__bi_24t") {
+		scaling_factors : "gf_factors";
+		area : 26250.000000;
+		pad_cell : true;
+		dont_use : true;
+		dont_touch : true;
+		cell_leakage_power : 2.233770e-03;
+		leakage_power () {
+			when : "!CS !SL !IE !OE !PU !PD !A !PAD";
+			value : "0.002234";
+		}
+		pin ("CS") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.023312;
+			rise_capacitance_range(0.022314,0.024149);
+			capacitance : 0.022873;
+			fall_capacitance : 0.022433;
+			fall_capacitance_range(0.022239,0.022562);
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("0.042164, 0.794264, 0.902802");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("0.156422, 0.834393, 0.851681");
+				}
+			}
+		}
+		pin ("SL") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.032408;
+			rise_capacitance_range(0.031291,0.033285);
+			capacitance : 0.031935;
+			fall_capacitance : 0.031463;
+			fall_capacitance_range(0.031370,0.031630);
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("-0.033291, 0.708860, 1.158335");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("0.152299, 0.971821, 1.268642");
+				}
+			}
+		}
+		pin ("IE") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.014819;
+			rise_capacitance_range(0.013940,0.015603);
+			capacitance : 0.014412;
+			fall_capacitance : 0.014005;
+			fall_capacitance_range(0.013721,0.014195);
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("0.068464, 0.578956, 0.591268");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("0.146929, 0.513678, 0.523781");
+				}
+			}
+		}
+		pin ("OE") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.088448;
+			rise_capacitance_range(0.081569,0.095410);
+			capacitance : 0.088338;
+			fall_capacitance : 0.087792;
+			fall_capacitance_range(0.084418,0.089559);
+		}
+		pin ("PU") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.072347;
+			rise_capacitance_range(0.060387,0.082123);
+			capacitance : 0.071283;
+			fall_capacitance : 0.070219;
+			fall_capacitance_range(0.057752,0.082361);
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("-0.240126, 0.078110, 0.080827");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("0.486623, 1.138617, 1.228848");
+				}
+			}
+		}
+		pin ("PD") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.048897;
+			rise_capacitance_range(0.047327,0.050592);
+			capacitance : 0.049524;
+			fall_capacitance : 0.050152;
+			fall_capacitance_range(0.048777,0.051127);
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("-0.111018, 0.289635, 0.638111");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("0.406388, 1.045505, 1.033336");
+				}
+			}
+		}
+		pin ("A") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.037291;
+			rise_capacitance_range(0.035755,0.038582);
+			capacitance : 0.037132;
+			fall_capacitance : 0.036972;
+			fall_capacitance_range(0.036918,0.037068);
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("-0.109944, -0.107628, -0.104538");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("0.122726, 0.125161, 0.124315");
+				}
+			}
+		}
+		pin ("PAD") {
+			drive_current : 24000.000000;
+			is_pad : true;
+			function : "((A))";
+			three_state : "((!OE))";
+			direction : "inout";
+			max_transition : 1.000000;
+			max_capacitance : 50.000000;
+			input_signal_level : "DVDD";
+			output_signal_level : "DVDD";
+			capacitance : 3.717083;
+			internal_power () {
+				related_pin : "A";
+				when : "!IE&OE&!SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 10, 20, 30, 40, 50");
+					values("40.942474, 41.801954, 41.406614, 40.797714, 40.038434, 39.133644", \
+					  "40.957988, 42.041358, 41.411918, 40.769138, 39.668268, 39.514968", \
+					  "40.852338, 41.803318, 41.399058, 40.784788, 40.093048, 39.090948");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 10, 20, 30, 40, 50");
+					values("43.199984, 45.924454, 46.590724, 46.905994, 47.103424, 47.242254", \
+					  "43.160619, 45.796199, 46.737819, 46.825699, 47.178449, 47.041449", \
+					  "43.208515, 46.063885, 46.584235, 46.854295, 47.032175, 47.272595");
+				}
+			}
+			internal_power () {
+				related_pin : "A";
+				when : "!IE&OE&SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 10, 20, 30, 40, 50");
+					values("33.015154, 39.293024, 40.521724, 40.075494, 39.771084, 39.329184", \
+					  "32.850328, 39.263358, 40.347098, 39.939778, 40.162178, 38.442168", \
+					  "32.958228, 39.375978, 40.256218, 40.407488, 39.746548, 38.737868");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 10, 20, 30, 40, 50");
+					values("38.558924, 40.904854, 42.680434, 43.930494, 44.968704, 45.374054", \
+					  "38.357089, 40.700499, 42.593669, 43.916429, 44.762939, 45.315579", \
+					  "38.158875, 40.859645, 42.562935, 43.877955, 44.780865, 45.323085");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "A&!IE&!SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 10, 20, 30, 40, 50");
+					values("38.820948, 38.911228, 38.337688, 37.580788, 36.939158, 36.100238", \
+					  "33.883423, 34.036193, 33.467173, 32.796293, 31.847213, 31.051323", \
+					  "24.330260, 24.606140, 23.898570, 23.179160, 22.229620, 21.239930");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 10, 20, 30, 40, 50");
+					values("1.151590, 0.827770, 0.753733, 0.719326, 0.699045, 0.685653", \
+					  "-1.296917, -1.279036, -1.290562, -1.328793, -1.330683, -1.332433", \
+					  "0.067985, 1.663363, 2.281693, 2.554153, 2.738263, 2.861063");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "A&!IE&SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 10, 20, 30, 40, 50");
+					values("30.862538, 36.363058, 37.257138, 36.705698, 36.084778, 35.155458", \
+					  "25.905083, 31.577413, 32.411623, 32.023883, 31.649303, 30.192033", \
+					  "16.209630, 22.091540, 22.823920, 22.468690, 21.980210, 20.942260");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 10, 20, 30, 40, 50");
+					values("1.100848, 0.780080, 0.702460, 0.650407, 0.630560, 0.618022", \
+					  "-1.317579, -1.390367, -1.424634, -1.423301, -1.410229, -1.399470", \
+					  "0.008365, 1.709953, 2.192653, 2.430413, 2.583573, 2.697003");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "!A&!IE&!SL";
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 10, 20, 30, 40, 50");
+					values("36.376358, 37.967958, 38.170328, 38.229468, 38.252768, 38.278058", \
+					  "31.536223, 33.170063, 33.377903, 33.440513, 33.477633, 33.505173", \
+					  "22.069130, 23.681040, 23.897680, 23.957960, 23.993600, 24.023330");
+				}
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 10, 20, 30, 40, 50");
+					values("1.343976, -86.854743, -175.069093, -263.277693, -351.486493, -439.695293", \
+					  "-0.002838, -88.280220, -176.516690, -264.739690, -352.957090, -441.171590", \
+					  "-0.069009, -88.602767, -176.896047, -265.152047, -353.389147, -441.616747");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "!A&!IE&SL";
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 10, 20, 30, 40, 50");
+					values("32.270818, 33.091618, 34.227668, 35.225228, 35.868718, 36.297928", \
+					  "27.392883, 28.236273, 29.371513, 30.411623, 31.084823, 31.529493", \
+					  "17.803500, 18.697700, 19.882300, 20.916050, 21.607000, 21.985610");
+				}
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 10, 20, 30, 40, 50");
+					values("1.294537, -86.902093, -175.107093, -263.314493, -351.522693, -439.731193", \
+					  "-0.119443, -88.414560, -176.652590, -264.876190, -353.093890, -441.308790", \
+					  "0.078563, -88.544017, -176.872247, -265.136947, -353.378447, -441.608747");
+				}
+			}
+			internal_power () {
+				related_pin : "A";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 10, 20, 30, 40, 50");
+					values("73.957628, 81.094978, 81.928338, 80.873208, 79.809518, 78.462828", \
+					  "73.808316, 81.304716, 81.759016, 80.708916, 79.830446, 77.957136", \
+					  "73.810566, 81.179296, 81.655276, 81.192276, 79.839596, 77.828816");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 10, 20, 30, 40, 50");
+					values("81.758908, 86.829308, 89.271158, 90.836488, 92.072128, 92.616308", \
+					  "81.517708, 86.496698, 89.331488, 90.742128, 91.941388, 92.357028", \
+					  "81.367390, 86.923530, 89.147170, 90.732250, 91.813040, 92.595680");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 10, 20, 30, 40, 50");
+					values("36.161000, -49.241275, -137.290680, -226.152850, -314.992625, -404.085395", \
+					  "29.833113, -55.540587, -143.645242, -232.397852, -321.277232, -410.618512", \
+					  "20.274722, -65.224552, -153.522902, -242.320572, -331.278882, -420.521652");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 10, 20, 30, 40, 50");
+					values("35.449807, 36.333713, 36.927094, 37.412214, 37.725546, 37.939830", \
+					  "28.157305, 29.368467, 30.017110, 30.550021, 30.910772, 31.151381", \
+					  "19.974490, 22.876028, 24.127163, 24.929288, 25.461218, 25.783503");
+				}
+			}
+			timing () {
+				related_pin : "A";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				when : "!IE&OE&!SL";
+				sdf_cond : "IE==1'b0&&OE==1'b1&&SL==1'b0";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.717083, 13.717083, 23.717083, 33.717083, 43.717083, 53.717083");
+					values("5.196555, 5.970120, 6.565049, 7.139247, 7.708338, 8.276170", \
+					  "5.298113, 6.071180, 6.666313, 7.240578, 7.808193, 8.375670", \
+					  "5.388849, 6.162390, 6.757301, 7.331453, 7.900727, 8.468518");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.717083, 13.717083, 23.717083, 33.717083, 43.717083, 53.717083");
+					values("1.169243, 2.053383, 3.081999, 4.166345, 5.284603, 6.413357", \
+					  "1.169160, 2.047804, 3.080624, 4.171794, 5.290771, 6.421041", \
+					  "1.169215, 2.053359, 3.081672, 4.164471, 5.285314, 6.414032");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.717083, 13.717083, 23.717083, 33.717083, 43.717083, 53.717083");
+					values("5.218144, 5.978222, 6.510184, 6.999936, 7.474590, 7.944069", \
+					  "5.341283, 6.101781, 6.633988, 7.123764, 7.598211, 8.067311", \
+					  "5.524225, 6.284500, 6.816365, 7.306048, 7.781000, 8.250440");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.717083, 13.717083, 23.717083, 33.717083, 43.717083, 53.717083");
+					values("0.850599, 1.720970, 2.510726, 3.323991, 4.150021, 5.010985", \
+					  "0.848263, 1.720867, 2.507775, 3.320593, 4.154789, 5.001986", \
+					  "0.850816, 1.721005, 2.511428, 3.324542, 4.151737, 5.010059");
+				}
+			}
+			timing () {
+				related_pin : "A";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				when : "!IE&OE&SL";
+				sdf_cond : "IE==1'b0&&OE==1'b1&&SL==1'b1";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.717083, 13.717083, 23.717083, 33.717083, 43.717083, 53.717083");
+					values("5.044124, 6.837181, 8.124990, 9.048073, 9.818929, 10.506600", \
+					  "5.145095, 6.937825, 8.225748, 9.148742, 9.919248, 10.607690", \
+					  "5.236477, 7.029436, 8.318292, 9.241663, 10.012210, 10.699290");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.717083, 13.717083, 23.717083, 33.717083, 43.717083, 53.717083");
+					values("1.573575, 4.036615, 5.364656, 6.440734, 7.424394, 8.386063", \
+					  "1.575754, 4.036481, 5.361321, 6.429816, 7.426033, 8.395327", \
+					  "1.575406, 4.038608, 5.359056, 6.437312, 7.421054, 8.393709");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.717083, 13.717083, 23.717083, 33.717083, 43.717083, 53.717083");
+					values("5.146614, 6.148638, 7.104145, 8.014543, 8.859433, 9.636919", \
+					  "5.271712, 6.274077, 7.229108, 8.139949, 8.985580, 9.761771", \
+					  "5.452869, 6.455097, 7.410270, 8.321122, 9.167031, 9.942904");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.717083, 13.717083, 23.717083, 33.717083, 43.717083, 53.717083");
+					values("0.843470, 2.592482, 4.165877, 5.474891, 6.616961, 7.664807", \
+					  "0.843977, 2.592899, 4.170388, 5.479049, 6.621417, 7.654855", \
+					  "0.843634, 2.591471, 4.169544, 5.477721, 6.619655, 7.654121");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "A&!IE&!SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&SL==1'b0";
+				timing_type : "three_state_enable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.717083, 13.717083, 23.717083, 33.717083, 43.717083, 53.717083");
+					values("4.436286, 5.230485, 5.824624, 6.397390, 6.967876, 7.534336", \
+					  "4.515582, 5.310822, 5.905392, 6.478508, 7.048248, 7.614760", \
+					  "4.583496, 5.380976, 5.976788, 6.549932, 7.117235, 7.683894");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.717083, 13.717083, 23.717083, 33.717083, 43.717083, 53.717083");
+					values("1.230629, 2.103329, 3.107844, 4.185056, 5.298429, 6.419701", \
+					  "1.229833, 2.108274, 3.112415, 4.181793, 5.297413, 6.420743", \
+					  "1.228000, 2.110293, 3.115040, 4.190615, 5.305457, 6.429910");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "A&!IE&SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&SL==1'b1";
+				timing_type : "three_state_enable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.717083, 13.717083, 23.717083, 33.717083, 43.717083, 53.717083");
+					values("4.288801, 6.063345, 7.367780, 8.300445, 9.075408, 9.767244", \
+					  "4.369741, 6.144560, 7.448861, 8.381644, 9.157187, 9.849312", \
+					  "4.441262, 6.215733, 7.520014, 8.453032, 9.228852, 9.920964");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.717083, 13.717083, 23.717083, 33.717083, 43.717083, 53.717083");
+					values("1.595444, 4.075894, 5.417559, 6.490814, 7.493097, 8.452292", \
+					  "1.598764, 4.075099, 5.416739, 6.503027, 7.491924, 8.458005", \
+					  "1.602938, 4.074898, 5.416653, 6.501779, 7.491185, 8.455165");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "!A&!IE&!SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&SL==1'b0";
+				timing_type : "three_state_enable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.717083, 13.717083, 23.717083, 33.717083, 43.717083, 53.717083");
+					values("3.113818, 3.890928, 4.430530, 4.921370, 5.396366, 5.864447", \
+					  "3.213307, 3.990597, 4.530230, 5.021198, 5.495720, 5.965011", \
+					  "3.304750, 4.081768, 4.621318, 5.112363, 5.587003, 6.056269");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.717083, 13.717083, 23.717083, 33.717083, 43.717083, 53.717083");
+					values("0.918200, 1.782559, 2.573154, 3.374941, 4.198066, 5.027589", \
+					  "0.918844, 1.784470, 2.574262, 3.377985, 4.200686, 5.039883", \
+					  "0.918773, 1.783153, 2.573549, 3.377090, 4.201024, 5.039933");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "!A&!IE&SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&SL==1'b1";
+				timing_type : "three_state_enable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.717083, 13.717083, 23.717083, 33.717083, 43.717083, 53.717083");
+					values("3.059255, 4.045203, 4.991910, 5.903626, 6.754832, 7.540494", \
+					  "3.158740, 4.145064, 5.091002, 6.003009, 6.853345, 7.640922", \
+					  "3.249949, 4.236450, 5.181989, 6.094147, 6.944218, 7.731284");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.717083, 13.717083, 23.717083, 33.717083, 43.717083, 53.717083");
+					values("0.928557, 2.620016, 4.201625, 5.525021, 6.676958, 7.711638", \
+					  "0.931512, 2.617294, 4.194319, 5.522301, 6.670553, 7.721347", \
+					  "0.931343, 2.613381, 4.195758, 5.522729, 6.672637, 7.709139");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "!A&!IE&!SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&SL==1'b0";
+				timing_type : "three_state_disable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.717083, 13.717083, 23.717083, 33.717083, 43.717083, 53.717083");
+					values("2.436711, 2.436712, 2.436713, 2.436714, 2.436715, 2.436716", \
+					  "2.559902, 2.559903, 2.559904, 2.559905, 2.559906, 2.559907", \
+					  "2.737035, 2.737036, 2.737037, 2.737038, 2.737039, 2.737040");
+				}
+				rise_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "!A&!IE&SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&SL==1'b1";
+				timing_type : "three_state_disable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.717083, 13.717083, 23.717083, 33.717083, 43.717083, 53.717083");
+					values("2.421583, 2.421584, 2.421585, 2.421586, 2.421587, 2.421588", \
+					  "2.544236, 2.544237, 2.544238, 2.544239, 2.544240, 2.544241", \
+					  "2.720568, 2.720569, 2.720570, 2.720571, 2.720572, 2.720573");
+				}
+				rise_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "A&!IE&!SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&SL==1'b0";
+				timing_type : "three_state_disable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.717083, 13.717083, 23.717083, 33.717083, 43.717083, 53.717083");
+					values("3.205294, 3.205295, 3.205296, 3.205297, 3.205298, 3.205299", \
+					  "3.331787, 3.331788, 3.331789, 3.331790, 3.331791, 3.331792", \
+					  "3.512922, 3.512923, 3.512924, 3.512925, 3.512926, 3.512927");
+				}
+				fall_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "A&!IE&SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&SL==1'b1";
+				timing_type : "three_state_disable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.717083, 13.717083, 23.717083, 33.717083, 43.717083, 53.717083");
+					values("3.221165, 3.221166, 3.221167, 3.221168, 3.221169, 3.221170", \
+					  "3.346044, 3.346045, 3.346046, 3.346047, 3.346048, 3.346049", \
+					  "3.523958, 3.523959, 3.523960, 3.523961, 3.523962, 3.523963");
+				}
+				fall_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("-21.826680, -21.897380, -21.992410");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("22.045460, 22.012270, 22.066140");
+				}
+			}
+		}
+		pin ("Y") {
+			function : "((IE*PAD))";
+			direction : "output";
+			max_capacitance : 0.500000;
+			output_signal_level : "VDD";
+			internal_power () {
+				related_pin : "IE";
+				when : "!CS&!OE&PAD";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("1.662364, 1.652811, 1.643016, 1.729807, 1.693932, 1.639893", \
+					  "1.131756, 1.134929, 1.130369, 1.059230, 1.148526, 1.089206", \
+					  "1.134293, 1.132114, 1.110682, 0.990721, 1.142304, 1.196010");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("1.953701, 1.975828, 2.122572, 1.994178, 2.061311, 2.057329", \
+					  "1.623806, 1.613800, 1.759423, 1.619143, 1.649944, 1.681733", \
+					  "1.561566, 1.633177, 1.722555, 1.829884, 1.830711, 1.658230");
+				}
+			}
+			internal_power () {
+				related_pin : "IE";
+				when : "CS&!OE&PAD";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("1.862896, 1.851954, 1.850431, 1.844822, 1.844734, 1.847768", \
+					  "1.350401, 1.359501, 1.335624, 1.427616, 1.357421, 1.282039", \
+					  "1.335289, 1.327072, 1.304527, 1.212953, 1.384810, 1.313872");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("2.067344, 2.097917, 2.124745, 2.187495, 2.158307, 2.073835", \
+					  "1.715214, 1.677437, 1.843189, 1.840035, 1.872865, 1.842551", \
+					  "1.714229, 1.721195, 1.740032, 1.817854, 1.840223, 1.748912");
+				}
+			}
+			internal_power () {
+				related_pin : "PAD";
+				when : "!CS&IE&!OE";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("0.764380, 0.750770, 0.738500, 0.710030, 0.687610, 0.668310", \
+					  "0.949930, 0.936390, 0.923430, 0.888800, 0.867030, 0.861340", \
+					  "1.066300, 1.054350, 1.042680, 1.005360, 0.990260, 0.973160");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("1.370340, 1.400250, 1.447660, 1.529700, 1.551170, 1.566510", \
+					  "1.017840, 1.048140, 1.095380, 1.175900, 1.198750, 1.213290", \
+					  "0.968410, 1.018180, 1.044190, 1.126170, 1.146460, 1.169650");
+				}
+			}
+			internal_power () {
+				related_pin : "PAD";
+				when : "CS&IE&!OE";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("1.141730, 1.130310, 1.119520, 1.093200, 1.077950, 1.058300", \
+					  "1.217140, 1.204650, 1.193940, 1.156480, 1.143690, 1.138170", \
+					  "1.516990, 1.505300, 1.492230, 1.466210, 1.444250, 1.434350");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("1.542510, 1.581780, 1.651850, 1.812080, 1.860120, 1.900500", \
+					  "1.378740, 1.421730, 1.491780, 1.650840, 1.705070, 1.739270", \
+					  "1.292560, 1.331280, 1.411120, 1.556090, 1.626380, 1.665350");
+				}
+			}
+			internal_power () {
+				related_pin : "IE";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("1.762630, 1.752382, 1.746723, 1.787314, 1.769333, 1.743831", \
+					  "1.241078, 1.247215, 1.232997, 1.243423, 1.252973, 1.185623", \
+					  "1.234791, 1.229593, 1.207604, 1.101837, 1.263557, 1.254941");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("2.010522, 2.036872, 2.123658, 2.090836, 2.109809, 2.065582", \
+					  "1.669510, 1.645618, 1.801306, 1.729589, 1.761405, 1.762142", \
+					  "1.637898, 1.677186, 1.731294, 1.823869, 1.835467, 1.703571");
+				}
+			}
+			internal_power () {
+				related_pin : "PAD";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("0.953055, 0.940540, 0.929010, 0.901615, 0.882780, 0.863305", \
+					  "1.083535, 1.070520, 1.058685, 1.022640, 1.005360, 0.999755", \
+					  "1.291645, 1.279825, 1.267455, 1.235785, 1.217255, 1.203755");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("1.456425, 1.491015, 1.549755, 1.670890, 1.705645, 1.733505", \
+					  "1.198290, 1.234935, 1.293580, 1.413370, 1.451910, 1.476280", \
+					  "1.130485, 1.174730, 1.227655, 1.341130, 1.386420, 1.417500");
+				}
+			}
+			timing () {
+				related_pin : "IE";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				when : "!CS&!OE&PAD";
+				sdf_cond : "CS==1'b0&&OE==1'b0&&PAD==1'b1";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("3.657211, 3.783537, 3.934087, 4.357735, 4.559590, 4.760270", \
+					  "3.775964, 3.902273, 4.052819, 4.476212, 4.678396, 4.879110", \
+					  "3.899475, 4.025872, 4.176109, 4.600509, 4.801780, 5.001524");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.378936, 0.545544, 0.765388, 1.506355, 1.894651, 2.278670", \
+					  "0.377900, 0.545894, 0.765175, 1.506377, 1.894642, 2.278421", \
+					  "0.378507, 0.547247, 0.763006, 1.507951, 1.893255, 2.279010");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("3.124639, 3.223607, 3.339858, 3.649663, 3.791961, 3.931466", \
+					  "3.266308, 3.365655, 3.481794, 3.791366, 3.933650, 4.073054", \
+					  "3.445648, 3.545112, 3.660400, 3.970620, 4.112891, 4.252376");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.204126, 0.324217, 0.480523, 0.970719, 1.217967, 1.466367", \
+					  "0.204552, 0.323718, 0.480820, 0.970677, 1.216148, 1.468727", \
+					  "0.204378, 0.324396, 0.479372, 0.970565, 1.216879, 1.468679");
+				}
+			}
+			timing () {
+				related_pin : "IE";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				when : "CS&!OE&PAD";
+				sdf_cond : "CS==1'b1&&OE==1'b0&&PAD==1'b1";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("3.792454, 3.918845, 4.069419, 4.493006, 4.694834, 4.895548", \
+					  "3.911255, 4.037645, 4.188220, 4.611807, 4.813635, 5.014349", \
+					  "4.035012, 4.161392, 4.311707, 4.736093, 4.937257, 5.136829");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.379081, 0.545374, 0.765535, 1.506597, 1.894593, 2.278899", \
+					  "0.379076, 0.545367, 0.765534, 1.506598, 1.894593, 2.278898", \
+					  "0.378517, 0.547205, 0.762852, 1.507798, 1.892904, 2.279440");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("3.312999, 3.411964, 3.527393, 3.838010, 3.979771, 4.119096", \
+					  "3.453426, 3.552215, 3.668215, 3.978298, 4.120688, 4.260156", \
+					  "3.631787, 3.731166, 3.846282, 4.156841, 4.298961, 4.438260");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.204670, 0.323717, 0.481163, 0.969951, 1.218795, 1.467551", \
+					  "0.204737, 0.325007, 0.481324, 0.970035, 1.216690, 1.466438", \
+					  "0.204438, 0.324084, 0.481164, 0.969242, 1.217972, 1.466987");
+				}
+			}
+			timing () {
+				related_pin : "PAD";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				when : "!CS&IE&!OE";
+				sdf_cond : "CS==1'b0&&IE==1'b1&&OE==1'b0";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("2.567630, 2.693023, 2.845317, 3.268767, 3.470403, 3.671064", \
+					  "2.688060, 2.812913, 2.964189, 3.389261, 3.590471, 3.791095", \
+					  "2.792456, 2.918181, 3.069843, 3.494287, 3.695555, 3.896242");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.375997, 0.536728, 0.759100, 1.504497, 1.890154, 2.280675", \
+					  "0.376490, 0.536492, 0.758107, 1.501468, 1.892151, 2.282772", \
+					  "0.375531, 0.537234, 0.764318, 1.505453, 1.894463, 2.281268");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("2.632193, 2.730875, 2.846341, 3.156360, 3.298663, 3.438360", \
+					  "2.598687, 2.697683, 2.813655, 3.124218, 3.266290, 3.406002", \
+					  "2.708398, 2.808796, 2.923909, 3.233429, 3.375572, 3.516810");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.203884, 0.324965, 0.478841, 0.969568, 1.217033, 1.467720", \
+					  "0.203777, 0.323802, 0.478908, 0.971640, 1.218452, 1.469035", \
+					  "0.204287, 0.324169, 0.479384, 0.971426, 1.216964, 1.469207");
+				}
+			}
+			timing () {
+				related_pin : "PAD";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				when : "CS&IE&!OE";
+				sdf_cond : "CS==1'b1&&IE==1'b1&&OE==1'b0";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("2.756399, 2.883023, 3.033829, 3.456697, 3.658508, 3.859037", \
+					  "2.889148, 3.013851, 3.166663, 3.590597, 3.791815, 3.992533", \
+					  "3.043815, 3.169971, 3.321595, 3.746226, 3.947839, 4.148523");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.375596, 0.536542, 0.757919, 1.504287, 1.888044, 2.276302", \
+					  "0.376337, 0.537739, 0.760651, 1.506234, 1.893232, 2.284228", \
+					  "0.376764, 0.536181, 0.762464, 1.508279, 1.889461, 2.273056");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("4.288875, 4.386737, 4.501867, 4.813032, 4.955418, 5.094745", \
+					  "4.004044, 4.103375, 4.218809, 4.528468, 4.671352, 4.810992", \
+					  "4.019289, 4.118243, 4.233476, 4.542304, 4.685756, 4.827170");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.206056, 0.325151, 0.479352, 0.970642, 1.218617, 1.465232", \
+					  "0.207091, 0.325456, 0.479962, 0.972006, 1.217323, 1.469414", \
+					  "0.205050, 0.325497, 0.479341, 0.969315, 1.217224, 1.467560");
+				}
+			}
+		}
+		pin ("DVDD") {
+			direction : "inout";
+			capacitance : 0;
+		}
+		pin ("DVSS") {
+			direction : "inout";
+			capacitance : 0;
+		}
+		pin ("VDD") {
+			direction : "inout";
+			capacitance : 0;
+		}
+		pin ("VSS") {
+			direction : "inout";
+			capacitance : 0;
+		}
+	}
diff --git a/cells/bi_24t/gf180mcu_fd_io__bi_24t__ss_125C_2v97.lib.json b/cells/bi_24t/gf180mcu_fd_io__bi_24t__ss_125C_2v97.lib.json
new file mode 100644
index 0000000..1c64e66
--- /dev/null
+++ b/cells/bi_24t/gf180mcu_fd_io__bi_24t__ss_125C_2v97.lib.json
@@ -0,0 +1,3102 @@
+{
+    "cell gf180mcu_fd_io__bi_24t": {
+        "scaling_factors": "gf_factors",
+        "area": "26250.000000",
+        "pad_cell": "true",
+        "dont_use": "true",
+        "dont_touch": "true",
+        "cell_leakage_power": "2.233770e-03",
+        "leakage_power ": {
+            "when": "!CS !SL !IE !OE !PU !PD !A !PAD",
+            "value": "0.002234"
+        },
+        "pin CS": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.023312",
+            "comp_attribute rise_capacitance_range": "0.022314,0.024149",
+            "capacitance": "0.022873",
+            "fall_capacitance": "0.022433",
+            "comp_attribute fall_capacitance_range": "0.022239,0.022562",
+            "internal_power ": {
+                "rise_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        0.042164,
+                        0.794264,
+                        0.902802
+                    ]
+                },
+                "fall_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        0.156422,
+                        0.834393,
+                        0.851681
+                    ]
+                }
+            }
+        },
+        "pin SL": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.032408",
+            "comp_attribute rise_capacitance_range": "0.031291,0.033285",
+            "capacitance": "0.031935",
+            "fall_capacitance": "0.031463",
+            "comp_attribute fall_capacitance_range": "0.031370,0.031630",
+            "internal_power ": {
+                "rise_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        -0.033291,
+                        0.70886,
+                        1.158335
+                    ]
+                },
+                "fall_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        0.152299,
+                        0.971821,
+                        1.268642
+                    ]
+                }
+            }
+        },
+        "pin IE": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.014819",
+            "comp_attribute rise_capacitance_range": "0.013940,0.015603",
+            "capacitance": "0.014412",
+            "fall_capacitance": "0.014005",
+            "comp_attribute fall_capacitance_range": "0.013721,0.014195",
+            "internal_power ": {
+                "rise_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        0.068464,
+                        0.578956,
+                        0.591268
+                    ]
+                },
+                "fall_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        0.146929,
+                        0.513678,
+                        0.523781
+                    ]
+                }
+            }
+        },
+        "pin OE": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.088448",
+            "comp_attribute rise_capacitance_range": "0.081569,0.095410",
+            "capacitance": "0.088338",
+            "fall_capacitance": "0.087792",
+            "comp_attribute fall_capacitance_range": "0.084418,0.089559"
+        },
+        "pin PU": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.072347",
+            "comp_attribute rise_capacitance_range": "0.060387,0.082123",
+            "capacitance": "0.071283",
+            "fall_capacitance": "0.070219",
+            "comp_attribute fall_capacitance_range": "0.057752,0.082361",
+            "internal_power ": {
+                "rise_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        -0.240126,
+                        0.07811,
+                        0.080827
+                    ]
+                },
+                "fall_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        0.486623,
+                        1.138617,
+                        1.228848
+                    ]
+                }
+            }
+        },
+        "pin PD": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.048897",
+            "comp_attribute rise_capacitance_range": "0.047327,0.050592",
+            "capacitance": "0.049524",
+            "fall_capacitance": "0.050152",
+            "comp_attribute fall_capacitance_range": "0.048777,0.051127",
+            "internal_power ": {
+                "rise_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        -0.111018,
+                        0.289635,
+                        0.638111
+                    ]
+                },
+                "fall_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        0.406388,
+                        1.045505,
+                        1.033336
+                    ]
+                }
+            }
+        },
+        "pin A": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.037291",
+            "comp_attribute rise_capacitance_range": "0.035755,0.038582",
+            "capacitance": "0.037132",
+            "fall_capacitance": "0.036972",
+            "comp_attribute fall_capacitance_range": "0.036918,0.037068",
+            "internal_power ": {
+                "rise_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        -0.109944,
+                        -0.107628,
+                        -0.104538
+                    ]
+                },
+                "fall_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        0.122726,
+                        0.125161,
+                        0.124315
+                    ]
+                }
+            }
+        },
+        "pin PAD": {
+            "drive_current": "24000.000000",
+            "is_pad": "true",
+            "function": "((A))",
+            "three_state": "((!OE))",
+            "direction": "inout",
+            "max_transition": "1.000000",
+            "max_capacitance": "50.000000",
+            "input_signal_level": "DVDD",
+            "output_signal_level": "DVDD",
+            "capacitance": "3.717083",
+            "internal_power ": [
+                {
+                    "related_pin": "A",
+                    "when": "!IE&OE&!SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            10,
+                            20,
+                            30,
+                            40,
+                            50
+                        ],
+                        "values": [
+                            [
+                                40.942474,
+                                41.801954,
+                                41.406614,
+                                40.797714,
+                                40.038434,
+                                39.133644
+                            ],
+                            [
+                                40.957988,
+                                42.041358,
+                                41.411918,
+                                40.769138,
+                                39.668268,
+                                39.514968
+                            ],
+                            [
+                                40.852338,
+                                41.803318,
+                                41.399058,
+                                40.784788,
+                                40.093048,
+                                39.090948
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            10,
+                            20,
+                            30,
+                            40,
+                            50
+                        ],
+                        "values": [
+                            [
+                                43.199984,
+                                45.924454,
+                                46.590724,
+                                46.905994,
+                                47.103424,
+                                47.242254
+                            ],
+                            [
+                                43.160619,
+                                45.796199,
+                                46.737819,
+                                46.825699,
+                                47.178449,
+                                47.041449
+                            ],
+                            [
+                                43.208515,
+                                46.063885,
+                                46.584235,
+                                46.854295,
+                                47.032175,
+                                47.272595
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "A",
+                    "when": "!IE&OE&SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            10,
+                            20,
+                            30,
+                            40,
+                            50
+                        ],
+                        "values": [
+                            [
+                                33.015154,
+                                39.293024,
+                                40.521724,
+                                40.075494,
+                                39.771084,
+                                39.329184
+                            ],
+                            [
+                                32.850328,
+                                39.263358,
+                                40.347098,
+                                39.939778,
+                                40.162178,
+                                38.442168
+                            ],
+                            [
+                                32.958228,
+                                39.375978,
+                                40.256218,
+                                40.407488,
+                                39.746548,
+                                38.737868
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            10,
+                            20,
+                            30,
+                            40,
+                            50
+                        ],
+                        "values": [
+                            [
+                                38.558924,
+                                40.904854,
+                                42.680434,
+                                43.930494,
+                                44.968704,
+                                45.374054
+                            ],
+                            [
+                                38.357089,
+                                40.700499,
+                                42.593669,
+                                43.916429,
+                                44.762939,
+                                45.315579
+                            ],
+                            [
+                                38.158875,
+                                40.859645,
+                                42.562935,
+                                43.877955,
+                                44.780865,
+                                45.323085
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "A&!IE&!SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            10,
+                            20,
+                            30,
+                            40,
+                            50
+                        ],
+                        "values": [
+                            [
+                                38.820948,
+                                38.911228,
+                                38.337688,
+                                37.580788,
+                                36.939158,
+                                36.100238
+                            ],
+                            [
+                                33.883423,
+                                34.036193,
+                                33.467173,
+                                32.796293,
+                                31.847213,
+                                31.051323
+                            ],
+                            [
+                                24.33026,
+                                24.60614,
+                                23.89857,
+                                23.17916,
+                                22.22962,
+                                21.23993
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            10,
+                            20,
+                            30,
+                            40,
+                            50
+                        ],
+                        "values": [
+                            [
+                                1.15159,
+                                0.82777,
+                                0.753733,
+                                0.719326,
+                                0.699045,
+                                0.685653
+                            ],
+                            [
+                                -1.296917,
+                                -1.279036,
+                                -1.290562,
+                                -1.328793,
+                                -1.330683,
+                                -1.332433
+                            ],
+                            [
+                                0.067985,
+                                1.663363,
+                                2.281693,
+                                2.554153,
+                                2.738263,
+                                2.861063
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "A&!IE&SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            10,
+                            20,
+                            30,
+                            40,
+                            50
+                        ],
+                        "values": [
+                            [
+                                30.862538,
+                                36.363058,
+                                37.257138,
+                                36.705698,
+                                36.084778,
+                                35.155458
+                            ],
+                            [
+                                25.905083,
+                                31.577413,
+                                32.411623,
+                                32.023883,
+                                31.649303,
+                                30.192033
+                            ],
+                            [
+                                16.20963,
+                                22.09154,
+                                22.82392,
+                                22.46869,
+                                21.98021,
+                                20.94226
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            10,
+                            20,
+                            30,
+                            40,
+                            50
+                        ],
+                        "values": [
+                            [
+                                1.100848,
+                                0.78008,
+                                0.70246,
+                                0.650407,
+                                0.63056,
+                                0.618022
+                            ],
+                            [
+                                -1.317579,
+                                -1.390367,
+                                -1.424634,
+                                -1.423301,
+                                -1.410229,
+                                -1.39947
+                            ],
+                            [
+                                0.008365,
+                                1.709953,
+                                2.192653,
+                                2.430413,
+                                2.583573,
+                                2.697003
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "!A&!IE&!SL",
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            10,
+                            20,
+                            30,
+                            40,
+                            50
+                        ],
+                        "values": [
+                            [
+                                36.376358,
+                                37.967958,
+                                38.170328,
+                                38.229468,
+                                38.252768,
+                                38.278058
+                            ],
+                            [
+                                31.536223,
+                                33.170063,
+                                33.377903,
+                                33.440513,
+                                33.477633,
+                                33.505173
+                            ],
+                            [
+                                22.06913,
+                                23.68104,
+                                23.89768,
+                                23.95796,
+                                23.9936,
+                                24.02333
+                            ]
+                        ]
+                    },
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            10,
+                            20,
+                            30,
+                            40,
+                            50
+                        ],
+                        "values": [
+                            [
+                                1.343976,
+                                -86.854743,
+                                -175.069093,
+                                -263.277693,
+                                -351.486493,
+                                -439.695293
+                            ],
+                            [
+                                -0.002838,
+                                -88.28022,
+                                -176.51669,
+                                -264.73969,
+                                -352.95709,
+                                -441.17159
+                            ],
+                            [
+                                -0.069009,
+                                -88.602767,
+                                -176.896047,
+                                -265.152047,
+                                -353.389147,
+                                -441.616747
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "!A&!IE&SL",
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            10,
+                            20,
+                            30,
+                            40,
+                            50
+                        ],
+                        "values": [
+                            [
+                                32.270818,
+                                33.091618,
+                                34.227668,
+                                35.225228,
+                                35.868718,
+                                36.297928
+                            ],
+                            [
+                                27.392883,
+                                28.236273,
+                                29.371513,
+                                30.411623,
+                                31.084823,
+                                31.529493
+                            ],
+                            [
+                                17.8035,
+                                18.6977,
+                                19.8823,
+                                20.91605,
+                                21.607,
+                                21.98561
+                            ]
+                        ]
+                    },
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            10,
+                            20,
+                            30,
+                            40,
+                            50
+                        ],
+                        "values": [
+                            [
+                                1.294537,
+                                -86.902093,
+                                -175.107093,
+                                -263.314493,
+                                -351.522693,
+                                -439.731193
+                            ],
+                            [
+                                -0.119443,
+                                -88.41456,
+                                -176.65259,
+                                -264.87619,
+                                -353.09389,
+                                -441.30879
+                            ],
+                            [
+                                0.078563,
+                                -88.544017,
+                                -176.872247,
+                                -265.136947,
+                                -353.378447,
+                                -441.608747
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "A",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            10,
+                            20,
+                            30,
+                            40,
+                            50
+                        ],
+                        "values": [
+                            [
+                                73.957628,
+                                81.094978,
+                                81.928338,
+                                80.873208,
+                                79.809518,
+                                78.462828
+                            ],
+                            [
+                                73.808316,
+                                81.304716,
+                                81.759016,
+                                80.708916,
+                                79.830446,
+                                77.957136
+                            ],
+                            [
+                                73.810566,
+                                81.179296,
+                                81.655276,
+                                81.192276,
+                                79.839596,
+                                77.828816
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            10,
+                            20,
+                            30,
+                            40,
+                            50
+                        ],
+                        "values": [
+                            [
+                                81.758908,
+                                86.829308,
+                                89.271158,
+                                90.836488,
+                                92.072128,
+                                92.616308
+                            ],
+                            [
+                                81.517708,
+                                86.496698,
+                                89.331488,
+                                90.742128,
+                                91.941388,
+                                92.357028
+                            ],
+                            [
+                                81.36739,
+                                86.92353,
+                                89.14717,
+                                90.73225,
+                                91.81304,
+                                92.59568
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            10,
+                            20,
+                            30,
+                            40,
+                            50
+                        ],
+                        "values": [
+                            [
+                                36.161,
+                                -49.241275,
+                                -137.29068,
+                                -226.15285,
+                                -314.992625,
+                                -404.085395
+                            ],
+                            [
+                                29.833113,
+                                -55.540587,
+                                -143.645242,
+                                -232.397852,
+                                -321.277232,
+                                -410.618512
+                            ],
+                            [
+                                20.274722,
+                                -65.224552,
+                                -153.522902,
+                                -242.320572,
+                                -331.278882,
+                                -420.521652
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            10,
+                            20,
+                            30,
+                            40,
+                            50
+                        ],
+                        "values": [
+                            [
+                                35.449807,
+                                36.333713,
+                                36.927094,
+                                37.412214,
+                                37.725546,
+                                37.93983
+                            ],
+                            [
+                                28.157305,
+                                29.368467,
+                                30.01711,
+                                30.550021,
+                                30.910772,
+                                31.151381
+                            ],
+                            [
+                                19.97449,
+                                22.876028,
+                                24.127163,
+                                24.929288,
+                                25.461218,
+                                25.783503
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "rise_power power_inputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "values": [
+                            -21.82668,
+                            -21.89738,
+                            -21.99241
+                        ]
+                    },
+                    "fall_power power_inputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "values": [
+                            22.04546,
+                            22.01227,
+                            22.06614
+                        ]
+                    }
+                }
+            ],
+            "timing ": [
+                {
+                    "related_pin": "A",
+                    "timing_type": "combinational",
+                    "timing_sense": "positive_unate",
+                    "when": "!IE&OE&!SL",
+                    "sdf_cond": "IE==1'b0&&OE==1'b1&&SL==1'b0",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.717083,
+                            13.717083,
+                            23.717083,
+                            33.717083,
+                            43.717083,
+                            53.717083
+                        ],
+                        "values": [
+                            [
+                                5.196555,
+                                5.97012,
+                                6.565049,
+                                7.139247,
+                                7.708338,
+                                8.27617
+                            ],
+                            [
+                                5.298113,
+                                6.07118,
+                                6.666313,
+                                7.240578,
+                                7.808193,
+                                8.37567
+                            ],
+                            [
+                                5.388849,
+                                6.16239,
+                                6.757301,
+                                7.331453,
+                                7.900727,
+                                8.468518
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.717083,
+                            13.717083,
+                            23.717083,
+                            33.717083,
+                            43.717083,
+                            53.717083
+                        ],
+                        "values": [
+                            [
+                                1.169243,
+                                2.053383,
+                                3.081999,
+                                4.166345,
+                                5.284603,
+                                6.413357
+                            ],
+                            [
+                                1.16916,
+                                2.047804,
+                                3.080624,
+                                4.171794,
+                                5.290771,
+                                6.421041
+                            ],
+                            [
+                                1.169215,
+                                2.053359,
+                                3.081672,
+                                4.164471,
+                                5.285314,
+                                6.414032
+                            ]
+                        ]
+                    },
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.717083,
+                            13.717083,
+                            23.717083,
+                            33.717083,
+                            43.717083,
+                            53.717083
+                        ],
+                        "values": [
+                            [
+                                5.218144,
+                                5.978222,
+                                6.510184,
+                                6.999936,
+                                7.47459,
+                                7.944069
+                            ],
+                            [
+                                5.341283,
+                                6.101781,
+                                6.633988,
+                                7.123764,
+                                7.598211,
+                                8.067311
+                            ],
+                            [
+                                5.524225,
+                                6.2845,
+                                6.816365,
+                                7.306048,
+                                7.781,
+                                8.25044
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.717083,
+                            13.717083,
+                            23.717083,
+                            33.717083,
+                            43.717083,
+                            53.717083
+                        ],
+                        "values": [
+                            [
+                                0.850599,
+                                1.72097,
+                                2.510726,
+                                3.323991,
+                                4.150021,
+                                5.010985
+                            ],
+                            [
+                                0.848263,
+                                1.720867,
+                                2.507775,
+                                3.320593,
+                                4.154789,
+                                5.001986
+                            ],
+                            [
+                                0.850816,
+                                1.721005,
+                                2.511428,
+                                3.324542,
+                                4.151737,
+                                5.010059
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "A",
+                    "timing_type": "combinational",
+                    "timing_sense": "positive_unate",
+                    "when": "!IE&OE&SL",
+                    "sdf_cond": "IE==1'b0&&OE==1'b1&&SL==1'b1",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.717083,
+                            13.717083,
+                            23.717083,
+                            33.717083,
+                            43.717083,
+                            53.717083
+                        ],
+                        "values": [
+                            [
+                                5.044124,
+                                6.837181,
+                                8.12499,
+                                9.048073,
+                                9.818929,
+                                10.5066
+                            ],
+                            [
+                                5.145095,
+                                6.937825,
+                                8.225748,
+                                9.148742,
+                                9.919248,
+                                10.60769
+                            ],
+                            [
+                                5.236477,
+                                7.029436,
+                                8.318292,
+                                9.241663,
+                                10.01221,
+                                10.69929
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.717083,
+                            13.717083,
+                            23.717083,
+                            33.717083,
+                            43.717083,
+                            53.717083
+                        ],
+                        "values": [
+                            [
+                                1.573575,
+                                4.036615,
+                                5.364656,
+                                6.440734,
+                                7.424394,
+                                8.386063
+                            ],
+                            [
+                                1.575754,
+                                4.036481,
+                                5.361321,
+                                6.429816,
+                                7.426033,
+                                8.395327
+                            ],
+                            [
+                                1.575406,
+                                4.038608,
+                                5.359056,
+                                6.437312,
+                                7.421054,
+                                8.393709
+                            ]
+                        ]
+                    },
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.717083,
+                            13.717083,
+                            23.717083,
+                            33.717083,
+                            43.717083,
+                            53.717083
+                        ],
+                        "values": [
+                            [
+                                5.146614,
+                                6.148638,
+                                7.104145,
+                                8.014543,
+                                8.859433,
+                                9.636919
+                            ],
+                            [
+                                5.271712,
+                                6.274077,
+                                7.229108,
+                                8.139949,
+                                8.98558,
+                                9.761771
+                            ],
+                            [
+                                5.452869,
+                                6.455097,
+                                7.41027,
+                                8.321122,
+                                9.167031,
+                                9.942904
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.717083,
+                            13.717083,
+                            23.717083,
+                            33.717083,
+                            43.717083,
+                            53.717083
+                        ],
+                        "values": [
+                            [
+                                0.84347,
+                                2.592482,
+                                4.165877,
+                                5.474891,
+                                6.616961,
+                                7.664807
+                            ],
+                            [
+                                0.843977,
+                                2.592899,
+                                4.170388,
+                                5.479049,
+                                6.621417,
+                                7.654855
+                            ],
+                            [
+                                0.843634,
+                                2.591471,
+                                4.169544,
+                                5.477721,
+                                6.619655,
+                                7.654121
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "A&!IE&!SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&SL==1'b0",
+                    "timing_type": "three_state_enable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.717083,
+                            13.717083,
+                            23.717083,
+                            33.717083,
+                            43.717083,
+                            53.717083
+                        ],
+                        "values": [
+                            [
+                                4.436286,
+                                5.230485,
+                                5.824624,
+                                6.39739,
+                                6.967876,
+                                7.534336
+                            ],
+                            [
+                                4.515582,
+                                5.310822,
+                                5.905392,
+                                6.478508,
+                                7.048248,
+                                7.61476
+                            ],
+                            [
+                                4.583496,
+                                5.380976,
+                                5.976788,
+                                6.549932,
+                                7.117235,
+                                7.683894
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.717083,
+                            13.717083,
+                            23.717083,
+                            33.717083,
+                            43.717083,
+                            53.717083
+                        ],
+                        "values": [
+                            [
+                                1.230629,
+                                2.103329,
+                                3.107844,
+                                4.185056,
+                                5.298429,
+                                6.419701
+                            ],
+                            [
+                                1.229833,
+                                2.108274,
+                                3.112415,
+                                4.181793,
+                                5.297413,
+                                6.420743
+                            ],
+                            [
+                                1.228,
+                                2.110293,
+                                3.11504,
+                                4.190615,
+                                5.305457,
+                                6.42991
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "A&!IE&SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&SL==1'b1",
+                    "timing_type": "three_state_enable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.717083,
+                            13.717083,
+                            23.717083,
+                            33.717083,
+                            43.717083,
+                            53.717083
+                        ],
+                        "values": [
+                            [
+                                4.288801,
+                                6.063345,
+                                7.36778,
+                                8.300445,
+                                9.075408,
+                                9.767244
+                            ],
+                            [
+                                4.369741,
+                                6.14456,
+                                7.448861,
+                                8.381644,
+                                9.157187,
+                                9.849312
+                            ],
+                            [
+                                4.441262,
+                                6.215733,
+                                7.520014,
+                                8.453032,
+                                9.228852,
+                                9.920964
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.717083,
+                            13.717083,
+                            23.717083,
+                            33.717083,
+                            43.717083,
+                            53.717083
+                        ],
+                        "values": [
+                            [
+                                1.595444,
+                                4.075894,
+                                5.417559,
+                                6.490814,
+                                7.493097,
+                                8.452292
+                            ],
+                            [
+                                1.598764,
+                                4.075099,
+                                5.416739,
+                                6.503027,
+                                7.491924,
+                                8.458005
+                            ],
+                            [
+                                1.602938,
+                                4.074898,
+                                5.416653,
+                                6.501779,
+                                7.491185,
+                                8.455165
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "!A&!IE&!SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&SL==1'b0",
+                    "timing_type": "three_state_enable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.717083,
+                            13.717083,
+                            23.717083,
+                            33.717083,
+                            43.717083,
+                            53.717083
+                        ],
+                        "values": [
+                            [
+                                3.113818,
+                                3.890928,
+                                4.43053,
+                                4.92137,
+                                5.396366,
+                                5.864447
+                            ],
+                            [
+                                3.213307,
+                                3.990597,
+                                4.53023,
+                                5.021198,
+                                5.49572,
+                                5.965011
+                            ],
+                            [
+                                3.30475,
+                                4.081768,
+                                4.621318,
+                                5.112363,
+                                5.587003,
+                                6.056269
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.717083,
+                            13.717083,
+                            23.717083,
+                            33.717083,
+                            43.717083,
+                            53.717083
+                        ],
+                        "values": [
+                            [
+                                0.9182,
+                                1.782559,
+                                2.573154,
+                                3.374941,
+                                4.198066,
+                                5.027589
+                            ],
+                            [
+                                0.918844,
+                                1.78447,
+                                2.574262,
+                                3.377985,
+                                4.200686,
+                                5.039883
+                            ],
+                            [
+                                0.918773,
+                                1.783153,
+                                2.573549,
+                                3.37709,
+                                4.201024,
+                                5.039933
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "!A&!IE&SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&SL==1'b1",
+                    "timing_type": "three_state_enable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.717083,
+                            13.717083,
+                            23.717083,
+                            33.717083,
+                            43.717083,
+                            53.717083
+                        ],
+                        "values": [
+                            [
+                                3.059255,
+                                4.045203,
+                                4.99191,
+                                5.903626,
+                                6.754832,
+                                7.540494
+                            ],
+                            [
+                                3.15874,
+                                4.145064,
+                                5.091002,
+                                6.003009,
+                                6.853345,
+                                7.640922
+                            ],
+                            [
+                                3.249949,
+                                4.23645,
+                                5.181989,
+                                6.094147,
+                                6.944218,
+                                7.731284
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.717083,
+                            13.717083,
+                            23.717083,
+                            33.717083,
+                            43.717083,
+                            53.717083
+                        ],
+                        "values": [
+                            [
+                                0.928557,
+                                2.620016,
+                                4.201625,
+                                5.525021,
+                                6.676958,
+                                7.711638
+                            ],
+                            [
+                                0.931512,
+                                2.617294,
+                                4.194319,
+                                5.522301,
+                                6.670553,
+                                7.721347
+                            ],
+                            [
+                                0.931343,
+                                2.613381,
+                                4.195758,
+                                5.522729,
+                                6.672637,
+                                7.709139
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "!A&!IE&!SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&SL==1'b0",
+                    "timing_type": "three_state_disable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.717083,
+                            13.717083,
+                            23.717083,
+                            33.717083,
+                            43.717083,
+                            53.717083
+                        ],
+                        "values": [
+                            [
+                                2.436711,
+                                2.436712,
+                                2.436713,
+                                2.436714,
+                                2.436715,
+                                2.436716
+                            ],
+                            [
+                                2.559902,
+                                2.559903,
+                                2.559904,
+                                2.559905,
+                                2.559906,
+                                2.559907
+                            ],
+                            [
+                                2.737035,
+                                2.737036,
+                                2.737037,
+                                2.737038,
+                                2.737039,
+                                2.73704
+                            ]
+                        ]
+                    },
+                    "rise_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "!A&!IE&SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&SL==1'b1",
+                    "timing_type": "three_state_disable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.717083,
+                            13.717083,
+                            23.717083,
+                            33.717083,
+                            43.717083,
+                            53.717083
+                        ],
+                        "values": [
+                            [
+                                2.421583,
+                                2.421584,
+                                2.421585,
+                                2.421586,
+                                2.421587,
+                                2.421588
+                            ],
+                            [
+                                2.544236,
+                                2.544237,
+                                2.544238,
+                                2.544239,
+                                2.54424,
+                                2.544241
+                            ],
+                            [
+                                2.720568,
+                                2.720569,
+                                2.72057,
+                                2.720571,
+                                2.720572,
+                                2.720573
+                            ]
+                        ]
+                    },
+                    "rise_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "A&!IE&!SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&SL==1'b0",
+                    "timing_type": "three_state_disable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.717083,
+                            13.717083,
+                            23.717083,
+                            33.717083,
+                            43.717083,
+                            53.717083
+                        ],
+                        "values": [
+                            [
+                                3.205294,
+                                3.205295,
+                                3.205296,
+                                3.205297,
+                                3.205298,
+                                3.205299
+                            ],
+                            [
+                                3.331787,
+                                3.331788,
+                                3.331789,
+                                3.33179,
+                                3.331791,
+                                3.331792
+                            ],
+                            [
+                                3.512922,
+                                3.512923,
+                                3.512924,
+                                3.512925,
+                                3.512926,
+                                3.512927
+                            ]
+                        ]
+                    },
+                    "fall_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "A&!IE&SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&SL==1'b1",
+                    "timing_type": "three_state_disable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.717083,
+                            13.717083,
+                            23.717083,
+                            33.717083,
+                            43.717083,
+                            53.717083
+                        ],
+                        "values": [
+                            [
+                                3.221165,
+                                3.221166,
+                                3.221167,
+                                3.221168,
+                                3.221169,
+                                3.22117
+                            ],
+                            [
+                                3.346044,
+                                3.346045,
+                                3.346046,
+                                3.346047,
+                                3.346048,
+                                3.346049
+                            ],
+                            [
+                                3.523958,
+                                3.523959,
+                                3.52396,
+                                3.523961,
+                                3.523962,
+                                3.523963
+                            ]
+                        ]
+                    },
+                    "fall_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                }
+            ]
+        },
+        "pin Y": {
+            "function": "((IE*PAD))",
+            "direction": "output",
+            "max_capacitance": "0.500000",
+            "output_signal_level": "VDD",
+            "internal_power ": [
+                {
+                    "related_pin": "IE",
+                    "when": "!CS&!OE&PAD",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                1.662364,
+                                1.652811,
+                                1.643016,
+                                1.729807,
+                                1.693932,
+                                1.639893
+                            ],
+                            [
+                                1.131756,
+                                1.134929,
+                                1.130369,
+                                1.05923,
+                                1.148526,
+                                1.089206
+                            ],
+                            [
+                                1.134293,
+                                1.132114,
+                                1.110682,
+                                0.990721,
+                                1.142304,
+                                1.19601
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                1.953701,
+                                1.975828,
+                                2.122572,
+                                1.994178,
+                                2.061311,
+                                2.057329
+                            ],
+                            [
+                                1.623806,
+                                1.6138,
+                                1.759423,
+                                1.619143,
+                                1.649944,
+                                1.681733
+                            ],
+                            [
+                                1.561566,
+                                1.633177,
+                                1.722555,
+                                1.829884,
+                                1.830711,
+                                1.65823
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "IE",
+                    "when": "CS&!OE&PAD",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                1.862896,
+                                1.851954,
+                                1.850431,
+                                1.844822,
+                                1.844734,
+                                1.847768
+                            ],
+                            [
+                                1.350401,
+                                1.359501,
+                                1.335624,
+                                1.427616,
+                                1.357421,
+                                1.282039
+                            ],
+                            [
+                                1.335289,
+                                1.327072,
+                                1.304527,
+                                1.212953,
+                                1.38481,
+                                1.313872
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                2.067344,
+                                2.097917,
+                                2.124745,
+                                2.187495,
+                                2.158307,
+                                2.073835
+                            ],
+                            [
+                                1.715214,
+                                1.677437,
+                                1.843189,
+                                1.840035,
+                                1.872865,
+                                1.842551
+                            ],
+                            [
+                                1.714229,
+                                1.721195,
+                                1.740032,
+                                1.817854,
+                                1.840223,
+                                1.748912
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "PAD",
+                    "when": "!CS&IE&!OE",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.76438,
+                                0.75077,
+                                0.7385,
+                                0.71003,
+                                0.68761,
+                                0.66831
+                            ],
+                            [
+                                0.94993,
+                                0.93639,
+                                0.92343,
+                                0.8888,
+                                0.86703,
+                                0.86134
+                            ],
+                            [
+                                1.0663,
+                                1.05435,
+                                1.04268,
+                                1.00536,
+                                0.99026,
+                                0.97316
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                1.37034,
+                                1.40025,
+                                1.44766,
+                                1.5297,
+                                1.55117,
+                                1.56651
+                            ],
+                            [
+                                1.01784,
+                                1.04814,
+                                1.09538,
+                                1.1759,
+                                1.19875,
+                                1.21329
+                            ],
+                            [
+                                0.96841,
+                                1.01818,
+                                1.04419,
+                                1.12617,
+                                1.14646,
+                                1.16965
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "PAD",
+                    "when": "CS&IE&!OE",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                1.14173,
+                                1.13031,
+                                1.11952,
+                                1.0932,
+                                1.07795,
+                                1.0583
+                            ],
+                            [
+                                1.21714,
+                                1.20465,
+                                1.19394,
+                                1.15648,
+                                1.14369,
+                                1.13817
+                            ],
+                            [
+                                1.51699,
+                                1.5053,
+                                1.49223,
+                                1.46621,
+                                1.44425,
+                                1.43435
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                1.54251,
+                                1.58178,
+                                1.65185,
+                                1.81208,
+                                1.86012,
+                                1.9005
+                            ],
+                            [
+                                1.37874,
+                                1.42173,
+                                1.49178,
+                                1.65084,
+                                1.70507,
+                                1.73927
+                            ],
+                            [
+                                1.29256,
+                                1.33128,
+                                1.41112,
+                                1.55609,
+                                1.62638,
+                                1.66535
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "IE",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                1.76263,
+                                1.752382,
+                                1.746723,
+                                1.787314,
+                                1.769333,
+                                1.743831
+                            ],
+                            [
+                                1.241078,
+                                1.247215,
+                                1.232997,
+                                1.243423,
+                                1.252973,
+                                1.185623
+                            ],
+                            [
+                                1.234791,
+                                1.229593,
+                                1.207604,
+                                1.101837,
+                                1.263557,
+                                1.254941
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                2.010522,
+                                2.036872,
+                                2.123658,
+                                2.090836,
+                                2.109809,
+                                2.065582
+                            ],
+                            [
+                                1.66951,
+                                1.645618,
+                                1.801306,
+                                1.729589,
+                                1.761405,
+                                1.762142
+                            ],
+                            [
+                                1.637898,
+                                1.677186,
+                                1.731294,
+                                1.823869,
+                                1.835467,
+                                1.703571
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "PAD",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.953055,
+                                0.94054,
+                                0.92901,
+                                0.901615,
+                                0.88278,
+                                0.863305
+                            ],
+                            [
+                                1.083535,
+                                1.07052,
+                                1.058685,
+                                1.02264,
+                                1.00536,
+                                0.999755
+                            ],
+                            [
+                                1.291645,
+                                1.279825,
+                                1.267455,
+                                1.235785,
+                                1.217255,
+                                1.203755
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                1.456425,
+                                1.491015,
+                                1.549755,
+                                1.67089,
+                                1.705645,
+                                1.733505
+                            ],
+                            [
+                                1.19829,
+                                1.234935,
+                                1.29358,
+                                1.41337,
+                                1.45191,
+                                1.47628
+                            ],
+                            [
+                                1.130485,
+                                1.17473,
+                                1.227655,
+                                1.34113,
+                                1.38642,
+                                1.4175
+                            ]
+                        ]
+                    }
+                }
+            ],
+            "timing ": [
+                {
+                    "related_pin": "IE",
+                    "timing_type": "combinational",
+                    "timing_sense": "positive_unate",
+                    "when": "!CS&!OE&PAD",
+                    "sdf_cond": "CS==1'b0&&OE==1'b0&&PAD==1'b1",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                3.657211,
+                                3.783537,
+                                3.934087,
+                                4.357735,
+                                4.55959,
+                                4.76027
+                            ],
+                            [
+                                3.775964,
+                                3.902273,
+                                4.052819,
+                                4.476212,
+                                4.678396,
+                                4.87911
+                            ],
+                            [
+                                3.899475,
+                                4.025872,
+                                4.176109,
+                                4.600509,
+                                4.80178,
+                                5.001524
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.378936,
+                                0.545544,
+                                0.765388,
+                                1.506355,
+                                1.894651,
+                                2.27867
+                            ],
+                            [
+                                0.3779,
+                                0.545894,
+                                0.765175,
+                                1.506377,
+                                1.894642,
+                                2.278421
+                            ],
+                            [
+                                0.378507,
+                                0.547247,
+                                0.763006,
+                                1.507951,
+                                1.893255,
+                                2.27901
+                            ]
+                        ]
+                    },
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                3.124639,
+                                3.223607,
+                                3.339858,
+                                3.649663,
+                                3.791961,
+                                3.931466
+                            ],
+                            [
+                                3.266308,
+                                3.365655,
+                                3.481794,
+                                3.791366,
+                                3.93365,
+                                4.073054
+                            ],
+                            [
+                                3.445648,
+                                3.545112,
+                                3.6604,
+                                3.97062,
+                                4.112891,
+                                4.252376
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.204126,
+                                0.324217,
+                                0.480523,
+                                0.970719,
+                                1.217967,
+                                1.466367
+                            ],
+                            [
+                                0.204552,
+                                0.323718,
+                                0.48082,
+                                0.970677,
+                                1.216148,
+                                1.468727
+                            ],
+                            [
+                                0.204378,
+                                0.324396,
+                                0.479372,
+                                0.970565,
+                                1.216879,
+                                1.468679
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "IE",
+                    "timing_type": "combinational",
+                    "timing_sense": "positive_unate",
+                    "when": "CS&!OE&PAD",
+                    "sdf_cond": "CS==1'b1&&OE==1'b0&&PAD==1'b1",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                3.792454,
+                                3.918845,
+                                4.069419,
+                                4.493006,
+                                4.694834,
+                                4.895548
+                            ],
+                            [
+                                3.911255,
+                                4.037645,
+                                4.18822,
+                                4.611807,
+                                4.813635,
+                                5.014349
+                            ],
+                            [
+                                4.035012,
+                                4.161392,
+                                4.311707,
+                                4.736093,
+                                4.937257,
+                                5.136829
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.379081,
+                                0.545374,
+                                0.765535,
+                                1.506597,
+                                1.894593,
+                                2.278899
+                            ],
+                            [
+                                0.379076,
+                                0.545367,
+                                0.765534,
+                                1.506598,
+                                1.894593,
+                                2.278898
+                            ],
+                            [
+                                0.378517,
+                                0.547205,
+                                0.762852,
+                                1.507798,
+                                1.892904,
+                                2.27944
+                            ]
+                        ]
+                    },
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                3.312999,
+                                3.411964,
+                                3.527393,
+                                3.83801,
+                                3.979771,
+                                4.119096
+                            ],
+                            [
+                                3.453426,
+                                3.552215,
+                                3.668215,
+                                3.978298,
+                                4.120688,
+                                4.260156
+                            ],
+                            [
+                                3.631787,
+                                3.731166,
+                                3.846282,
+                                4.156841,
+                                4.298961,
+                                4.43826
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.20467,
+                                0.323717,
+                                0.481163,
+                                0.969951,
+                                1.218795,
+                                1.467551
+                            ],
+                            [
+                                0.204737,
+                                0.325007,
+                                0.481324,
+                                0.970035,
+                                1.21669,
+                                1.466438
+                            ],
+                            [
+                                0.204438,
+                                0.324084,
+                                0.481164,
+                                0.969242,
+                                1.217972,
+                                1.466987
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "PAD",
+                    "timing_type": "combinational",
+                    "timing_sense": "positive_unate",
+                    "when": "!CS&IE&!OE",
+                    "sdf_cond": "CS==1'b0&&IE==1'b1&&OE==1'b0",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                2.56763,
+                                2.693023,
+                                2.845317,
+                                3.268767,
+                                3.470403,
+                                3.671064
+                            ],
+                            [
+                                2.68806,
+                                2.812913,
+                                2.964189,
+                                3.389261,
+                                3.590471,
+                                3.791095
+                            ],
+                            [
+                                2.792456,
+                                2.918181,
+                                3.069843,
+                                3.494287,
+                                3.695555,
+                                3.896242
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.375997,
+                                0.536728,
+                                0.7591,
+                                1.504497,
+                                1.890154,
+                                2.280675
+                            ],
+                            [
+                                0.37649,
+                                0.536492,
+                                0.758107,
+                                1.501468,
+                                1.892151,
+                                2.282772
+                            ],
+                            [
+                                0.375531,
+                                0.537234,
+                                0.764318,
+                                1.505453,
+                                1.894463,
+                                2.281268
+                            ]
+                        ]
+                    },
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                2.632193,
+                                2.730875,
+                                2.846341,
+                                3.15636,
+                                3.298663,
+                                3.43836
+                            ],
+                            [
+                                2.598687,
+                                2.697683,
+                                2.813655,
+                                3.124218,
+                                3.26629,
+                                3.406002
+                            ],
+                            [
+                                2.708398,
+                                2.808796,
+                                2.923909,
+                                3.233429,
+                                3.375572,
+                                3.51681
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.203884,
+                                0.324965,
+                                0.478841,
+                                0.969568,
+                                1.217033,
+                                1.46772
+                            ],
+                            [
+                                0.203777,
+                                0.323802,
+                                0.478908,
+                                0.97164,
+                                1.218452,
+                                1.469035
+                            ],
+                            [
+                                0.204287,
+                                0.324169,
+                                0.479384,
+                                0.971426,
+                                1.216964,
+                                1.469207
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "PAD",
+                    "timing_type": "combinational",
+                    "timing_sense": "positive_unate",
+                    "when": "CS&IE&!OE",
+                    "sdf_cond": "CS==1'b1&&IE==1'b1&&OE==1'b0",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                2.756399,
+                                2.883023,
+                                3.033829,
+                                3.456697,
+                                3.658508,
+                                3.859037
+                            ],
+                            [
+                                2.889148,
+                                3.013851,
+                                3.166663,
+                                3.590597,
+                                3.791815,
+                                3.992533
+                            ],
+                            [
+                                3.043815,
+                                3.169971,
+                                3.321595,
+                                3.746226,
+                                3.947839,
+                                4.148523
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.375596,
+                                0.536542,
+                                0.757919,
+                                1.504287,
+                                1.888044,
+                                2.276302
+                            ],
+                            [
+                                0.376337,
+                                0.537739,
+                                0.760651,
+                                1.506234,
+                                1.893232,
+                                2.284228
+                            ],
+                            [
+                                0.376764,
+                                0.536181,
+                                0.762464,
+                                1.508279,
+                                1.889461,
+                                2.273056
+                            ]
+                        ]
+                    },
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                4.288875,
+                                4.386737,
+                                4.501867,
+                                4.813032,
+                                4.955418,
+                                5.094745
+                            ],
+                            [
+                                4.004044,
+                                4.103375,
+                                4.218809,
+                                4.528468,
+                                4.671352,
+                                4.810992
+                            ],
+                            [
+                                4.019289,
+                                4.118243,
+                                4.233476,
+                                4.542304,
+                                4.685756,
+                                4.82717
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.206056,
+                                0.325151,
+                                0.479352,
+                                0.970642,
+                                1.218617,
+                                1.465232
+                            ],
+                            [
+                                0.207091,
+                                0.325456,
+                                0.479962,
+                                0.972006,
+                                1.217323,
+                                1.469414
+                            ],
+                            [
+                                0.20505,
+                                0.325497,
+                                0.479341,
+                                0.969315,
+                                1.217224,
+                                1.46756
+                            ]
+                        ]
+                    }
+                }
+            ]
+        },
+        "pin DVDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin DVSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        }
+    }
+}
\ No newline at end of file
diff --git a/cells/bi_24t/gf180mcu_fd_io__bi_24t__ss_125C_4v50.lib b/cells/bi_24t/gf180mcu_fd_io__bi_24t__ss_125C_4v50.lib
new file mode 100644
index 0000000..ede1a07
--- /dev/null
+++ b/cells/bi_24t/gf180mcu_fd_io__bi_24t__ss_125C_4v50.lib
@@ -0,0 +1,811 @@
+/*
+ * Copyright 2022 GlobalFoundries PDK Authors
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+	cell ("gf180mcu_fd_io__bi_24t") {
+		scaling_factors : "gf_factors";
+		area : 26250.000000;
+		pad_cell : true;
+		dont_use : true;
+		dont_touch : true;
+		cell_leakage_power : 4.855360e-03;
+		leakage_power () {
+			when : "!CS !SL !IE !OE !PU !PD !A !PAD";
+			value : "0.004855";
+		}
+		pin ("CS") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.023494;
+			rise_capacitance_range(0.022827,0.024502);
+			capacitance : 0.023367;
+			fall_capacitance : 0.023239;
+			fall_capacitance_range(0.022661,0.023875);
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("0.284609, 2.281291, 2.357186");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("0.580105, 2.158728, 2.246674");
+				}
+			}
+		}
+		pin ("SL") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.032330;
+			rise_capacitance_range(0.031850,0.033233);
+			capacitance : 0.032214;
+			fall_capacitance : 0.032099;
+			fall_capacitance_range(0.031841,0.032486);
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("0.263977, 2.654959, 2.737702");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("0.684798, 2.861359, 2.970798");
+				}
+			}
+		}
+		pin ("IE") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.015181;
+			rise_capacitance_range(0.014412,0.016152);
+			capacitance : 0.014830;
+			fall_capacitance : 0.014479;
+			fall_capacitance_range(0.014098,0.014882);
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("0.381677, 1.465446, 1.499083");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("0.529627, 1.353923, 1.402618");
+				}
+			}
+		}
+		pin ("OE") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.092889;
+			rise_capacitance_range(0.085018,0.100228);
+			capacitance : 0.092596;
+			fall_capacitance : 0.091135;
+			fall_capacitance_range(0.088151,0.093766);
+		}
+		pin ("PU") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.079646;
+			rise_capacitance_range(0.063779,0.091912);
+			capacitance : 0.079127;
+			fall_capacitance : 0.078609;
+			fall_capacitance_range(0.059555,0.095190);
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("-0.513376, 0.469591, 0.507957");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("1.462464, 2.738845, 2.987972");
+				}
+			}
+		}
+		pin ("PD") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.048949;
+			rise_capacitance_range(0.047998,0.049703);
+			capacitance : 0.050297;
+			fall_capacitance : 0.051645;
+			fall_capacitance_range(0.050839,0.052117);
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("-0.070643, 1.583417, 1.690253");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("1.301824, 2.465698, 2.575337");
+				}
+			}
+		}
+		pin ("A") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.037962;
+			rise_capacitance_range(0.036374,0.039327);
+			capacitance : 0.037810;
+			fall_capacitance : 0.037658;
+			fall_capacitance_range(0.037536,0.037799);
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("-0.251970, -0.243399, -0.245797");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("0.291082, 0.285857, 0.291877");
+				}
+			}
+		}
+		pin ("PAD") {
+			drive_current : 24000.000000;
+			is_pad : true;
+			function : "((A))";
+			three_state : "((!OE))";
+			direction : "inout";
+			max_transition : 1.000000;
+			max_capacitance : 50.000000;
+			input_signal_level : "DVDD";
+			output_signal_level : "DVDD";
+			capacitance : 3.457845;
+			internal_power () {
+				related_pin : "A";
+				when : "!IE&OE&!SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 10, 20, 30, 40, 50");
+					values("98.207740, 100.229540, 100.104980, 99.122370, 97.881360, 96.143060", \
+					  "98.462739, 100.368699, 100.147419, 98.982669, 97.861509, 96.180799", \
+					  "98.092497, 100.080677, 100.264197, 99.183657, 97.846337, 96.214027");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 10, 20, 30, 40, 50");
+					values("101.932318, 108.354818, 110.557518, 110.340618, 110.974118, 112.064018", \
+					  "101.931643, 108.364743, 110.580743, 110.315143, 111.070043, 111.982743", \
+					  "101.874523, 108.370223, 110.559623, 110.333923, 111.209223, 111.957823");
+				}
+			}
+			internal_power () {
+				related_pin : "A";
+				when : "!IE&OE&SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 10, 20, 30, 40, 50");
+					values("78.854240, 93.113150, 97.142040, 97.630210, 96.845620, 94.013270", \
+					  "78.634829, 93.126499, 98.305439, 97.630609, 97.022099, 93.911989", \
+					  "78.315887, 92.958007, 99.064467, 97.848157, 97.303467, 93.756737");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 10, 20, 30, 40, 50");
+					values("91.732178, 97.878068, 102.208718, 104.859118, 106.485718, 107.467918", \
+					  "91.115713, 98.058113, 101.899043, 105.132343, 106.372943, 107.702343", \
+					  "90.801693, 97.711593, 101.934423, 105.110023, 106.250623, 107.445323");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "A&!IE&!SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 10, 20, 30, 40, 50");
+					values("92.538741, 91.996731, 91.328551, 90.039281, 88.125781, 86.199741", \
+					  "64.228850, 64.948310, 63.883800, 62.474540, 60.718870, 58.907440", \
+					  "57.553150, 57.671160, 56.551710, 55.112860, 53.487640, 51.545440");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 10, 20, 30, 40, 50");
+					values("6.965360, 6.961516, 6.954966, 6.933744, 6.919167, 6.918998", \
+					  "1.846520, 6.295940, 8.125610, 9.455030, 10.084130, 10.424870", \
+					  "3.804360, 9.669600, 11.816420, 12.853610, 13.427100, 13.806140");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "A&!IE&SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 10, 20, 30, 40, 50");
+					values("72.866151, 84.720161, 89.289831, 88.564471, 86.543411, 84.282191", \
+					  "45.055990, 56.868150, 61.535000, 61.157220, 58.656350, 57.211270", \
+					  "37.557450, 49.628180, 54.390570, 53.947940, 51.302900, 49.909010");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 10, 20, 30, 40, 50");
+					values("6.939971, 6.930383, 6.987850, 7.039606, 7.011644, 6.967702", \
+					  "1.892590, 6.630950, 8.127450, 9.109870, 9.783020, 10.249530", \
+					  "3.992110, 9.809950, 12.062490, 13.379890, 14.004100, 14.384900");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "!A&!IE&!SL";
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 10, 20, 30, 40, 50");
+					values("78.796391, 82.662261, 83.074221, 83.209411, 83.309881, 83.249821", \
+					  "52.108870, 55.965110, 56.384040, 56.533600, 56.630870, 56.549400", \
+					  "45.200800, 49.056900, 49.474000, 49.616430, 49.681580, 49.711380");
+				}
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 10, 20, 30, 40, 50");
+					values("8.567539, -193.997901, -396.535601, -599.047601, -801.554701, -1004.058801", \
+					  "-0.004740, -203.143590, -405.848090, -608.450090, -811.011390, -1013.552290", \
+					  "-0.045150, -203.096050, -405.730550, -608.304850, -810.856050, -1013.393950");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "!A&!IE&SL";
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 10, 20, 30, 40, 50");
+					values("69.442271, 72.423911, 75.195971, 77.251371, 78.414601, 79.000371", \
+					  "42.456540, 45.606450, 48.437940, 50.551620, 51.749050, 52.280250", \
+					  "35.287720, 38.667860, 41.719270, 43.448550, 44.637450, 45.386500");
+				}
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 10, 20, 30, 40, 50");
+					values("8.453569, -194.133601, -396.703201, -599.237101, -801.754401, -1004.264801", \
+					  "0.102330, -202.939190, -405.633790, -608.228790, -810.783290, -1013.318190", \
+					  "0.571980, -202.173050, -404.929150, -607.628350, -810.264050, -1012.856450");
+				}
+			}
+			internal_power () {
+				related_pin : "A";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 10, 20, 30, 40, 50");
+					values("177.061980, 193.342690, 197.247020, 196.752580, 194.726980, 190.156330", \
+					  "177.097568, 193.495198, 198.452858, 196.613278, 194.883608, 190.092788", \
+					  "176.408384, 193.038684, 199.328664, 197.031814, 195.149804, 189.970764");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 10, 20, 30, 40, 50");
+					values("193.664496, 206.232886, 212.766236, 215.199736, 217.459836, 219.531936", \
+					  "193.047356, 206.422856, 212.479786, 215.447486, 217.442986, 219.685086", \
+					  "192.676216, 206.081816, 212.494046, 215.443946, 217.459846, 219.403146");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 10, 20, 30, 40, 50");
+					values("91.213000, -105.707305, -306.310210, -509.840475, -714.319955, -918.920835", \
+					  "54.691215, -142.133160, -343.031540, -546.523560, -751.209730, -955.375885", \
+					  "47.818715, -148.984880, -349.858710, -553.436200, -758.164780, -962.397975");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 10, 20, 30, 40, 50");
+					values("81.071997, 84.489035, 86.106504, 87.217066, 87.827647, 88.068446", \
+					  "49.152260, 57.249225, 60.537520, 62.825060, 64.123535, 64.752025", \
+					  "44.142495, 53.602155, 57.536090, 59.649240, 60.875115, 61.644460");
+				}
+			}
+			timing () {
+				related_pin : "A";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				when : "!IE&OE&!SL";
+				sdf_cond : "IE==1'b0&&OE==1'b1&&SL==1'b0";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.457845, 13.457845, 23.457845, 33.457845, 43.457845, 53.457845");
+					values("3.186067, 3.706704, 4.077326, 4.429380, 4.778303, 5.124340", \
+					  "3.259825, 3.780186, 4.151242, 4.503252, 4.851553, 5.197555", \
+					  "3.297608, 3.817730, 4.188783, 4.540874, 4.889754, 5.235804");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.457845, 13.457845, 23.457845, 33.457845, 43.457845, 53.457845");
+					values("0.764989, 1.331569, 1.971045, 2.657091, 3.355155, 4.056492", \
+					  "0.765972, 1.329819, 1.970154, 2.657775, 3.352924, 4.068199", \
+					  "0.764756, 1.332761, 1.972404, 2.656493, 3.356416, 4.057650");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.457845, 13.457845, 23.457845, 33.457845, 43.457845, 53.457845");
+					values("3.242937, 3.746036, 4.119155, 4.467523, 4.807434, 5.144258", \
+					  "3.370619, 3.873708, 4.246846, 4.595227, 4.935027, 5.271883", \
+					  "3.536916, 4.039848, 4.413069, 4.761457, 5.101026, 5.437934");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.457845, 13.457845, 23.457845, 33.457845, 43.457845, 53.457845");
+					values("0.526696, 1.141457, 1.726835, 2.325203, 2.932578, 3.552597", \
+					  "0.526594, 1.141383, 1.726890, 2.324888, 2.933903, 3.551452", \
+					  "0.526802, 1.140897, 1.726695, 2.323558, 2.935341, 3.548610");
+				}
+			}
+			timing () {
+				related_pin : "A";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				when : "!IE&OE&SL";
+				sdf_cond : "IE==1'b0&&OE==1'b1&&SL==1'b1";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.457845, 13.457845, 23.457845, 33.457845, 43.457845, 53.457845");
+					values("3.074430, 4.165962, 5.004703, 5.630696, 6.147582, 6.600586", \
+					  "3.147946, 4.239494, 5.078084, 5.704378, 6.220989, 6.674099", \
+					  "3.186075, 4.277620, 5.116245, 5.742487, 6.259154, 6.712242");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.457845, 13.457845, 23.457845, 33.457845, 43.457845, 53.457845");
+					values("0.951404, 2.563146, 3.489284, 4.220160, 4.878230, 5.517649", \
+					  "0.951401, 2.562387, 3.481792, 4.220297, 4.879111, 5.517647", \
+					  "0.951404, 2.562598, 3.481630, 4.220280, 4.878913, 5.517645");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.457845, 13.457845, 23.457845, 33.457845, 43.457845, 53.457845");
+					values("3.210922, 3.924897, 4.583068, 5.181733, 5.728469, 6.230287", \
+					  "3.338611, 4.052679, 4.710916, 5.310105, 5.855493, 6.356382", \
+					  "3.504773, 4.218483, 4.877097, 5.476533, 6.022141, 6.522596");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.457845, 13.457845, 23.457845, 33.457845, 43.457845, 53.457845");
+					values("0.560347, 1.772451, 2.762821, 3.605100, 4.352933, 5.030210", \
+					  "0.560417, 1.773989, 2.768741, 3.603828, 4.338651, 5.045692", \
+					  "0.560220, 1.772091, 2.768706, 3.602208, 4.341143, 5.045802");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "A&!IE&!SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&SL==1'b0";
+				timing_type : "three_state_enable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.457845, 13.457845, 23.457845, 33.457845, 43.457845, 53.457845");
+					values("2.740714, 3.268643, 3.640416, 3.991838, 4.339323, 4.685643", \
+					  "2.783270, 3.312721, 3.684706, 4.036318, 4.383011, 4.730095", \
+					  "2.808356, 3.338614, 3.710602, 4.062370, 4.408514, 4.756095");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.457845, 13.457845, 23.457845, 33.457845, 43.457845, 53.457845");
+					values("0.793275, 1.362860, 1.989843, 2.669566, 3.366747, 4.075262", \
+					  "0.789052, 1.360495, 1.992584, 2.667280, 3.364657, 4.074295", \
+					  "0.789675, 1.363407, 1.994606, 2.662049, 3.361856, 4.074524");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "A&!IE&SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&SL==1'b1";
+				timing_type : "three_state_enable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.457845, 13.457845, 23.457845, 33.457845, 43.457845, 53.457845");
+					values("2.638415, 3.713905, 4.555466, 5.184741, 5.703677, 6.159019", \
+					  "2.683318, 3.758451, 4.599482, 5.229183, 5.747619, 6.203072", \
+					  "2.709908, 3.784803, 4.626173, 5.255328, 5.773785, 6.229334");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.457845, 13.457845, 23.457845, 33.457845, 43.457845, 53.457845");
+					values("0.963110, 2.577436, 3.508760, 4.246232, 4.912068, 5.546293", \
+					  "0.966501, 2.576455, 3.508832, 4.246191, 4.911175, 5.541673", \
+					  "0.968662, 2.576797, 3.507500, 4.245721, 4.910843, 5.541783");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "!A&!IE&!SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&SL==1'b0";
+				timing_type : "three_state_enable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.457845, 13.457845, 23.457845, 33.457845, 43.457845, 53.457845");
+					values("1.929790, 2.445280, 2.820923, 3.169060, 3.508160, 3.844363", \
+					  "2.001402, 2.516882, 2.892515, 3.240649, 3.579745, 3.915953", \
+					  "2.043806, 2.559162, 2.934694, 3.282825, 3.621998, 3.958022");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.457845, 13.457845, 23.457845, 33.457845, 43.457845, 53.457845");
+					values("0.566366, 1.181260, 1.757031, 2.351690, 2.950558, 3.568074", \
+					  "0.566286, 1.181225, 1.756970, 2.351669, 2.950580, 3.568093", \
+					  "0.567909, 1.182041, 1.757685, 2.351144, 2.948164, 3.565562");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "!A&!IE&SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&SL==1'b1";
+				timing_type : "three_state_enable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.457845, 13.457845, 23.457845, 33.457845, 43.457845, 53.457845");
+					values("1.907690, 2.609784, 3.262709, 3.862313, 4.410107, 4.911932", \
+					  "1.979283, 2.681352, 3.334280, 3.933916, 4.481723, 4.983518", \
+					  "2.021569, 2.723751, 3.376461, 3.975330, 4.522362, 5.027763");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.457845, 13.457845, 23.457845, 33.457845, 43.457845, 53.457845");
+					values("0.607221, 1.786045, 2.782314, 3.621779, 4.372336, 5.068359", \
+					  "0.607055, 1.786135, 2.782312, 3.621968, 4.372499, 5.068280", \
+					  "0.607037, 1.786567, 2.781320, 3.616289, 4.370487, 5.072877");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "!A&!IE&!SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&SL==1'b0";
+				timing_type : "three_state_disable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.457845, 13.457845, 23.457845, 33.457845, 43.457845, 53.457845");
+					values("1.578348, 1.578349, 1.578350, 1.578351, 1.578352, 1.578353", \
+					  "1.704216, 1.704217, 1.704218, 1.704219, 1.704220, 1.704221", \
+					  "1.870469, 1.870684, 1.870685, 1.870686, 1.870687, 1.870688");
+				}
+				rise_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "!A&!IE&SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&SL==1'b1";
+				timing_type : "three_state_disable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.457845, 13.457845, 23.457845, 33.457845, 43.457845, 53.457845");
+					values("1.560866, 1.560867, 1.560868, 1.560869, 1.560870, 1.560871", \
+					  "1.685867, 1.685868, 1.685869, 1.685870, 1.685871, 1.685872", \
+					  "1.850796, 1.850797, 1.850798, 1.850799, 1.850800, 1.850801");
+				}
+				rise_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "A&!IE&!SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&SL==1'b0";
+				timing_type : "three_state_disable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.457845, 13.457845, 23.457845, 33.457845, 43.457845, 53.457845");
+					values("2.018832, 2.018833, 2.018834, 2.018835, 2.018836, 2.018837", \
+					  "2.146854, 2.146855, 2.146856, 2.146857, 2.146858, 2.146859", \
+					  "2.317815, 2.317816, 2.317817, 2.317818, 2.317819, 2.317820");
+				}
+				fall_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "A&!IE&SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&SL==1'b1";
+				timing_type : "three_state_disable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.457845, 13.457845, 23.457845, 33.457845, 43.457845, 53.457845");
+					values("2.026186, 2.026187, 2.026188, 2.026189, 2.026190, 2.026191", \
+					  "2.153169, 2.153170, 2.153171, 2.153172, 2.153173, 2.153174", \
+					  "2.320570, 2.320571, 2.320572, 2.320573, 2.320574, 2.320575");
+				}
+				fall_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("-46.913410, -47.046400, -47.156970");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("46.522860, 47.679750, 47.356120");
+				}
+			}
+		}
+		pin ("Y") {
+			function : "((IE*PAD))";
+			direction : "output";
+			max_capacitance : 0.500000;
+			output_signal_level : "VDD";
+			internal_power () {
+				related_pin : "IE";
+				when : "!CS&!OE&PAD";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("4.115339, 4.031999, 3.933301, 3.899961, 3.876446, 3.803164", \
+					  "3.039598, 2.904634, 2.861624, 2.823808, 2.806849, 2.721788", \
+					  "3.090964, 2.866025, 2.904009, 2.612651, 2.855707, 2.476226");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("4.700663, 4.717365, 4.781661, 5.170239, 4.910587, 4.461262", \
+					  "3.882702, 3.987859, 3.859608, 4.208861, 3.450307, 3.517592", \
+					  "3.869966, 4.041052, 3.765197, 4.057615, 3.546339, 3.911656");
+				}
+			}
+			internal_power () {
+				related_pin : "IE";
+				when : "CS&!OE&PAD";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("4.597009, 4.512834, 4.456619, 4.386904, 4.300662, 4.332970", \
+					  "3.493604, 3.449062, 3.300825, 3.144723, 3.177246, 3.170497", \
+					  "3.557502, 3.404796, 3.451578, 3.295038, 3.288539, 3.203561");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("4.952033, 4.994025, 5.096930, 5.237207, 5.245234, 5.275647", \
+					  "4.175806, 4.117559, 4.255226, 4.436718, 4.442810, 4.734853", \
+					  "4.063539, 4.233477, 4.231813, 4.183750, 4.139532, 4.237581");
+				}
+			}
+			internal_power () {
+				related_pin : "PAD";
+				when : "!CS&IE&!OE";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("2.507810, 2.419050, 2.354300, 2.220700, 2.192730, 2.113290", \
+					  "2.637750, 2.550220, 2.486790, 2.347350, 2.321010, 2.275590", \
+					  "2.727540, 2.703050, 2.566830, 2.445540, 2.442140, 2.351300");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("2.795710, 2.823870, 2.911460, 3.075400, 3.123970, 3.145850", \
+					  "2.051140, 2.079240, 2.169390, 2.336850, 2.378170, 2.400390", \
+					  "2.430010, 2.459630, 2.548460, 2.709190, 2.748760, 2.788800");
+				}
+			}
+			internal_power () {
+				related_pin : "PAD";
+				when : "CS&IE&!OE";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("2.886290, 2.801770, 2.740310, 2.613580, 2.556650, 2.508520", \
+					  "3.318960, 3.232260, 3.171330, 3.044930, 3.007080, 2.964990", \
+					  "3.624290, 3.542030, 3.375130, 3.249620, 3.212150, 3.169810");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("3.864030, 3.921000, 4.057060, 4.383950, 4.501090, 4.569250", \
+					  "3.089110, 3.139410, 3.279810, 3.613140, 3.726330, 3.805790", \
+					  "3.370290, 3.400360, 3.542710, 3.878100, 4.009130, 4.083110");
+				}
+			}
+			internal_power () {
+				related_pin : "IE";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("4.356174, 4.272417, 4.194960, 4.143433, 4.088554, 4.068067", \
+					  "3.266601, 3.176848, 3.081225, 2.984266, 2.992047, 2.946143", \
+					  "3.324233, 3.135410, 3.177793, 2.953844, 3.072123, 2.839894");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("4.826348, 4.855695, 4.939296, 5.203723, 5.077910, 4.868455", \
+					  "4.029254, 4.052709, 4.057417, 4.322789, 3.946559, 4.126222", \
+					  "3.966752, 4.137264, 3.998505, 4.120683, 3.842936, 4.074618");
+				}
+			}
+			internal_power () {
+				related_pin : "PAD";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("2.697050, 2.610410, 2.547305, 2.417140, 2.374690, 2.310905", \
+					  "2.978355, 2.891240, 2.829060, 2.696140, 2.664045, 2.620290", \
+					  "3.175915, 3.122540, 2.970980, 2.847580, 2.827145, 2.760555");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("3.329870, 3.372435, 3.484260, 3.729675, 3.812530, 3.857550", \
+					  "2.570125, 2.609325, 2.724600, 2.974995, 3.052250, 3.103090", \
+					  "2.900150, 2.929995, 3.045585, 3.293645, 3.378945, 3.435955");
+				}
+			}
+			timing () {
+				related_pin : "IE";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				when : "!CS&!OE&PAD";
+				sdf_cond : "CS==1'b0&&OE==1'b0&&PAD==1'b1";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("2.289728, 2.363014, 2.453754, 2.708223, 2.828948, 2.949444", \
+					  "2.382760, 2.456024, 2.546753, 2.801232, 2.921933, 3.042421", \
+					  "2.457272, 2.530257, 2.620068, 2.875873, 2.996502, 3.116927");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.272290, 0.361682, 0.505980, 0.960768, 1.197262, 1.445074", \
+					  "0.271902, 0.361588, 0.505807, 0.960935, 1.197737, 1.445116", \
+					  "0.272003, 0.368510, 0.505910, 0.961720, 1.198194, 1.445230");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("1.896157, 1.961053, 2.040298, 2.260696, 2.362809, 2.463441", \
+					  "2.025838, 2.090616, 2.170435, 2.390220, 2.492306, 2.592953", \
+					  "2.178104, 2.242890, 2.322747, 2.542449, 2.644619, 2.745209");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.137256, 0.221929, 0.335231, 0.687924, 0.868456, 1.047511", \
+					  "0.137161, 0.222352, 0.334503, 0.687790, 0.868204, 1.049791", \
+					  "0.137171, 0.222071, 0.333863, 0.688029, 0.867962, 1.047799");
+				}
+			}
+			timing () {
+				related_pin : "IE";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				when : "CS&!OE&PAD";
+				sdf_cond : "CS==1'b1&&OE==1'b0&&PAD==1'b1";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("2.385481, 2.459547, 2.548507, 2.803685, 2.924625, 3.045189", \
+					  "2.478243, 2.551408, 2.642361, 2.896977, 3.017873, 3.138599", \
+					  "2.553158, 2.626486, 2.716662, 2.971564, 3.092446, 3.212714");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.275301, 0.368195, 0.505663, 0.961753, 1.196046, 1.444817", \
+					  "0.275396, 0.364110, 0.506270, 0.960924, 1.201037, 1.438608", \
+					  "0.277816, 0.363809, 0.505851, 0.964024, 1.202808, 1.443962");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("1.992282, 2.057087, 2.136320, 2.356735, 2.458793, 2.559463", \
+					  "2.120807, 2.185581, 2.265249, 2.485182, 2.587203, 2.687745", \
+					  "2.274685, 2.339412, 2.418696, 2.639116, 2.741172, 2.841839");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.139492, 0.222343, 0.335614, 0.687643, 0.868623, 1.049313", \
+					  "0.137346, 0.224585, 0.334332, 0.688801, 0.867291, 1.048661", \
+					  "0.139122, 0.222352, 0.335608, 0.687743, 0.868618, 1.049364");
+				}
+			}
+			timing () {
+				related_pin : "PAD";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				when : "!CS&IE&!OE";
+				sdf_cond : "CS==1'b0&&IE==1'b1&&OE==1'b0";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("1.630512, 1.703633, 1.793107, 2.048607, 2.170111, 2.290786", \
+					  "1.715786, 1.788968, 1.878393, 2.134432, 2.255404, 2.375345", \
+					  "1.749876, 1.822620, 1.911916, 2.168024, 2.289118, 2.409974");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.270947, 0.361096, 0.498302, 0.962808, 1.200034, 1.439898", \
+					  "0.270651, 0.361792, 0.498845, 0.959693, 1.201961, 1.443251", \
+					  "0.271488, 0.361728, 0.497236, 0.964375, 1.200382, 1.440240");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("1.433922, 1.498607, 1.578200, 1.798157, 1.900246, 2.000797", \
+					  "1.516905, 1.581408, 1.661049, 1.881248, 1.983180, 2.083679", \
+					  "1.688837, 1.753455, 1.833082, 2.052783, 2.155438, 2.256104");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.137618, 0.221572, 0.332590, 0.687433, 0.865856, 1.046979", \
+					  "0.138660, 0.220670, 0.331819, 0.688024, 0.866710, 1.046864", \
+					  "0.137450, 0.222198, 0.332963, 0.690829, 0.865406, 1.046264");
+				}
+			}
+			timing () {
+				related_pin : "PAD";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				when : "CS&IE&!OE";
+				sdf_cond : "CS==1'b1&&IE==1'b1&&OE==1'b0";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("1.761967, 1.835522, 1.924991, 2.179517, 2.301224, 2.421753", \
+					  "1.873651, 1.946646, 2.036322, 2.290510, 2.411546, 2.532033", \
+					  "1.972731, 2.045752, 2.135231, 2.391230, 2.512272, 2.633204");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.270953, 0.361577, 0.498581, 0.963696, 1.198404, 1.442254", \
+					  "0.271145, 0.361365, 0.498016, 0.960377, 1.199334, 1.441396", \
+					  "0.270881, 0.361630, 0.498203, 0.963894, 1.204120, 1.445625");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("2.250238, 2.315974, 2.395715, 2.615582, 2.717845, 2.818373", \
+					  "2.240493, 2.304881, 2.384335, 2.605099, 2.707320, 2.808122", \
+					  "2.392306, 2.457136, 2.538657, 2.759112, 2.859833, 2.961119");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.140434, 0.224540, 0.334205, 0.689739, 0.866627, 1.046374", \
+					  "0.140940, 0.223861, 0.334396, 0.689124, 0.867002, 1.046887", \
+					  "0.139833, 0.224219, 0.333990, 0.689616, 0.867930, 1.048658");
+				}
+			}
+		}
+		pin ("DVDD") {
+			direction : "inout";
+			capacitance : 0;
+		}
+		pin ("DVSS") {
+			direction : "inout";
+			capacitance : 0;
+		}
+		pin ("VDD") {
+			direction : "inout";
+			capacitance : 0;
+		}
+		pin ("VSS") {
+			direction : "inout";
+			capacitance : 0;
+		}
+	}
diff --git a/cells/bi_24t/gf180mcu_fd_io__bi_24t__ss_125C_4v50.lib.json b/cells/bi_24t/gf180mcu_fd_io__bi_24t__ss_125C_4v50.lib.json
new file mode 100644
index 0000000..d9a745f
--- /dev/null
+++ b/cells/bi_24t/gf180mcu_fd_io__bi_24t__ss_125C_4v50.lib.json
@@ -0,0 +1,3102 @@
+{
+    "cell gf180mcu_fd_io__bi_24t": {
+        "scaling_factors": "gf_factors",
+        "area": "26250.000000",
+        "pad_cell": "true",
+        "dont_use": "true",
+        "dont_touch": "true",
+        "cell_leakage_power": "4.855360e-03",
+        "leakage_power ": {
+            "when": "!CS !SL !IE !OE !PU !PD !A !PAD",
+            "value": "0.004855"
+        },
+        "pin CS": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.023494",
+            "comp_attribute rise_capacitance_range": "0.022827,0.024502",
+            "capacitance": "0.023367",
+            "fall_capacitance": "0.023239",
+            "comp_attribute fall_capacitance_range": "0.022661,0.023875",
+            "internal_power ": {
+                "rise_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        0.284609,
+                        2.281291,
+                        2.357186
+                    ]
+                },
+                "fall_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        0.580105,
+                        2.158728,
+                        2.246674
+                    ]
+                }
+            }
+        },
+        "pin SL": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.032330",
+            "comp_attribute rise_capacitance_range": "0.031850,0.033233",
+            "capacitance": "0.032214",
+            "fall_capacitance": "0.032099",
+            "comp_attribute fall_capacitance_range": "0.031841,0.032486",
+            "internal_power ": {
+                "rise_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        0.263977,
+                        2.654959,
+                        2.737702
+                    ]
+                },
+                "fall_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        0.684798,
+                        2.861359,
+                        2.970798
+                    ]
+                }
+            }
+        },
+        "pin IE": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.015181",
+            "comp_attribute rise_capacitance_range": "0.014412,0.016152",
+            "capacitance": "0.014830",
+            "fall_capacitance": "0.014479",
+            "comp_attribute fall_capacitance_range": "0.014098,0.014882",
+            "internal_power ": {
+                "rise_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        0.381677,
+                        1.465446,
+                        1.499083
+                    ]
+                },
+                "fall_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        0.529627,
+                        1.353923,
+                        1.402618
+                    ]
+                }
+            }
+        },
+        "pin OE": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.092889",
+            "comp_attribute rise_capacitance_range": "0.085018,0.100228",
+            "capacitance": "0.092596",
+            "fall_capacitance": "0.091135",
+            "comp_attribute fall_capacitance_range": "0.088151,0.093766"
+        },
+        "pin PU": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.079646",
+            "comp_attribute rise_capacitance_range": "0.063779,0.091912",
+            "capacitance": "0.079127",
+            "fall_capacitance": "0.078609",
+            "comp_attribute fall_capacitance_range": "0.059555,0.095190",
+            "internal_power ": {
+                "rise_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        -0.513376,
+                        0.469591,
+                        0.507957
+                    ]
+                },
+                "fall_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        1.462464,
+                        2.738845,
+                        2.987972
+                    ]
+                }
+            }
+        },
+        "pin PD": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.048949",
+            "comp_attribute rise_capacitance_range": "0.047998,0.049703",
+            "capacitance": "0.050297",
+            "fall_capacitance": "0.051645",
+            "comp_attribute fall_capacitance_range": "0.050839,0.052117",
+            "internal_power ": {
+                "rise_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        -0.070643,
+                        1.583417,
+                        1.690253
+                    ]
+                },
+                "fall_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        1.301824,
+                        2.465698,
+                        2.575337
+                    ]
+                }
+            }
+        },
+        "pin A": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.037962",
+            "comp_attribute rise_capacitance_range": "0.036374,0.039327",
+            "capacitance": "0.037810",
+            "fall_capacitance": "0.037658",
+            "comp_attribute fall_capacitance_range": "0.037536,0.037799",
+            "internal_power ": {
+                "rise_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        -0.25197,
+                        -0.243399,
+                        -0.245797
+                    ]
+                },
+                "fall_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        0.291082,
+                        0.285857,
+                        0.291877
+                    ]
+                }
+            }
+        },
+        "pin PAD": {
+            "drive_current": "24000.000000",
+            "is_pad": "true",
+            "function": "((A))",
+            "three_state": "((!OE))",
+            "direction": "inout",
+            "max_transition": "1.000000",
+            "max_capacitance": "50.000000",
+            "input_signal_level": "DVDD",
+            "output_signal_level": "DVDD",
+            "capacitance": "3.457845",
+            "internal_power ": [
+                {
+                    "related_pin": "A",
+                    "when": "!IE&OE&!SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            10,
+                            20,
+                            30,
+                            40,
+                            50
+                        ],
+                        "values": [
+                            [
+                                98.20774,
+                                100.22954,
+                                100.10498,
+                                99.12237,
+                                97.88136,
+                                96.14306
+                            ],
+                            [
+                                98.462739,
+                                100.368699,
+                                100.147419,
+                                98.982669,
+                                97.861509,
+                                96.180799
+                            ],
+                            [
+                                98.092497,
+                                100.080677,
+                                100.264197,
+                                99.183657,
+                                97.846337,
+                                96.214027
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            10,
+                            20,
+                            30,
+                            40,
+                            50
+                        ],
+                        "values": [
+                            [
+                                101.932318,
+                                108.354818,
+                                110.557518,
+                                110.340618,
+                                110.974118,
+                                112.064018
+                            ],
+                            [
+                                101.931643,
+                                108.364743,
+                                110.580743,
+                                110.315143,
+                                111.070043,
+                                111.982743
+                            ],
+                            [
+                                101.874523,
+                                108.370223,
+                                110.559623,
+                                110.333923,
+                                111.209223,
+                                111.957823
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "A",
+                    "when": "!IE&OE&SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            10,
+                            20,
+                            30,
+                            40,
+                            50
+                        ],
+                        "values": [
+                            [
+                                78.85424,
+                                93.11315,
+                                97.14204,
+                                97.63021,
+                                96.84562,
+                                94.01327
+                            ],
+                            [
+                                78.634829,
+                                93.126499,
+                                98.305439,
+                                97.630609,
+                                97.022099,
+                                93.911989
+                            ],
+                            [
+                                78.315887,
+                                92.958007,
+                                99.064467,
+                                97.848157,
+                                97.303467,
+                                93.756737
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            10,
+                            20,
+                            30,
+                            40,
+                            50
+                        ],
+                        "values": [
+                            [
+                                91.732178,
+                                97.878068,
+                                102.208718,
+                                104.859118,
+                                106.485718,
+                                107.467918
+                            ],
+                            [
+                                91.115713,
+                                98.058113,
+                                101.899043,
+                                105.132343,
+                                106.372943,
+                                107.702343
+                            ],
+                            [
+                                90.801693,
+                                97.711593,
+                                101.934423,
+                                105.110023,
+                                106.250623,
+                                107.445323
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "A&!IE&!SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            10,
+                            20,
+                            30,
+                            40,
+                            50
+                        ],
+                        "values": [
+                            [
+                                92.538741,
+                                91.996731,
+                                91.328551,
+                                90.039281,
+                                88.125781,
+                                86.199741
+                            ],
+                            [
+                                64.22885,
+                                64.94831,
+                                63.8838,
+                                62.47454,
+                                60.71887,
+                                58.90744
+                            ],
+                            [
+                                57.55315,
+                                57.67116,
+                                56.55171,
+                                55.11286,
+                                53.48764,
+                                51.54544
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            10,
+                            20,
+                            30,
+                            40,
+                            50
+                        ],
+                        "values": [
+                            [
+                                6.96536,
+                                6.961516,
+                                6.954966,
+                                6.933744,
+                                6.919167,
+                                6.918998
+                            ],
+                            [
+                                1.84652,
+                                6.29594,
+                                8.12561,
+                                9.45503,
+                                10.08413,
+                                10.42487
+                            ],
+                            [
+                                3.80436,
+                                9.6696,
+                                11.81642,
+                                12.85361,
+                                13.4271,
+                                13.80614
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "A&!IE&SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            10,
+                            20,
+                            30,
+                            40,
+                            50
+                        ],
+                        "values": [
+                            [
+                                72.866151,
+                                84.720161,
+                                89.289831,
+                                88.564471,
+                                86.543411,
+                                84.282191
+                            ],
+                            [
+                                45.05599,
+                                56.86815,
+                                61.535,
+                                61.15722,
+                                58.65635,
+                                57.21127
+                            ],
+                            [
+                                37.55745,
+                                49.62818,
+                                54.39057,
+                                53.94794,
+                                51.3029,
+                                49.90901
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            10,
+                            20,
+                            30,
+                            40,
+                            50
+                        ],
+                        "values": [
+                            [
+                                6.939971,
+                                6.930383,
+                                6.98785,
+                                7.039606,
+                                7.011644,
+                                6.967702
+                            ],
+                            [
+                                1.89259,
+                                6.63095,
+                                8.12745,
+                                9.10987,
+                                9.78302,
+                                10.24953
+                            ],
+                            [
+                                3.99211,
+                                9.80995,
+                                12.06249,
+                                13.37989,
+                                14.0041,
+                                14.3849
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "!A&!IE&!SL",
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            10,
+                            20,
+                            30,
+                            40,
+                            50
+                        ],
+                        "values": [
+                            [
+                                78.796391,
+                                82.662261,
+                                83.074221,
+                                83.209411,
+                                83.309881,
+                                83.249821
+                            ],
+                            [
+                                52.10887,
+                                55.96511,
+                                56.38404,
+                                56.5336,
+                                56.63087,
+                                56.5494
+                            ],
+                            [
+                                45.2008,
+                                49.0569,
+                                49.474,
+                                49.61643,
+                                49.68158,
+                                49.71138
+                            ]
+                        ]
+                    },
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            10,
+                            20,
+                            30,
+                            40,
+                            50
+                        ],
+                        "values": [
+                            [
+                                8.567539,
+                                -193.997901,
+                                -396.535601,
+                                -599.047601,
+                                -801.554701,
+                                -1004.058801
+                            ],
+                            [
+                                -0.00474,
+                                -203.14359,
+                                -405.84809,
+                                -608.45009,
+                                -811.01139,
+                                -1013.55229
+                            ],
+                            [
+                                -0.04515,
+                                -203.09605,
+                                -405.73055,
+                                -608.30485,
+                                -810.85605,
+                                -1013.39395
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "!A&!IE&SL",
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            10,
+                            20,
+                            30,
+                            40,
+                            50
+                        ],
+                        "values": [
+                            [
+                                69.442271,
+                                72.423911,
+                                75.195971,
+                                77.251371,
+                                78.414601,
+                                79.000371
+                            ],
+                            [
+                                42.45654,
+                                45.60645,
+                                48.43794,
+                                50.55162,
+                                51.74905,
+                                52.28025
+                            ],
+                            [
+                                35.28772,
+                                38.66786,
+                                41.71927,
+                                43.44855,
+                                44.63745,
+                                45.3865
+                            ]
+                        ]
+                    },
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            10,
+                            20,
+                            30,
+                            40,
+                            50
+                        ],
+                        "values": [
+                            [
+                                8.453569,
+                                -194.133601,
+                                -396.703201,
+                                -599.237101,
+                                -801.754401,
+                                -1004.264801
+                            ],
+                            [
+                                0.10233,
+                                -202.93919,
+                                -405.63379,
+                                -608.22879,
+                                -810.78329,
+                                -1013.31819
+                            ],
+                            [
+                                0.57198,
+                                -202.17305,
+                                -404.92915,
+                                -607.62835,
+                                -810.26405,
+                                -1012.85645
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "A",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            10,
+                            20,
+                            30,
+                            40,
+                            50
+                        ],
+                        "values": [
+                            [
+                                177.06198,
+                                193.34269,
+                                197.24702,
+                                196.75258,
+                                194.72698,
+                                190.15633
+                            ],
+                            [
+                                177.097568,
+                                193.495198,
+                                198.452858,
+                                196.613278,
+                                194.883608,
+                                190.092788
+                            ],
+                            [
+                                176.408384,
+                                193.038684,
+                                199.328664,
+                                197.031814,
+                                195.149804,
+                                189.970764
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            10,
+                            20,
+                            30,
+                            40,
+                            50
+                        ],
+                        "values": [
+                            [
+                                193.664496,
+                                206.232886,
+                                212.766236,
+                                215.199736,
+                                217.459836,
+                                219.531936
+                            ],
+                            [
+                                193.047356,
+                                206.422856,
+                                212.479786,
+                                215.447486,
+                                217.442986,
+                                219.685086
+                            ],
+                            [
+                                192.676216,
+                                206.081816,
+                                212.494046,
+                                215.443946,
+                                217.459846,
+                                219.403146
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            10,
+                            20,
+                            30,
+                            40,
+                            50
+                        ],
+                        "values": [
+                            [
+                                91.213,
+                                -105.707305,
+                                -306.31021,
+                                -509.840475,
+                                -714.319955,
+                                -918.920835
+                            ],
+                            [
+                                54.691215,
+                                -142.13316,
+                                -343.03154,
+                                -546.52356,
+                                -751.20973,
+                                -955.375885
+                            ],
+                            [
+                                47.818715,
+                                -148.98488,
+                                -349.85871,
+                                -553.4362,
+                                -758.16478,
+                                -962.397975
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            10,
+                            20,
+                            30,
+                            40,
+                            50
+                        ],
+                        "values": [
+                            [
+                                81.071997,
+                                84.489035,
+                                86.106504,
+                                87.217066,
+                                87.827647,
+                                88.068446
+                            ],
+                            [
+                                49.15226,
+                                57.249225,
+                                60.53752,
+                                62.82506,
+                                64.123535,
+                                64.752025
+                            ],
+                            [
+                                44.142495,
+                                53.602155,
+                                57.53609,
+                                59.64924,
+                                60.875115,
+                                61.64446
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "rise_power power_inputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "values": [
+                            -46.91341,
+                            -47.0464,
+                            -47.15697
+                        ]
+                    },
+                    "fall_power power_inputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "values": [
+                            46.52286,
+                            47.67975,
+                            47.35612
+                        ]
+                    }
+                }
+            ],
+            "timing ": [
+                {
+                    "related_pin": "A",
+                    "timing_type": "combinational",
+                    "timing_sense": "positive_unate",
+                    "when": "!IE&OE&!SL",
+                    "sdf_cond": "IE==1'b0&&OE==1'b1&&SL==1'b0",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.457845,
+                            13.457845,
+                            23.457845,
+                            33.457845,
+                            43.457845,
+                            53.457845
+                        ],
+                        "values": [
+                            [
+                                3.186067,
+                                3.706704,
+                                4.077326,
+                                4.42938,
+                                4.778303,
+                                5.12434
+                            ],
+                            [
+                                3.259825,
+                                3.780186,
+                                4.151242,
+                                4.503252,
+                                4.851553,
+                                5.197555
+                            ],
+                            [
+                                3.297608,
+                                3.81773,
+                                4.188783,
+                                4.540874,
+                                4.889754,
+                                5.235804
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.457845,
+                            13.457845,
+                            23.457845,
+                            33.457845,
+                            43.457845,
+                            53.457845
+                        ],
+                        "values": [
+                            [
+                                0.764989,
+                                1.331569,
+                                1.971045,
+                                2.657091,
+                                3.355155,
+                                4.056492
+                            ],
+                            [
+                                0.765972,
+                                1.329819,
+                                1.970154,
+                                2.657775,
+                                3.352924,
+                                4.068199
+                            ],
+                            [
+                                0.764756,
+                                1.332761,
+                                1.972404,
+                                2.656493,
+                                3.356416,
+                                4.05765
+                            ]
+                        ]
+                    },
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.457845,
+                            13.457845,
+                            23.457845,
+                            33.457845,
+                            43.457845,
+                            53.457845
+                        ],
+                        "values": [
+                            [
+                                3.242937,
+                                3.746036,
+                                4.119155,
+                                4.467523,
+                                4.807434,
+                                5.144258
+                            ],
+                            [
+                                3.370619,
+                                3.873708,
+                                4.246846,
+                                4.595227,
+                                4.935027,
+                                5.271883
+                            ],
+                            [
+                                3.536916,
+                                4.039848,
+                                4.413069,
+                                4.761457,
+                                5.101026,
+                                5.437934
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.457845,
+                            13.457845,
+                            23.457845,
+                            33.457845,
+                            43.457845,
+                            53.457845
+                        ],
+                        "values": [
+                            [
+                                0.526696,
+                                1.141457,
+                                1.726835,
+                                2.325203,
+                                2.932578,
+                                3.552597
+                            ],
+                            [
+                                0.526594,
+                                1.141383,
+                                1.72689,
+                                2.324888,
+                                2.933903,
+                                3.551452
+                            ],
+                            [
+                                0.526802,
+                                1.140897,
+                                1.726695,
+                                2.323558,
+                                2.935341,
+                                3.54861
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "A",
+                    "timing_type": "combinational",
+                    "timing_sense": "positive_unate",
+                    "when": "!IE&OE&SL",
+                    "sdf_cond": "IE==1'b0&&OE==1'b1&&SL==1'b1",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.457845,
+                            13.457845,
+                            23.457845,
+                            33.457845,
+                            43.457845,
+                            53.457845
+                        ],
+                        "values": [
+                            [
+                                3.07443,
+                                4.165962,
+                                5.004703,
+                                5.630696,
+                                6.147582,
+                                6.600586
+                            ],
+                            [
+                                3.147946,
+                                4.239494,
+                                5.078084,
+                                5.704378,
+                                6.220989,
+                                6.674099
+                            ],
+                            [
+                                3.186075,
+                                4.27762,
+                                5.116245,
+                                5.742487,
+                                6.259154,
+                                6.712242
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.457845,
+                            13.457845,
+                            23.457845,
+                            33.457845,
+                            43.457845,
+                            53.457845
+                        ],
+                        "values": [
+                            [
+                                0.951404,
+                                2.563146,
+                                3.489284,
+                                4.22016,
+                                4.87823,
+                                5.517649
+                            ],
+                            [
+                                0.951401,
+                                2.562387,
+                                3.481792,
+                                4.220297,
+                                4.879111,
+                                5.517647
+                            ],
+                            [
+                                0.951404,
+                                2.562598,
+                                3.48163,
+                                4.22028,
+                                4.878913,
+                                5.517645
+                            ]
+                        ]
+                    },
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.457845,
+                            13.457845,
+                            23.457845,
+                            33.457845,
+                            43.457845,
+                            53.457845
+                        ],
+                        "values": [
+                            [
+                                3.210922,
+                                3.924897,
+                                4.583068,
+                                5.181733,
+                                5.728469,
+                                6.230287
+                            ],
+                            [
+                                3.338611,
+                                4.052679,
+                                4.710916,
+                                5.310105,
+                                5.855493,
+                                6.356382
+                            ],
+                            [
+                                3.504773,
+                                4.218483,
+                                4.877097,
+                                5.476533,
+                                6.022141,
+                                6.522596
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.457845,
+                            13.457845,
+                            23.457845,
+                            33.457845,
+                            43.457845,
+                            53.457845
+                        ],
+                        "values": [
+                            [
+                                0.560347,
+                                1.772451,
+                                2.762821,
+                                3.6051,
+                                4.352933,
+                                5.03021
+                            ],
+                            [
+                                0.560417,
+                                1.773989,
+                                2.768741,
+                                3.603828,
+                                4.338651,
+                                5.045692
+                            ],
+                            [
+                                0.56022,
+                                1.772091,
+                                2.768706,
+                                3.602208,
+                                4.341143,
+                                5.045802
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "A&!IE&!SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&SL==1'b0",
+                    "timing_type": "three_state_enable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.457845,
+                            13.457845,
+                            23.457845,
+                            33.457845,
+                            43.457845,
+                            53.457845
+                        ],
+                        "values": [
+                            [
+                                2.740714,
+                                3.268643,
+                                3.640416,
+                                3.991838,
+                                4.339323,
+                                4.685643
+                            ],
+                            [
+                                2.78327,
+                                3.312721,
+                                3.684706,
+                                4.036318,
+                                4.383011,
+                                4.730095
+                            ],
+                            [
+                                2.808356,
+                                3.338614,
+                                3.710602,
+                                4.06237,
+                                4.408514,
+                                4.756095
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.457845,
+                            13.457845,
+                            23.457845,
+                            33.457845,
+                            43.457845,
+                            53.457845
+                        ],
+                        "values": [
+                            [
+                                0.793275,
+                                1.36286,
+                                1.989843,
+                                2.669566,
+                                3.366747,
+                                4.075262
+                            ],
+                            [
+                                0.789052,
+                                1.360495,
+                                1.992584,
+                                2.66728,
+                                3.364657,
+                                4.074295
+                            ],
+                            [
+                                0.789675,
+                                1.363407,
+                                1.994606,
+                                2.662049,
+                                3.361856,
+                                4.074524
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "A&!IE&SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&SL==1'b1",
+                    "timing_type": "three_state_enable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.457845,
+                            13.457845,
+                            23.457845,
+                            33.457845,
+                            43.457845,
+                            53.457845
+                        ],
+                        "values": [
+                            [
+                                2.638415,
+                                3.713905,
+                                4.555466,
+                                5.184741,
+                                5.703677,
+                                6.159019
+                            ],
+                            [
+                                2.683318,
+                                3.758451,
+                                4.599482,
+                                5.229183,
+                                5.747619,
+                                6.203072
+                            ],
+                            [
+                                2.709908,
+                                3.784803,
+                                4.626173,
+                                5.255328,
+                                5.773785,
+                                6.229334
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.457845,
+                            13.457845,
+                            23.457845,
+                            33.457845,
+                            43.457845,
+                            53.457845
+                        ],
+                        "values": [
+                            [
+                                0.96311,
+                                2.577436,
+                                3.50876,
+                                4.246232,
+                                4.912068,
+                                5.546293
+                            ],
+                            [
+                                0.966501,
+                                2.576455,
+                                3.508832,
+                                4.246191,
+                                4.911175,
+                                5.541673
+                            ],
+                            [
+                                0.968662,
+                                2.576797,
+                                3.5075,
+                                4.245721,
+                                4.910843,
+                                5.541783
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "!A&!IE&!SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&SL==1'b0",
+                    "timing_type": "three_state_enable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.457845,
+                            13.457845,
+                            23.457845,
+                            33.457845,
+                            43.457845,
+                            53.457845
+                        ],
+                        "values": [
+                            [
+                                1.92979,
+                                2.44528,
+                                2.820923,
+                                3.16906,
+                                3.50816,
+                                3.844363
+                            ],
+                            [
+                                2.001402,
+                                2.516882,
+                                2.892515,
+                                3.240649,
+                                3.579745,
+                                3.915953
+                            ],
+                            [
+                                2.043806,
+                                2.559162,
+                                2.934694,
+                                3.282825,
+                                3.621998,
+                                3.958022
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.457845,
+                            13.457845,
+                            23.457845,
+                            33.457845,
+                            43.457845,
+                            53.457845
+                        ],
+                        "values": [
+                            [
+                                0.566366,
+                                1.18126,
+                                1.757031,
+                                2.35169,
+                                2.950558,
+                                3.568074
+                            ],
+                            [
+                                0.566286,
+                                1.181225,
+                                1.75697,
+                                2.351669,
+                                2.95058,
+                                3.568093
+                            ],
+                            [
+                                0.567909,
+                                1.182041,
+                                1.757685,
+                                2.351144,
+                                2.948164,
+                                3.565562
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "!A&!IE&SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&SL==1'b1",
+                    "timing_type": "three_state_enable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.457845,
+                            13.457845,
+                            23.457845,
+                            33.457845,
+                            43.457845,
+                            53.457845
+                        ],
+                        "values": [
+                            [
+                                1.90769,
+                                2.609784,
+                                3.262709,
+                                3.862313,
+                                4.410107,
+                                4.911932
+                            ],
+                            [
+                                1.979283,
+                                2.681352,
+                                3.33428,
+                                3.933916,
+                                4.481723,
+                                4.983518
+                            ],
+                            [
+                                2.021569,
+                                2.723751,
+                                3.376461,
+                                3.97533,
+                                4.522362,
+                                5.027763
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.457845,
+                            13.457845,
+                            23.457845,
+                            33.457845,
+                            43.457845,
+                            53.457845
+                        ],
+                        "values": [
+                            [
+                                0.607221,
+                                1.786045,
+                                2.782314,
+                                3.621779,
+                                4.372336,
+                                5.068359
+                            ],
+                            [
+                                0.607055,
+                                1.786135,
+                                2.782312,
+                                3.621968,
+                                4.372499,
+                                5.06828
+                            ],
+                            [
+                                0.607037,
+                                1.786567,
+                                2.78132,
+                                3.616289,
+                                4.370487,
+                                5.072877
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "!A&!IE&!SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&SL==1'b0",
+                    "timing_type": "three_state_disable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.457845,
+                            13.457845,
+                            23.457845,
+                            33.457845,
+                            43.457845,
+                            53.457845
+                        ],
+                        "values": [
+                            [
+                                1.578348,
+                                1.578349,
+                                1.57835,
+                                1.578351,
+                                1.578352,
+                                1.578353
+                            ],
+                            [
+                                1.704216,
+                                1.704217,
+                                1.704218,
+                                1.704219,
+                                1.70422,
+                                1.704221
+                            ],
+                            [
+                                1.870469,
+                                1.870684,
+                                1.870685,
+                                1.870686,
+                                1.870687,
+                                1.870688
+                            ]
+                        ]
+                    },
+                    "rise_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "!A&!IE&SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&SL==1'b1",
+                    "timing_type": "three_state_disable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.457845,
+                            13.457845,
+                            23.457845,
+                            33.457845,
+                            43.457845,
+                            53.457845
+                        ],
+                        "values": [
+                            [
+                                1.560866,
+                                1.560867,
+                                1.560868,
+                                1.560869,
+                                1.56087,
+                                1.560871
+                            ],
+                            [
+                                1.685867,
+                                1.685868,
+                                1.685869,
+                                1.68587,
+                                1.685871,
+                                1.685872
+                            ],
+                            [
+                                1.850796,
+                                1.850797,
+                                1.850798,
+                                1.850799,
+                                1.8508,
+                                1.850801
+                            ]
+                        ]
+                    },
+                    "rise_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "A&!IE&!SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&SL==1'b0",
+                    "timing_type": "three_state_disable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.457845,
+                            13.457845,
+                            23.457845,
+                            33.457845,
+                            43.457845,
+                            53.457845
+                        ],
+                        "values": [
+                            [
+                                2.018832,
+                                2.018833,
+                                2.018834,
+                                2.018835,
+                                2.018836,
+                                2.018837
+                            ],
+                            [
+                                2.146854,
+                                2.146855,
+                                2.146856,
+                                2.146857,
+                                2.146858,
+                                2.146859
+                            ],
+                            [
+                                2.317815,
+                                2.317816,
+                                2.317817,
+                                2.317818,
+                                2.317819,
+                                2.31782
+                            ]
+                        ]
+                    },
+                    "fall_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "A&!IE&SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&SL==1'b1",
+                    "timing_type": "three_state_disable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.457845,
+                            13.457845,
+                            23.457845,
+                            33.457845,
+                            43.457845,
+                            53.457845
+                        ],
+                        "values": [
+                            [
+                                2.026186,
+                                2.026187,
+                                2.026188,
+                                2.026189,
+                                2.02619,
+                                2.026191
+                            ],
+                            [
+                                2.153169,
+                                2.15317,
+                                2.153171,
+                                2.153172,
+                                2.153173,
+                                2.153174
+                            ],
+                            [
+                                2.32057,
+                                2.320571,
+                                2.320572,
+                                2.320573,
+                                2.320574,
+                                2.320575
+                            ]
+                        ]
+                    },
+                    "fall_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                }
+            ]
+        },
+        "pin Y": {
+            "function": "((IE*PAD))",
+            "direction": "output",
+            "max_capacitance": "0.500000",
+            "output_signal_level": "VDD",
+            "internal_power ": [
+                {
+                    "related_pin": "IE",
+                    "when": "!CS&!OE&PAD",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                4.115339,
+                                4.031999,
+                                3.933301,
+                                3.899961,
+                                3.876446,
+                                3.803164
+                            ],
+                            [
+                                3.039598,
+                                2.904634,
+                                2.861624,
+                                2.823808,
+                                2.806849,
+                                2.721788
+                            ],
+                            [
+                                3.090964,
+                                2.866025,
+                                2.904009,
+                                2.612651,
+                                2.855707,
+                                2.476226
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                4.700663,
+                                4.717365,
+                                4.781661,
+                                5.170239,
+                                4.910587,
+                                4.461262
+                            ],
+                            [
+                                3.882702,
+                                3.987859,
+                                3.859608,
+                                4.208861,
+                                3.450307,
+                                3.517592
+                            ],
+                            [
+                                3.869966,
+                                4.041052,
+                                3.765197,
+                                4.057615,
+                                3.546339,
+                                3.911656
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "IE",
+                    "when": "CS&!OE&PAD",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                4.597009,
+                                4.512834,
+                                4.456619,
+                                4.386904,
+                                4.300662,
+                                4.33297
+                            ],
+                            [
+                                3.493604,
+                                3.449062,
+                                3.300825,
+                                3.144723,
+                                3.177246,
+                                3.170497
+                            ],
+                            [
+                                3.557502,
+                                3.404796,
+                                3.451578,
+                                3.295038,
+                                3.288539,
+                                3.203561
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                4.952033,
+                                4.994025,
+                                5.09693,
+                                5.237207,
+                                5.245234,
+                                5.275647
+                            ],
+                            [
+                                4.175806,
+                                4.117559,
+                                4.255226,
+                                4.436718,
+                                4.44281,
+                                4.734853
+                            ],
+                            [
+                                4.063539,
+                                4.233477,
+                                4.231813,
+                                4.18375,
+                                4.139532,
+                                4.237581
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "PAD",
+                    "when": "!CS&IE&!OE",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                2.50781,
+                                2.41905,
+                                2.3543,
+                                2.2207,
+                                2.19273,
+                                2.11329
+                            ],
+                            [
+                                2.63775,
+                                2.55022,
+                                2.48679,
+                                2.34735,
+                                2.32101,
+                                2.27559
+                            ],
+                            [
+                                2.72754,
+                                2.70305,
+                                2.56683,
+                                2.44554,
+                                2.44214,
+                                2.3513
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                2.79571,
+                                2.82387,
+                                2.91146,
+                                3.0754,
+                                3.12397,
+                                3.14585
+                            ],
+                            [
+                                2.05114,
+                                2.07924,
+                                2.16939,
+                                2.33685,
+                                2.37817,
+                                2.40039
+                            ],
+                            [
+                                2.43001,
+                                2.45963,
+                                2.54846,
+                                2.70919,
+                                2.74876,
+                                2.7888
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "PAD",
+                    "when": "CS&IE&!OE",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                2.88629,
+                                2.80177,
+                                2.74031,
+                                2.61358,
+                                2.55665,
+                                2.50852
+                            ],
+                            [
+                                3.31896,
+                                3.23226,
+                                3.17133,
+                                3.04493,
+                                3.00708,
+                                2.96499
+                            ],
+                            [
+                                3.62429,
+                                3.54203,
+                                3.37513,
+                                3.24962,
+                                3.21215,
+                                3.16981
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                3.86403,
+                                3.921,
+                                4.05706,
+                                4.38395,
+                                4.50109,
+                                4.56925
+                            ],
+                            [
+                                3.08911,
+                                3.13941,
+                                3.27981,
+                                3.61314,
+                                3.72633,
+                                3.80579
+                            ],
+                            [
+                                3.37029,
+                                3.40036,
+                                3.54271,
+                                3.8781,
+                                4.00913,
+                                4.08311
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "IE",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                4.356174,
+                                4.272417,
+                                4.19496,
+                                4.143433,
+                                4.088554,
+                                4.068067
+                            ],
+                            [
+                                3.266601,
+                                3.176848,
+                                3.081225,
+                                2.984266,
+                                2.992047,
+                                2.946143
+                            ],
+                            [
+                                3.324233,
+                                3.13541,
+                                3.177793,
+                                2.953844,
+                                3.072123,
+                                2.839894
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                4.826348,
+                                4.855695,
+                                4.939296,
+                                5.203723,
+                                5.07791,
+                                4.868455
+                            ],
+                            [
+                                4.029254,
+                                4.052709,
+                                4.057417,
+                                4.322789,
+                                3.946559,
+                                4.126222
+                            ],
+                            [
+                                3.966752,
+                                4.137264,
+                                3.998505,
+                                4.120683,
+                                3.842936,
+                                4.074618
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "PAD",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                2.69705,
+                                2.61041,
+                                2.547305,
+                                2.41714,
+                                2.37469,
+                                2.310905
+                            ],
+                            [
+                                2.978355,
+                                2.89124,
+                                2.82906,
+                                2.69614,
+                                2.664045,
+                                2.62029
+                            ],
+                            [
+                                3.175915,
+                                3.12254,
+                                2.97098,
+                                2.84758,
+                                2.827145,
+                                2.760555
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                3.32987,
+                                3.372435,
+                                3.48426,
+                                3.729675,
+                                3.81253,
+                                3.85755
+                            ],
+                            [
+                                2.570125,
+                                2.609325,
+                                2.7246,
+                                2.974995,
+                                3.05225,
+                                3.10309
+                            ],
+                            [
+                                2.90015,
+                                2.929995,
+                                3.045585,
+                                3.293645,
+                                3.378945,
+                                3.435955
+                            ]
+                        ]
+                    }
+                }
+            ],
+            "timing ": [
+                {
+                    "related_pin": "IE",
+                    "timing_type": "combinational",
+                    "timing_sense": "positive_unate",
+                    "when": "!CS&!OE&PAD",
+                    "sdf_cond": "CS==1'b0&&OE==1'b0&&PAD==1'b1",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                2.289728,
+                                2.363014,
+                                2.453754,
+                                2.708223,
+                                2.828948,
+                                2.949444
+                            ],
+                            [
+                                2.38276,
+                                2.456024,
+                                2.546753,
+                                2.801232,
+                                2.921933,
+                                3.042421
+                            ],
+                            [
+                                2.457272,
+                                2.530257,
+                                2.620068,
+                                2.875873,
+                                2.996502,
+                                3.116927
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.27229,
+                                0.361682,
+                                0.50598,
+                                0.960768,
+                                1.197262,
+                                1.445074
+                            ],
+                            [
+                                0.271902,
+                                0.361588,
+                                0.505807,
+                                0.960935,
+                                1.197737,
+                                1.445116
+                            ],
+                            [
+                                0.272003,
+                                0.36851,
+                                0.50591,
+                                0.96172,
+                                1.198194,
+                                1.44523
+                            ]
+                        ]
+                    },
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                1.896157,
+                                1.961053,
+                                2.040298,
+                                2.260696,
+                                2.362809,
+                                2.463441
+                            ],
+                            [
+                                2.025838,
+                                2.090616,
+                                2.170435,
+                                2.39022,
+                                2.492306,
+                                2.592953
+                            ],
+                            [
+                                2.178104,
+                                2.24289,
+                                2.322747,
+                                2.542449,
+                                2.644619,
+                                2.745209
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.137256,
+                                0.221929,
+                                0.335231,
+                                0.687924,
+                                0.868456,
+                                1.047511
+                            ],
+                            [
+                                0.137161,
+                                0.222352,
+                                0.334503,
+                                0.68779,
+                                0.868204,
+                                1.049791
+                            ],
+                            [
+                                0.137171,
+                                0.222071,
+                                0.333863,
+                                0.688029,
+                                0.867962,
+                                1.047799
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "IE",
+                    "timing_type": "combinational",
+                    "timing_sense": "positive_unate",
+                    "when": "CS&!OE&PAD",
+                    "sdf_cond": "CS==1'b1&&OE==1'b0&&PAD==1'b1",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                2.385481,
+                                2.459547,
+                                2.548507,
+                                2.803685,
+                                2.924625,
+                                3.045189
+                            ],
+                            [
+                                2.478243,
+                                2.551408,
+                                2.642361,
+                                2.896977,
+                                3.017873,
+                                3.138599
+                            ],
+                            [
+                                2.553158,
+                                2.626486,
+                                2.716662,
+                                2.971564,
+                                3.092446,
+                                3.212714
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.275301,
+                                0.368195,
+                                0.505663,
+                                0.961753,
+                                1.196046,
+                                1.444817
+                            ],
+                            [
+                                0.275396,
+                                0.36411,
+                                0.50627,
+                                0.960924,
+                                1.201037,
+                                1.438608
+                            ],
+                            [
+                                0.277816,
+                                0.363809,
+                                0.505851,
+                                0.964024,
+                                1.202808,
+                                1.443962
+                            ]
+                        ]
+                    },
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                1.992282,
+                                2.057087,
+                                2.13632,
+                                2.356735,
+                                2.458793,
+                                2.559463
+                            ],
+                            [
+                                2.120807,
+                                2.185581,
+                                2.265249,
+                                2.485182,
+                                2.587203,
+                                2.687745
+                            ],
+                            [
+                                2.274685,
+                                2.339412,
+                                2.418696,
+                                2.639116,
+                                2.741172,
+                                2.841839
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.139492,
+                                0.222343,
+                                0.335614,
+                                0.687643,
+                                0.868623,
+                                1.049313
+                            ],
+                            [
+                                0.137346,
+                                0.224585,
+                                0.334332,
+                                0.688801,
+                                0.867291,
+                                1.048661
+                            ],
+                            [
+                                0.139122,
+                                0.222352,
+                                0.335608,
+                                0.687743,
+                                0.868618,
+                                1.049364
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "PAD",
+                    "timing_type": "combinational",
+                    "timing_sense": "positive_unate",
+                    "when": "!CS&IE&!OE",
+                    "sdf_cond": "CS==1'b0&&IE==1'b1&&OE==1'b0",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                1.630512,
+                                1.703633,
+                                1.793107,
+                                2.048607,
+                                2.170111,
+                                2.290786
+                            ],
+                            [
+                                1.715786,
+                                1.788968,
+                                1.878393,
+                                2.134432,
+                                2.255404,
+                                2.375345
+                            ],
+                            [
+                                1.749876,
+                                1.82262,
+                                1.911916,
+                                2.168024,
+                                2.289118,
+                                2.409974
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.270947,
+                                0.361096,
+                                0.498302,
+                                0.962808,
+                                1.200034,
+                                1.439898
+                            ],
+                            [
+                                0.270651,
+                                0.361792,
+                                0.498845,
+                                0.959693,
+                                1.201961,
+                                1.443251
+                            ],
+                            [
+                                0.271488,
+                                0.361728,
+                                0.497236,
+                                0.964375,
+                                1.200382,
+                                1.44024
+                            ]
+                        ]
+                    },
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                1.433922,
+                                1.498607,
+                                1.5782,
+                                1.798157,
+                                1.900246,
+                                2.000797
+                            ],
+                            [
+                                1.516905,
+                                1.581408,
+                                1.661049,
+                                1.881248,
+                                1.98318,
+                                2.083679
+                            ],
+                            [
+                                1.688837,
+                                1.753455,
+                                1.833082,
+                                2.052783,
+                                2.155438,
+                                2.256104
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.137618,
+                                0.221572,
+                                0.33259,
+                                0.687433,
+                                0.865856,
+                                1.046979
+                            ],
+                            [
+                                0.13866,
+                                0.22067,
+                                0.331819,
+                                0.688024,
+                                0.86671,
+                                1.046864
+                            ],
+                            [
+                                0.13745,
+                                0.222198,
+                                0.332963,
+                                0.690829,
+                                0.865406,
+                                1.046264
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "PAD",
+                    "timing_type": "combinational",
+                    "timing_sense": "positive_unate",
+                    "when": "CS&IE&!OE",
+                    "sdf_cond": "CS==1'b1&&IE==1'b1&&OE==1'b0",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                1.761967,
+                                1.835522,
+                                1.924991,
+                                2.179517,
+                                2.301224,
+                                2.421753
+                            ],
+                            [
+                                1.873651,
+                                1.946646,
+                                2.036322,
+                                2.29051,
+                                2.411546,
+                                2.532033
+                            ],
+                            [
+                                1.972731,
+                                2.045752,
+                                2.135231,
+                                2.39123,
+                                2.512272,
+                                2.633204
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.270953,
+                                0.361577,
+                                0.498581,
+                                0.963696,
+                                1.198404,
+                                1.442254
+                            ],
+                            [
+                                0.271145,
+                                0.361365,
+                                0.498016,
+                                0.960377,
+                                1.199334,
+                                1.441396
+                            ],
+                            [
+                                0.270881,
+                                0.36163,
+                                0.498203,
+                                0.963894,
+                                1.20412,
+                                1.445625
+                            ]
+                        ]
+                    },
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                2.250238,
+                                2.315974,
+                                2.395715,
+                                2.615582,
+                                2.717845,
+                                2.818373
+                            ],
+                            [
+                                2.240493,
+                                2.304881,
+                                2.384335,
+                                2.605099,
+                                2.70732,
+                                2.808122
+                            ],
+                            [
+                                2.392306,
+                                2.457136,
+                                2.538657,
+                                2.759112,
+                                2.859833,
+                                2.961119
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.140434,
+                                0.22454,
+                                0.334205,
+                                0.689739,
+                                0.866627,
+                                1.046374
+                            ],
+                            [
+                                0.14094,
+                                0.223861,
+                                0.334396,
+                                0.689124,
+                                0.867002,
+                                1.046887
+                            ],
+                            [
+                                0.139833,
+                                0.224219,
+                                0.33399,
+                                0.689616,
+                                0.86793,
+                                1.048658
+                            ]
+                        ]
+                    }
+                }
+            ]
+        },
+        "pin DVDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin DVSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        }
+    }
+}
\ No newline at end of file
diff --git a/cells/bi_24t/gf180mcu_fd_io__bi_24t__tt_025C_2v50.lib b/cells/bi_24t/gf180mcu_fd_io__bi_24t__tt_025C_2v50.lib
new file mode 100644
index 0000000..c50989a
--- /dev/null
+++ b/cells/bi_24t/gf180mcu_fd_io__bi_24t__tt_025C_2v50.lib
@@ -0,0 +1,811 @@
+/*
+ * Copyright 2022 GlobalFoundries PDK Authors
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+	cell ("gf180mcu_fd_io__bi_24t") {
+		scaling_factors : "gf_factors";
+		area : 26250.000000;
+		pad_cell : true;
+		dont_use : true;
+		dont_touch : true;
+		cell_leakage_power : 1.185780e-03;
+		leakage_power () {
+			when : "!CS !SL !IE !OE !PU !PD !A !PAD";
+			value : "0.001186";
+		}
+		pin ("CS") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.022874;
+			rise_capacitance_range(0.021847,0.023448);
+			capacitance : 0.022219;
+			fall_capacitance : 0.021564;
+			fall_capacitance_range(0.021059,0.022533);
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("0.066289, 0.590075, 0.611992");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("0.128321, 0.550884, 0.603426");
+				}
+			}
+		}
+		pin ("SL") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.031898;
+			rise_capacitance_range(0.030829,0.032543);
+			capacitance : 0.031152;
+			fall_capacitance : 0.030405;
+			fall_capacitance_range(0.029660,0.031661);
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("0.048724, 0.694812, 0.813586");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("0.148137, 0.821038, 0.892098");
+				}
+			}
+		}
+		pin ("IE") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.014419;
+			rise_capacitance_range(0.013477,0.015068);
+			capacitance : 0.013873;
+			fall_capacitance : 0.013326;
+			fall_capacitance_range(0.012896,0.014026);
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("0.085943, 0.393342, 0.391097");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("0.117959, 0.371078, 0.354496");
+				}
+			}
+		}
+		pin ("OE") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.088156;
+			rise_capacitance_range(0.082420,0.095020);
+			capacitance : 0.088072;
+			fall_capacitance : 0.087649;
+			fall_capacitance_range(0.086172,0.088461);
+		}
+		pin ("PU") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.071934;
+			rise_capacitance_range(0.059150,0.081900);
+			capacitance : 0.071657;
+			fall_capacitance : 0.071380;
+			fall_capacitance_range(0.056876,0.084107);
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("-0.166484, 0.067837, 0.025247");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("0.391900, 0.796166, 0.858621");
+				}
+			}
+		}
+		pin ("PD") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.047631;
+			rise_capacitance_range(0.046201,0.048984);
+			capacitance : 0.048395;
+			fall_capacitance : 0.049159;
+			fall_capacitance_range(0.047226,0.050402);
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("-0.041207, 0.400227, 0.421050");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("0.312295, 0.711914, 0.680971");
+				}
+			}
+		}
+		pin ("A") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.036660;
+			rise_capacitance_range(0.035127,0.037965);
+			capacitance : 0.036445;
+			fall_capacitance : 0.036229;
+			fall_capacitance_range(0.035151,0.037251);
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("-0.076945, -0.070965, -0.071690");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("0.082781, 0.083742, 0.087591");
+				}
+			}
+		}
+		pin ("PAD") {
+			drive_current : 24000.000000;
+			is_pad : true;
+			function : "((A))";
+			three_state : "((!OE))";
+			direction : "inout";
+			max_transition : 1.000000;
+			max_capacitance : 50.000000;
+			input_signal_level : "DVDD";
+			output_signal_level : "DVDD";
+			capacitance : 3.711960;
+			internal_power () {
+				related_pin : "A";
+				when : "!IE&OE&!SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 10, 20, 30, 40, 50");
+					values("27.498425, 28.094135, 27.705365, 27.569435, 26.975675, 26.804645", \
+					  "27.414885, 27.983445, 27.730345, 27.398325, 26.799955, 26.235245", \
+					  "27.358370, 27.985630, 27.879000, 27.384950, 26.822010, 26.533220");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 10, 20, 30, 40, 50");
+					values("29.441859, 31.206189, 31.638339, 31.807979, 31.901579, 32.043049", \
+					  "29.481808, 31.123848, 31.307068, 31.851688, 31.893638, 32.168498", \
+					  "29.476999, 30.957739, 31.676709, 32.030359, 31.829959, 32.021589");
+				}
+			}
+			internal_power () {
+				related_pin : "A";
+				when : "!IE&OE&SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 10, 20, 30, 40, 50");
+					values("23.674335, 26.862665, 27.213965, 27.070785, 26.752925, 26.032835", \
+					  "23.637935, 26.733635, 27.299725, 26.947605, 26.608425, 26.386115", \
+					  "23.648820, 26.899540, 27.190050, 27.022130, 26.713290, 26.493740");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 10, 20, 30, 40, 50");
+					values("26.268519, 28.031029, 29.148939, 30.105689, 30.569509, 30.877119", \
+					  "26.315748, 27.631508, 28.947598, 30.225208, 30.620518, 30.974008", \
+					  "26.204339, 27.334029, 29.097619, 30.025979, 30.455709, 30.602519");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "A&!IE&!SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 10, 20, 30, 40, 50");
+					values("25.417352, 25.341782, 24.957642, 24.529392, 23.781522, 23.287012", \
+					  "19.604185, 19.624695, 19.303695, 19.021015, 18.323125, 17.717075", \
+					  "15.839130, 15.833540, 15.547420, 15.195860, 14.785490, 14.154460");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 10, 20, 30, 40, 50");
+					values("1.463516, 1.469121, 1.462847, 1.460161, 1.458563, 1.457520", \
+					  "-1.208769, -0.787200, -0.648592, -0.609403, -0.557388, -0.523174", \
+					  "1.040877, 2.589320, 3.088385, 3.336218, 3.493323, 3.599784");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "A&!IE&SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 10, 20, 30, 40, 50");
+					values("21.373182, 23.869112, 24.452662, 24.173742, 23.806122, 23.207532", \
+					  "15.643945, 18.568535, 18.875575, 18.467575, 17.885825, 17.261585", \
+					  "11.722610, 14.449840, 15.016680, 14.712420, 14.221420, 13.626800");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 10, 20, 30, 40, 50");
+					values("1.463824, 1.447371, 1.453901, 1.463385, 1.460034, 1.457684", \
+					  "-1.242431, -0.788244, -0.623802, -0.678518, -0.620963, -0.580909", \
+					  "1.071692, 2.655610, 3.134185, 3.386851, 3.550889, 3.656947");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "!A&!IE&!SL";
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 10, 20, 30, 40, 50");
+					values("24.293882, 25.401652, 25.519822, 25.612402, 25.580762, 25.615922", \
+					  "18.722535, 19.803015, 19.900955, 19.918625, 19.970605, 19.965715", \
+					  "14.855340, 15.954910, 16.062930, 16.114460, 16.134590, 16.145720");
+				}
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 10, 20, 30, 40, 50");
+					values("1.348871, -61.153791, -123.654061, -186.154161, -248.654161, -311.154161", \
+					  "-0.002130, -62.715950, -125.276810, -187.806110, -250.323510, -312.835110", \
+					  "0.032565, -62.690391, -125.249451, -187.778151, -250.295251, -312.806551");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "!A&!IE&SL";
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 10, 20, 30, 40, 50");
+					values("21.603382, 22.260392, 23.047302, 23.773002, 24.154452, 24.369022", \
+					  "15.899665, 16.581325, 17.455405, 18.123795, 18.520875, 18.790385", \
+					  "11.992660, 12.711330, 13.579900, 14.271280, 14.664120, 14.933360");
+				}
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 10, 20, 30, 40, 50");
+					values("1.354546, -61.172401, -123.670361, -186.127861, -248.627361, -311.127161", \
+					  "-0.090463, -62.710820, -125.432510, -187.965010, -250.483710, -312.995710", \
+					  "0.178286, -62.516901, -125.079451, -187.610451, -250.128851, -312.640851");
+				}
+			}
+			internal_power () {
+				related_pin : "A";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 10, 20, 30, 40, 50");
+					values("51.172760, 54.956800, 54.919330, 54.640220, 53.728600, 52.837480", \
+					  "51.052820, 54.717080, 55.030070, 54.345930, 53.408380, 52.621360", \
+					  "51.007190, 54.885170, 55.069050, 54.407080, 53.535300, 53.026960");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 10, 20, 30, 40, 50");
+					values("55.710378, 59.237218, 60.787278, 61.913668, 62.471088, 62.920168", \
+					  "55.797556, 58.755356, 60.254666, 62.076896, 62.514156, 63.142506", \
+					  "55.681338, 58.291768, 60.774328, 62.056338, 62.285668, 62.624108");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 10, 20, 30, 40, 50");
+					values("24.746976, -36.557649, -98.957059, -161.789444, -224.846939, -287.893389", \
+					  "17.577769, -43.616770, -106.265025, -169.141265, -232.299135, -295.426080", \
+					  "13.886296, -47.461956, -109.882401, -172.740161, -235.708596, -298.833071");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 10, 20, 30, 40, 50");
+					values("24.412302, 25.289268, 25.741936, 26.154475, 26.326905, 26.450074", \
+					  "16.085500, 17.404448, 18.041983, 18.377249, 18.656565, 18.826009", \
+					  "14.480284, 16.955585, 17.932700, 18.554405, 18.921461, 19.167905");
+				}
+			}
+			timing () {
+				related_pin : "A";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				when : "!IE&OE&!SL";
+				sdf_cond : "IE==1'b0&&OE==1'b1&&SL==1'b0";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.711960, 13.711960, 23.711960, 33.711960, 43.711960, 53.711960");
+					values("4.004433, 4.589022, 5.063786, 5.527685, 5.988843, 6.450227", \
+					  "4.110270, 4.694825, 5.169567, 5.633455, 6.094624, 6.555965", \
+					  "4.188462, 4.773165, 5.247908, 5.711782, 6.173147, 6.633833");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.711960, 13.711960, 23.711960, 33.711960, 43.711960, 53.711960");
+					values("0.849826, 1.546017, 2.376244, 3.243473, 4.123943, 5.020255", \
+					  "0.849215, 1.543914, 2.376176, 3.243409, 4.123828, 5.020603", \
+					  "0.849781, 1.543920, 2.379372, 3.242975, 4.132057, 5.021789");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.711960, 13.711960, 23.711960, 33.711960, 43.711960, 53.711960");
+					values("4.001553, 4.581426, 4.984376, 5.356837, 5.719388, 6.078464", \
+					  "4.142731, 4.722613, 5.125573, 5.498041, 5.860557, 6.219644", \
+					  "4.330231, 4.910643, 5.313190, 5.685464, 6.048352, 6.406954");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.711960, 13.711960, 23.711960, 33.711960, 43.711960, 53.711960");
+					values("0.642753, 1.289244, 1.876473, 2.486155, 3.111902, 3.747237", \
+					  "0.642719, 1.289374, 1.876159, 2.486286, 3.112206, 3.747213", \
+					  "0.643302, 1.290282, 1.875972, 2.480459, 3.113950, 3.748993");
+				}
+			}
+			timing () {
+				related_pin : "A";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				when : "!IE&OE&SL";
+				sdf_cond : "IE==1'b0&&OE==1'b1&&SL==1'b1";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.711960, 13.711960, 23.711960, 33.711960, 43.711960, 53.711960");
+					values("3.909622, 5.354262, 6.321699, 7.010871, 7.585590, 8.110307", \
+					  "4.015174, 5.460318, 6.424993, 7.112324, 7.690307, 8.217886", \
+					  "4.093628, 5.538488, 6.503071, 7.190476, 7.768536, 8.296269");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.711960, 13.711960, 23.711960, 33.711960, 43.711960, 53.711960");
+					values("1.214360, 3.089207, 4.049846, 4.850111, 5.603723, 6.345562", \
+					  "1.212622, 3.088802, 4.055364, 4.854498, 5.598490, 6.346868", \
+					  "1.214401, 3.088900, 4.055800, 4.854432, 5.597758, 6.347691");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.711960, 13.711960, 23.711960, 33.711960, 43.711960, 53.711960");
+					values("3.945029, 4.709992, 5.443177, 6.151330, 6.809847, 7.414757", \
+					  "4.086159, 4.851141, 5.584609, 6.292735, 6.952051, 7.556516", \
+					  "4.274222, 5.038800, 5.772341, 6.480782, 7.139876, 7.745045");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.711960, 13.711960, 23.711960, 33.711960, 43.711960, 53.711960");
+					values("0.626712, 1.943679, 3.170857, 4.178606, 5.035355, 5.810525", \
+					  "0.626417, 1.944856, 3.167135, 4.178988, 5.038359, 5.817516", \
+					  "0.627218, 1.942210, 3.167758, 4.178782, 5.041336, 5.816386");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "A&!IE&!SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&SL==1'b0";
+				timing_type : "three_state_enable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.711960, 13.711960, 23.711960, 33.711960, 43.711960, 53.711960");
+					values("3.405565, 4.005044, 4.479198, 4.942129, 5.403813, 5.864299", \
+					  "3.491200, 4.092703, 4.567068, 5.030331, 5.491453, 5.952028", \
+					  "3.559922, 4.162761, 4.637425, 5.100508, 5.561088, 6.021961");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.711960, 13.711960, 23.711960, 33.711960, 43.711960, 53.711960");
+					values("0.903287, 1.584747, 2.396913, 3.258769, 4.130203, 5.020138", \
+					  "0.904904, 1.586858, 2.392224, 3.257566, 4.140506, 5.032890", \
+					  "0.902329, 1.586059, 2.396208, 3.261872, 4.145812, 5.030265");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "A&!IE&SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&SL==1'b1";
+				timing_type : "three_state_enable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.711960, 13.711960, 23.711960, 33.711960, 43.711960, 53.711960");
+					values("3.308379, 4.742840, 5.727288, 6.424198, 7.002682, 7.529422", \
+					  "3.396410, 4.829105, 5.812976, 6.508318, 7.090182, 7.619884", \
+					  "3.467077, 4.900529, 5.887587, 6.583339, 7.163785, 7.688859");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.711960, 13.711960, 23.711960, 33.711960, 43.711960, 53.711960");
+					values("1.229449, 3.125502, 4.102882, 4.901839, 5.655842, 6.396287", \
+					  "1.231988, 3.123266, 4.098811, 4.905105, 5.653454, 6.398513", \
+					  "1.233949, 3.127331, 4.104848, 4.901092, 5.658119, 6.396471");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "!A&!IE&!SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&SL==1'b0";
+				timing_type : "three_state_enable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.711960, 13.711960, 23.711960, 33.711960, 43.711960, 53.711960");
+					values("2.383773, 2.977832, 3.386868, 3.760296, 4.122514, 4.481282", \
+					  "2.489756, 3.083342, 3.492541, 3.865977, 4.228227, 4.586930", \
+					  "2.572397, 3.166360, 3.575477, 3.948914, 4.311155, 4.669873");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.711960, 13.711960, 23.711960, 33.711960, 43.711960, 53.711960");
+					values("0.697865, 1.338229, 1.924450, 2.526253, 3.143550, 3.775557", \
+					  "0.696866, 1.338489, 1.925120, 2.525991, 3.144603, 3.774858", \
+					  "0.698011, 1.338206, 1.924788, 2.526107, 3.144356, 3.775036");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "!A&!IE&SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&SL==1'b1";
+				timing_type : "three_state_enable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.711960, 13.711960, 23.711960, 33.711960, 43.711960, 53.711960");
+					values("2.340319, 3.093288, 3.820309, 4.529100, 5.193727, 5.806478", \
+					  "2.445545, 3.199228, 3.925692, 4.634539, 5.298250, 5.909294", \
+					  "2.528951, 3.281944, 4.008960, 4.717759, 5.382482, 5.995277");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.711960, 13.711960, 23.711960, 33.711960, 43.711960, 53.711960");
+					values("0.697370, 1.965635, 3.189468, 4.211842, 5.080062, 5.863453", \
+					  "0.697583, 1.965377, 3.194291, 4.209916, 5.084218, 5.864793", \
+					  "0.697659, 1.965378, 3.188689, 4.213118, 5.080344, 5.863649");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "!A&!IE&!SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&SL==1'b0";
+				timing_type : "three_state_disable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.711960, 13.711960, 23.711960, 33.711960, 43.711960, 53.711960");
+					values("1.853267, 1.853268, 1.853269, 1.853270, 1.853271, 1.853272", \
+					  "1.991832, 1.991833, 1.991834, 1.991835, 1.991836, 1.991837", \
+					  "2.180462, 2.180463, 2.180464, 2.180465, 2.180466, 2.180467");
+				}
+				rise_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "!A&!IE&SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&SL==1'b1";
+				timing_type : "three_state_disable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.711960, 13.711960, 23.711960, 33.711960, 43.711960, 53.711960");
+					values("1.844343, 1.844344, 1.844345, 1.844346, 1.844347, 1.844348", \
+					  "1.982624, 1.982625, 1.982626, 1.982627, 1.982628, 1.982629", \
+					  "2.169173, 2.169174, 2.169175, 2.169176, 2.169177, 2.169178");
+				}
+				rise_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "A&!IE&!SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&SL==1'b0";
+				timing_type : "three_state_disable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.711960, 13.711960, 23.711960, 33.711960, 43.711960, 53.711960");
+					values("2.465528, 2.465529, 2.465530, 2.465531, 2.465532, 2.465533", \
+					  "2.607877, 2.607878, 2.607879, 2.607880, 2.607881, 2.607882", \
+					  "2.798812, 2.798813, 2.798814, 2.798815, 2.798816, 2.798817");
+				}
+				fall_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "A&!IE&SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&SL==1'b1";
+				timing_type : "three_state_disable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.711960, 13.711960, 23.711960, 33.711960, 43.711960, 53.711960");
+					values("2.474419, 2.474420, 2.474421, 2.474422, 2.474423, 2.474424", \
+					  "2.613617, 2.613618, 2.613619, 2.613620, 2.613621, 2.613622", \
+					  "2.802474, 2.802475, 2.802476, 2.802477, 2.802478, 2.802479");
+				}
+				fall_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("-15.317040, -15.208740, -15.273080");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("15.321680, 15.557880, 15.478590");
+				}
+			}
+		}
+		pin ("Y") {
+			function : "((IE*PAD))";
+			direction : "output";
+			max_capacitance : 0.500000;
+			output_signal_level : "VDD";
+			internal_power () {
+				related_pin : "IE";
+				when : "!CS&!OE&PAD";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("1.060607, 1.060814, 1.061586, 1.061028, 1.061578, 1.064892", \
+					  "0.750612, 0.733721, 0.692459, 0.633669, 0.693724, 0.858964", \
+					  "0.745485, 0.751231, 0.732770, 0.711533, 0.767611, 0.710379");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("1.282075, 1.301173, 1.323867, 1.349506, 1.353401, 1.380714", \
+					  "1.052962, 1.007759, 1.065271, 1.068912, 1.135003, 1.051572", \
+					  "1.036298, 1.074438, 1.110559, 1.129226, 1.102703, 1.140658");
+				}
+			}
+			internal_power () {
+				related_pin : "IE";
+				when : "CS&!OE&PAD";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("1.197155, 1.192925, 1.201123, 1.201873, 1.203237, 1.204510", \
+					  "0.883824, 0.884871, 0.849550, 0.827443, 0.883088, 0.882940", \
+					  "0.885698, 0.887044, 0.889724, 0.887275, 0.891831, 0.893333");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("1.363401, 1.389001, 1.417074, 1.456865, 1.469701, 1.464592", \
+					  "1.150166, 1.092611, 1.149208, 1.158969, 1.146547, 1.298345", \
+					  "1.123325, 1.128942, 1.224040, 1.183066, 1.237925, 1.120614");
+				}
+			}
+			internal_power () {
+				related_pin : "PAD";
+				when : "!CS&IE&!OE";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("0.583830, 0.582510, 0.579410, 0.556580, 0.547370, 0.536680", \
+					  "0.535490, 0.533240, 0.528730, 0.505850, 0.505190, 0.496760", \
+					  "0.569630, 0.566960, 0.564230, 0.535460, 0.532230, 0.528560");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("0.798760, 0.822840, 0.855750, 0.907650, 0.922560, 0.932910", \
+					  "0.319400, 0.343540, 0.376790, 0.429980, 0.444070, 0.454270", \
+					  "0.451370, 0.474860, 0.508330, 0.562550, 0.576130, 0.586730");
+				}
+			}
+			internal_power () {
+				related_pin : "PAD";
+				when : "CS&IE&!OE";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("0.775140, 0.772900, 0.769800, 0.754290, 0.745980, 0.741290", \
+					  "0.729820, 0.726210, 0.723680, 0.707140, 0.696490, 0.696620", \
+					  "0.868600, 0.864800, 0.861010, 0.849410, 0.826820, 0.807940");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("1.131560, 1.161660, 1.207700, 1.305690, 1.336580, 1.361220", \
+					  "0.585750, 0.615200, 0.662420, 0.761140, 0.791570, 0.815750", \
+					  "0.688850, 0.718540, 0.765660, 0.861710, 0.895800, 0.919890");
+				}
+			}
+			internal_power () {
+				related_pin : "IE";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("1.128881, 1.126869, 1.131355, 1.131451, 1.132407, 1.134701", \
+					  "0.817218, 0.809296, 0.771005, 0.730556, 0.788406, 0.870952", \
+					  "0.815592, 0.819138, 0.811247, 0.799404, 0.829721, 0.801856");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("1.322738, 1.345087, 1.370470, 1.403186, 1.411551, 1.422653", \
+					  "1.101564, 1.050185, 1.107239, 1.113941, 1.140775, 1.174959", \
+					  "1.079811, 1.101690, 1.167299, 1.156146, 1.170314, 1.130636");
+				}
+			}
+			internal_power () {
+				related_pin : "PAD";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("0.679485, 0.677705, 0.674605, 0.655435, 0.646675, 0.638985", \
+					  "0.632655, 0.629725, 0.626205, 0.606495, 0.600840, 0.596690", \
+					  "0.719115, 0.715880, 0.712620, 0.692435, 0.679525, 0.668250");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("0.965160, 0.992250, 1.031725, 1.106670, 1.129570, 1.147065", \
+					  "0.452575, 0.479370, 0.519605, 0.595560, 0.617820, 0.635010", \
+					  "0.570110, 0.596700, 0.636995, 0.712130, 0.735965, 0.753310");
+				}
+			}
+			timing () {
+				related_pin : "IE";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				when : "!CS&!OE&PAD";
+				sdf_cond : "CS==1'b0&&OE==1'b0&&PAD==1'b1";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("2.789842, 2.889488, 3.007461, 3.343714, 3.505980, 3.667735", \
+					  "2.914932, 3.013859, 3.132221, 3.468935, 3.630859, 3.792381", \
+					  "3.026354, 3.126278, 3.244022, 3.579955, 3.742595, 3.904027");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.273665, 0.395373, 0.566077, 1.147233, 1.451222, 1.760148", \
+					  "0.273353, 0.398777, 0.567157, 1.149737, 1.452385, 1.757387", \
+					  "0.273800, 0.397876, 0.567744, 1.150335, 1.452951, 1.761565");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("2.406047, 2.480374, 2.566264, 2.797977, 2.904594, 3.009362", \
+					  "2.558484, 2.632615, 2.718183, 2.950375, 3.056936, 3.161688", \
+					  "2.745566, 2.819891, 2.905407, 3.137502, 3.244118, 3.348897");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.152232, 0.238313, 0.351239, 0.712099, 0.894228, 1.078895", \
+					  "0.152375, 0.238906, 0.350013, 0.711291, 0.893334, 1.079202", \
+					  "0.152276, 0.238343, 0.350668, 0.712081, 0.894210, 1.078834");
+				}
+			}
+			timing () {
+				related_pin : "IE";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				when : "CS&!OE&PAD";
+				sdf_cond : "CS==1'b1&&OE==1'b0&&PAD==1'b1";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("2.887405, 2.988295, 3.106084, 3.442125, 3.604162, 3.765952", \
+					  "3.011926, 3.111834, 3.229391, 3.565411, 3.727829, 3.889045", \
+					  "3.124714, 3.225570, 3.343172, 3.678896, 3.841530, 4.003105");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.274880, 0.398169, 0.566352, 1.148624, 1.458148, 1.760530", \
+					  "0.273678, 0.396922, 0.567766, 1.151844, 1.454573, 1.761235", \
+					  "0.278345, 0.398240, 0.566109, 1.150071, 1.452195, 1.760737");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("2.557570, 2.631567, 2.717860, 2.949752, 3.056277, 3.160931", \
+					  "2.709122, 2.783341, 2.869335, 3.101149, 3.207671, 3.312395", \
+					  "2.897673, 2.971661, 3.057983, 3.289972, 3.396499, 3.501103");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.151349, 0.238849, 0.351289, 0.711800, 0.893458, 1.079413", \
+					  "0.152093, 0.239067, 0.349767, 0.711610, 0.894441, 1.079302", \
+					  "0.151444, 0.239087, 0.351186, 0.711744, 0.894029, 1.079263");
+				}
+			}
+			timing () {
+				related_pin : "PAD";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				when : "!CS&IE&!OE";
+				sdf_cond : "CS==1'b0&&IE==1'b1&&OE==1'b0";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("1.954076, 2.053620, 2.171544, 2.506825, 2.668889, 2.830129", \
+					  "2.074870, 2.174590, 2.291915, 2.629414, 2.791653, 2.953679", \
+					  "2.169639, 2.269250, 2.387618, 2.724167, 2.886115, 3.048062");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.272210, 0.394077, 0.565128, 1.150605, 1.445733, 1.755298", \
+					  "0.271825, 0.393724, 0.563985, 1.151306, 1.454010, 1.759836", \
+					  "0.271974, 0.394225, 0.565694, 1.151829, 1.453336, 1.759434");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("2.080792, 2.154702, 2.240396, 2.472435, 2.579027, 2.683797", \
+					  "2.041275, 2.115200, 2.200754, 2.433098, 2.539627, 2.644296", \
+					  "2.194731, 2.268704, 2.354579, 2.586496, 2.693133, 2.797902");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.151730, 0.237320, 0.348737, 0.711127, 0.894493, 1.078878", \
+					  "0.151965, 0.237131, 0.348924, 0.711787, 0.894639, 1.078986", \
+					  "0.151664, 0.237118, 0.349870, 0.710564, 0.890705, 1.073584");
+				}
+			}
+			timing () {
+				related_pin : "PAD";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				when : "CS&IE&!OE";
+				sdf_cond : "CS==1'b1&&IE==1'b1&&OE==1'b0";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("2.088693, 2.188536, 2.306108, 2.642718, 2.804889, 2.966412", \
+					  "2.230216, 2.329755, 2.447961, 2.784722, 2.946662, 3.107936", \
+					  "2.380087, 2.479184, 2.597414, 2.933359, 3.095506, 3.256821");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.271981, 0.393776, 0.564331, 1.151819, 1.454974, 1.759825", \
+					  "0.271633, 0.394670, 0.563778, 1.148713, 1.455334, 1.761926", \
+					  "0.272056, 0.393747, 0.563005, 1.148517, 1.450602, 1.757923");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("3.349586, 3.423434, 3.508964, 3.740746, 3.848241, 3.952699", \
+					  "3.090034, 3.163640, 3.249361, 3.481746, 3.588422, 3.692944", \
+					  "3.200886, 3.274577, 3.360683, 3.592453, 3.699123, 3.803704");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.152194, 0.237689, 0.349347, 0.709903, 0.893210, 1.077474", \
+					  "0.152653, 0.237742, 0.349621, 0.711101, 0.893283, 1.079202", \
+					  "0.152220, 0.237708, 0.349940, 0.711669, 0.892588, 1.078935");
+				}
+			}
+		}
+		pin ("DVDD") {
+			direction : "inout";
+			capacitance : 0;
+		}
+		pin ("DVSS") {
+			direction : "inout";
+			capacitance : 0;
+		}
+		pin ("VDD") {
+			direction : "inout";
+			capacitance : 0;
+		}
+		pin ("VSS") {
+			direction : "inout";
+			capacitance : 0;
+		}
+	}
diff --git a/cells/bi_24t/gf180mcu_fd_io__bi_24t__tt_025C_2v50.lib.json b/cells/bi_24t/gf180mcu_fd_io__bi_24t__tt_025C_2v50.lib.json
new file mode 100644
index 0000000..202345a
--- /dev/null
+++ b/cells/bi_24t/gf180mcu_fd_io__bi_24t__tt_025C_2v50.lib.json
@@ -0,0 +1,3102 @@
+{
+    "cell gf180mcu_fd_io__bi_24t": {
+        "scaling_factors": "gf_factors",
+        "area": "26250.000000",
+        "pad_cell": "true",
+        "dont_use": "true",
+        "dont_touch": "true",
+        "cell_leakage_power": "1.185780e-03",
+        "leakage_power ": {
+            "when": "!CS !SL !IE !OE !PU !PD !A !PAD",
+            "value": "0.001186"
+        },
+        "pin CS": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.022874",
+            "comp_attribute rise_capacitance_range": "0.021847,0.023448",
+            "capacitance": "0.022219",
+            "fall_capacitance": "0.021564",
+            "comp_attribute fall_capacitance_range": "0.021059,0.022533",
+            "internal_power ": {
+                "rise_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        0.066289,
+                        0.590075,
+                        0.611992
+                    ]
+                },
+                "fall_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        0.128321,
+                        0.550884,
+                        0.603426
+                    ]
+                }
+            }
+        },
+        "pin SL": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.031898",
+            "comp_attribute rise_capacitance_range": "0.030829,0.032543",
+            "capacitance": "0.031152",
+            "fall_capacitance": "0.030405",
+            "comp_attribute fall_capacitance_range": "0.029660,0.031661",
+            "internal_power ": {
+                "rise_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        0.048724,
+                        0.694812,
+                        0.813586
+                    ]
+                },
+                "fall_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        0.148137,
+                        0.821038,
+                        0.892098
+                    ]
+                }
+            }
+        },
+        "pin IE": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.014419",
+            "comp_attribute rise_capacitance_range": "0.013477,0.015068",
+            "capacitance": "0.013873",
+            "fall_capacitance": "0.013326",
+            "comp_attribute fall_capacitance_range": "0.012896,0.014026",
+            "internal_power ": {
+                "rise_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        0.085943,
+                        0.393342,
+                        0.391097
+                    ]
+                },
+                "fall_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        0.117959,
+                        0.371078,
+                        0.354496
+                    ]
+                }
+            }
+        },
+        "pin OE": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.088156",
+            "comp_attribute rise_capacitance_range": "0.082420,0.095020",
+            "capacitance": "0.088072",
+            "fall_capacitance": "0.087649",
+            "comp_attribute fall_capacitance_range": "0.086172,0.088461"
+        },
+        "pin PU": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.071934",
+            "comp_attribute rise_capacitance_range": "0.059150,0.081900",
+            "capacitance": "0.071657",
+            "fall_capacitance": "0.071380",
+            "comp_attribute fall_capacitance_range": "0.056876,0.084107",
+            "internal_power ": {
+                "rise_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        -0.166484,
+                        0.067837,
+                        0.025247
+                    ]
+                },
+                "fall_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        0.3919,
+                        0.796166,
+                        0.858621
+                    ]
+                }
+            }
+        },
+        "pin PD": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.047631",
+            "comp_attribute rise_capacitance_range": "0.046201,0.048984",
+            "capacitance": "0.048395",
+            "fall_capacitance": "0.049159",
+            "comp_attribute fall_capacitance_range": "0.047226,0.050402",
+            "internal_power ": {
+                "rise_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        -0.041207,
+                        0.400227,
+                        0.42105
+                    ]
+                },
+                "fall_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        0.312295,
+                        0.711914,
+                        0.680971
+                    ]
+                }
+            }
+        },
+        "pin A": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.036660",
+            "comp_attribute rise_capacitance_range": "0.035127,0.037965",
+            "capacitance": "0.036445",
+            "fall_capacitance": "0.036229",
+            "comp_attribute fall_capacitance_range": "0.035151,0.037251",
+            "internal_power ": {
+                "rise_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        -0.076945,
+                        -0.070965,
+                        -0.07169
+                    ]
+                },
+                "fall_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        0.082781,
+                        0.083742,
+                        0.087591
+                    ]
+                }
+            }
+        },
+        "pin PAD": {
+            "drive_current": "24000.000000",
+            "is_pad": "true",
+            "function": "((A))",
+            "three_state": "((!OE))",
+            "direction": "inout",
+            "max_transition": "1.000000",
+            "max_capacitance": "50.000000",
+            "input_signal_level": "DVDD",
+            "output_signal_level": "DVDD",
+            "capacitance": "3.711960",
+            "internal_power ": [
+                {
+                    "related_pin": "A",
+                    "when": "!IE&OE&!SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            10,
+                            20,
+                            30,
+                            40,
+                            50
+                        ],
+                        "values": [
+                            [
+                                27.498425,
+                                28.094135,
+                                27.705365,
+                                27.569435,
+                                26.975675,
+                                26.804645
+                            ],
+                            [
+                                27.414885,
+                                27.983445,
+                                27.730345,
+                                27.398325,
+                                26.799955,
+                                26.235245
+                            ],
+                            [
+                                27.35837,
+                                27.98563,
+                                27.879,
+                                27.38495,
+                                26.82201,
+                                26.53322
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            10,
+                            20,
+                            30,
+                            40,
+                            50
+                        ],
+                        "values": [
+                            [
+                                29.441859,
+                                31.206189,
+                                31.638339,
+                                31.807979,
+                                31.901579,
+                                32.043049
+                            ],
+                            [
+                                29.481808,
+                                31.123848,
+                                31.307068,
+                                31.851688,
+                                31.893638,
+                                32.168498
+                            ],
+                            [
+                                29.476999,
+                                30.957739,
+                                31.676709,
+                                32.030359,
+                                31.829959,
+                                32.021589
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "A",
+                    "when": "!IE&OE&SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            10,
+                            20,
+                            30,
+                            40,
+                            50
+                        ],
+                        "values": [
+                            [
+                                23.674335,
+                                26.862665,
+                                27.213965,
+                                27.070785,
+                                26.752925,
+                                26.032835
+                            ],
+                            [
+                                23.637935,
+                                26.733635,
+                                27.299725,
+                                26.947605,
+                                26.608425,
+                                26.386115
+                            ],
+                            [
+                                23.64882,
+                                26.89954,
+                                27.19005,
+                                27.02213,
+                                26.71329,
+                                26.49374
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            10,
+                            20,
+                            30,
+                            40,
+                            50
+                        ],
+                        "values": [
+                            [
+                                26.268519,
+                                28.031029,
+                                29.148939,
+                                30.105689,
+                                30.569509,
+                                30.877119
+                            ],
+                            [
+                                26.315748,
+                                27.631508,
+                                28.947598,
+                                30.225208,
+                                30.620518,
+                                30.974008
+                            ],
+                            [
+                                26.204339,
+                                27.334029,
+                                29.097619,
+                                30.025979,
+                                30.455709,
+                                30.602519
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "A&!IE&!SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            10,
+                            20,
+                            30,
+                            40,
+                            50
+                        ],
+                        "values": [
+                            [
+                                25.417352,
+                                25.341782,
+                                24.957642,
+                                24.529392,
+                                23.781522,
+                                23.287012
+                            ],
+                            [
+                                19.604185,
+                                19.624695,
+                                19.303695,
+                                19.021015,
+                                18.323125,
+                                17.717075
+                            ],
+                            [
+                                15.83913,
+                                15.83354,
+                                15.54742,
+                                15.19586,
+                                14.78549,
+                                14.15446
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            10,
+                            20,
+                            30,
+                            40,
+                            50
+                        ],
+                        "values": [
+                            [
+                                1.463516,
+                                1.469121,
+                                1.462847,
+                                1.460161,
+                                1.458563,
+                                1.45752
+                            ],
+                            [
+                                -1.208769,
+                                -0.7872,
+                                -0.648592,
+                                -0.609403,
+                                -0.557388,
+                                -0.523174
+                            ],
+                            [
+                                1.040877,
+                                2.58932,
+                                3.088385,
+                                3.336218,
+                                3.493323,
+                                3.599784
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "A&!IE&SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            10,
+                            20,
+                            30,
+                            40,
+                            50
+                        ],
+                        "values": [
+                            [
+                                21.373182,
+                                23.869112,
+                                24.452662,
+                                24.173742,
+                                23.806122,
+                                23.207532
+                            ],
+                            [
+                                15.643945,
+                                18.568535,
+                                18.875575,
+                                18.467575,
+                                17.885825,
+                                17.261585
+                            ],
+                            [
+                                11.72261,
+                                14.44984,
+                                15.01668,
+                                14.71242,
+                                14.22142,
+                                13.6268
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            10,
+                            20,
+                            30,
+                            40,
+                            50
+                        ],
+                        "values": [
+                            [
+                                1.463824,
+                                1.447371,
+                                1.453901,
+                                1.463385,
+                                1.460034,
+                                1.457684
+                            ],
+                            [
+                                -1.242431,
+                                -0.788244,
+                                -0.623802,
+                                -0.678518,
+                                -0.620963,
+                                -0.580909
+                            ],
+                            [
+                                1.071692,
+                                2.65561,
+                                3.134185,
+                                3.386851,
+                                3.550889,
+                                3.656947
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "!A&!IE&!SL",
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            10,
+                            20,
+                            30,
+                            40,
+                            50
+                        ],
+                        "values": [
+                            [
+                                24.293882,
+                                25.401652,
+                                25.519822,
+                                25.612402,
+                                25.580762,
+                                25.615922
+                            ],
+                            [
+                                18.722535,
+                                19.803015,
+                                19.900955,
+                                19.918625,
+                                19.970605,
+                                19.965715
+                            ],
+                            [
+                                14.85534,
+                                15.95491,
+                                16.06293,
+                                16.11446,
+                                16.13459,
+                                16.14572
+                            ]
+                        ]
+                    },
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            10,
+                            20,
+                            30,
+                            40,
+                            50
+                        ],
+                        "values": [
+                            [
+                                1.348871,
+                                -61.153791,
+                                -123.654061,
+                                -186.154161,
+                                -248.654161,
+                                -311.154161
+                            ],
+                            [
+                                -0.00213,
+                                -62.71595,
+                                -125.27681,
+                                -187.80611,
+                                -250.32351,
+                                -312.83511
+                            ],
+                            [
+                                0.032565,
+                                -62.690391,
+                                -125.249451,
+                                -187.778151,
+                                -250.295251,
+                                -312.806551
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "!A&!IE&SL",
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            10,
+                            20,
+                            30,
+                            40,
+                            50
+                        ],
+                        "values": [
+                            [
+                                21.603382,
+                                22.260392,
+                                23.047302,
+                                23.773002,
+                                24.154452,
+                                24.369022
+                            ],
+                            [
+                                15.899665,
+                                16.581325,
+                                17.455405,
+                                18.123795,
+                                18.520875,
+                                18.790385
+                            ],
+                            [
+                                11.99266,
+                                12.71133,
+                                13.5799,
+                                14.27128,
+                                14.66412,
+                                14.93336
+                            ]
+                        ]
+                    },
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            10,
+                            20,
+                            30,
+                            40,
+                            50
+                        ],
+                        "values": [
+                            [
+                                1.354546,
+                                -61.172401,
+                                -123.670361,
+                                -186.127861,
+                                -248.627361,
+                                -311.127161
+                            ],
+                            [
+                                -0.090463,
+                                -62.71082,
+                                -125.43251,
+                                -187.96501,
+                                -250.48371,
+                                -312.99571
+                            ],
+                            [
+                                0.178286,
+                                -62.516901,
+                                -125.079451,
+                                -187.610451,
+                                -250.128851,
+                                -312.640851
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "A",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            10,
+                            20,
+                            30,
+                            40,
+                            50
+                        ],
+                        "values": [
+                            [
+                                51.17276,
+                                54.9568,
+                                54.91933,
+                                54.64022,
+                                53.7286,
+                                52.83748
+                            ],
+                            [
+                                51.05282,
+                                54.71708,
+                                55.03007,
+                                54.34593,
+                                53.40838,
+                                52.62136
+                            ],
+                            [
+                                51.00719,
+                                54.88517,
+                                55.06905,
+                                54.40708,
+                                53.5353,
+                                53.02696
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            10,
+                            20,
+                            30,
+                            40,
+                            50
+                        ],
+                        "values": [
+                            [
+                                55.710378,
+                                59.237218,
+                                60.787278,
+                                61.913668,
+                                62.471088,
+                                62.920168
+                            ],
+                            [
+                                55.797556,
+                                58.755356,
+                                60.254666,
+                                62.076896,
+                                62.514156,
+                                63.142506
+                            ],
+                            [
+                                55.681338,
+                                58.291768,
+                                60.774328,
+                                62.056338,
+                                62.285668,
+                                62.624108
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            10,
+                            20,
+                            30,
+                            40,
+                            50
+                        ],
+                        "values": [
+                            [
+                                24.746976,
+                                -36.557649,
+                                -98.957059,
+                                -161.789444,
+                                -224.846939,
+                                -287.893389
+                            ],
+                            [
+                                17.577769,
+                                -43.61677,
+                                -106.265025,
+                                -169.141265,
+                                -232.299135,
+                                -295.42608
+                            ],
+                            [
+                                13.886296,
+                                -47.461956,
+                                -109.882401,
+                                -172.740161,
+                                -235.708596,
+                                -298.833071
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            10,
+                            20,
+                            30,
+                            40,
+                            50
+                        ],
+                        "values": [
+                            [
+                                24.412302,
+                                25.289268,
+                                25.741936,
+                                26.154475,
+                                26.326905,
+                                26.450074
+                            ],
+                            [
+                                16.0855,
+                                17.404448,
+                                18.041983,
+                                18.377249,
+                                18.656565,
+                                18.826009
+                            ],
+                            [
+                                14.480284,
+                                16.955585,
+                                17.9327,
+                                18.554405,
+                                18.921461,
+                                19.167905
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "rise_power power_inputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "values": [
+                            -15.31704,
+                            -15.20874,
+                            -15.27308
+                        ]
+                    },
+                    "fall_power power_inputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "values": [
+                            15.32168,
+                            15.55788,
+                            15.47859
+                        ]
+                    }
+                }
+            ],
+            "timing ": [
+                {
+                    "related_pin": "A",
+                    "timing_type": "combinational",
+                    "timing_sense": "positive_unate",
+                    "when": "!IE&OE&!SL",
+                    "sdf_cond": "IE==1'b0&&OE==1'b1&&SL==1'b0",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.71196,
+                            13.71196,
+                            23.71196,
+                            33.71196,
+                            43.71196,
+                            53.71196
+                        ],
+                        "values": [
+                            [
+                                4.004433,
+                                4.589022,
+                                5.063786,
+                                5.527685,
+                                5.988843,
+                                6.450227
+                            ],
+                            [
+                                4.11027,
+                                4.694825,
+                                5.169567,
+                                5.633455,
+                                6.094624,
+                                6.555965
+                            ],
+                            [
+                                4.188462,
+                                4.773165,
+                                5.247908,
+                                5.711782,
+                                6.173147,
+                                6.633833
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.71196,
+                            13.71196,
+                            23.71196,
+                            33.71196,
+                            43.71196,
+                            53.71196
+                        ],
+                        "values": [
+                            [
+                                0.849826,
+                                1.546017,
+                                2.376244,
+                                3.243473,
+                                4.123943,
+                                5.020255
+                            ],
+                            [
+                                0.849215,
+                                1.543914,
+                                2.376176,
+                                3.243409,
+                                4.123828,
+                                5.020603
+                            ],
+                            [
+                                0.849781,
+                                1.54392,
+                                2.379372,
+                                3.242975,
+                                4.132057,
+                                5.021789
+                            ]
+                        ]
+                    },
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.71196,
+                            13.71196,
+                            23.71196,
+                            33.71196,
+                            43.71196,
+                            53.71196
+                        ],
+                        "values": [
+                            [
+                                4.001553,
+                                4.581426,
+                                4.984376,
+                                5.356837,
+                                5.719388,
+                                6.078464
+                            ],
+                            [
+                                4.142731,
+                                4.722613,
+                                5.125573,
+                                5.498041,
+                                5.860557,
+                                6.219644
+                            ],
+                            [
+                                4.330231,
+                                4.910643,
+                                5.31319,
+                                5.685464,
+                                6.048352,
+                                6.406954
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.71196,
+                            13.71196,
+                            23.71196,
+                            33.71196,
+                            43.71196,
+                            53.71196
+                        ],
+                        "values": [
+                            [
+                                0.642753,
+                                1.289244,
+                                1.876473,
+                                2.486155,
+                                3.111902,
+                                3.747237
+                            ],
+                            [
+                                0.642719,
+                                1.289374,
+                                1.876159,
+                                2.486286,
+                                3.112206,
+                                3.747213
+                            ],
+                            [
+                                0.643302,
+                                1.290282,
+                                1.875972,
+                                2.480459,
+                                3.11395,
+                                3.748993
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "A",
+                    "timing_type": "combinational",
+                    "timing_sense": "positive_unate",
+                    "when": "!IE&OE&SL",
+                    "sdf_cond": "IE==1'b0&&OE==1'b1&&SL==1'b1",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.71196,
+                            13.71196,
+                            23.71196,
+                            33.71196,
+                            43.71196,
+                            53.71196
+                        ],
+                        "values": [
+                            [
+                                3.909622,
+                                5.354262,
+                                6.321699,
+                                7.010871,
+                                7.58559,
+                                8.110307
+                            ],
+                            [
+                                4.015174,
+                                5.460318,
+                                6.424993,
+                                7.112324,
+                                7.690307,
+                                8.217886
+                            ],
+                            [
+                                4.093628,
+                                5.538488,
+                                6.503071,
+                                7.190476,
+                                7.768536,
+                                8.296269
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.71196,
+                            13.71196,
+                            23.71196,
+                            33.71196,
+                            43.71196,
+                            53.71196
+                        ],
+                        "values": [
+                            [
+                                1.21436,
+                                3.089207,
+                                4.049846,
+                                4.850111,
+                                5.603723,
+                                6.345562
+                            ],
+                            [
+                                1.212622,
+                                3.088802,
+                                4.055364,
+                                4.854498,
+                                5.59849,
+                                6.346868
+                            ],
+                            [
+                                1.214401,
+                                3.0889,
+                                4.0558,
+                                4.854432,
+                                5.597758,
+                                6.347691
+                            ]
+                        ]
+                    },
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.71196,
+                            13.71196,
+                            23.71196,
+                            33.71196,
+                            43.71196,
+                            53.71196
+                        ],
+                        "values": [
+                            [
+                                3.945029,
+                                4.709992,
+                                5.443177,
+                                6.15133,
+                                6.809847,
+                                7.414757
+                            ],
+                            [
+                                4.086159,
+                                4.851141,
+                                5.584609,
+                                6.292735,
+                                6.952051,
+                                7.556516
+                            ],
+                            [
+                                4.274222,
+                                5.0388,
+                                5.772341,
+                                6.480782,
+                                7.139876,
+                                7.745045
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.71196,
+                            13.71196,
+                            23.71196,
+                            33.71196,
+                            43.71196,
+                            53.71196
+                        ],
+                        "values": [
+                            [
+                                0.626712,
+                                1.943679,
+                                3.170857,
+                                4.178606,
+                                5.035355,
+                                5.810525
+                            ],
+                            [
+                                0.626417,
+                                1.944856,
+                                3.167135,
+                                4.178988,
+                                5.038359,
+                                5.817516
+                            ],
+                            [
+                                0.627218,
+                                1.94221,
+                                3.167758,
+                                4.178782,
+                                5.041336,
+                                5.816386
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "A&!IE&!SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&SL==1'b0",
+                    "timing_type": "three_state_enable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.71196,
+                            13.71196,
+                            23.71196,
+                            33.71196,
+                            43.71196,
+                            53.71196
+                        ],
+                        "values": [
+                            [
+                                3.405565,
+                                4.005044,
+                                4.479198,
+                                4.942129,
+                                5.403813,
+                                5.864299
+                            ],
+                            [
+                                3.4912,
+                                4.092703,
+                                4.567068,
+                                5.030331,
+                                5.491453,
+                                5.952028
+                            ],
+                            [
+                                3.559922,
+                                4.162761,
+                                4.637425,
+                                5.100508,
+                                5.561088,
+                                6.021961
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.71196,
+                            13.71196,
+                            23.71196,
+                            33.71196,
+                            43.71196,
+                            53.71196
+                        ],
+                        "values": [
+                            [
+                                0.903287,
+                                1.584747,
+                                2.396913,
+                                3.258769,
+                                4.130203,
+                                5.020138
+                            ],
+                            [
+                                0.904904,
+                                1.586858,
+                                2.392224,
+                                3.257566,
+                                4.140506,
+                                5.03289
+                            ],
+                            [
+                                0.902329,
+                                1.586059,
+                                2.396208,
+                                3.261872,
+                                4.145812,
+                                5.030265
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "A&!IE&SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&SL==1'b1",
+                    "timing_type": "three_state_enable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.71196,
+                            13.71196,
+                            23.71196,
+                            33.71196,
+                            43.71196,
+                            53.71196
+                        ],
+                        "values": [
+                            [
+                                3.308379,
+                                4.74284,
+                                5.727288,
+                                6.424198,
+                                7.002682,
+                                7.529422
+                            ],
+                            [
+                                3.39641,
+                                4.829105,
+                                5.812976,
+                                6.508318,
+                                7.090182,
+                                7.619884
+                            ],
+                            [
+                                3.467077,
+                                4.900529,
+                                5.887587,
+                                6.583339,
+                                7.163785,
+                                7.688859
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.71196,
+                            13.71196,
+                            23.71196,
+                            33.71196,
+                            43.71196,
+                            53.71196
+                        ],
+                        "values": [
+                            [
+                                1.229449,
+                                3.125502,
+                                4.102882,
+                                4.901839,
+                                5.655842,
+                                6.396287
+                            ],
+                            [
+                                1.231988,
+                                3.123266,
+                                4.098811,
+                                4.905105,
+                                5.653454,
+                                6.398513
+                            ],
+                            [
+                                1.233949,
+                                3.127331,
+                                4.104848,
+                                4.901092,
+                                5.658119,
+                                6.396471
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "!A&!IE&!SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&SL==1'b0",
+                    "timing_type": "three_state_enable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.71196,
+                            13.71196,
+                            23.71196,
+                            33.71196,
+                            43.71196,
+                            53.71196
+                        ],
+                        "values": [
+                            [
+                                2.383773,
+                                2.977832,
+                                3.386868,
+                                3.760296,
+                                4.122514,
+                                4.481282
+                            ],
+                            [
+                                2.489756,
+                                3.083342,
+                                3.492541,
+                                3.865977,
+                                4.228227,
+                                4.58693
+                            ],
+                            [
+                                2.572397,
+                                3.16636,
+                                3.575477,
+                                3.948914,
+                                4.311155,
+                                4.669873
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.71196,
+                            13.71196,
+                            23.71196,
+                            33.71196,
+                            43.71196,
+                            53.71196
+                        ],
+                        "values": [
+                            [
+                                0.697865,
+                                1.338229,
+                                1.92445,
+                                2.526253,
+                                3.14355,
+                                3.775557
+                            ],
+                            [
+                                0.696866,
+                                1.338489,
+                                1.92512,
+                                2.525991,
+                                3.144603,
+                                3.774858
+                            ],
+                            [
+                                0.698011,
+                                1.338206,
+                                1.924788,
+                                2.526107,
+                                3.144356,
+                                3.775036
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "!A&!IE&SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&SL==1'b1",
+                    "timing_type": "three_state_enable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.71196,
+                            13.71196,
+                            23.71196,
+                            33.71196,
+                            43.71196,
+                            53.71196
+                        ],
+                        "values": [
+                            [
+                                2.340319,
+                                3.093288,
+                                3.820309,
+                                4.5291,
+                                5.193727,
+                                5.806478
+                            ],
+                            [
+                                2.445545,
+                                3.199228,
+                                3.925692,
+                                4.634539,
+                                5.29825,
+                                5.909294
+                            ],
+                            [
+                                2.528951,
+                                3.281944,
+                                4.00896,
+                                4.717759,
+                                5.382482,
+                                5.995277
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.71196,
+                            13.71196,
+                            23.71196,
+                            33.71196,
+                            43.71196,
+                            53.71196
+                        ],
+                        "values": [
+                            [
+                                0.69737,
+                                1.965635,
+                                3.189468,
+                                4.211842,
+                                5.080062,
+                                5.863453
+                            ],
+                            [
+                                0.697583,
+                                1.965377,
+                                3.194291,
+                                4.209916,
+                                5.084218,
+                                5.864793
+                            ],
+                            [
+                                0.697659,
+                                1.965378,
+                                3.188689,
+                                4.213118,
+                                5.080344,
+                                5.863649
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "!A&!IE&!SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&SL==1'b0",
+                    "timing_type": "three_state_disable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.71196,
+                            13.71196,
+                            23.71196,
+                            33.71196,
+                            43.71196,
+                            53.71196
+                        ],
+                        "values": [
+                            [
+                                1.853267,
+                                1.853268,
+                                1.853269,
+                                1.85327,
+                                1.853271,
+                                1.853272
+                            ],
+                            [
+                                1.991832,
+                                1.991833,
+                                1.991834,
+                                1.991835,
+                                1.991836,
+                                1.991837
+                            ],
+                            [
+                                2.180462,
+                                2.180463,
+                                2.180464,
+                                2.180465,
+                                2.180466,
+                                2.180467
+                            ]
+                        ]
+                    },
+                    "rise_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "!A&!IE&SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&SL==1'b1",
+                    "timing_type": "three_state_disable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.71196,
+                            13.71196,
+                            23.71196,
+                            33.71196,
+                            43.71196,
+                            53.71196
+                        ],
+                        "values": [
+                            [
+                                1.844343,
+                                1.844344,
+                                1.844345,
+                                1.844346,
+                                1.844347,
+                                1.844348
+                            ],
+                            [
+                                1.982624,
+                                1.982625,
+                                1.982626,
+                                1.982627,
+                                1.982628,
+                                1.982629
+                            ],
+                            [
+                                2.169173,
+                                2.169174,
+                                2.169175,
+                                2.169176,
+                                2.169177,
+                                2.169178
+                            ]
+                        ]
+                    },
+                    "rise_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "A&!IE&!SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&SL==1'b0",
+                    "timing_type": "three_state_disable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.71196,
+                            13.71196,
+                            23.71196,
+                            33.71196,
+                            43.71196,
+                            53.71196
+                        ],
+                        "values": [
+                            [
+                                2.465528,
+                                2.465529,
+                                2.46553,
+                                2.465531,
+                                2.465532,
+                                2.465533
+                            ],
+                            [
+                                2.607877,
+                                2.607878,
+                                2.607879,
+                                2.60788,
+                                2.607881,
+                                2.607882
+                            ],
+                            [
+                                2.798812,
+                                2.798813,
+                                2.798814,
+                                2.798815,
+                                2.798816,
+                                2.798817
+                            ]
+                        ]
+                    },
+                    "fall_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "A&!IE&SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&SL==1'b1",
+                    "timing_type": "three_state_disable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.71196,
+                            13.71196,
+                            23.71196,
+                            33.71196,
+                            43.71196,
+                            53.71196
+                        ],
+                        "values": [
+                            [
+                                2.474419,
+                                2.47442,
+                                2.474421,
+                                2.474422,
+                                2.474423,
+                                2.474424
+                            ],
+                            [
+                                2.613617,
+                                2.613618,
+                                2.613619,
+                                2.61362,
+                                2.613621,
+                                2.613622
+                            ],
+                            [
+                                2.802474,
+                                2.802475,
+                                2.802476,
+                                2.802477,
+                                2.802478,
+                                2.802479
+                            ]
+                        ]
+                    },
+                    "fall_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                }
+            ]
+        },
+        "pin Y": {
+            "function": "((IE*PAD))",
+            "direction": "output",
+            "max_capacitance": "0.500000",
+            "output_signal_level": "VDD",
+            "internal_power ": [
+                {
+                    "related_pin": "IE",
+                    "when": "!CS&!OE&PAD",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                1.060607,
+                                1.060814,
+                                1.061586,
+                                1.061028,
+                                1.061578,
+                                1.064892
+                            ],
+                            [
+                                0.750612,
+                                0.733721,
+                                0.692459,
+                                0.633669,
+                                0.693724,
+                                0.858964
+                            ],
+                            [
+                                0.745485,
+                                0.751231,
+                                0.73277,
+                                0.711533,
+                                0.767611,
+                                0.710379
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                1.282075,
+                                1.301173,
+                                1.323867,
+                                1.349506,
+                                1.353401,
+                                1.380714
+                            ],
+                            [
+                                1.052962,
+                                1.007759,
+                                1.065271,
+                                1.068912,
+                                1.135003,
+                                1.051572
+                            ],
+                            [
+                                1.036298,
+                                1.074438,
+                                1.110559,
+                                1.129226,
+                                1.102703,
+                                1.140658
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "IE",
+                    "when": "CS&!OE&PAD",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                1.197155,
+                                1.192925,
+                                1.201123,
+                                1.201873,
+                                1.203237,
+                                1.20451
+                            ],
+                            [
+                                0.883824,
+                                0.884871,
+                                0.84955,
+                                0.827443,
+                                0.883088,
+                                0.88294
+                            ],
+                            [
+                                0.885698,
+                                0.887044,
+                                0.889724,
+                                0.887275,
+                                0.891831,
+                                0.893333
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                1.363401,
+                                1.389001,
+                                1.417074,
+                                1.456865,
+                                1.469701,
+                                1.464592
+                            ],
+                            [
+                                1.150166,
+                                1.092611,
+                                1.149208,
+                                1.158969,
+                                1.146547,
+                                1.298345
+                            ],
+                            [
+                                1.123325,
+                                1.128942,
+                                1.22404,
+                                1.183066,
+                                1.237925,
+                                1.120614
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "PAD",
+                    "when": "!CS&IE&!OE",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.58383,
+                                0.58251,
+                                0.57941,
+                                0.55658,
+                                0.54737,
+                                0.53668
+                            ],
+                            [
+                                0.53549,
+                                0.53324,
+                                0.52873,
+                                0.50585,
+                                0.50519,
+                                0.49676
+                            ],
+                            [
+                                0.56963,
+                                0.56696,
+                                0.56423,
+                                0.53546,
+                                0.53223,
+                                0.52856
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.79876,
+                                0.82284,
+                                0.85575,
+                                0.90765,
+                                0.92256,
+                                0.93291
+                            ],
+                            [
+                                0.3194,
+                                0.34354,
+                                0.37679,
+                                0.42998,
+                                0.44407,
+                                0.45427
+                            ],
+                            [
+                                0.45137,
+                                0.47486,
+                                0.50833,
+                                0.56255,
+                                0.57613,
+                                0.58673
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "PAD",
+                    "when": "CS&IE&!OE",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.77514,
+                                0.7729,
+                                0.7698,
+                                0.75429,
+                                0.74598,
+                                0.74129
+                            ],
+                            [
+                                0.72982,
+                                0.72621,
+                                0.72368,
+                                0.70714,
+                                0.69649,
+                                0.69662
+                            ],
+                            [
+                                0.8686,
+                                0.8648,
+                                0.86101,
+                                0.84941,
+                                0.82682,
+                                0.80794
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                1.13156,
+                                1.16166,
+                                1.2077,
+                                1.30569,
+                                1.33658,
+                                1.36122
+                            ],
+                            [
+                                0.58575,
+                                0.6152,
+                                0.66242,
+                                0.76114,
+                                0.79157,
+                                0.81575
+                            ],
+                            [
+                                0.68885,
+                                0.71854,
+                                0.76566,
+                                0.86171,
+                                0.8958,
+                                0.91989
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "IE",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                1.128881,
+                                1.126869,
+                                1.131355,
+                                1.131451,
+                                1.132407,
+                                1.134701
+                            ],
+                            [
+                                0.817218,
+                                0.809296,
+                                0.771005,
+                                0.730556,
+                                0.788406,
+                                0.870952
+                            ],
+                            [
+                                0.815592,
+                                0.819138,
+                                0.811247,
+                                0.799404,
+                                0.829721,
+                                0.801856
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                1.322738,
+                                1.345087,
+                                1.37047,
+                                1.403186,
+                                1.411551,
+                                1.422653
+                            ],
+                            [
+                                1.101564,
+                                1.050185,
+                                1.107239,
+                                1.113941,
+                                1.140775,
+                                1.174959
+                            ],
+                            [
+                                1.079811,
+                                1.10169,
+                                1.167299,
+                                1.156146,
+                                1.170314,
+                                1.130636
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "PAD",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.679485,
+                                0.677705,
+                                0.674605,
+                                0.655435,
+                                0.646675,
+                                0.638985
+                            ],
+                            [
+                                0.632655,
+                                0.629725,
+                                0.626205,
+                                0.606495,
+                                0.60084,
+                                0.59669
+                            ],
+                            [
+                                0.719115,
+                                0.71588,
+                                0.71262,
+                                0.692435,
+                                0.679525,
+                                0.66825
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.96516,
+                                0.99225,
+                                1.031725,
+                                1.10667,
+                                1.12957,
+                                1.147065
+                            ],
+                            [
+                                0.452575,
+                                0.47937,
+                                0.519605,
+                                0.59556,
+                                0.61782,
+                                0.63501
+                            ],
+                            [
+                                0.57011,
+                                0.5967,
+                                0.636995,
+                                0.71213,
+                                0.735965,
+                                0.75331
+                            ]
+                        ]
+                    }
+                }
+            ],
+            "timing ": [
+                {
+                    "related_pin": "IE",
+                    "timing_type": "combinational",
+                    "timing_sense": "positive_unate",
+                    "when": "!CS&!OE&PAD",
+                    "sdf_cond": "CS==1'b0&&OE==1'b0&&PAD==1'b1",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                2.789842,
+                                2.889488,
+                                3.007461,
+                                3.343714,
+                                3.50598,
+                                3.667735
+                            ],
+                            [
+                                2.914932,
+                                3.013859,
+                                3.132221,
+                                3.468935,
+                                3.630859,
+                                3.792381
+                            ],
+                            [
+                                3.026354,
+                                3.126278,
+                                3.244022,
+                                3.579955,
+                                3.742595,
+                                3.904027
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.273665,
+                                0.395373,
+                                0.566077,
+                                1.147233,
+                                1.451222,
+                                1.760148
+                            ],
+                            [
+                                0.273353,
+                                0.398777,
+                                0.567157,
+                                1.149737,
+                                1.452385,
+                                1.757387
+                            ],
+                            [
+                                0.2738,
+                                0.397876,
+                                0.567744,
+                                1.150335,
+                                1.452951,
+                                1.761565
+                            ]
+                        ]
+                    },
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                2.406047,
+                                2.480374,
+                                2.566264,
+                                2.797977,
+                                2.904594,
+                                3.009362
+                            ],
+                            [
+                                2.558484,
+                                2.632615,
+                                2.718183,
+                                2.950375,
+                                3.056936,
+                                3.161688
+                            ],
+                            [
+                                2.745566,
+                                2.819891,
+                                2.905407,
+                                3.137502,
+                                3.244118,
+                                3.348897
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.152232,
+                                0.238313,
+                                0.351239,
+                                0.712099,
+                                0.894228,
+                                1.078895
+                            ],
+                            [
+                                0.152375,
+                                0.238906,
+                                0.350013,
+                                0.711291,
+                                0.893334,
+                                1.079202
+                            ],
+                            [
+                                0.152276,
+                                0.238343,
+                                0.350668,
+                                0.712081,
+                                0.89421,
+                                1.078834
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "IE",
+                    "timing_type": "combinational",
+                    "timing_sense": "positive_unate",
+                    "when": "CS&!OE&PAD",
+                    "sdf_cond": "CS==1'b1&&OE==1'b0&&PAD==1'b1",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                2.887405,
+                                2.988295,
+                                3.106084,
+                                3.442125,
+                                3.604162,
+                                3.765952
+                            ],
+                            [
+                                3.011926,
+                                3.111834,
+                                3.229391,
+                                3.565411,
+                                3.727829,
+                                3.889045
+                            ],
+                            [
+                                3.124714,
+                                3.22557,
+                                3.343172,
+                                3.678896,
+                                3.84153,
+                                4.003105
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.27488,
+                                0.398169,
+                                0.566352,
+                                1.148624,
+                                1.458148,
+                                1.76053
+                            ],
+                            [
+                                0.273678,
+                                0.396922,
+                                0.567766,
+                                1.151844,
+                                1.454573,
+                                1.761235
+                            ],
+                            [
+                                0.278345,
+                                0.39824,
+                                0.566109,
+                                1.150071,
+                                1.452195,
+                                1.760737
+                            ]
+                        ]
+                    },
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                2.55757,
+                                2.631567,
+                                2.71786,
+                                2.949752,
+                                3.056277,
+                                3.160931
+                            ],
+                            [
+                                2.709122,
+                                2.783341,
+                                2.869335,
+                                3.101149,
+                                3.207671,
+                                3.312395
+                            ],
+                            [
+                                2.897673,
+                                2.971661,
+                                3.057983,
+                                3.289972,
+                                3.396499,
+                                3.501103
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.151349,
+                                0.238849,
+                                0.351289,
+                                0.7118,
+                                0.893458,
+                                1.079413
+                            ],
+                            [
+                                0.152093,
+                                0.239067,
+                                0.349767,
+                                0.71161,
+                                0.894441,
+                                1.079302
+                            ],
+                            [
+                                0.151444,
+                                0.239087,
+                                0.351186,
+                                0.711744,
+                                0.894029,
+                                1.079263
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "PAD",
+                    "timing_type": "combinational",
+                    "timing_sense": "positive_unate",
+                    "when": "!CS&IE&!OE",
+                    "sdf_cond": "CS==1'b0&&IE==1'b1&&OE==1'b0",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                1.954076,
+                                2.05362,
+                                2.171544,
+                                2.506825,
+                                2.668889,
+                                2.830129
+                            ],
+                            [
+                                2.07487,
+                                2.17459,
+                                2.291915,
+                                2.629414,
+                                2.791653,
+                                2.953679
+                            ],
+                            [
+                                2.169639,
+                                2.26925,
+                                2.387618,
+                                2.724167,
+                                2.886115,
+                                3.048062
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.27221,
+                                0.394077,
+                                0.565128,
+                                1.150605,
+                                1.445733,
+                                1.755298
+                            ],
+                            [
+                                0.271825,
+                                0.393724,
+                                0.563985,
+                                1.151306,
+                                1.45401,
+                                1.759836
+                            ],
+                            [
+                                0.271974,
+                                0.394225,
+                                0.565694,
+                                1.151829,
+                                1.453336,
+                                1.759434
+                            ]
+                        ]
+                    },
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                2.080792,
+                                2.154702,
+                                2.240396,
+                                2.472435,
+                                2.579027,
+                                2.683797
+                            ],
+                            [
+                                2.041275,
+                                2.1152,
+                                2.200754,
+                                2.433098,
+                                2.539627,
+                                2.644296
+                            ],
+                            [
+                                2.194731,
+                                2.268704,
+                                2.354579,
+                                2.586496,
+                                2.693133,
+                                2.797902
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.15173,
+                                0.23732,
+                                0.348737,
+                                0.711127,
+                                0.894493,
+                                1.078878
+                            ],
+                            [
+                                0.151965,
+                                0.237131,
+                                0.348924,
+                                0.711787,
+                                0.894639,
+                                1.078986
+                            ],
+                            [
+                                0.151664,
+                                0.237118,
+                                0.34987,
+                                0.710564,
+                                0.890705,
+                                1.073584
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "PAD",
+                    "timing_type": "combinational",
+                    "timing_sense": "positive_unate",
+                    "when": "CS&IE&!OE",
+                    "sdf_cond": "CS==1'b1&&IE==1'b1&&OE==1'b0",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                2.088693,
+                                2.188536,
+                                2.306108,
+                                2.642718,
+                                2.804889,
+                                2.966412
+                            ],
+                            [
+                                2.230216,
+                                2.329755,
+                                2.447961,
+                                2.784722,
+                                2.946662,
+                                3.107936
+                            ],
+                            [
+                                2.380087,
+                                2.479184,
+                                2.597414,
+                                2.933359,
+                                3.095506,
+                                3.256821
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.271981,
+                                0.393776,
+                                0.564331,
+                                1.151819,
+                                1.454974,
+                                1.759825
+                            ],
+                            [
+                                0.271633,
+                                0.39467,
+                                0.563778,
+                                1.148713,
+                                1.455334,
+                                1.761926
+                            ],
+                            [
+                                0.272056,
+                                0.393747,
+                                0.563005,
+                                1.148517,
+                                1.450602,
+                                1.757923
+                            ]
+                        ]
+                    },
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                3.349586,
+                                3.423434,
+                                3.508964,
+                                3.740746,
+                                3.848241,
+                                3.952699
+                            ],
+                            [
+                                3.090034,
+                                3.16364,
+                                3.249361,
+                                3.481746,
+                                3.588422,
+                                3.692944
+                            ],
+                            [
+                                3.200886,
+                                3.274577,
+                                3.360683,
+                                3.592453,
+                                3.699123,
+                                3.803704
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.152194,
+                                0.237689,
+                                0.349347,
+                                0.709903,
+                                0.89321,
+                                1.077474
+                            ],
+                            [
+                                0.152653,
+                                0.237742,
+                                0.349621,
+                                0.711101,
+                                0.893283,
+                                1.079202
+                            ],
+                            [
+                                0.15222,
+                                0.237708,
+                                0.34994,
+                                0.711669,
+                                0.892588,
+                                1.078935
+                            ]
+                        ]
+                    }
+                }
+            ]
+        },
+        "pin DVDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin DVSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        }
+    }
+}
\ No newline at end of file
diff --git a/cells/bi_24t/gf180mcu_fd_io__bi_24t__tt_025C_3v30.lib b/cells/bi_24t/gf180mcu_fd_io__bi_24t__tt_025C_3v30.lib
new file mode 100644
index 0000000..028fc18
--- /dev/null
+++ b/cells/bi_24t/gf180mcu_fd_io__bi_24t__tt_025C_3v30.lib
@@ -0,0 +1,811 @@
+/*
+ * Copyright 2022 GlobalFoundries PDK Authors
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+	cell ("gf180mcu_fd_io__bi_24t") {
+		scaling_factors : "gf_factors";
+		area : 26250.000000;
+		pad_cell : true;
+		dont_use : true;
+		dont_touch : true;
+		cell_leakage_power : 2.069520e-03;
+		leakage_power () {
+			when : "!CS !SL !IE !OE !PU !PD !A !PAD";
+			value : "0.002070";
+		}
+		pin ("CS") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.022787;
+			rise_capacitance_range(0.022104,0.023789);
+			capacitance : 0.022698;
+			fall_capacitance : 0.022609;
+			fall_capacitance_range(0.021646,0.023284);
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("0.203592, 1.141205, 1.160767");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("0.353316, 1.072672, 1.053641");
+				}
+			}
+		}
+		pin ("SL") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.031838;
+			rise_capacitance_range(0.031047,0.032900);
+			capacitance : 0.031705;
+			fall_capacitance : 0.031572;
+			fall_capacitance_range(0.030556,0.032083);
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("0.199912, 1.402068, 1.430855");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("0.401397, 1.536480, 1.575255");
+				}
+			}
+		}
+		pin ("IE") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.014741;
+			rise_capacitance_range(0.013762,0.015594);
+			capacitance : 0.014425;
+			fall_capacitance : 0.014109;
+			fall_capacitance_range(0.013335,0.014668);
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("0.262638, 0.733332, 0.742563");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("0.296251, 0.641296, 0.683914");
+				}
+			}
+		}
+		pin ("OE") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.091216;
+			rise_capacitance_range(0.084514,0.097161);
+			capacitance : 0.090890;
+			fall_capacitance : 0.089266;
+			fall_capacitance_range(0.087291,0.091081);
+		}
+		pin ("PU") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.078325;
+			rise_capacitance_range(0.063370,0.089825);
+			capacitance : 0.078428;
+			fall_capacitance : 0.078531;
+			fall_capacitance_range(0.060154,0.094912);
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("-0.263280, 0.197667, 0.193606");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("0.833842, 1.426667, 1.556026");
+				}
+			}
+		}
+		pin ("PD") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.047618;
+			rise_capacitance_range(0.047172,0.048306);
+			capacitance : 0.049256;
+			fall_capacitance : 0.050894;
+			fall_capacitance_range(0.048738,0.053047);
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("-0.017158, 0.812806, 0.820339");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("0.730050, 1.313415, 1.323393");
+				}
+			}
+		}
+		pin ("A") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.037012;
+			rise_capacitance_range(0.035428,0.038653);
+			capacitance : 0.036972;
+			fall_capacitance : 0.036932;
+			fall_capacitance_range(0.035992,0.037803);
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("-0.129878, -0.122412, -0.123854");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("0.149841, 0.153980, 0.153003");
+				}
+			}
+		}
+		pin ("PAD") {
+			drive_current : 24000.000000;
+			is_pad : true;
+			function : "((A))";
+			three_state : "((!OE))";
+			direction : "inout";
+			max_transition : 1.000000;
+			max_capacitance : 50.000000;
+			input_signal_level : "DVDD";
+			output_signal_level : "DVDD";
+			capacitance : 3.563020;
+			internal_power () {
+				related_pin : "A";
+				when : "!IE&OE&!SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 10, 20, 30, 40, 50");
+					values("49.528788, 50.491478, 50.287278, 49.755948, 49.158088, 48.187438", \
+					  "49.339552, 50.405662, 50.469192, 49.545092, 49.211382, 48.354252", \
+					  "49.330914, 50.452284, 50.215374, 49.626614, 49.469674, 48.128844");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 10, 20, 30, 40, 50");
+					values("51.922669, 55.271659, 55.973419, 56.337909, 56.652809, 56.707389", \
+					  "51.888140, 55.371970, 56.032840, 56.393360, 56.576790, 56.718790", \
+					  "51.893607, 55.148487, 56.046977, 56.277677, 56.792777, 56.528397");
+				}
+			}
+			internal_power () {
+				related_pin : "A";
+				when : "!IE&OE&SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 10, 20, 30, 40, 50");
+					values("42.335898, 48.211468, 49.792628, 48.946798, 48.368568, 47.481148", \
+					  "42.207022, 48.120072, 49.465842, 49.384232, 48.204142, 48.163152", \
+					  "42.264444, 48.284424, 49.248714, 48.940764, 48.712214, 47.538754");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 10, 20, 30, 40, 50");
+					values("46.771649, 49.924029, 51.902339, 53.771629, 54.514149, 54.853859", \
+					  "46.598850, 49.971140, 51.905750, 53.379990, 54.732510, 54.909610", \
+					  "46.296177, 49.755767, 52.506627, 53.339217, 53.935447, 55.164037");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "A&!IE&!SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 10, 20, 30, 40, 50");
+					values("45.196779, 45.380289, 44.703349, 44.035259, 43.289939, 42.365739", \
+					  "30.185510, 30.267130, 29.821500, 28.947950, 28.419910, 27.208080", \
+					  "28.826370, 29.094860, 28.534270, 28.032060, 27.611070, 26.423340");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 10, 20, 30, 40, 50");
+					values("4.842447, 4.874901, 4.881950, 4.874261, 4.870860, 4.871018", \
+					  "1.745270, 4.527430, 5.605270, 6.149550, 6.436740, 6.622080", \
+					  "1.837760, 4.865190, 5.724500, 6.153580, 6.434150, 6.635100");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "A&!IE&SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 10, 20, 30, 40, 50");
+					values("37.773389, 42.950579, 43.343709, 43.072979, 42.780509, 41.728079", \
+					  "22.653500, 28.035580, 28.505830, 28.406700, 27.616810, 26.856960", \
+					  "21.375420, 26.579100, 27.025080, 26.810230, 26.207590, 25.602420");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 10, 20, 30, 40, 50");
+					values("4.794936, 4.852843, 4.915115, 4.921225, 4.831730, 4.830669", \
+					  "1.810430, 4.617100, 5.633350, 6.093010, 6.394450, 6.591330", \
+					  "1.980600, 4.882080, 5.899370, 6.376380, 6.701460, 6.926900");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "!A&!IE&!SL";
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 10, 20, 30, 40, 50");
+					values("40.891599, 43.049929, 43.301109, 43.090359, 43.392799, 43.256199", \
+					  "26.186470, 28.280170, 28.523320, 28.413440, 28.610390, 28.515020", \
+					  "25.060470, 26.945880, 27.171180, 27.267870, 27.241150, 27.326200");
+				}
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 10, 20, 30, 40, 50");
+					values("6.629628, -102.392009, -211.337509, -320.261909, -429.176209, -538.085709", \
+					  "-0.002640, -109.274550, -218.284930, -327.250930, -436.188630, -545.112530", \
+					  "-0.087670, -109.335810, -218.346010, -327.300710, -436.233510, -545.155210");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "!A&!IE&SL";
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 10, 20, 30, 40, 50");
+					values("36.437279, 37.913929, 39.244649, 40.083759, 41.002339, 41.126809", \
+					  "21.517480, 23.111390, 24.486360, 25.458530, 26.191880, 26.430960", \
+					  "20.100960, 21.842720, 23.284510, 24.256860, 24.852670, 25.294950");
+				}
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 10, 20, 30, 40, 50");
+					values("6.561626, -102.479409, -211.411909, -320.332909, -429.246509, -538.155909", \
+					  "0.105120, -109.135680, -218.099130, -327.034230, -436.062230, -544.983730", \
+					  "0.001460, -109.062160, -218.016910, -326.965210, -436.188310, -545.101410");
+				}
+			}
+			internal_power () {
+				related_pin : "A";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 10, 20, 30, 40, 50");
+					values("91.864686, 98.702946, 100.079906, 98.702746, 97.526656, 95.668586", \
+					  "91.546574, 98.525734, 99.935034, 98.929324, 97.415524, 96.517404", \
+					  "91.595358, 98.736708, 99.464088, 98.567378, 98.181888, 95.667598");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 10, 20, 30, 40, 50");
+					values("98.694318, 105.195688, 107.875758, 110.109538, 111.166958, 111.561248", \
+					  "98.486990, 105.343110, 107.938590, 109.773350, 111.309300, 111.628400", \
+					  "98.189784, 104.904254, 108.553604, 109.616894, 110.728224, 111.692434");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 10, 20, 30, 40, 50");
+					values("48.080711, -58.270275, -167.351180, -276.743290, -386.176135, -496.073900", \
+					  "26.470745, -80.053760, -189.028365, -298.465255, -408.107070, -518.015610", \
+					  "25.057790, -81.362005, -190.401785, -299.711815, -409.301580, -519.115430");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 10, 20, 30, 40, 50");
+					values("43.483131, 45.345801, 46.171412, 46.484802, 47.048864, 47.042348", \
+					  "25.629825, 30.268045, 32.124150, 33.057265, 33.816730, 34.079695", \
+					  "24.489895, 29.267935, 31.039780, 32.027345, 32.614715, 33.091575");
+				}
+			}
+			timing () {
+				related_pin : "A";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				when : "!IE&OE&!SL";
+				sdf_cond : "IE==1'b0&&OE==1'b1&&SL==1'b0";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.563020, 13.563020, 23.563020, 33.563020, 43.563020, 53.563020");
+					values("2.733798, 3.160616, 3.491275, 3.810735, 4.129747, 4.447275", \
+					  "2.812093, 3.238588, 3.569522, 3.890080, 4.207949, 4.525484", \
+					  "2.847055, 3.273206, 3.604049, 3.924585, 4.241928, 4.560135");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.563020, 13.563020, 23.563020, 33.563020, 43.563020, 53.563020");
+					values("0.618892, 1.115041, 1.695342, 2.305813, 2.932328, 3.564544", \
+					  "0.619291, 1.115077, 1.695271, 2.307406, 2.931568, 3.563386", \
+					  "0.619174, 1.113048, 1.695075, 2.307475, 2.929789, 3.563952");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.563020, 13.563020, 23.563020, 33.563020, 43.563020, 53.563020");
+					values("2.782183, 3.201032, 3.506123, 3.790507, 4.068227, 4.343374", \
+					  "2.918352, 3.337130, 3.642307, 3.926754, 4.204361, 4.479272", \
+					  "3.081182, 3.499945, 3.805127, 4.089568, 4.367176, 4.642083");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.563020, 13.563020, 23.563020, 33.563020, 43.563020, 53.563020");
+					values("0.446920, 0.935173, 1.397428, 1.874032, 2.357507, 2.853310", \
+					  "0.447197, 0.936581, 1.396932, 1.872835, 2.361330, 2.855900", \
+					  "0.447174, 0.936707, 1.396784, 1.872730, 2.361291, 2.855904");
+				}
+			}
+			timing () {
+				related_pin : "A";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				when : "!IE&OE&SL";
+				sdf_cond : "IE==1'b0&&OE==1'b1&&SL==1'b1";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.563020, 13.563020, 23.563020, 33.563020, 43.563020, 53.563020");
+					values("2.652847, 3.642794, 4.345593, 4.854062, 5.276183, 5.654623", \
+					  "2.730967, 3.720873, 4.423006, 4.932136, 5.354166, 5.732798", \
+					  "2.765910, 3.755617, 4.458605, 4.968418, 5.386448, 5.766328");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.563020, 13.563020, 23.563020, 33.563020, 43.563020, 53.563020");
+					values("0.834847, 2.190115, 2.919883, 3.506907, 4.054515, 4.597566", \
+					  "0.835612, 2.192749, 2.919833, 3.508577, 4.061199, 4.603118", \
+					  "0.835094, 2.189853, 2.918509, 3.512037, 4.061286, 4.601790");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.563020, 13.563020, 23.563020, 33.563020, 43.563020, 53.563020");
+					values("2.749254, 3.335102, 3.886470, 4.396143, 4.860801, 5.288116", \
+					  "2.885371, 3.471184, 4.022550, 4.532062, 4.996756, 5.424329", \
+					  "3.048156, 3.633992, 4.185377, 4.695176, 5.159951, 5.586640");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.563020, 13.563020, 23.563020, 33.563020, 43.563020, 53.563020");
+					values("0.461252, 1.456208, 2.305636, 3.008467, 3.631616, 4.197254", \
+					  "0.461099, 1.455974, 2.305489, 3.006968, 3.625927, 4.197385", \
+					  "0.461385, 1.455516, 2.305688, 3.007016, 3.625792, 4.196878");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "A&!IE&!SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&SL==1'b0";
+				timing_type : "three_state_enable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.563020, 13.563020, 23.563020, 33.563020, 43.563020, 53.563020");
+					values("2.340985, 2.775846, 3.106162, 3.425917, 3.743475, 4.060303", \
+					  "2.395769, 2.832559, 3.162908, 3.481929, 3.800279, 4.117443", \
+					  "2.424142, 2.861530, 3.192064, 3.511379, 3.829180, 4.147651");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.563020, 13.563020, 23.563020, 33.563020, 43.563020, 53.563020");
+					values("0.647843, 1.139931, 1.707673, 2.315141, 2.937892, 3.568750", \
+					  "0.645786, 1.140862, 1.710528, 2.315727, 2.938892, 3.569893", \
+					  "0.645935, 1.140877, 1.714344, 2.317352, 2.938541, 3.571923");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "A&!IE&SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&SL==1'b1";
+				timing_type : "three_state_enable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.563020, 13.563020, 23.563020, 33.563020, 43.563020, 53.563020");
+					values("2.265495, 3.244282, 3.954922, 4.468154, 4.888685, 5.270285", \
+					  "2.322852, 3.301421, 4.012825, 4.525101, 4.947603, 5.326827", \
+					  "2.352167, 3.330668, 4.038013, 4.556581, 4.976564, 5.355639");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.563020, 13.563020, 23.563020, 33.563020, 43.563020, 53.563020");
+					values("0.844237, 2.209493, 2.942993, 3.541866, 4.089199, 4.629405", \
+					  "0.847776, 2.209275, 2.944500, 3.541201, 4.091368, 4.629648", \
+					  "0.848151, 2.208316, 2.941561, 3.540291, 4.089949, 4.626958");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "!A&!IE&!SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&SL==1'b0";
+				timing_type : "three_state_enable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.563020, 13.563020, 23.563020, 33.563020, 43.563020, 53.563020");
+					values("1.649724, 2.079215, 2.387224, 2.671729, 2.949180, 3.223605", \
+					  "1.726891, 2.156389, 2.464406, 2.748912, 3.026362, 3.300786", \
+					  "1.765136, 2.194533, 2.502598, 2.787120, 3.064537, 3.338943");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.563020, 13.563020, 23.563020, 33.563020, 43.563020, 53.563020");
+					values("0.483630, 0.970960, 1.428899, 1.898998, 2.381327, 2.869547", \
+					  "0.483597, 0.971012, 1.428917, 1.899006, 2.381322, 2.869500", \
+					  "0.483662, 0.971717, 1.429140, 1.898921, 2.381079, 2.868724");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "!A&!IE&SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&SL==1'b1";
+				timing_type : "three_state_enable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.563020, 13.563020, 23.563020, 33.563020, 43.563020, 53.563020");
+					values("1.625673, 2.201746, 2.749434, 3.261418, 3.730715, 4.160849", \
+					  "1.702978, 2.278975, 2.826607, 3.338228, 3.806812, 4.236931", \
+					  "1.741241, 2.316972, 2.864738, 3.376414, 3.844839, 4.276218");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.563020, 13.563020, 23.563020, 33.563020, 43.563020, 53.563020");
+					values("0.506005, 1.470122, 2.322315, 3.035576, 3.661824, 4.225219", \
+					  "0.504705, 1.468555, 2.320635, 3.033072, 3.651365, 4.222767", \
+					  "0.505916, 1.470359, 2.322913, 3.031580, 3.654941, 4.230243");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "!A&!IE&!SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&SL==1'b0";
+				timing_type : "three_state_disable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.563020, 13.563020, 23.563020, 33.563020, 43.563020, 53.563020");
+					values("1.325067, 1.325068, 1.325069, 1.325070, 1.325071, 1.325072", \
+					  "1.458515, 1.458516, 1.458517, 1.458518, 1.458519, 1.458520", \
+					  "1.625790, 1.625791, 1.625792, 1.625793, 1.625794, 1.625795");
+				}
+				rise_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "!A&!IE&SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&SL==1'b1";
+				timing_type : "three_state_disable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.563020, 13.563020, 23.563020, 33.563020, 43.563020, 53.563020");
+					values("1.315669, 1.315670, 1.315671, 1.315672, 1.315673, 1.315674", \
+					  "1.448133, 1.448243, 1.448244, 1.448245, 1.448246, 1.448247", \
+					  "1.614259, 1.614260, 1.614261, 1.614262, 1.614263, 1.614264");
+				}
+				rise_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "A&!IE&!SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&SL==1'b0";
+				timing_type : "three_state_disable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.563020, 13.563020, 23.563020, 33.563020, 43.563020, 53.563020");
+					values("1.733084, 1.733085, 1.733086, 1.733087, 1.733088, 1.733089", \
+					  "1.868636, 1.868637, 1.868638, 1.868639, 1.868640, 1.868641", \
+					  "2.039483, 2.039484, 2.039485, 2.039486, 2.039487, 2.039488");
+				}
+				fall_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "A&!IE&SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&SL==1'b1";
+				timing_type : "three_state_disable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.563020, 13.563020, 23.563020, 33.563020, 43.563020, 53.563020");
+					values("1.740337, 1.740338, 1.740339, 1.740340, 1.740341, 1.740342", \
+					  "1.873181, 1.873182, 1.873183, 1.873184, 1.873185, 1.873186", \
+					  "2.043600, 2.043601, 2.043602, 2.043603, 2.043604, 2.043605");
+				}
+				fall_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("-25.660460, -25.232550, -25.603770");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("25.972480, 25.101670, 25.913730");
+				}
+			}
+		}
+		pin ("Y") {
+			function : "((IE*PAD))";
+			direction : "output";
+			max_capacitance : 0.500000;
+			output_signal_level : "VDD";
+			internal_power () {
+				related_pin : "IE";
+				when : "!CS&!OE&PAD";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("1.926980, 1.796490, 1.864497, 1.737124, 1.660974, 1.944411", \
+					  "1.417497, 1.318267, 1.400298, 1.428260, 1.248445, 1.382395", \
+					  "1.428096, 1.322737, 1.394684, 1.366333, 1.302237, 1.371804");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("2.292408, 2.316304, 2.338037, 2.610200, 2.428724, 2.079489", \
+					  "1.947714, 2.042723, 1.925549, 2.207030, 2.063332, 2.009682", \
+					  "1.921350, 2.046111, 2.085638, 1.671760, 2.043568, 2.299239");
+				}
+			}
+			internal_power () {
+				related_pin : "IE";
+				when : "CS&!OE&PAD";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("2.123455, 2.131670, 2.092529, 2.144631, 2.159869, 2.037285", \
+					  "1.676142, 1.608321, 1.639809, 1.626909, 1.562970, 1.620440", \
+					  "1.666711, 1.603668, 1.666950, 1.550579, 1.560185, 1.466467");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("2.430498, 2.460729, 2.554829, 2.518536, 2.624013, 2.488451", \
+					  "2.075310, 2.117297, 2.197271, 2.157181, 2.119430, 2.422115", \
+					  "2.059822, 2.013904, 2.200832, 2.239228, 2.233421, 2.283692");
+				}
+			}
+			internal_power () {
+				related_pin : "PAD";
+				when : "!CS&IE&!OE";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("1.157660, 1.136340, 1.116370, 1.064250, 1.054580, 1.034520", \
+					  "0.790250, 0.765460, 0.747470, 0.694860, 0.675850, 0.658530", \
+					  "1.201000, 1.176670, 1.158050, 1.102940, 1.076030, 1.072560");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("1.077750, 1.108740, 1.159560, 1.249060, 1.271800, 1.290070", \
+					  "1.542110, 1.570630, 1.623500, 1.712330, 1.735860, 1.756910", \
+					  "1.126290, 1.184120, 1.237380, 1.326190, 1.350690, 1.368190");
+				}
+			}
+			internal_power () {
+				related_pin : "PAD";
+				when : "CS&IE&!OE";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("1.507430, 1.484860, 1.468140, 1.428050, 1.399790, 1.372680", \
+					  "1.044380, 1.021210, 1.001700, 0.953620, 0.938120, 0.922870", \
+					  "1.659540, 1.637100, 1.617480, 1.577030, 1.546560, 1.538830");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("1.761140, 1.797820, 1.873970, 2.033890, 2.090160, 2.130700", \
+					  "2.245180, 2.285170, 2.358620, 2.524860, 2.575910, 2.619250", \
+					  "1.679530, 1.732610, 1.817440, 1.939080, 2.016780, 2.063260");
+				}
+			}
+			internal_power () {
+				related_pin : "IE";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("2.025218, 1.964080, 1.978513, 1.940878, 1.910421, 1.990848", \
+					  "1.546820, 1.463294, 1.520053, 1.527585, 1.405708, 1.501418", \
+					  "1.547404, 1.463202, 1.530817, 1.458456, 1.431211, 1.419135");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("2.361453, 2.388517, 2.446433, 2.564368, 2.526369, 2.283970", \
+					  "2.011512, 2.080010, 2.061410, 2.182106, 2.091381, 2.215898", \
+					  "1.990586, 2.030007, 2.143235, 1.955494, 2.138495, 2.291466");
+				}
+			}
+			internal_power () {
+				related_pin : "PAD";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("1.332545, 1.310600, 1.292255, 1.246150, 1.227185, 1.203600", \
+					  "0.917315, 0.893335, 0.874585, 0.824240, 0.806985, 0.790700", \
+					  "1.430270, 1.406885, 1.387765, 1.339985, 1.311295, 1.305695");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("1.419445, 1.453280, 1.516765, 1.641475, 1.680980, 1.710385", \
+					  "1.893645, 1.927900, 1.991060, 2.118595, 2.155885, 2.188080", \
+					  "1.402910, 1.458365, 1.527410, 1.632635, 1.683735, 1.715725");
+				}
+			}
+			timing () {
+				related_pin : "IE";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				when : "!CS&!OE&PAD";
+				sdf_cond : "CS==1'b0&&OE==1'b0&&PAD==1'b1";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("1.942269, 2.008389, 2.088076, 2.318395, 2.428704, 2.538909", \
+					  "2.042518, 2.107783, 2.188525, 2.418713, 2.529273, 2.639593", \
+					  "2.110607, 2.175945, 2.256774, 2.486744, 2.597048, 2.707294");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.205928, 0.293790, 0.415156, 0.822967, 1.034702, 1.248836", \
+					  "0.206555, 0.293015, 0.415158, 0.820913, 1.033899, 1.245868", \
+					  "0.207006, 0.293713, 0.414202, 0.821942, 1.032548, 1.249601");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("1.651284, 1.706565, 1.772144, 1.950301, 2.032813, 2.114087", \
+					  "1.789608, 1.844887, 1.910000, 2.088210, 2.170863, 2.251927", \
+					  "1.944653, 2.000003, 2.065597, 2.243806, 2.326188, 2.407425");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.110941, 0.178485, 0.266793, 0.544876, 0.686717, 0.829543", \
+					  "0.110295, 0.179321, 0.267438, 0.545118, 0.686489, 0.829252", \
+					  "0.110815, 0.179311, 0.266753, 0.545322, 0.685812, 0.828557");
+				}
+			}
+			timing () {
+				related_pin : "IE";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				when : "CS&!OE&PAD";
+				sdf_cond : "CS==1'b1&&OE==1'b0&&PAD==1'b1";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("2.013115, 2.078635, 2.159282, 2.389348, 2.499617, 2.609873", \
+					  "2.112817, 2.178347, 2.259149, 2.489114, 2.599500, 2.709776", \
+					  "2.180739, 2.246924, 2.326666, 2.556921, 2.667566, 2.778237");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.207475, 0.294730, 0.414267, 0.821084, 1.033366, 1.249929", \
+					  "0.207434, 0.293837, 0.414699, 0.822254, 1.033489, 1.248579", \
+					  "0.205915, 0.294004, 0.415325, 0.823173, 1.034776, 1.248635");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("1.745614, 1.800796, 1.866469, 2.044558, 2.126994, 2.208215", \
+					  "1.883612, 1.938780, 2.004255, 2.182496, 2.264994, 2.346193", \
+					  "2.039569, 2.094807, 2.160496, 2.338745, 2.421410, 2.502129");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.110798, 0.178423, 0.267875, 0.545150, 0.686696, 0.830116", \
+					  "0.110824, 0.179518, 0.267461, 0.545151, 0.686917, 0.829912", \
+					  "0.110584, 0.178758, 0.267257, 0.544952, 0.686096, 0.829497");
+				}
+			}
+			timing () {
+				related_pin : "PAD";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				when : "!CS&IE&!OE";
+				sdf_cond : "CS==1'b0&&IE==1'b1&&OE==1'b0";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("1.377652, 1.443746, 1.523392, 1.753980, 1.864856, 1.975042", \
+					  "1.465493, 1.530743, 1.611069, 1.840939, 1.951409, 2.061979", \
+					  "1.502107, 1.567887, 1.648031, 1.877677, 1.988679, 2.099255");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.204573, 0.290679, 0.410245, 0.818748, 1.035033, 1.247740", \
+					  "0.203483, 0.290145, 0.410069, 0.820193, 1.033065, 1.246861", \
+					  "0.205037, 0.290714, 0.411089, 0.822395, 1.032339, 1.249529");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("1.339523, 1.395089, 1.459849, 1.638341, 1.720871, 1.802214", \
+					  "1.362446, 1.417350, 1.482155, 1.660503, 1.743064, 1.824439", \
+					  "1.542326, 1.597181, 1.662688, 1.841119, 1.923617, 2.004910");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.111411, 0.178709, 0.265690, 0.544067, 0.686986, 0.828437", \
+					  "0.111104, 0.179512, 0.265368, 0.545686, 0.687492, 0.827778", \
+					  "0.111652, 0.178843, 0.266322, 0.545523, 0.686572, 0.827499");
+				}
+			}
+			timing () {
+				related_pin : "PAD";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				when : "CS&IE&!OE";
+				sdf_cond : "CS==1'b1&&IE==1'b1&&OE==1'b0";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("1.474863, 1.540574, 1.620976, 1.850578, 1.961302, 2.071750", \
+					  "1.595354, 1.660975, 1.741061, 1.971080, 2.082152, 2.192366", \
+					  "1.695952, 1.761338, 1.841457, 2.071279, 2.182132, 2.292616");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.203745, 0.290865, 0.410428, 0.822516, 1.033702, 1.248695", \
+					  "0.204501, 0.290285, 0.409737, 0.822765, 1.032980, 1.248665", \
+					  "0.205124, 0.289655, 0.410278, 0.822032, 1.033437, 1.248989");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("2.141456, 2.195945, 2.261454, 2.439883, 2.522459, 2.603741", \
+					  "2.012599, 2.068261, 2.133471, 2.311135, 2.393803, 2.475302", \
+					  "2.198324, 2.254384, 2.319140, 2.497140, 2.580708, 2.661015");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.111970, 0.179639, 0.266663, 0.546043, 0.687090, 0.828472", \
+					  "0.111676, 0.179537, 0.266563, 0.544347, 0.686626, 0.828839", \
+					  "0.112249, 0.179168, 0.266539, 0.544035, 0.685128, 0.827806");
+				}
+			}
+		}
+		pin ("DVDD") {
+			direction : "inout";
+			capacitance : 0;
+		}
+		pin ("DVSS") {
+			direction : "inout";
+			capacitance : 0;
+		}
+		pin ("VDD") {
+			direction : "inout";
+			capacitance : 0;
+		}
+		pin ("VSS") {
+			direction : "inout";
+			capacitance : 0;
+		}
+	}
diff --git a/cells/bi_24t/gf180mcu_fd_io__bi_24t__tt_025C_3v30.lib.json b/cells/bi_24t/gf180mcu_fd_io__bi_24t__tt_025C_3v30.lib.json
new file mode 100644
index 0000000..fc24581
--- /dev/null
+++ b/cells/bi_24t/gf180mcu_fd_io__bi_24t__tt_025C_3v30.lib.json
@@ -0,0 +1,3102 @@
+{
+    "cell gf180mcu_fd_io__bi_24t": {
+        "scaling_factors": "gf_factors",
+        "area": "26250.000000",
+        "pad_cell": "true",
+        "dont_use": "true",
+        "dont_touch": "true",
+        "cell_leakage_power": "2.069520e-03",
+        "leakage_power ": {
+            "when": "!CS !SL !IE !OE !PU !PD !A !PAD",
+            "value": "0.002070"
+        },
+        "pin CS": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.022787",
+            "comp_attribute rise_capacitance_range": "0.022104,0.023789",
+            "capacitance": "0.022698",
+            "fall_capacitance": "0.022609",
+            "comp_attribute fall_capacitance_range": "0.021646,0.023284",
+            "internal_power ": {
+                "rise_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        0.203592,
+                        1.141205,
+                        1.160767
+                    ]
+                },
+                "fall_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        0.353316,
+                        1.072672,
+                        1.053641
+                    ]
+                }
+            }
+        },
+        "pin SL": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.031838",
+            "comp_attribute rise_capacitance_range": "0.031047,0.032900",
+            "capacitance": "0.031705",
+            "fall_capacitance": "0.031572",
+            "comp_attribute fall_capacitance_range": "0.030556,0.032083",
+            "internal_power ": {
+                "rise_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        0.199912,
+                        1.402068,
+                        1.430855
+                    ]
+                },
+                "fall_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        0.401397,
+                        1.53648,
+                        1.575255
+                    ]
+                }
+            }
+        },
+        "pin IE": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.014741",
+            "comp_attribute rise_capacitance_range": "0.013762,0.015594",
+            "capacitance": "0.014425",
+            "fall_capacitance": "0.014109",
+            "comp_attribute fall_capacitance_range": "0.013335,0.014668",
+            "internal_power ": {
+                "rise_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        0.262638,
+                        0.733332,
+                        0.742563
+                    ]
+                },
+                "fall_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        0.296251,
+                        0.641296,
+                        0.683914
+                    ]
+                }
+            }
+        },
+        "pin OE": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.091216",
+            "comp_attribute rise_capacitance_range": "0.084514,0.097161",
+            "capacitance": "0.090890",
+            "fall_capacitance": "0.089266",
+            "comp_attribute fall_capacitance_range": "0.087291,0.091081"
+        },
+        "pin PU": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.078325",
+            "comp_attribute rise_capacitance_range": "0.063370,0.089825",
+            "capacitance": "0.078428",
+            "fall_capacitance": "0.078531",
+            "comp_attribute fall_capacitance_range": "0.060154,0.094912",
+            "internal_power ": {
+                "rise_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        -0.26328,
+                        0.197667,
+                        0.193606
+                    ]
+                },
+                "fall_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        0.833842,
+                        1.426667,
+                        1.556026
+                    ]
+                }
+            }
+        },
+        "pin PD": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.047618",
+            "comp_attribute rise_capacitance_range": "0.047172,0.048306",
+            "capacitance": "0.049256",
+            "fall_capacitance": "0.050894",
+            "comp_attribute fall_capacitance_range": "0.048738,0.053047",
+            "internal_power ": {
+                "rise_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        -0.017158,
+                        0.812806,
+                        0.820339
+                    ]
+                },
+                "fall_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        0.73005,
+                        1.313415,
+                        1.323393
+                    ]
+                }
+            }
+        },
+        "pin A": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.037012",
+            "comp_attribute rise_capacitance_range": "0.035428,0.038653",
+            "capacitance": "0.036972",
+            "fall_capacitance": "0.036932",
+            "comp_attribute fall_capacitance_range": "0.035992,0.037803",
+            "internal_power ": {
+                "rise_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        -0.129878,
+                        -0.122412,
+                        -0.123854
+                    ]
+                },
+                "fall_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        0.149841,
+                        0.15398,
+                        0.153003
+                    ]
+                }
+            }
+        },
+        "pin PAD": {
+            "drive_current": "24000.000000",
+            "is_pad": "true",
+            "function": "((A))",
+            "three_state": "((!OE))",
+            "direction": "inout",
+            "max_transition": "1.000000",
+            "max_capacitance": "50.000000",
+            "input_signal_level": "DVDD",
+            "output_signal_level": "DVDD",
+            "capacitance": "3.563020",
+            "internal_power ": [
+                {
+                    "related_pin": "A",
+                    "when": "!IE&OE&!SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            10,
+                            20,
+                            30,
+                            40,
+                            50
+                        ],
+                        "values": [
+                            [
+                                49.528788,
+                                50.491478,
+                                50.287278,
+                                49.755948,
+                                49.158088,
+                                48.187438
+                            ],
+                            [
+                                49.339552,
+                                50.405662,
+                                50.469192,
+                                49.545092,
+                                49.211382,
+                                48.354252
+                            ],
+                            [
+                                49.330914,
+                                50.452284,
+                                50.215374,
+                                49.626614,
+                                49.469674,
+                                48.128844
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            10,
+                            20,
+                            30,
+                            40,
+                            50
+                        ],
+                        "values": [
+                            [
+                                51.922669,
+                                55.271659,
+                                55.973419,
+                                56.337909,
+                                56.652809,
+                                56.707389
+                            ],
+                            [
+                                51.88814,
+                                55.37197,
+                                56.03284,
+                                56.39336,
+                                56.57679,
+                                56.71879
+                            ],
+                            [
+                                51.893607,
+                                55.148487,
+                                56.046977,
+                                56.277677,
+                                56.792777,
+                                56.528397
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "A",
+                    "when": "!IE&OE&SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            10,
+                            20,
+                            30,
+                            40,
+                            50
+                        ],
+                        "values": [
+                            [
+                                42.335898,
+                                48.211468,
+                                49.792628,
+                                48.946798,
+                                48.368568,
+                                47.481148
+                            ],
+                            [
+                                42.207022,
+                                48.120072,
+                                49.465842,
+                                49.384232,
+                                48.204142,
+                                48.163152
+                            ],
+                            [
+                                42.264444,
+                                48.284424,
+                                49.248714,
+                                48.940764,
+                                48.712214,
+                                47.538754
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            10,
+                            20,
+                            30,
+                            40,
+                            50
+                        ],
+                        "values": [
+                            [
+                                46.771649,
+                                49.924029,
+                                51.902339,
+                                53.771629,
+                                54.514149,
+                                54.853859
+                            ],
+                            [
+                                46.59885,
+                                49.97114,
+                                51.90575,
+                                53.37999,
+                                54.73251,
+                                54.90961
+                            ],
+                            [
+                                46.296177,
+                                49.755767,
+                                52.506627,
+                                53.339217,
+                                53.935447,
+                                55.164037
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "A&!IE&!SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            10,
+                            20,
+                            30,
+                            40,
+                            50
+                        ],
+                        "values": [
+                            [
+                                45.196779,
+                                45.380289,
+                                44.703349,
+                                44.035259,
+                                43.289939,
+                                42.365739
+                            ],
+                            [
+                                30.18551,
+                                30.26713,
+                                29.8215,
+                                28.94795,
+                                28.41991,
+                                27.20808
+                            ],
+                            [
+                                28.82637,
+                                29.09486,
+                                28.53427,
+                                28.03206,
+                                27.61107,
+                                26.42334
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            10,
+                            20,
+                            30,
+                            40,
+                            50
+                        ],
+                        "values": [
+                            [
+                                4.842447,
+                                4.874901,
+                                4.88195,
+                                4.874261,
+                                4.87086,
+                                4.871018
+                            ],
+                            [
+                                1.74527,
+                                4.52743,
+                                5.60527,
+                                6.14955,
+                                6.43674,
+                                6.62208
+                            ],
+                            [
+                                1.83776,
+                                4.86519,
+                                5.7245,
+                                6.15358,
+                                6.43415,
+                                6.6351
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "A&!IE&SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            10,
+                            20,
+                            30,
+                            40,
+                            50
+                        ],
+                        "values": [
+                            [
+                                37.773389,
+                                42.950579,
+                                43.343709,
+                                43.072979,
+                                42.780509,
+                                41.728079
+                            ],
+                            [
+                                22.6535,
+                                28.03558,
+                                28.50583,
+                                28.4067,
+                                27.61681,
+                                26.85696
+                            ],
+                            [
+                                21.37542,
+                                26.5791,
+                                27.02508,
+                                26.81023,
+                                26.20759,
+                                25.60242
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            10,
+                            20,
+                            30,
+                            40,
+                            50
+                        ],
+                        "values": [
+                            [
+                                4.794936,
+                                4.852843,
+                                4.915115,
+                                4.921225,
+                                4.83173,
+                                4.830669
+                            ],
+                            [
+                                1.81043,
+                                4.6171,
+                                5.63335,
+                                6.09301,
+                                6.39445,
+                                6.59133
+                            ],
+                            [
+                                1.9806,
+                                4.88208,
+                                5.89937,
+                                6.37638,
+                                6.70146,
+                                6.9269
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "!A&!IE&!SL",
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            10,
+                            20,
+                            30,
+                            40,
+                            50
+                        ],
+                        "values": [
+                            [
+                                40.891599,
+                                43.049929,
+                                43.301109,
+                                43.090359,
+                                43.392799,
+                                43.256199
+                            ],
+                            [
+                                26.18647,
+                                28.28017,
+                                28.52332,
+                                28.41344,
+                                28.61039,
+                                28.51502
+                            ],
+                            [
+                                25.06047,
+                                26.94588,
+                                27.17118,
+                                27.26787,
+                                27.24115,
+                                27.3262
+                            ]
+                        ]
+                    },
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            10,
+                            20,
+                            30,
+                            40,
+                            50
+                        ],
+                        "values": [
+                            [
+                                6.629628,
+                                -102.392009,
+                                -211.337509,
+                                -320.261909,
+                                -429.176209,
+                                -538.085709
+                            ],
+                            [
+                                -0.00264,
+                                -109.27455,
+                                -218.28493,
+                                -327.25093,
+                                -436.18863,
+                                -545.11253
+                            ],
+                            [
+                                -0.08767,
+                                -109.33581,
+                                -218.34601,
+                                -327.30071,
+                                -436.23351,
+                                -545.15521
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "!A&!IE&SL",
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            10,
+                            20,
+                            30,
+                            40,
+                            50
+                        ],
+                        "values": [
+                            [
+                                36.437279,
+                                37.913929,
+                                39.244649,
+                                40.083759,
+                                41.002339,
+                                41.126809
+                            ],
+                            [
+                                21.51748,
+                                23.11139,
+                                24.48636,
+                                25.45853,
+                                26.19188,
+                                26.43096
+                            ],
+                            [
+                                20.10096,
+                                21.84272,
+                                23.28451,
+                                24.25686,
+                                24.85267,
+                                25.29495
+                            ]
+                        ]
+                    },
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            10,
+                            20,
+                            30,
+                            40,
+                            50
+                        ],
+                        "values": [
+                            [
+                                6.561626,
+                                -102.479409,
+                                -211.411909,
+                                -320.332909,
+                                -429.246509,
+                                -538.155909
+                            ],
+                            [
+                                0.10512,
+                                -109.13568,
+                                -218.09913,
+                                -327.03423,
+                                -436.06223,
+                                -544.98373
+                            ],
+                            [
+                                0.00146,
+                                -109.06216,
+                                -218.01691,
+                                -326.96521,
+                                -436.18831,
+                                -545.10141
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "A",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            10,
+                            20,
+                            30,
+                            40,
+                            50
+                        ],
+                        "values": [
+                            [
+                                91.864686,
+                                98.702946,
+                                100.079906,
+                                98.702746,
+                                97.526656,
+                                95.668586
+                            ],
+                            [
+                                91.546574,
+                                98.525734,
+                                99.935034,
+                                98.929324,
+                                97.415524,
+                                96.517404
+                            ],
+                            [
+                                91.595358,
+                                98.736708,
+                                99.464088,
+                                98.567378,
+                                98.181888,
+                                95.667598
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            10,
+                            20,
+                            30,
+                            40,
+                            50
+                        ],
+                        "values": [
+                            [
+                                98.694318,
+                                105.195688,
+                                107.875758,
+                                110.109538,
+                                111.166958,
+                                111.561248
+                            ],
+                            [
+                                98.48699,
+                                105.34311,
+                                107.93859,
+                                109.77335,
+                                111.3093,
+                                111.6284
+                            ],
+                            [
+                                98.189784,
+                                104.904254,
+                                108.553604,
+                                109.616894,
+                                110.728224,
+                                111.692434
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            10,
+                            20,
+                            30,
+                            40,
+                            50
+                        ],
+                        "values": [
+                            [
+                                48.080711,
+                                -58.270275,
+                                -167.35118,
+                                -276.74329,
+                                -386.176135,
+                                -496.0739
+                            ],
+                            [
+                                26.470745,
+                                -80.05376,
+                                -189.028365,
+                                -298.465255,
+                                -408.10707,
+                                -518.01561
+                            ],
+                            [
+                                25.05779,
+                                -81.362005,
+                                -190.401785,
+                                -299.711815,
+                                -409.30158,
+                                -519.11543
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            10,
+                            20,
+                            30,
+                            40,
+                            50
+                        ],
+                        "values": [
+                            [
+                                43.483131,
+                                45.345801,
+                                46.171412,
+                                46.484802,
+                                47.048864,
+                                47.042348
+                            ],
+                            [
+                                25.629825,
+                                30.268045,
+                                32.12415,
+                                33.057265,
+                                33.81673,
+                                34.079695
+                            ],
+                            [
+                                24.489895,
+                                29.267935,
+                                31.03978,
+                                32.027345,
+                                32.614715,
+                                33.091575
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "rise_power power_inputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "values": [
+                            -25.66046,
+                            -25.23255,
+                            -25.60377
+                        ]
+                    },
+                    "fall_power power_inputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "values": [
+                            25.97248,
+                            25.10167,
+                            25.91373
+                        ]
+                    }
+                }
+            ],
+            "timing ": [
+                {
+                    "related_pin": "A",
+                    "timing_type": "combinational",
+                    "timing_sense": "positive_unate",
+                    "when": "!IE&OE&!SL",
+                    "sdf_cond": "IE==1'b0&&OE==1'b1&&SL==1'b0",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.56302,
+                            13.56302,
+                            23.56302,
+                            33.56302,
+                            43.56302,
+                            53.56302
+                        ],
+                        "values": [
+                            [
+                                2.733798,
+                                3.160616,
+                                3.491275,
+                                3.810735,
+                                4.129747,
+                                4.447275
+                            ],
+                            [
+                                2.812093,
+                                3.238588,
+                                3.569522,
+                                3.89008,
+                                4.207949,
+                                4.525484
+                            ],
+                            [
+                                2.847055,
+                                3.273206,
+                                3.604049,
+                                3.924585,
+                                4.241928,
+                                4.560135
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.56302,
+                            13.56302,
+                            23.56302,
+                            33.56302,
+                            43.56302,
+                            53.56302
+                        ],
+                        "values": [
+                            [
+                                0.618892,
+                                1.115041,
+                                1.695342,
+                                2.305813,
+                                2.932328,
+                                3.564544
+                            ],
+                            [
+                                0.619291,
+                                1.115077,
+                                1.695271,
+                                2.307406,
+                                2.931568,
+                                3.563386
+                            ],
+                            [
+                                0.619174,
+                                1.113048,
+                                1.695075,
+                                2.307475,
+                                2.929789,
+                                3.563952
+                            ]
+                        ]
+                    },
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.56302,
+                            13.56302,
+                            23.56302,
+                            33.56302,
+                            43.56302,
+                            53.56302
+                        ],
+                        "values": [
+                            [
+                                2.782183,
+                                3.201032,
+                                3.506123,
+                                3.790507,
+                                4.068227,
+                                4.343374
+                            ],
+                            [
+                                2.918352,
+                                3.33713,
+                                3.642307,
+                                3.926754,
+                                4.204361,
+                                4.479272
+                            ],
+                            [
+                                3.081182,
+                                3.499945,
+                                3.805127,
+                                4.089568,
+                                4.367176,
+                                4.642083
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.56302,
+                            13.56302,
+                            23.56302,
+                            33.56302,
+                            43.56302,
+                            53.56302
+                        ],
+                        "values": [
+                            [
+                                0.44692,
+                                0.935173,
+                                1.397428,
+                                1.874032,
+                                2.357507,
+                                2.85331
+                            ],
+                            [
+                                0.447197,
+                                0.936581,
+                                1.396932,
+                                1.872835,
+                                2.36133,
+                                2.8559
+                            ],
+                            [
+                                0.447174,
+                                0.936707,
+                                1.396784,
+                                1.87273,
+                                2.361291,
+                                2.855904
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "A",
+                    "timing_type": "combinational",
+                    "timing_sense": "positive_unate",
+                    "when": "!IE&OE&SL",
+                    "sdf_cond": "IE==1'b0&&OE==1'b1&&SL==1'b1",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.56302,
+                            13.56302,
+                            23.56302,
+                            33.56302,
+                            43.56302,
+                            53.56302
+                        ],
+                        "values": [
+                            [
+                                2.652847,
+                                3.642794,
+                                4.345593,
+                                4.854062,
+                                5.276183,
+                                5.654623
+                            ],
+                            [
+                                2.730967,
+                                3.720873,
+                                4.423006,
+                                4.932136,
+                                5.354166,
+                                5.732798
+                            ],
+                            [
+                                2.76591,
+                                3.755617,
+                                4.458605,
+                                4.968418,
+                                5.386448,
+                                5.766328
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.56302,
+                            13.56302,
+                            23.56302,
+                            33.56302,
+                            43.56302,
+                            53.56302
+                        ],
+                        "values": [
+                            [
+                                0.834847,
+                                2.190115,
+                                2.919883,
+                                3.506907,
+                                4.054515,
+                                4.597566
+                            ],
+                            [
+                                0.835612,
+                                2.192749,
+                                2.919833,
+                                3.508577,
+                                4.061199,
+                                4.603118
+                            ],
+                            [
+                                0.835094,
+                                2.189853,
+                                2.918509,
+                                3.512037,
+                                4.061286,
+                                4.60179
+                            ]
+                        ]
+                    },
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.56302,
+                            13.56302,
+                            23.56302,
+                            33.56302,
+                            43.56302,
+                            53.56302
+                        ],
+                        "values": [
+                            [
+                                2.749254,
+                                3.335102,
+                                3.88647,
+                                4.396143,
+                                4.860801,
+                                5.288116
+                            ],
+                            [
+                                2.885371,
+                                3.471184,
+                                4.02255,
+                                4.532062,
+                                4.996756,
+                                5.424329
+                            ],
+                            [
+                                3.048156,
+                                3.633992,
+                                4.185377,
+                                4.695176,
+                                5.159951,
+                                5.58664
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.56302,
+                            13.56302,
+                            23.56302,
+                            33.56302,
+                            43.56302,
+                            53.56302
+                        ],
+                        "values": [
+                            [
+                                0.461252,
+                                1.456208,
+                                2.305636,
+                                3.008467,
+                                3.631616,
+                                4.197254
+                            ],
+                            [
+                                0.461099,
+                                1.455974,
+                                2.305489,
+                                3.006968,
+                                3.625927,
+                                4.197385
+                            ],
+                            [
+                                0.461385,
+                                1.455516,
+                                2.305688,
+                                3.007016,
+                                3.625792,
+                                4.196878
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "A&!IE&!SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&SL==1'b0",
+                    "timing_type": "three_state_enable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.56302,
+                            13.56302,
+                            23.56302,
+                            33.56302,
+                            43.56302,
+                            53.56302
+                        ],
+                        "values": [
+                            [
+                                2.340985,
+                                2.775846,
+                                3.106162,
+                                3.425917,
+                                3.743475,
+                                4.060303
+                            ],
+                            [
+                                2.395769,
+                                2.832559,
+                                3.162908,
+                                3.481929,
+                                3.800279,
+                                4.117443
+                            ],
+                            [
+                                2.424142,
+                                2.86153,
+                                3.192064,
+                                3.511379,
+                                3.82918,
+                                4.147651
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.56302,
+                            13.56302,
+                            23.56302,
+                            33.56302,
+                            43.56302,
+                            53.56302
+                        ],
+                        "values": [
+                            [
+                                0.647843,
+                                1.139931,
+                                1.707673,
+                                2.315141,
+                                2.937892,
+                                3.56875
+                            ],
+                            [
+                                0.645786,
+                                1.140862,
+                                1.710528,
+                                2.315727,
+                                2.938892,
+                                3.569893
+                            ],
+                            [
+                                0.645935,
+                                1.140877,
+                                1.714344,
+                                2.317352,
+                                2.938541,
+                                3.571923
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "A&!IE&SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&SL==1'b1",
+                    "timing_type": "three_state_enable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.56302,
+                            13.56302,
+                            23.56302,
+                            33.56302,
+                            43.56302,
+                            53.56302
+                        ],
+                        "values": [
+                            [
+                                2.265495,
+                                3.244282,
+                                3.954922,
+                                4.468154,
+                                4.888685,
+                                5.270285
+                            ],
+                            [
+                                2.322852,
+                                3.301421,
+                                4.012825,
+                                4.525101,
+                                4.947603,
+                                5.326827
+                            ],
+                            [
+                                2.352167,
+                                3.330668,
+                                4.038013,
+                                4.556581,
+                                4.976564,
+                                5.355639
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.56302,
+                            13.56302,
+                            23.56302,
+                            33.56302,
+                            43.56302,
+                            53.56302
+                        ],
+                        "values": [
+                            [
+                                0.844237,
+                                2.209493,
+                                2.942993,
+                                3.541866,
+                                4.089199,
+                                4.629405
+                            ],
+                            [
+                                0.847776,
+                                2.209275,
+                                2.9445,
+                                3.541201,
+                                4.091368,
+                                4.629648
+                            ],
+                            [
+                                0.848151,
+                                2.208316,
+                                2.941561,
+                                3.540291,
+                                4.089949,
+                                4.626958
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "!A&!IE&!SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&SL==1'b0",
+                    "timing_type": "three_state_enable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.56302,
+                            13.56302,
+                            23.56302,
+                            33.56302,
+                            43.56302,
+                            53.56302
+                        ],
+                        "values": [
+                            [
+                                1.649724,
+                                2.079215,
+                                2.387224,
+                                2.671729,
+                                2.94918,
+                                3.223605
+                            ],
+                            [
+                                1.726891,
+                                2.156389,
+                                2.464406,
+                                2.748912,
+                                3.026362,
+                                3.300786
+                            ],
+                            [
+                                1.765136,
+                                2.194533,
+                                2.502598,
+                                2.78712,
+                                3.064537,
+                                3.338943
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.56302,
+                            13.56302,
+                            23.56302,
+                            33.56302,
+                            43.56302,
+                            53.56302
+                        ],
+                        "values": [
+                            [
+                                0.48363,
+                                0.97096,
+                                1.428899,
+                                1.898998,
+                                2.381327,
+                                2.869547
+                            ],
+                            [
+                                0.483597,
+                                0.971012,
+                                1.428917,
+                                1.899006,
+                                2.381322,
+                                2.8695
+                            ],
+                            [
+                                0.483662,
+                                0.971717,
+                                1.42914,
+                                1.898921,
+                                2.381079,
+                                2.868724
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "!A&!IE&SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&SL==1'b1",
+                    "timing_type": "three_state_enable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.56302,
+                            13.56302,
+                            23.56302,
+                            33.56302,
+                            43.56302,
+                            53.56302
+                        ],
+                        "values": [
+                            [
+                                1.625673,
+                                2.201746,
+                                2.749434,
+                                3.261418,
+                                3.730715,
+                                4.160849
+                            ],
+                            [
+                                1.702978,
+                                2.278975,
+                                2.826607,
+                                3.338228,
+                                3.806812,
+                                4.236931
+                            ],
+                            [
+                                1.741241,
+                                2.316972,
+                                2.864738,
+                                3.376414,
+                                3.844839,
+                                4.276218
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.56302,
+                            13.56302,
+                            23.56302,
+                            33.56302,
+                            43.56302,
+                            53.56302
+                        ],
+                        "values": [
+                            [
+                                0.506005,
+                                1.470122,
+                                2.322315,
+                                3.035576,
+                                3.661824,
+                                4.225219
+                            ],
+                            [
+                                0.504705,
+                                1.468555,
+                                2.320635,
+                                3.033072,
+                                3.651365,
+                                4.222767
+                            ],
+                            [
+                                0.505916,
+                                1.470359,
+                                2.322913,
+                                3.03158,
+                                3.654941,
+                                4.230243
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "!A&!IE&!SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&SL==1'b0",
+                    "timing_type": "three_state_disable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.56302,
+                            13.56302,
+                            23.56302,
+                            33.56302,
+                            43.56302,
+                            53.56302
+                        ],
+                        "values": [
+                            [
+                                1.325067,
+                                1.325068,
+                                1.325069,
+                                1.32507,
+                                1.325071,
+                                1.325072
+                            ],
+                            [
+                                1.458515,
+                                1.458516,
+                                1.458517,
+                                1.458518,
+                                1.458519,
+                                1.45852
+                            ],
+                            [
+                                1.62579,
+                                1.625791,
+                                1.625792,
+                                1.625793,
+                                1.625794,
+                                1.625795
+                            ]
+                        ]
+                    },
+                    "rise_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "!A&!IE&SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&SL==1'b1",
+                    "timing_type": "three_state_disable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.56302,
+                            13.56302,
+                            23.56302,
+                            33.56302,
+                            43.56302,
+                            53.56302
+                        ],
+                        "values": [
+                            [
+                                1.315669,
+                                1.31567,
+                                1.315671,
+                                1.315672,
+                                1.315673,
+                                1.315674
+                            ],
+                            [
+                                1.448133,
+                                1.448243,
+                                1.448244,
+                                1.448245,
+                                1.448246,
+                                1.448247
+                            ],
+                            [
+                                1.614259,
+                                1.61426,
+                                1.614261,
+                                1.614262,
+                                1.614263,
+                                1.614264
+                            ]
+                        ]
+                    },
+                    "rise_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "A&!IE&!SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&SL==1'b0",
+                    "timing_type": "three_state_disable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.56302,
+                            13.56302,
+                            23.56302,
+                            33.56302,
+                            43.56302,
+                            53.56302
+                        ],
+                        "values": [
+                            [
+                                1.733084,
+                                1.733085,
+                                1.733086,
+                                1.733087,
+                                1.733088,
+                                1.733089
+                            ],
+                            [
+                                1.868636,
+                                1.868637,
+                                1.868638,
+                                1.868639,
+                                1.86864,
+                                1.868641
+                            ],
+                            [
+                                2.039483,
+                                2.039484,
+                                2.039485,
+                                2.039486,
+                                2.039487,
+                                2.039488
+                            ]
+                        ]
+                    },
+                    "fall_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "A&!IE&SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&SL==1'b1",
+                    "timing_type": "three_state_disable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.56302,
+                            13.56302,
+                            23.56302,
+                            33.56302,
+                            43.56302,
+                            53.56302
+                        ],
+                        "values": [
+                            [
+                                1.740337,
+                                1.740338,
+                                1.740339,
+                                1.74034,
+                                1.740341,
+                                1.740342
+                            ],
+                            [
+                                1.873181,
+                                1.873182,
+                                1.873183,
+                                1.873184,
+                                1.873185,
+                                1.873186
+                            ],
+                            [
+                                2.0436,
+                                2.043601,
+                                2.043602,
+                                2.043603,
+                                2.043604,
+                                2.043605
+                            ]
+                        ]
+                    },
+                    "fall_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                }
+            ]
+        },
+        "pin Y": {
+            "function": "((IE*PAD))",
+            "direction": "output",
+            "max_capacitance": "0.500000",
+            "output_signal_level": "VDD",
+            "internal_power ": [
+                {
+                    "related_pin": "IE",
+                    "when": "!CS&!OE&PAD",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                1.92698,
+                                1.79649,
+                                1.864497,
+                                1.737124,
+                                1.660974,
+                                1.944411
+                            ],
+                            [
+                                1.417497,
+                                1.318267,
+                                1.400298,
+                                1.42826,
+                                1.248445,
+                                1.382395
+                            ],
+                            [
+                                1.428096,
+                                1.322737,
+                                1.394684,
+                                1.366333,
+                                1.302237,
+                                1.371804
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                2.292408,
+                                2.316304,
+                                2.338037,
+                                2.6102,
+                                2.428724,
+                                2.079489
+                            ],
+                            [
+                                1.947714,
+                                2.042723,
+                                1.925549,
+                                2.20703,
+                                2.063332,
+                                2.009682
+                            ],
+                            [
+                                1.92135,
+                                2.046111,
+                                2.085638,
+                                1.67176,
+                                2.043568,
+                                2.299239
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "IE",
+                    "when": "CS&!OE&PAD",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                2.123455,
+                                2.13167,
+                                2.092529,
+                                2.144631,
+                                2.159869,
+                                2.037285
+                            ],
+                            [
+                                1.676142,
+                                1.608321,
+                                1.639809,
+                                1.626909,
+                                1.56297,
+                                1.62044
+                            ],
+                            [
+                                1.666711,
+                                1.603668,
+                                1.66695,
+                                1.550579,
+                                1.560185,
+                                1.466467
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                2.430498,
+                                2.460729,
+                                2.554829,
+                                2.518536,
+                                2.624013,
+                                2.488451
+                            ],
+                            [
+                                2.07531,
+                                2.117297,
+                                2.197271,
+                                2.157181,
+                                2.11943,
+                                2.422115
+                            ],
+                            [
+                                2.059822,
+                                2.013904,
+                                2.200832,
+                                2.239228,
+                                2.233421,
+                                2.283692
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "PAD",
+                    "when": "!CS&IE&!OE",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                1.15766,
+                                1.13634,
+                                1.11637,
+                                1.06425,
+                                1.05458,
+                                1.03452
+                            ],
+                            [
+                                0.79025,
+                                0.76546,
+                                0.74747,
+                                0.69486,
+                                0.67585,
+                                0.65853
+                            ],
+                            [
+                                1.201,
+                                1.17667,
+                                1.15805,
+                                1.10294,
+                                1.07603,
+                                1.07256
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                1.07775,
+                                1.10874,
+                                1.15956,
+                                1.24906,
+                                1.2718,
+                                1.29007
+                            ],
+                            [
+                                1.54211,
+                                1.57063,
+                                1.6235,
+                                1.71233,
+                                1.73586,
+                                1.75691
+                            ],
+                            [
+                                1.12629,
+                                1.18412,
+                                1.23738,
+                                1.32619,
+                                1.35069,
+                                1.36819
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "PAD",
+                    "when": "CS&IE&!OE",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                1.50743,
+                                1.48486,
+                                1.46814,
+                                1.42805,
+                                1.39979,
+                                1.37268
+                            ],
+                            [
+                                1.04438,
+                                1.02121,
+                                1.0017,
+                                0.95362,
+                                0.93812,
+                                0.92287
+                            ],
+                            [
+                                1.65954,
+                                1.6371,
+                                1.61748,
+                                1.57703,
+                                1.54656,
+                                1.53883
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                1.76114,
+                                1.79782,
+                                1.87397,
+                                2.03389,
+                                2.09016,
+                                2.1307
+                            ],
+                            [
+                                2.24518,
+                                2.28517,
+                                2.35862,
+                                2.52486,
+                                2.57591,
+                                2.61925
+                            ],
+                            [
+                                1.67953,
+                                1.73261,
+                                1.81744,
+                                1.93908,
+                                2.01678,
+                                2.06326
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "IE",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                2.025218,
+                                1.96408,
+                                1.978513,
+                                1.940878,
+                                1.910421,
+                                1.990848
+                            ],
+                            [
+                                1.54682,
+                                1.463294,
+                                1.520053,
+                                1.527585,
+                                1.405708,
+                                1.501418
+                            ],
+                            [
+                                1.547404,
+                                1.463202,
+                                1.530817,
+                                1.458456,
+                                1.431211,
+                                1.419135
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                2.361453,
+                                2.388517,
+                                2.446433,
+                                2.564368,
+                                2.526369,
+                                2.28397
+                            ],
+                            [
+                                2.011512,
+                                2.08001,
+                                2.06141,
+                                2.182106,
+                                2.091381,
+                                2.215898
+                            ],
+                            [
+                                1.990586,
+                                2.030007,
+                                2.143235,
+                                1.955494,
+                                2.138495,
+                                2.291466
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "PAD",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                1.332545,
+                                1.3106,
+                                1.292255,
+                                1.24615,
+                                1.227185,
+                                1.2036
+                            ],
+                            [
+                                0.917315,
+                                0.893335,
+                                0.874585,
+                                0.82424,
+                                0.806985,
+                                0.7907
+                            ],
+                            [
+                                1.43027,
+                                1.406885,
+                                1.387765,
+                                1.339985,
+                                1.311295,
+                                1.305695
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                1.419445,
+                                1.45328,
+                                1.516765,
+                                1.641475,
+                                1.68098,
+                                1.710385
+                            ],
+                            [
+                                1.893645,
+                                1.9279,
+                                1.99106,
+                                2.118595,
+                                2.155885,
+                                2.18808
+                            ],
+                            [
+                                1.40291,
+                                1.458365,
+                                1.52741,
+                                1.632635,
+                                1.683735,
+                                1.715725
+                            ]
+                        ]
+                    }
+                }
+            ],
+            "timing ": [
+                {
+                    "related_pin": "IE",
+                    "timing_type": "combinational",
+                    "timing_sense": "positive_unate",
+                    "when": "!CS&!OE&PAD",
+                    "sdf_cond": "CS==1'b0&&OE==1'b0&&PAD==1'b1",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                1.942269,
+                                2.008389,
+                                2.088076,
+                                2.318395,
+                                2.428704,
+                                2.538909
+                            ],
+                            [
+                                2.042518,
+                                2.107783,
+                                2.188525,
+                                2.418713,
+                                2.529273,
+                                2.639593
+                            ],
+                            [
+                                2.110607,
+                                2.175945,
+                                2.256774,
+                                2.486744,
+                                2.597048,
+                                2.707294
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.205928,
+                                0.29379,
+                                0.415156,
+                                0.822967,
+                                1.034702,
+                                1.248836
+                            ],
+                            [
+                                0.206555,
+                                0.293015,
+                                0.415158,
+                                0.820913,
+                                1.033899,
+                                1.245868
+                            ],
+                            [
+                                0.207006,
+                                0.293713,
+                                0.414202,
+                                0.821942,
+                                1.032548,
+                                1.249601
+                            ]
+                        ]
+                    },
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                1.651284,
+                                1.706565,
+                                1.772144,
+                                1.950301,
+                                2.032813,
+                                2.114087
+                            ],
+                            [
+                                1.789608,
+                                1.844887,
+                                1.91,
+                                2.08821,
+                                2.170863,
+                                2.251927
+                            ],
+                            [
+                                1.944653,
+                                2.000003,
+                                2.065597,
+                                2.243806,
+                                2.326188,
+                                2.407425
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.110941,
+                                0.178485,
+                                0.266793,
+                                0.544876,
+                                0.686717,
+                                0.829543
+                            ],
+                            [
+                                0.110295,
+                                0.179321,
+                                0.267438,
+                                0.545118,
+                                0.686489,
+                                0.829252
+                            ],
+                            [
+                                0.110815,
+                                0.179311,
+                                0.266753,
+                                0.545322,
+                                0.685812,
+                                0.828557
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "IE",
+                    "timing_type": "combinational",
+                    "timing_sense": "positive_unate",
+                    "when": "CS&!OE&PAD",
+                    "sdf_cond": "CS==1'b1&&OE==1'b0&&PAD==1'b1",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                2.013115,
+                                2.078635,
+                                2.159282,
+                                2.389348,
+                                2.499617,
+                                2.609873
+                            ],
+                            [
+                                2.112817,
+                                2.178347,
+                                2.259149,
+                                2.489114,
+                                2.5995,
+                                2.709776
+                            ],
+                            [
+                                2.180739,
+                                2.246924,
+                                2.326666,
+                                2.556921,
+                                2.667566,
+                                2.778237
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.207475,
+                                0.29473,
+                                0.414267,
+                                0.821084,
+                                1.033366,
+                                1.249929
+                            ],
+                            [
+                                0.207434,
+                                0.293837,
+                                0.414699,
+                                0.822254,
+                                1.033489,
+                                1.248579
+                            ],
+                            [
+                                0.205915,
+                                0.294004,
+                                0.415325,
+                                0.823173,
+                                1.034776,
+                                1.248635
+                            ]
+                        ]
+                    },
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                1.745614,
+                                1.800796,
+                                1.866469,
+                                2.044558,
+                                2.126994,
+                                2.208215
+                            ],
+                            [
+                                1.883612,
+                                1.93878,
+                                2.004255,
+                                2.182496,
+                                2.264994,
+                                2.346193
+                            ],
+                            [
+                                2.039569,
+                                2.094807,
+                                2.160496,
+                                2.338745,
+                                2.42141,
+                                2.502129
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.110798,
+                                0.178423,
+                                0.267875,
+                                0.54515,
+                                0.686696,
+                                0.830116
+                            ],
+                            [
+                                0.110824,
+                                0.179518,
+                                0.267461,
+                                0.545151,
+                                0.686917,
+                                0.829912
+                            ],
+                            [
+                                0.110584,
+                                0.178758,
+                                0.267257,
+                                0.544952,
+                                0.686096,
+                                0.829497
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "PAD",
+                    "timing_type": "combinational",
+                    "timing_sense": "positive_unate",
+                    "when": "!CS&IE&!OE",
+                    "sdf_cond": "CS==1'b0&&IE==1'b1&&OE==1'b0",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                1.377652,
+                                1.443746,
+                                1.523392,
+                                1.75398,
+                                1.864856,
+                                1.975042
+                            ],
+                            [
+                                1.465493,
+                                1.530743,
+                                1.611069,
+                                1.840939,
+                                1.951409,
+                                2.061979
+                            ],
+                            [
+                                1.502107,
+                                1.567887,
+                                1.648031,
+                                1.877677,
+                                1.988679,
+                                2.099255
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.204573,
+                                0.290679,
+                                0.410245,
+                                0.818748,
+                                1.035033,
+                                1.24774
+                            ],
+                            [
+                                0.203483,
+                                0.290145,
+                                0.410069,
+                                0.820193,
+                                1.033065,
+                                1.246861
+                            ],
+                            [
+                                0.205037,
+                                0.290714,
+                                0.411089,
+                                0.822395,
+                                1.032339,
+                                1.249529
+                            ]
+                        ]
+                    },
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                1.339523,
+                                1.395089,
+                                1.459849,
+                                1.638341,
+                                1.720871,
+                                1.802214
+                            ],
+                            [
+                                1.362446,
+                                1.41735,
+                                1.482155,
+                                1.660503,
+                                1.743064,
+                                1.824439
+                            ],
+                            [
+                                1.542326,
+                                1.597181,
+                                1.662688,
+                                1.841119,
+                                1.923617,
+                                2.00491
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.111411,
+                                0.178709,
+                                0.26569,
+                                0.544067,
+                                0.686986,
+                                0.828437
+                            ],
+                            [
+                                0.111104,
+                                0.179512,
+                                0.265368,
+                                0.545686,
+                                0.687492,
+                                0.827778
+                            ],
+                            [
+                                0.111652,
+                                0.178843,
+                                0.266322,
+                                0.545523,
+                                0.686572,
+                                0.827499
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "PAD",
+                    "timing_type": "combinational",
+                    "timing_sense": "positive_unate",
+                    "when": "CS&IE&!OE",
+                    "sdf_cond": "CS==1'b1&&IE==1'b1&&OE==1'b0",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                1.474863,
+                                1.540574,
+                                1.620976,
+                                1.850578,
+                                1.961302,
+                                2.07175
+                            ],
+                            [
+                                1.595354,
+                                1.660975,
+                                1.741061,
+                                1.97108,
+                                2.082152,
+                                2.192366
+                            ],
+                            [
+                                1.695952,
+                                1.761338,
+                                1.841457,
+                                2.071279,
+                                2.182132,
+                                2.292616
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.203745,
+                                0.290865,
+                                0.410428,
+                                0.822516,
+                                1.033702,
+                                1.248695
+                            ],
+                            [
+                                0.204501,
+                                0.290285,
+                                0.409737,
+                                0.822765,
+                                1.03298,
+                                1.248665
+                            ],
+                            [
+                                0.205124,
+                                0.289655,
+                                0.410278,
+                                0.822032,
+                                1.033437,
+                                1.248989
+                            ]
+                        ]
+                    },
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                2.141456,
+                                2.195945,
+                                2.261454,
+                                2.439883,
+                                2.522459,
+                                2.603741
+                            ],
+                            [
+                                2.012599,
+                                2.068261,
+                                2.133471,
+                                2.311135,
+                                2.393803,
+                                2.475302
+                            ],
+                            [
+                                2.198324,
+                                2.254384,
+                                2.31914,
+                                2.49714,
+                                2.580708,
+                                2.661015
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.11197,
+                                0.179639,
+                                0.266663,
+                                0.546043,
+                                0.68709,
+                                0.828472
+                            ],
+                            [
+                                0.111676,
+                                0.179537,
+                                0.266563,
+                                0.544347,
+                                0.686626,
+                                0.828839
+                            ],
+                            [
+                                0.112249,
+                                0.179168,
+                                0.266539,
+                                0.544035,
+                                0.685128,
+                                0.827806
+                            ]
+                        ]
+                    }
+                }
+            ]
+        },
+        "pin DVDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin DVSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        }
+    }
+}
\ No newline at end of file
diff --git a/cells/bi_24t/gf180mcu_fd_io__bi_24t__tt_025C_5v00.lib b/cells/bi_24t/gf180mcu_fd_io__bi_24t__tt_025C_5v00.lib
new file mode 100644
index 0000000..29e234d
--- /dev/null
+++ b/cells/bi_24t/gf180mcu_fd_io__bi_24t__tt_025C_5v00.lib
@@ -0,0 +1,811 @@
+/*
+ * Copyright 2022 GlobalFoundries PDK Authors
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+	cell ("gf180mcu_fd_io__bi_24t") {
+		scaling_factors : "gf_factors";
+		area : 26250.000000;
+		pad_cell : true;
+		dont_use : true;
+		dont_touch : true;
+		cell_leakage_power : 4.754440e-03;
+		leakage_power () {
+			when : "!CS !SL !IE !OE !PU !PD !A !PAD";
+			value : "0.004754";
+		}
+		pin ("CS") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.023228;
+			rise_capacitance_range(0.022116,0.023924);
+			capacitance : 0.023085;
+			fall_capacitance : 0.022941;
+			fall_capacitance_range(0.022091,0.023711);
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("1.355897, 2.995895, 3.130113");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("1.629430, 2.664911, 2.851688");
+				}
+			}
+		}
+		pin ("SL") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.032062;
+			rise_capacitance_range(0.030877,0.032887);
+			capacitance : 0.031922;
+			fall_capacitance : 0.031782;
+			fall_capacitance_range(0.031046,0.032640);
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("0.905866, 3.435073, 3.502381");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("1.400893, 3.563921, 3.661858");
+				}
+			}
+		}
+		pin ("IE") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.015059;
+			rise_capacitance_range(0.013945,0.015773);
+			capacitance : 0.014811;
+			fall_capacitance : 0.014564;
+			fall_capacitance_range(0.013742,0.015389);
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("1.233909, 1.898919, 2.007621");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("1.221865, 1.812935, 1.889627");
+				}
+			}
+		}
+		pin ("OE") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.094572;
+			rise_capacitance_range(0.087007,0.099617);
+			capacitance : 0.094143;
+			fall_capacitance : 0.092002;
+			fall_capacitance_range(0.089024,0.095133);
+		}
+		pin ("PU") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.084939;
+			rise_capacitance_range(0.066820,0.098024);
+			capacitance : 0.085343;
+			fall_capacitance : 0.085747;
+			fall_capacitance_range(0.063267,0.101613);
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("-0.390315, 0.722925, 0.983292");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("2.404545, 3.498310, 4.016869");
+				}
+			}
+		}
+		pin ("PD") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.048996;
+			rise_capacitance_range(0.047110,0.051287);
+			capacitance : 0.050262;
+			fall_capacitance : 0.051528;
+			fall_capacitance_range(0.048959,0.052977);
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("0.339284, 2.075977, 2.273154");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("2.307444, 3.110415, 3.566739");
+				}
+			}
+		}
+		pin ("A") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.038083;
+			rise_capacitance_range(0.035981,0.039222);
+			capacitance : 0.037942;
+			fall_capacitance : 0.037801;
+			fall_capacitance_range(0.036729,0.038395);
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("-0.299940, -0.279797, -0.281288");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("0.349847, 0.361869, 0.349166");
+				}
+			}
+		}
+		pin ("PAD") {
+			drive_current : 24000.000000;
+			is_pad : true;
+			function : "((A))";
+			three_state : "((!OE))";
+			direction : "inout";
+			max_transition : 1.000000;
+			max_capacitance : 50.000000;
+			input_signal_level : "DVDD";
+			output_signal_level : "DVDD";
+			capacitance : 3.343171;
+			internal_power () {
+				related_pin : "A";
+				when : "!IE&OE&!SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 10, 20, 30, 40, 50");
+					values("120.293240, 122.385840, 122.225740, 121.405440, 119.540540, 118.286740", \
+					  "120.312797, 122.468997, 122.395597, 121.324097, 119.847997, 118.031697", \
+					  "120.544388, 122.592388, 122.369088, 121.503588, 119.877488, 118.038988");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 10, 20, 30, 40, 50");
+					values("124.473453, 131.435253, 133.457553, 134.262053, 135.448953, 135.505053", \
+					  "124.611331, 132.208931, 133.306831, 134.657431, 135.132031, 136.085431", \
+					  "124.755634, 132.434134, 133.607734, 134.603434, 135.235934, 136.344834");
+				}
+			}
+			internal_power () {
+				related_pin : "A";
+				when : "!IE&OE&SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 10, 20, 30, 40, 50");
+					values("100.706540, 113.794540, 118.597940, 117.756540, 117.211740, 116.404240", \
+					  "100.381797, 114.299297, 118.872797, 118.362097, 117.622097, 116.504397", \
+					  "100.417288, 114.480188, 118.935788, 117.215188, 116.509888, 116.790088");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 10, 20, 30, 40, 50");
+					values("114.589253, 120.364853, 124.614553, 128.128553, 131.988753, 132.123453", \
+					  "113.888131, 120.181831, 124.042931, 127.707431, 133.406831, 131.906231", \
+					  "114.082234, 123.789534, 126.929934, 128.816234, 131.278034, 132.952134");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "A&!IE&!SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 10, 20, 30, 40, 50");
+					values("110.436769, 110.764469, 109.862469, 107.854469, 106.089469, 104.631269", \
+					  "70.909070, 71.002770, 70.240570, 68.742470, 66.950370, 65.176270", \
+					  "70.716190, 70.962490, 70.041490, 68.464990, 67.051190, 64.422090");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 10, 20, 30, 40, 50");
+					values("24.398695, 29.569935, 31.593095, 32.656115, 33.299735, 33.735465", \
+					  "5.091180, 12.031490, 14.615900, 16.002310, 16.707730, 17.179910", \
+					  "4.632330, 12.451880, 14.262270, 15.085290, 15.998920, 16.557670");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "A&!IE&SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 10, 20, 30, 40, 50");
+					values("90.981539, 102.227469, 105.119669, 105.432469, 104.395669, 103.360169", \
+					  "51.476310, 63.063270, 65.166970, 66.088770, 65.313170, 63.816170", \
+					  "50.986590, 62.405490, 67.098490, 64.419690, 63.770790, 62.770790");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 10, 20, 30, 40, 50");
+					values("24.477205, 29.626235, 31.226945, 31.935595, 32.992745, 33.636235", \
+					  "5.198980, 12.203210, 14.563190, 16.417770, 17.171310, 17.705180", \
+					  "5.127940, 12.749020, 15.195470, 17.338240, 18.824830, 19.389180");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "!A&!IE&!SL";
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 10, 20, 30, 40, 50");
+					values("90.670379, 95.594559, 95.995639, 95.812039, 95.973059, 96.348129", \
+					  "52.841010, 57.789750, 58.293820, 57.934830, 58.215580, 58.485490", \
+					  "52.843450, 57.736410, 58.100750, 58.322790, 58.294090, 58.482590");
+				}
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 10, 20, 30, 40, 50");
+					values("22.802985, -227.899165, -478.115265, -728.235765, -978.312165, -1228.362765", \
+					  "-0.003260, -250.538050, -500.754050, -750.862250, -1001.214850, -1251.225350", \
+					  "0.021620, -250.741570, -501.186870, -751.027970, -1001.088770, -1251.131370");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "!A&!IE&SL";
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 10, 20, 30, 40, 50");
+					values("80.849509, 85.346249, 87.956729, 90.381869, 90.237099, 90.705779", \
+					  "42.812670, 47.116130, 50.103040, 51.891680, 53.107130, 53.831620", \
+					  "42.560700, 46.992400, 50.138370, 51.939360, 53.182920, 53.879070");
+				}
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 10, 20, 30, 40, 50");
+					values("22.870275, -227.761965, -477.950165, -728.068665, -978.144365, -1228.196765", \
+					  "0.577280, -250.197450, -500.376650, -750.477050, -1000.542450, -1250.586350", \
+					  "0.578740, -250.345070, -500.609470, -750.731270, -1000.781570, -1250.809370");
+				}
+			}
+			internal_power () {
+				related_pin : "A";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 10, 20, 30, 40, 50");
+					values("220.999780, 236.180380, 240.823680, 239.161980, 236.752280, 234.690980", \
+					  "220.694594, 236.768294, 241.268394, 239.686194, 237.470094, 234.536094", \
+					  "220.961676, 237.072576, 241.304876, 238.718776, 236.387376, 234.829076");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 10, 20, 30, 40, 50");
+					values("239.062706, 251.800106, 258.072106, 262.390606, 267.437706, 267.628506", \
+					  "238.499462, 252.390762, 257.349762, 262.364862, 268.538862, 267.991662", \
+					  "238.837868, 256.223668, 260.537668, 263.419668, 266.513968, 269.296968");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 10, 20, 30, 40, 50");
+					values("123.545784, -121.334596, -370.541646, -621.508746, -872.985696, -1124.284046", \
+					  "61.479700, -183.334730, -432.861580, -683.254030, -934.746880, -1186.409630", \
+					  "61.151570, -183.859330, -432.328180, -684.437280, -935.524180, -1187.373930");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 10, 20, 30, 40, 50");
+					values("110.197894, 120.068489, 123.386204, 125.392809, 126.251319, 127.212804", \
+					  "52.971920, 64.570290, 68.787975, 71.123295, 72.600875, 73.601100", \
+					  "52.582210, 64.964855, 68.848430, 71.342840, 73.150380, 74.154255");
+				}
+			}
+			timing () {
+				related_pin : "A";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				when : "!IE&OE&!SL";
+				sdf_cond : "IE==1'b0&&OE==1'b1&&SL==1'b0";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.343171, 13.343171, 23.343171, 33.343171, 43.343171, 53.343171");
+					values("1.837131, 2.146359, 2.371748, 2.587750, 2.801479, 3.015467", \
+					  "1.885280, 2.194383, 2.419811, 2.635681, 2.850100, 3.063658", \
+					  "1.895603, 2.204654, 2.430067, 2.645888, 2.860584, 3.073863");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.343171, 13.343171, 23.343171, 33.343171, 43.343171, 53.343171");
+					values("0.437032, 0.780785, 1.174040, 1.592739, 2.021818, 2.454970", \
+					  "0.436727, 0.779689, 1.174699, 1.591253, 2.020276, 2.454598", \
+					  "0.438241, 0.779502, 1.174548, 1.589722, 2.019897, 2.454022");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.343171, 13.343171, 23.343171, 33.343171, 43.343171, 53.343171");
+					values("1.889965, 2.189741, 2.420072, 2.637747, 2.851411, 3.063444", \
+					  "2.025056, 2.324900, 2.555156, 2.772728, 2.986591, 3.198576", \
+					  "2.172374, 2.472123, 2.702410, 2.919969, 3.133814, 3.345784");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.343171, 13.343171, 23.343171, 33.343171, 43.343171, 53.343171");
+					values("0.296835, 0.670293, 1.032733, 1.405081, 1.780018, 2.166679", \
+					  "0.296653, 0.669822, 1.030904, 1.404067, 1.783882, 2.165983", \
+					  "0.296727, 0.669941, 1.030957, 1.403013, 1.783231, 2.164470");
+				}
+			}
+			timing () {
+				related_pin : "A";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				when : "!IE&OE&SL";
+				sdf_cond : "IE==1'b0&&OE==1'b1&&SL==1'b1";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.343171, 13.343171, 23.343171, 33.343171, 43.343171, 53.343171");
+					values("1.775423, 2.437131, 2.932734, 3.304072, 3.611230, 3.881817", \
+					  "1.823287, 2.485009, 2.980685, 3.351680, 3.658452, 3.930755", \
+					  "1.833602, 2.495367, 2.991011, 3.362338, 3.669444, 3.940039");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.343171, 13.343171, 23.343171, 33.343171, 43.343171, 53.343171");
+					values("0.549382, 1.507114, 2.052573, 2.486048, 2.883991, 3.263589", \
+					  "0.550210, 1.505777, 2.052642, 2.482736, 2.882792, 3.265611", \
+					  "0.549683, 1.507042, 2.052794, 2.486011, 2.884036, 3.263592");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.343171, 13.343171, 23.343171, 33.343171, 43.343171, 53.343171");
+					values("1.875040, 2.319660, 2.721434, 3.081915, 3.408307, 3.707994", \
+					  "2.010116, 2.454392, 2.856170, 3.216486, 3.542822, 3.842457", \
+					  "2.157617, 2.602226, 3.004187, 3.364082, 3.690219, 3.991549");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.343171, 13.343171, 23.343171, 33.343171, 43.343171, 53.343171");
+					values("0.326382, 1.055665, 1.638003, 2.130642, 2.573798, 2.977192", \
+					  "0.326910, 1.055704, 1.638349, 2.130880, 2.574194, 2.985705", \
+					  "0.326794, 1.055633, 1.637903, 2.135400, 2.573302, 2.987206");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "A&!IE&!SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&SL==1'b0";
+				timing_type : "three_state_enable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.343171, 13.343171, 23.343171, 33.343171, 43.343171, 53.343171");
+					values("1.583167, 1.894805, 2.119733, 2.334820, 2.549276, 2.762179", \
+					  "1.608552, 1.921476, 2.146298, 2.361910, 2.575262, 2.789035", \
+					  "1.608104, 1.921616, 2.146407, 2.362145, 2.575283, 2.789038");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.343171, 13.343171, 23.343171, 33.343171, 43.343171, 53.343171");
+					values("0.450270, 0.794573, 1.181084, 1.598255, 2.025310, 2.457545", \
+					  "0.448200, 0.794596, 1.182685, 1.597466, 2.024845, 2.457034", \
+					  "0.448427, 0.794634, 1.182474, 1.599965, 2.025566, 2.457242");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "A&!IE&SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&SL==1'b1";
+				timing_type : "three_state_enable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.343171, 13.343171, 23.343171, 33.343171, 43.343171, 53.343171");
+					values("1.527287, 2.179333, 2.676628, 3.048733, 3.357084, 3.628997", \
+					  "1.554757, 2.206081, 2.703069, 3.075534, 3.384187, 3.654971", \
+					  "1.555459, 2.207001, 2.702751, 3.075983, 3.383694, 3.655409");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.343171, 13.343171, 23.343171, 33.343171, 43.343171, 53.343171");
+					values("0.555867, 1.512458, 2.066326, 2.496268, 2.896457, 3.279773", \
+					  "0.557119, 1.511803, 2.065770, 2.498057, 2.894035, 3.276638", \
+					  "0.558889, 1.513154, 2.062974, 2.502782, 2.898219, 3.278712");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "!A&!IE&!SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&SL==1'b0";
+				timing_type : "three_state_enable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.343171, 13.343171, 23.343171, 33.343171, 43.343171, 53.343171");
+					values("1.110916, 1.420141, 1.651139, 1.868372, 2.081601, 2.293087", \
+					  "1.158243, 1.467382, 1.698453, 1.915680, 2.128917, 2.340375", \
+					  "1.170804, 1.479725, 1.710840, 1.928121, 2.141052, 2.352782");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.343171, 13.343171, 23.343171, 33.343171, 43.343171, 53.343171");
+					values("0.322535, 0.693760, 1.049221, 1.418266, 1.793650, 2.175237", \
+					  "0.322411, 0.693011, 1.050796, 1.418623, 1.794544, 2.175191", \
+					  "0.321472, 0.692189, 1.050292, 1.419206, 1.791090, 2.173670");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "!A&!IE&SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&SL==1'b1";
+				timing_type : "three_state_enable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.343171, 13.343171, 23.343171, 33.343171, 43.343171, 53.343171");
+					values("1.103063, 1.540942, 1.939608, 2.298542, 2.624922, 2.926423", \
+					  "1.150240, 1.588193, 1.986481, 2.346968, 2.673655, 2.974915", \
+					  "1.162590, 1.600451, 1.998760, 2.358661, 2.685655, 2.985535");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.343171, 13.343171, 23.343171, 33.343171, 43.343171, 53.343171");
+					values("0.355441, 1.061278, 1.643845, 2.141549, 2.581319, 2.996721", \
+					  "0.356080, 1.060481, 1.643840, 2.136501, 2.580483, 2.993611", \
+					  "0.354475, 1.061729, 1.642846, 2.136827, 2.580451, 2.987061");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "!A&!IE&!SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&SL==1'b0";
+				timing_type : "three_state_disable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.343171, 13.343171, 23.343171, 33.343171, 43.343171, 53.343171");
+					values("0.938889, 0.938890, 0.938891, 0.938892, 0.938893, 0.938894", \
+					  "1.072589, 1.072590, 1.072591, 1.072592, 1.072593, 1.072594", \
+					  "1.223078, 1.223079, 1.223080, 1.223081, 1.223082, 1.223083");
+				}
+				rise_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "!A&!IE&SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&SL==1'b1";
+				timing_type : "three_state_disable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.343171, 13.343171, 23.343171, 33.343171, 43.343171, 53.343171");
+					values("0.927751, 0.927752, 0.927754, 0.927755, 0.927756, 0.927757", \
+					  "1.060544, 1.060545, 1.060546, 1.060547, 1.060548, 1.060549", \
+					  "1.209491, 1.209492, 1.209493, 1.209494, 1.209495, 1.209496");
+				}
+				rise_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "A&!IE&!SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&SL==1'b0";
+				timing_type : "three_state_disable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.343171, 13.343171, 23.343171, 33.343171, 43.343171, 53.343171");
+					values("1.196589, 1.196590, 1.196591, 1.196592, 1.196593, 1.196594", \
+					  "1.332773, 1.332774, 1.332775, 1.332776, 1.332777, 1.332778", \
+					  "1.488118, 1.488119, 1.488120, 1.488121, 1.488122, 1.488123");
+				}
+				fall_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "A&!IE&SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&SL==1'b1";
+				timing_type : "three_state_disable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.343171, 13.343171, 23.343171, 33.343171, 43.343171, 53.343171");
+					values("1.201282, 1.201283, 1.201284, 1.201285, 1.201286, 1.201287", \
+					  "1.335426, 1.335427, 1.335428, 1.335429, 1.335430, 1.335431", \
+					  "1.488823, 1.488824, 1.488825, 1.488826, 1.488827, 1.488828");
+				}
+				fall_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("-55.276880, -55.137050, -55.490070");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("55.697980, 55.234810, 55.856640");
+				}
+			}
+		}
+		pin ("Y") {
+			function : "((IE*PAD))";
+			direction : "output";
+			max_capacitance : 0.500000;
+			output_signal_level : "VDD";
+			internal_power () {
+				related_pin : "IE";
+				when : "!CS&!OE&PAD";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("4.491791, 4.408849, 3.814747, 4.316483, 4.109502, 4.053698", \
+					  "3.868981, 3.745187, 3.281869, 3.558584, 3.496152, 3.572923", \
+					  "3.961671, 3.832185, 3.059515, 3.590422, 3.462414, 3.643508");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("5.261155, 5.282364, 5.572296, 5.407213, 5.416949, 5.464409", \
+					  "4.732069, 4.631347, 4.727888, 5.165324, 5.426495, 5.448162", \
+					  "4.877059, 4.629037, 5.237585, 4.898251, 5.490006, 4.808372");
+				}
+			}
+			internal_power () {
+				related_pin : "IE";
+				when : "CS&!OE&PAD";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("5.076299, 4.936283, 4.833576, 4.785647, 4.712352, 4.636950", \
+					  "4.505843, 4.344099, 4.338075, 4.000535, 4.064004, 4.354597", \
+					  "4.492361, 4.356533, 4.366945, 4.014402, 4.222142, 3.930285");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("5.564611, 5.600142, 5.732706, 5.874278, 5.901895, 5.927088", \
+					  "5.012835, 5.126848, 5.315477, 5.531719, 5.379844, 5.540576", \
+					  "5.185015, 5.170129, 5.408156, 5.099895, 5.773995, 5.697243");
+				}
+			}
+			internal_power () {
+				related_pin : "PAD";
+				when : "!CS&IE&!OE";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("3.206310, 3.074420, 2.982140, 2.799700, 2.723610, 2.682540", \
+					  "3.258480, 3.123430, 3.070800, 2.883550, 2.816960, 2.745710", \
+					  "3.664760, 3.630770, 3.527000, 3.336080, 3.251420, 3.233740");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("3.208870, 3.225460, 3.321570, 3.490260, 3.535830, 3.567030", \
+					  "3.828080, 3.842970, 3.940320, 4.115080, 4.154500, 4.187530", \
+					  "3.213160, 3.240310, 3.339110, 3.508230, 3.556420, 3.589000");
+				}
+			}
+			internal_power () {
+				related_pin : "PAD";
+				when : "CS&IE&!OE";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("3.906320, 3.771300, 3.682500, 3.499550, 3.429840, 3.388330", \
+					  "4.143990, 4.013200, 3.919640, 3.734000, 3.682720, 3.640410", \
+					  "4.709040, 4.556070, 4.529050, 4.396910, 4.290550, 4.287980");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("4.564040, 4.604080, 4.763020, 5.123350, 5.238150, 5.328750", \
+					  "3.767750, 3.801270, 3.966260, 4.332620, 4.448010, 4.542030", \
+					  "4.290450, 4.338130, 4.489620, 4.859550, 4.976890, 5.063440");
+				}
+			}
+			internal_power () {
+				related_pin : "IE";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("4.784045, 4.672566, 4.324161, 4.551065, 4.410927, 4.345324", \
+					  "4.187412, 4.044643, 3.809972, 3.779560, 3.780078, 3.963760", \
+					  "4.227016, 4.094359, 3.713230, 3.802412, 3.842278, 3.786897");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("5.412883, 5.441253, 5.652501, 5.640745, 5.659422, 5.695749", \
+					  "4.872452, 4.879098, 5.021682, 5.348522, 5.403170, 5.494369", \
+					  "5.031037, 4.899583, 5.322871, 4.999073, 5.632001, 5.252808");
+				}
+			}
+			internal_power () {
+				related_pin : "PAD";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("3.556315, 3.422860, 3.332320, 3.149625, 3.076725, 3.035435", \
+					  "3.701235, 3.568315, 3.495220, 3.308775, 3.249840, 3.193060", \
+					  "4.186900, 4.093420, 4.028025, 3.866495, 3.770985, 3.760860");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("3.886455, 3.914770, 4.042295, 4.306805, 4.386990, 4.447890", \
+					  "3.797915, 3.822120, 3.953290, 4.223850, 4.301255, 4.364780", \
+					  "3.751805, 3.789220, 3.914365, 4.183890, 4.266655, 4.326220");
+				}
+			}
+			timing () {
+				related_pin : "IE";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				when : "!CS&!OE&PAD";
+				sdf_cond : "CS==1'b0&&OE==1'b0&&PAD==1'b1";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("1.333314, 1.375867, 1.427683, 1.578193, 1.650460, 1.723005", \
+					  "1.407523, 1.450122, 1.501931, 1.652403, 1.724770, 1.797709", \
+					  "1.451142, 1.493668, 1.545538, 1.695887, 1.768235, 1.841085");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.161853, 0.211896, 0.296874, 0.569518, 0.712124, 0.858004", \
+					  "0.163006, 0.212553, 0.295880, 0.567790, 0.711120, 0.857600", \
+					  "0.165590, 0.212755, 0.296243, 0.568650, 0.711737, 0.857735");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("1.096446, 1.135303, 1.183529, 1.319457, 1.383200, 1.446310", \
+					  "1.223376, 1.262188, 1.310231, 1.446321, 1.510069, 1.573042", \
+					  "1.353286, 1.392101, 1.440123, 1.576141, 1.639907, 1.703013");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.081853, 0.133472, 0.199811, 0.414524, 0.524149, 0.635941", \
+					  "0.083291, 0.132062, 0.199812, 0.414046, 0.524169, 0.635056", \
+					  "0.082113, 0.132839, 0.199837, 0.414617, 0.523761, 0.635715");
+				}
+			}
+			timing () {
+				related_pin : "IE";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				when : "CS&!OE&PAD";
+				sdf_cond : "CS==1'b1&&OE==1'b0&&PAD==1'b1";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("1.387771, 1.430312, 1.482395, 1.632540, 1.705194, 1.777978", \
+					  "1.462273, 1.504832, 1.556924, 1.707049, 1.779699, 1.852479", \
+					  "1.505735, 1.548057, 1.600616, 1.750782, 1.823219, 1.896101");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.162313, 0.212051, 0.296892, 0.566570, 0.710937, 0.854207", \
+					  "0.161792, 0.212103, 0.296979, 0.566627, 0.711006, 0.854201", \
+					  "0.161001, 0.217995, 0.296387, 0.567062, 0.709085, 0.855835");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("1.149863, 1.188736, 1.236667, 1.372800, 1.436547, 1.499590", \
+					  "1.276540, 1.315356, 1.363592, 1.499445, 1.563258, 1.626292", \
+					  "1.405816, 1.444573, 1.492739, 1.628648, 1.692450, 1.755479");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.083785, 0.132212, 0.199909, 0.414042, 0.524777, 0.635319", \
+					  "0.082200, 0.132057, 0.199651, 0.415446, 0.524177, 0.634881", \
+					  "0.083386, 0.132325, 0.199919, 0.415407, 0.524429, 0.635170");
+				}
+			}
+			timing () {
+				related_pin : "PAD";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				when : "!CS&IE&!OE";
+				sdf_cond : "CS==1'b0&&IE==1'b1&&OE==1'b0";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.959245, 1.001614, 1.052968, 1.203115, 1.276203, 1.348615", \
+					  "1.002526, 1.044654, 1.095773, 1.246499, 1.319060, 1.391829", \
+					  "0.985508, 1.027707, 1.079217, 1.229367, 1.302068, 1.375041");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.161304, 0.211451, 0.291581, 0.566794, 0.710653, 0.859872", \
+					  "0.162074, 0.212256, 0.291234, 0.568817, 0.709553, 0.855648", \
+					  "0.162422, 0.211714, 0.291759, 0.567102, 0.710423, 0.857930");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.829582, 0.868265, 0.916203, 1.052057, 1.115875, 1.179077", \
+					  "0.915540, 0.954173, 1.002187, 1.137983, 1.201883, 1.264826", \
+					  "1.117973, 1.156612, 1.204779, 1.340626, 1.404300, 1.467539");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.082348, 0.132515, 0.198251, 0.413566, 0.522801, 0.633330", \
+					  "0.083366, 0.131790, 0.198440, 0.413624, 0.524327, 0.632085", \
+					  "0.082120, 0.132084, 0.198770, 0.414740, 0.522142, 0.634210");
+				}
+			}
+			timing () {
+				related_pin : "PAD";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				when : "CS&IE&!OE";
+				sdf_cond : "CS==1'b1&&IE==1'b1&&OE==1'b0";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("1.034762, 1.077200, 1.128584, 1.279247, 1.351802, 1.424463", \
+					  "1.122945, 1.165410, 1.216601, 1.367230, 1.439615, 1.512756", \
+					  "1.164819, 1.207244, 1.258263, 1.408759, 1.481323, 1.554249");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.161482, 0.212787, 0.292004, 0.567420, 0.710693, 0.861049", \
+					  "0.161341, 0.212089, 0.291335, 0.568387, 0.711535, 0.857042", \
+					  "0.161722, 0.211492, 0.291243, 0.567475, 0.710958, 0.856990");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("1.280382, 1.319011, 1.366959, 1.502636, 1.566486, 1.629584", \
+					  "1.294480, 1.333231, 1.381159, 1.517072, 1.580799, 1.643839", \
+					  "1.523140, 1.562053, 1.609605, 1.746020, 1.809672, 1.872736");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.083654, 0.133101, 0.199378, 0.414710, 0.524069, 0.633629", \
+					  "0.084061, 0.133558, 0.198837, 0.414342, 0.523299, 0.634667", \
+					  "0.083204, 0.132937, 0.198900, 0.414760, 0.524355, 0.634558");
+				}
+			}
+		}
+		pin ("DVDD") {
+			direction : "inout";
+			capacitance : 0;
+		}
+		pin ("DVSS") {
+			direction : "inout";
+			capacitance : 0;
+		}
+		pin ("VDD") {
+			direction : "inout";
+			capacitance : 0;
+		}
+		pin ("VSS") {
+			direction : "inout";
+			capacitance : 0;
+		}
+	}
diff --git a/cells/bi_24t/gf180mcu_fd_io__bi_24t__tt_025C_5v00.lib.json b/cells/bi_24t/gf180mcu_fd_io__bi_24t__tt_025C_5v00.lib.json
new file mode 100644
index 0000000..274e371
--- /dev/null
+++ b/cells/bi_24t/gf180mcu_fd_io__bi_24t__tt_025C_5v00.lib.json
@@ -0,0 +1,3102 @@
+{
+    "cell gf180mcu_fd_io__bi_24t": {
+        "scaling_factors": "gf_factors",
+        "area": "26250.000000",
+        "pad_cell": "true",
+        "dont_use": "true",
+        "dont_touch": "true",
+        "cell_leakage_power": "4.754440e-03",
+        "leakage_power ": {
+            "when": "!CS !SL !IE !OE !PU !PD !A !PAD",
+            "value": "0.004754"
+        },
+        "pin CS": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.023228",
+            "comp_attribute rise_capacitance_range": "0.022116,0.023924",
+            "capacitance": "0.023085",
+            "fall_capacitance": "0.022941",
+            "comp_attribute fall_capacitance_range": "0.022091,0.023711",
+            "internal_power ": {
+                "rise_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        1.355897,
+                        2.995895,
+                        3.130113
+                    ]
+                },
+                "fall_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        1.62943,
+                        2.664911,
+                        2.851688
+                    ]
+                }
+            }
+        },
+        "pin SL": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.032062",
+            "comp_attribute rise_capacitance_range": "0.030877,0.032887",
+            "capacitance": "0.031922",
+            "fall_capacitance": "0.031782",
+            "comp_attribute fall_capacitance_range": "0.031046,0.032640",
+            "internal_power ": {
+                "rise_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        0.905866,
+                        3.435073,
+                        3.502381
+                    ]
+                },
+                "fall_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        1.400893,
+                        3.563921,
+                        3.661858
+                    ]
+                }
+            }
+        },
+        "pin IE": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.015059",
+            "comp_attribute rise_capacitance_range": "0.013945,0.015773",
+            "capacitance": "0.014811",
+            "fall_capacitance": "0.014564",
+            "comp_attribute fall_capacitance_range": "0.013742,0.015389",
+            "internal_power ": {
+                "rise_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        1.233909,
+                        1.898919,
+                        2.007621
+                    ]
+                },
+                "fall_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        1.221865,
+                        1.812935,
+                        1.889627
+                    ]
+                }
+            }
+        },
+        "pin OE": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.094572",
+            "comp_attribute rise_capacitance_range": "0.087007,0.099617",
+            "capacitance": "0.094143",
+            "fall_capacitance": "0.092002",
+            "comp_attribute fall_capacitance_range": "0.089024,0.095133"
+        },
+        "pin PU": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.084939",
+            "comp_attribute rise_capacitance_range": "0.066820,0.098024",
+            "capacitance": "0.085343",
+            "fall_capacitance": "0.085747",
+            "comp_attribute fall_capacitance_range": "0.063267,0.101613",
+            "internal_power ": {
+                "rise_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        -0.390315,
+                        0.722925,
+                        0.983292
+                    ]
+                },
+                "fall_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        2.404545,
+                        3.49831,
+                        4.016869
+                    ]
+                }
+            }
+        },
+        "pin PD": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.048996",
+            "comp_attribute rise_capacitance_range": "0.047110,0.051287",
+            "capacitance": "0.050262",
+            "fall_capacitance": "0.051528",
+            "comp_attribute fall_capacitance_range": "0.048959,0.052977",
+            "internal_power ": {
+                "rise_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        0.339284,
+                        2.075977,
+                        2.273154
+                    ]
+                },
+                "fall_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        2.307444,
+                        3.110415,
+                        3.566739
+                    ]
+                }
+            }
+        },
+        "pin A": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.038083",
+            "comp_attribute rise_capacitance_range": "0.035981,0.039222",
+            "capacitance": "0.037942",
+            "fall_capacitance": "0.037801",
+            "comp_attribute fall_capacitance_range": "0.036729,0.038395",
+            "internal_power ": {
+                "rise_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        -0.29994,
+                        -0.279797,
+                        -0.281288
+                    ]
+                },
+                "fall_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        0.349847,
+                        0.361869,
+                        0.349166
+                    ]
+                }
+            }
+        },
+        "pin PAD": {
+            "drive_current": "24000.000000",
+            "is_pad": "true",
+            "function": "((A))",
+            "three_state": "((!OE))",
+            "direction": "inout",
+            "max_transition": "1.000000",
+            "max_capacitance": "50.000000",
+            "input_signal_level": "DVDD",
+            "output_signal_level": "DVDD",
+            "capacitance": "3.343171",
+            "internal_power ": [
+                {
+                    "related_pin": "A",
+                    "when": "!IE&OE&!SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            10,
+                            20,
+                            30,
+                            40,
+                            50
+                        ],
+                        "values": [
+                            [
+                                120.29324,
+                                122.38584,
+                                122.22574,
+                                121.40544,
+                                119.54054,
+                                118.28674
+                            ],
+                            [
+                                120.312797,
+                                122.468997,
+                                122.395597,
+                                121.324097,
+                                119.847997,
+                                118.031697
+                            ],
+                            [
+                                120.544388,
+                                122.592388,
+                                122.369088,
+                                121.503588,
+                                119.877488,
+                                118.038988
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            10,
+                            20,
+                            30,
+                            40,
+                            50
+                        ],
+                        "values": [
+                            [
+                                124.473453,
+                                131.435253,
+                                133.457553,
+                                134.262053,
+                                135.448953,
+                                135.505053
+                            ],
+                            [
+                                124.611331,
+                                132.208931,
+                                133.306831,
+                                134.657431,
+                                135.132031,
+                                136.085431
+                            ],
+                            [
+                                124.755634,
+                                132.434134,
+                                133.607734,
+                                134.603434,
+                                135.235934,
+                                136.344834
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "A",
+                    "when": "!IE&OE&SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            10,
+                            20,
+                            30,
+                            40,
+                            50
+                        ],
+                        "values": [
+                            [
+                                100.70654,
+                                113.79454,
+                                118.59794,
+                                117.75654,
+                                117.21174,
+                                116.40424
+                            ],
+                            [
+                                100.381797,
+                                114.299297,
+                                118.872797,
+                                118.362097,
+                                117.622097,
+                                116.504397
+                            ],
+                            [
+                                100.417288,
+                                114.480188,
+                                118.935788,
+                                117.215188,
+                                116.509888,
+                                116.790088
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            10,
+                            20,
+                            30,
+                            40,
+                            50
+                        ],
+                        "values": [
+                            [
+                                114.589253,
+                                120.364853,
+                                124.614553,
+                                128.128553,
+                                131.988753,
+                                132.123453
+                            ],
+                            [
+                                113.888131,
+                                120.181831,
+                                124.042931,
+                                127.707431,
+                                133.406831,
+                                131.906231
+                            ],
+                            [
+                                114.082234,
+                                123.789534,
+                                126.929934,
+                                128.816234,
+                                131.278034,
+                                132.952134
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "A&!IE&!SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            10,
+                            20,
+                            30,
+                            40,
+                            50
+                        ],
+                        "values": [
+                            [
+                                110.436769,
+                                110.764469,
+                                109.862469,
+                                107.854469,
+                                106.089469,
+                                104.631269
+                            ],
+                            [
+                                70.90907,
+                                71.00277,
+                                70.24057,
+                                68.74247,
+                                66.95037,
+                                65.17627
+                            ],
+                            [
+                                70.71619,
+                                70.96249,
+                                70.04149,
+                                68.46499,
+                                67.05119,
+                                64.42209
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            10,
+                            20,
+                            30,
+                            40,
+                            50
+                        ],
+                        "values": [
+                            [
+                                24.398695,
+                                29.569935,
+                                31.593095,
+                                32.656115,
+                                33.299735,
+                                33.735465
+                            ],
+                            [
+                                5.09118,
+                                12.03149,
+                                14.6159,
+                                16.00231,
+                                16.70773,
+                                17.17991
+                            ],
+                            [
+                                4.63233,
+                                12.45188,
+                                14.26227,
+                                15.08529,
+                                15.99892,
+                                16.55767
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "A&!IE&SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            10,
+                            20,
+                            30,
+                            40,
+                            50
+                        ],
+                        "values": [
+                            [
+                                90.981539,
+                                102.227469,
+                                105.119669,
+                                105.432469,
+                                104.395669,
+                                103.360169
+                            ],
+                            [
+                                51.47631,
+                                63.06327,
+                                65.16697,
+                                66.08877,
+                                65.31317,
+                                63.81617
+                            ],
+                            [
+                                50.98659,
+                                62.40549,
+                                67.09849,
+                                64.41969,
+                                63.77079,
+                                62.77079
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            10,
+                            20,
+                            30,
+                            40,
+                            50
+                        ],
+                        "values": [
+                            [
+                                24.477205,
+                                29.626235,
+                                31.226945,
+                                31.935595,
+                                32.992745,
+                                33.636235
+                            ],
+                            [
+                                5.19898,
+                                12.20321,
+                                14.56319,
+                                16.41777,
+                                17.17131,
+                                17.70518
+                            ],
+                            [
+                                5.12794,
+                                12.74902,
+                                15.19547,
+                                17.33824,
+                                18.82483,
+                                19.38918
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "!A&!IE&!SL",
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            10,
+                            20,
+                            30,
+                            40,
+                            50
+                        ],
+                        "values": [
+                            [
+                                90.670379,
+                                95.594559,
+                                95.995639,
+                                95.812039,
+                                95.973059,
+                                96.348129
+                            ],
+                            [
+                                52.84101,
+                                57.78975,
+                                58.29382,
+                                57.93483,
+                                58.21558,
+                                58.48549
+                            ],
+                            [
+                                52.84345,
+                                57.73641,
+                                58.10075,
+                                58.32279,
+                                58.29409,
+                                58.48259
+                            ]
+                        ]
+                    },
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            10,
+                            20,
+                            30,
+                            40,
+                            50
+                        ],
+                        "values": [
+                            [
+                                22.802985,
+                                -227.899165,
+                                -478.115265,
+                                -728.235765,
+                                -978.312165,
+                                -1228.362765
+                            ],
+                            [
+                                -0.00326,
+                                -250.53805,
+                                -500.75405,
+                                -750.86225,
+                                -1001.21485,
+                                -1251.22535
+                            ],
+                            [
+                                0.02162,
+                                -250.74157,
+                                -501.18687,
+                                -751.02797,
+                                -1001.08877,
+                                -1251.13137
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "!A&!IE&SL",
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            10,
+                            20,
+                            30,
+                            40,
+                            50
+                        ],
+                        "values": [
+                            [
+                                80.849509,
+                                85.346249,
+                                87.956729,
+                                90.381869,
+                                90.237099,
+                                90.705779
+                            ],
+                            [
+                                42.81267,
+                                47.11613,
+                                50.10304,
+                                51.89168,
+                                53.10713,
+                                53.83162
+                            ],
+                            [
+                                42.5607,
+                                46.9924,
+                                50.13837,
+                                51.93936,
+                                53.18292,
+                                53.87907
+                            ]
+                        ]
+                    },
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            10,
+                            20,
+                            30,
+                            40,
+                            50
+                        ],
+                        "values": [
+                            [
+                                22.870275,
+                                -227.761965,
+                                -477.950165,
+                                -728.068665,
+                                -978.144365,
+                                -1228.196765
+                            ],
+                            [
+                                0.57728,
+                                -250.19745,
+                                -500.37665,
+                                -750.47705,
+                                -1000.54245,
+                                -1250.58635
+                            ],
+                            [
+                                0.57874,
+                                -250.34507,
+                                -500.60947,
+                                -750.73127,
+                                -1000.78157,
+                                -1250.80937
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "A",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            10,
+                            20,
+                            30,
+                            40,
+                            50
+                        ],
+                        "values": [
+                            [
+                                220.99978,
+                                236.18038,
+                                240.82368,
+                                239.16198,
+                                236.75228,
+                                234.69098
+                            ],
+                            [
+                                220.694594,
+                                236.768294,
+                                241.268394,
+                                239.686194,
+                                237.470094,
+                                234.536094
+                            ],
+                            [
+                                220.961676,
+                                237.072576,
+                                241.304876,
+                                238.718776,
+                                236.387376,
+                                234.829076
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            10,
+                            20,
+                            30,
+                            40,
+                            50
+                        ],
+                        "values": [
+                            [
+                                239.062706,
+                                251.800106,
+                                258.072106,
+                                262.390606,
+                                267.437706,
+                                267.628506
+                            ],
+                            [
+                                238.499462,
+                                252.390762,
+                                257.349762,
+                                262.364862,
+                                268.538862,
+                                267.991662
+                            ],
+                            [
+                                238.837868,
+                                256.223668,
+                                260.537668,
+                                263.419668,
+                                266.513968,
+                                269.296968
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            10,
+                            20,
+                            30,
+                            40,
+                            50
+                        ],
+                        "values": [
+                            [
+                                123.545784,
+                                -121.334596,
+                                -370.541646,
+                                -621.508746,
+                                -872.985696,
+                                -1124.284046
+                            ],
+                            [
+                                61.4797,
+                                -183.33473,
+                                -432.86158,
+                                -683.25403,
+                                -934.74688,
+                                -1186.40963
+                            ],
+                            [
+                                61.15157,
+                                -183.85933,
+                                -432.32818,
+                                -684.43728,
+                                -935.52418,
+                                -1187.37393
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            10,
+                            20,
+                            30,
+                            40,
+                            50
+                        ],
+                        "values": [
+                            [
+                                110.197894,
+                                120.068489,
+                                123.386204,
+                                125.392809,
+                                126.251319,
+                                127.212804
+                            ],
+                            [
+                                52.97192,
+                                64.57029,
+                                68.787975,
+                                71.123295,
+                                72.600875,
+                                73.6011
+                            ],
+                            [
+                                52.58221,
+                                64.964855,
+                                68.84843,
+                                71.34284,
+                                73.15038,
+                                74.154255
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "rise_power power_inputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "values": [
+                            -55.27688,
+                            -55.13705,
+                            -55.49007
+                        ]
+                    },
+                    "fall_power power_inputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "values": [
+                            55.69798,
+                            55.23481,
+                            55.85664
+                        ]
+                    }
+                }
+            ],
+            "timing ": [
+                {
+                    "related_pin": "A",
+                    "timing_type": "combinational",
+                    "timing_sense": "positive_unate",
+                    "when": "!IE&OE&!SL",
+                    "sdf_cond": "IE==1'b0&&OE==1'b1&&SL==1'b0",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.343171,
+                            13.343171,
+                            23.343171,
+                            33.343171,
+                            43.343171,
+                            53.343171
+                        ],
+                        "values": [
+                            [
+                                1.837131,
+                                2.146359,
+                                2.371748,
+                                2.58775,
+                                2.801479,
+                                3.015467
+                            ],
+                            [
+                                1.88528,
+                                2.194383,
+                                2.419811,
+                                2.635681,
+                                2.8501,
+                                3.063658
+                            ],
+                            [
+                                1.895603,
+                                2.204654,
+                                2.430067,
+                                2.645888,
+                                2.860584,
+                                3.073863
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.343171,
+                            13.343171,
+                            23.343171,
+                            33.343171,
+                            43.343171,
+                            53.343171
+                        ],
+                        "values": [
+                            [
+                                0.437032,
+                                0.780785,
+                                1.17404,
+                                1.592739,
+                                2.021818,
+                                2.45497
+                            ],
+                            [
+                                0.436727,
+                                0.779689,
+                                1.174699,
+                                1.591253,
+                                2.020276,
+                                2.454598
+                            ],
+                            [
+                                0.438241,
+                                0.779502,
+                                1.174548,
+                                1.589722,
+                                2.019897,
+                                2.454022
+                            ]
+                        ]
+                    },
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.343171,
+                            13.343171,
+                            23.343171,
+                            33.343171,
+                            43.343171,
+                            53.343171
+                        ],
+                        "values": [
+                            [
+                                1.889965,
+                                2.189741,
+                                2.420072,
+                                2.637747,
+                                2.851411,
+                                3.063444
+                            ],
+                            [
+                                2.025056,
+                                2.3249,
+                                2.555156,
+                                2.772728,
+                                2.986591,
+                                3.198576
+                            ],
+                            [
+                                2.172374,
+                                2.472123,
+                                2.70241,
+                                2.919969,
+                                3.133814,
+                                3.345784
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.343171,
+                            13.343171,
+                            23.343171,
+                            33.343171,
+                            43.343171,
+                            53.343171
+                        ],
+                        "values": [
+                            [
+                                0.296835,
+                                0.670293,
+                                1.032733,
+                                1.405081,
+                                1.780018,
+                                2.166679
+                            ],
+                            [
+                                0.296653,
+                                0.669822,
+                                1.030904,
+                                1.404067,
+                                1.783882,
+                                2.165983
+                            ],
+                            [
+                                0.296727,
+                                0.669941,
+                                1.030957,
+                                1.403013,
+                                1.783231,
+                                2.16447
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "A",
+                    "timing_type": "combinational",
+                    "timing_sense": "positive_unate",
+                    "when": "!IE&OE&SL",
+                    "sdf_cond": "IE==1'b0&&OE==1'b1&&SL==1'b1",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.343171,
+                            13.343171,
+                            23.343171,
+                            33.343171,
+                            43.343171,
+                            53.343171
+                        ],
+                        "values": [
+                            [
+                                1.775423,
+                                2.437131,
+                                2.932734,
+                                3.304072,
+                                3.61123,
+                                3.881817
+                            ],
+                            [
+                                1.823287,
+                                2.485009,
+                                2.980685,
+                                3.35168,
+                                3.658452,
+                                3.930755
+                            ],
+                            [
+                                1.833602,
+                                2.495367,
+                                2.991011,
+                                3.362338,
+                                3.669444,
+                                3.940039
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.343171,
+                            13.343171,
+                            23.343171,
+                            33.343171,
+                            43.343171,
+                            53.343171
+                        ],
+                        "values": [
+                            [
+                                0.549382,
+                                1.507114,
+                                2.052573,
+                                2.486048,
+                                2.883991,
+                                3.263589
+                            ],
+                            [
+                                0.55021,
+                                1.505777,
+                                2.052642,
+                                2.482736,
+                                2.882792,
+                                3.265611
+                            ],
+                            [
+                                0.549683,
+                                1.507042,
+                                2.052794,
+                                2.486011,
+                                2.884036,
+                                3.263592
+                            ]
+                        ]
+                    },
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.343171,
+                            13.343171,
+                            23.343171,
+                            33.343171,
+                            43.343171,
+                            53.343171
+                        ],
+                        "values": [
+                            [
+                                1.87504,
+                                2.31966,
+                                2.721434,
+                                3.081915,
+                                3.408307,
+                                3.707994
+                            ],
+                            [
+                                2.010116,
+                                2.454392,
+                                2.85617,
+                                3.216486,
+                                3.542822,
+                                3.842457
+                            ],
+                            [
+                                2.157617,
+                                2.602226,
+                                3.004187,
+                                3.364082,
+                                3.690219,
+                                3.991549
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.343171,
+                            13.343171,
+                            23.343171,
+                            33.343171,
+                            43.343171,
+                            53.343171
+                        ],
+                        "values": [
+                            [
+                                0.326382,
+                                1.055665,
+                                1.638003,
+                                2.130642,
+                                2.573798,
+                                2.977192
+                            ],
+                            [
+                                0.32691,
+                                1.055704,
+                                1.638349,
+                                2.13088,
+                                2.574194,
+                                2.985705
+                            ],
+                            [
+                                0.326794,
+                                1.055633,
+                                1.637903,
+                                2.1354,
+                                2.573302,
+                                2.987206
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "A&!IE&!SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&SL==1'b0",
+                    "timing_type": "three_state_enable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.343171,
+                            13.343171,
+                            23.343171,
+                            33.343171,
+                            43.343171,
+                            53.343171
+                        ],
+                        "values": [
+                            [
+                                1.583167,
+                                1.894805,
+                                2.119733,
+                                2.33482,
+                                2.549276,
+                                2.762179
+                            ],
+                            [
+                                1.608552,
+                                1.921476,
+                                2.146298,
+                                2.36191,
+                                2.575262,
+                                2.789035
+                            ],
+                            [
+                                1.608104,
+                                1.921616,
+                                2.146407,
+                                2.362145,
+                                2.575283,
+                                2.789038
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.343171,
+                            13.343171,
+                            23.343171,
+                            33.343171,
+                            43.343171,
+                            53.343171
+                        ],
+                        "values": [
+                            [
+                                0.45027,
+                                0.794573,
+                                1.181084,
+                                1.598255,
+                                2.02531,
+                                2.457545
+                            ],
+                            [
+                                0.4482,
+                                0.794596,
+                                1.182685,
+                                1.597466,
+                                2.024845,
+                                2.457034
+                            ],
+                            [
+                                0.448427,
+                                0.794634,
+                                1.182474,
+                                1.599965,
+                                2.025566,
+                                2.457242
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "A&!IE&SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&SL==1'b1",
+                    "timing_type": "three_state_enable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.343171,
+                            13.343171,
+                            23.343171,
+                            33.343171,
+                            43.343171,
+                            53.343171
+                        ],
+                        "values": [
+                            [
+                                1.527287,
+                                2.179333,
+                                2.676628,
+                                3.048733,
+                                3.357084,
+                                3.628997
+                            ],
+                            [
+                                1.554757,
+                                2.206081,
+                                2.703069,
+                                3.075534,
+                                3.384187,
+                                3.654971
+                            ],
+                            [
+                                1.555459,
+                                2.207001,
+                                2.702751,
+                                3.075983,
+                                3.383694,
+                                3.655409
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.343171,
+                            13.343171,
+                            23.343171,
+                            33.343171,
+                            43.343171,
+                            53.343171
+                        ],
+                        "values": [
+                            [
+                                0.555867,
+                                1.512458,
+                                2.066326,
+                                2.496268,
+                                2.896457,
+                                3.279773
+                            ],
+                            [
+                                0.557119,
+                                1.511803,
+                                2.06577,
+                                2.498057,
+                                2.894035,
+                                3.276638
+                            ],
+                            [
+                                0.558889,
+                                1.513154,
+                                2.062974,
+                                2.502782,
+                                2.898219,
+                                3.278712
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "!A&!IE&!SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&SL==1'b0",
+                    "timing_type": "three_state_enable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.343171,
+                            13.343171,
+                            23.343171,
+                            33.343171,
+                            43.343171,
+                            53.343171
+                        ],
+                        "values": [
+                            [
+                                1.110916,
+                                1.420141,
+                                1.651139,
+                                1.868372,
+                                2.081601,
+                                2.293087
+                            ],
+                            [
+                                1.158243,
+                                1.467382,
+                                1.698453,
+                                1.91568,
+                                2.128917,
+                                2.340375
+                            ],
+                            [
+                                1.170804,
+                                1.479725,
+                                1.71084,
+                                1.928121,
+                                2.141052,
+                                2.352782
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.343171,
+                            13.343171,
+                            23.343171,
+                            33.343171,
+                            43.343171,
+                            53.343171
+                        ],
+                        "values": [
+                            [
+                                0.322535,
+                                0.69376,
+                                1.049221,
+                                1.418266,
+                                1.79365,
+                                2.175237
+                            ],
+                            [
+                                0.322411,
+                                0.693011,
+                                1.050796,
+                                1.418623,
+                                1.794544,
+                                2.175191
+                            ],
+                            [
+                                0.321472,
+                                0.692189,
+                                1.050292,
+                                1.419206,
+                                1.79109,
+                                2.17367
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "!A&!IE&SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&SL==1'b1",
+                    "timing_type": "three_state_enable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.343171,
+                            13.343171,
+                            23.343171,
+                            33.343171,
+                            43.343171,
+                            53.343171
+                        ],
+                        "values": [
+                            [
+                                1.103063,
+                                1.540942,
+                                1.939608,
+                                2.298542,
+                                2.624922,
+                                2.926423
+                            ],
+                            [
+                                1.15024,
+                                1.588193,
+                                1.986481,
+                                2.346968,
+                                2.673655,
+                                2.974915
+                            ],
+                            [
+                                1.16259,
+                                1.600451,
+                                1.99876,
+                                2.358661,
+                                2.685655,
+                                2.985535
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.343171,
+                            13.343171,
+                            23.343171,
+                            33.343171,
+                            43.343171,
+                            53.343171
+                        ],
+                        "values": [
+                            [
+                                0.355441,
+                                1.061278,
+                                1.643845,
+                                2.141549,
+                                2.581319,
+                                2.996721
+                            ],
+                            [
+                                0.35608,
+                                1.060481,
+                                1.64384,
+                                2.136501,
+                                2.580483,
+                                2.993611
+                            ],
+                            [
+                                0.354475,
+                                1.061729,
+                                1.642846,
+                                2.136827,
+                                2.580451,
+                                2.987061
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "!A&!IE&!SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&SL==1'b0",
+                    "timing_type": "three_state_disable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.343171,
+                            13.343171,
+                            23.343171,
+                            33.343171,
+                            43.343171,
+                            53.343171
+                        ],
+                        "values": [
+                            [
+                                0.938889,
+                                0.93889,
+                                0.938891,
+                                0.938892,
+                                0.938893,
+                                0.938894
+                            ],
+                            [
+                                1.072589,
+                                1.07259,
+                                1.072591,
+                                1.072592,
+                                1.072593,
+                                1.072594
+                            ],
+                            [
+                                1.223078,
+                                1.223079,
+                                1.22308,
+                                1.223081,
+                                1.223082,
+                                1.223083
+                            ]
+                        ]
+                    },
+                    "rise_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "!A&!IE&SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&SL==1'b1",
+                    "timing_type": "three_state_disable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.343171,
+                            13.343171,
+                            23.343171,
+                            33.343171,
+                            43.343171,
+                            53.343171
+                        ],
+                        "values": [
+                            [
+                                0.927751,
+                                0.927752,
+                                0.927754,
+                                0.927755,
+                                0.927756,
+                                0.927757
+                            ],
+                            [
+                                1.060544,
+                                1.060545,
+                                1.060546,
+                                1.060547,
+                                1.060548,
+                                1.060549
+                            ],
+                            [
+                                1.209491,
+                                1.209492,
+                                1.209493,
+                                1.209494,
+                                1.209495,
+                                1.209496
+                            ]
+                        ]
+                    },
+                    "rise_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "A&!IE&!SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&SL==1'b0",
+                    "timing_type": "three_state_disable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.343171,
+                            13.343171,
+                            23.343171,
+                            33.343171,
+                            43.343171,
+                            53.343171
+                        ],
+                        "values": [
+                            [
+                                1.196589,
+                                1.19659,
+                                1.196591,
+                                1.196592,
+                                1.196593,
+                                1.196594
+                            ],
+                            [
+                                1.332773,
+                                1.332774,
+                                1.332775,
+                                1.332776,
+                                1.332777,
+                                1.332778
+                            ],
+                            [
+                                1.488118,
+                                1.488119,
+                                1.48812,
+                                1.488121,
+                                1.488122,
+                                1.488123
+                            ]
+                        ]
+                    },
+                    "fall_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "A&!IE&SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&SL==1'b1",
+                    "timing_type": "three_state_disable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.343171,
+                            13.343171,
+                            23.343171,
+                            33.343171,
+                            43.343171,
+                            53.343171
+                        ],
+                        "values": [
+                            [
+                                1.201282,
+                                1.201283,
+                                1.201284,
+                                1.201285,
+                                1.201286,
+                                1.201287
+                            ],
+                            [
+                                1.335426,
+                                1.335427,
+                                1.335428,
+                                1.335429,
+                                1.33543,
+                                1.335431
+                            ],
+                            [
+                                1.488823,
+                                1.488824,
+                                1.488825,
+                                1.488826,
+                                1.488827,
+                                1.488828
+                            ]
+                        ]
+                    },
+                    "fall_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                }
+            ]
+        },
+        "pin Y": {
+            "function": "((IE*PAD))",
+            "direction": "output",
+            "max_capacitance": "0.500000",
+            "output_signal_level": "VDD",
+            "internal_power ": [
+                {
+                    "related_pin": "IE",
+                    "when": "!CS&!OE&PAD",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                4.491791,
+                                4.408849,
+                                3.814747,
+                                4.316483,
+                                4.109502,
+                                4.053698
+                            ],
+                            [
+                                3.868981,
+                                3.745187,
+                                3.281869,
+                                3.558584,
+                                3.496152,
+                                3.572923
+                            ],
+                            [
+                                3.961671,
+                                3.832185,
+                                3.059515,
+                                3.590422,
+                                3.462414,
+                                3.643508
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                5.261155,
+                                5.282364,
+                                5.572296,
+                                5.407213,
+                                5.416949,
+                                5.464409
+                            ],
+                            [
+                                4.732069,
+                                4.631347,
+                                4.727888,
+                                5.165324,
+                                5.426495,
+                                5.448162
+                            ],
+                            [
+                                4.877059,
+                                4.629037,
+                                5.237585,
+                                4.898251,
+                                5.490006,
+                                4.808372
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "IE",
+                    "when": "CS&!OE&PAD",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                5.076299,
+                                4.936283,
+                                4.833576,
+                                4.785647,
+                                4.712352,
+                                4.63695
+                            ],
+                            [
+                                4.505843,
+                                4.344099,
+                                4.338075,
+                                4.000535,
+                                4.064004,
+                                4.354597
+                            ],
+                            [
+                                4.492361,
+                                4.356533,
+                                4.366945,
+                                4.014402,
+                                4.222142,
+                                3.930285
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                5.564611,
+                                5.600142,
+                                5.732706,
+                                5.874278,
+                                5.901895,
+                                5.927088
+                            ],
+                            [
+                                5.012835,
+                                5.126848,
+                                5.315477,
+                                5.531719,
+                                5.379844,
+                                5.540576
+                            ],
+                            [
+                                5.185015,
+                                5.170129,
+                                5.408156,
+                                5.099895,
+                                5.773995,
+                                5.697243
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "PAD",
+                    "when": "!CS&IE&!OE",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                3.20631,
+                                3.07442,
+                                2.98214,
+                                2.7997,
+                                2.72361,
+                                2.68254
+                            ],
+                            [
+                                3.25848,
+                                3.12343,
+                                3.0708,
+                                2.88355,
+                                2.81696,
+                                2.74571
+                            ],
+                            [
+                                3.66476,
+                                3.63077,
+                                3.527,
+                                3.33608,
+                                3.25142,
+                                3.23374
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                3.20887,
+                                3.22546,
+                                3.32157,
+                                3.49026,
+                                3.53583,
+                                3.56703
+                            ],
+                            [
+                                3.82808,
+                                3.84297,
+                                3.94032,
+                                4.11508,
+                                4.1545,
+                                4.18753
+                            ],
+                            [
+                                3.21316,
+                                3.24031,
+                                3.33911,
+                                3.50823,
+                                3.55642,
+                                3.589
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "PAD",
+                    "when": "CS&IE&!OE",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                3.90632,
+                                3.7713,
+                                3.6825,
+                                3.49955,
+                                3.42984,
+                                3.38833
+                            ],
+                            [
+                                4.14399,
+                                4.0132,
+                                3.91964,
+                                3.734,
+                                3.68272,
+                                3.64041
+                            ],
+                            [
+                                4.70904,
+                                4.55607,
+                                4.52905,
+                                4.39691,
+                                4.29055,
+                                4.28798
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                4.56404,
+                                4.60408,
+                                4.76302,
+                                5.12335,
+                                5.23815,
+                                5.32875
+                            ],
+                            [
+                                3.76775,
+                                3.80127,
+                                3.96626,
+                                4.33262,
+                                4.44801,
+                                4.54203
+                            ],
+                            [
+                                4.29045,
+                                4.33813,
+                                4.48962,
+                                4.85955,
+                                4.97689,
+                                5.06344
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "IE",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                4.784045,
+                                4.672566,
+                                4.324161,
+                                4.551065,
+                                4.410927,
+                                4.345324
+                            ],
+                            [
+                                4.187412,
+                                4.044643,
+                                3.809972,
+                                3.77956,
+                                3.780078,
+                                3.96376
+                            ],
+                            [
+                                4.227016,
+                                4.094359,
+                                3.71323,
+                                3.802412,
+                                3.842278,
+                                3.786897
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                5.412883,
+                                5.441253,
+                                5.652501,
+                                5.640745,
+                                5.659422,
+                                5.695749
+                            ],
+                            [
+                                4.872452,
+                                4.879098,
+                                5.021682,
+                                5.348522,
+                                5.40317,
+                                5.494369
+                            ],
+                            [
+                                5.031037,
+                                4.899583,
+                                5.322871,
+                                4.999073,
+                                5.632001,
+                                5.252808
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "PAD",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                3.556315,
+                                3.42286,
+                                3.33232,
+                                3.149625,
+                                3.076725,
+                                3.035435
+                            ],
+                            [
+                                3.701235,
+                                3.568315,
+                                3.49522,
+                                3.308775,
+                                3.24984,
+                                3.19306
+                            ],
+                            [
+                                4.1869,
+                                4.09342,
+                                4.028025,
+                                3.866495,
+                                3.770985,
+                                3.76086
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                3.886455,
+                                3.91477,
+                                4.042295,
+                                4.306805,
+                                4.38699,
+                                4.44789
+                            ],
+                            [
+                                3.797915,
+                                3.82212,
+                                3.95329,
+                                4.22385,
+                                4.301255,
+                                4.36478
+                            ],
+                            [
+                                3.751805,
+                                3.78922,
+                                3.914365,
+                                4.18389,
+                                4.266655,
+                                4.32622
+                            ]
+                        ]
+                    }
+                }
+            ],
+            "timing ": [
+                {
+                    "related_pin": "IE",
+                    "timing_type": "combinational",
+                    "timing_sense": "positive_unate",
+                    "when": "!CS&!OE&PAD",
+                    "sdf_cond": "CS==1'b0&&OE==1'b0&&PAD==1'b1",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                1.333314,
+                                1.375867,
+                                1.427683,
+                                1.578193,
+                                1.65046,
+                                1.723005
+                            ],
+                            [
+                                1.407523,
+                                1.450122,
+                                1.501931,
+                                1.652403,
+                                1.72477,
+                                1.797709
+                            ],
+                            [
+                                1.451142,
+                                1.493668,
+                                1.545538,
+                                1.695887,
+                                1.768235,
+                                1.841085
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.161853,
+                                0.211896,
+                                0.296874,
+                                0.569518,
+                                0.712124,
+                                0.858004
+                            ],
+                            [
+                                0.163006,
+                                0.212553,
+                                0.29588,
+                                0.56779,
+                                0.71112,
+                                0.8576
+                            ],
+                            [
+                                0.16559,
+                                0.212755,
+                                0.296243,
+                                0.56865,
+                                0.711737,
+                                0.857735
+                            ]
+                        ]
+                    },
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                1.096446,
+                                1.135303,
+                                1.183529,
+                                1.319457,
+                                1.3832,
+                                1.44631
+                            ],
+                            [
+                                1.223376,
+                                1.262188,
+                                1.310231,
+                                1.446321,
+                                1.510069,
+                                1.573042
+                            ],
+                            [
+                                1.353286,
+                                1.392101,
+                                1.440123,
+                                1.576141,
+                                1.639907,
+                                1.703013
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.081853,
+                                0.133472,
+                                0.199811,
+                                0.414524,
+                                0.524149,
+                                0.635941
+                            ],
+                            [
+                                0.083291,
+                                0.132062,
+                                0.199812,
+                                0.414046,
+                                0.524169,
+                                0.635056
+                            ],
+                            [
+                                0.082113,
+                                0.132839,
+                                0.199837,
+                                0.414617,
+                                0.523761,
+                                0.635715
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "IE",
+                    "timing_type": "combinational",
+                    "timing_sense": "positive_unate",
+                    "when": "CS&!OE&PAD",
+                    "sdf_cond": "CS==1'b1&&OE==1'b0&&PAD==1'b1",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                1.387771,
+                                1.430312,
+                                1.482395,
+                                1.63254,
+                                1.705194,
+                                1.777978
+                            ],
+                            [
+                                1.462273,
+                                1.504832,
+                                1.556924,
+                                1.707049,
+                                1.779699,
+                                1.852479
+                            ],
+                            [
+                                1.505735,
+                                1.548057,
+                                1.600616,
+                                1.750782,
+                                1.823219,
+                                1.896101
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.162313,
+                                0.212051,
+                                0.296892,
+                                0.56657,
+                                0.710937,
+                                0.854207
+                            ],
+                            [
+                                0.161792,
+                                0.212103,
+                                0.296979,
+                                0.566627,
+                                0.711006,
+                                0.854201
+                            ],
+                            [
+                                0.161001,
+                                0.217995,
+                                0.296387,
+                                0.567062,
+                                0.709085,
+                                0.855835
+                            ]
+                        ]
+                    },
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                1.149863,
+                                1.188736,
+                                1.236667,
+                                1.3728,
+                                1.436547,
+                                1.49959
+                            ],
+                            [
+                                1.27654,
+                                1.315356,
+                                1.363592,
+                                1.499445,
+                                1.563258,
+                                1.626292
+                            ],
+                            [
+                                1.405816,
+                                1.444573,
+                                1.492739,
+                                1.628648,
+                                1.69245,
+                                1.755479
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.083785,
+                                0.132212,
+                                0.199909,
+                                0.414042,
+                                0.524777,
+                                0.635319
+                            ],
+                            [
+                                0.0822,
+                                0.132057,
+                                0.199651,
+                                0.415446,
+                                0.524177,
+                                0.634881
+                            ],
+                            [
+                                0.083386,
+                                0.132325,
+                                0.199919,
+                                0.415407,
+                                0.524429,
+                                0.63517
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "PAD",
+                    "timing_type": "combinational",
+                    "timing_sense": "positive_unate",
+                    "when": "!CS&IE&!OE",
+                    "sdf_cond": "CS==1'b0&&IE==1'b1&&OE==1'b0",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.959245,
+                                1.001614,
+                                1.052968,
+                                1.203115,
+                                1.276203,
+                                1.348615
+                            ],
+                            [
+                                1.002526,
+                                1.044654,
+                                1.095773,
+                                1.246499,
+                                1.31906,
+                                1.391829
+                            ],
+                            [
+                                0.985508,
+                                1.027707,
+                                1.079217,
+                                1.229367,
+                                1.302068,
+                                1.375041
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.161304,
+                                0.211451,
+                                0.291581,
+                                0.566794,
+                                0.710653,
+                                0.859872
+                            ],
+                            [
+                                0.162074,
+                                0.212256,
+                                0.291234,
+                                0.568817,
+                                0.709553,
+                                0.855648
+                            ],
+                            [
+                                0.162422,
+                                0.211714,
+                                0.291759,
+                                0.567102,
+                                0.710423,
+                                0.85793
+                            ]
+                        ]
+                    },
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.829582,
+                                0.868265,
+                                0.916203,
+                                1.052057,
+                                1.115875,
+                                1.179077
+                            ],
+                            [
+                                0.91554,
+                                0.954173,
+                                1.002187,
+                                1.137983,
+                                1.201883,
+                                1.264826
+                            ],
+                            [
+                                1.117973,
+                                1.156612,
+                                1.204779,
+                                1.340626,
+                                1.4043,
+                                1.467539
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.082348,
+                                0.132515,
+                                0.198251,
+                                0.413566,
+                                0.522801,
+                                0.63333
+                            ],
+                            [
+                                0.083366,
+                                0.13179,
+                                0.19844,
+                                0.413624,
+                                0.524327,
+                                0.632085
+                            ],
+                            [
+                                0.08212,
+                                0.132084,
+                                0.19877,
+                                0.41474,
+                                0.522142,
+                                0.63421
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "PAD",
+                    "timing_type": "combinational",
+                    "timing_sense": "positive_unate",
+                    "when": "CS&IE&!OE",
+                    "sdf_cond": "CS==1'b1&&IE==1'b1&&OE==1'b0",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                1.034762,
+                                1.0772,
+                                1.128584,
+                                1.279247,
+                                1.351802,
+                                1.424463
+                            ],
+                            [
+                                1.122945,
+                                1.16541,
+                                1.216601,
+                                1.36723,
+                                1.439615,
+                                1.512756
+                            ],
+                            [
+                                1.164819,
+                                1.207244,
+                                1.258263,
+                                1.408759,
+                                1.481323,
+                                1.554249
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.161482,
+                                0.212787,
+                                0.292004,
+                                0.56742,
+                                0.710693,
+                                0.861049
+                            ],
+                            [
+                                0.161341,
+                                0.212089,
+                                0.291335,
+                                0.568387,
+                                0.711535,
+                                0.857042
+                            ],
+                            [
+                                0.161722,
+                                0.211492,
+                                0.291243,
+                                0.567475,
+                                0.710958,
+                                0.85699
+                            ]
+                        ]
+                    },
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                1.280382,
+                                1.319011,
+                                1.366959,
+                                1.502636,
+                                1.566486,
+                                1.629584
+                            ],
+                            [
+                                1.29448,
+                                1.333231,
+                                1.381159,
+                                1.517072,
+                                1.580799,
+                                1.643839
+                            ],
+                            [
+                                1.52314,
+                                1.562053,
+                                1.609605,
+                                1.74602,
+                                1.809672,
+                                1.872736
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.083654,
+                                0.133101,
+                                0.199378,
+                                0.41471,
+                                0.524069,
+                                0.633629
+                            ],
+                            [
+                                0.084061,
+                                0.133558,
+                                0.198837,
+                                0.414342,
+                                0.523299,
+                                0.634667
+                            ],
+                            [
+                                0.083204,
+                                0.132937,
+                                0.1989,
+                                0.41476,
+                                0.524355,
+                                0.634558
+                            ]
+                        ]
+                    }
+                }
+            ]
+        },
+        "pin DVDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin DVSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        }
+    }
+}
\ No newline at end of file
diff --git a/cells/bi_t/gf180mcu_fd_io__bi_t.cdl b/cells/bi_t/gf180mcu_fd_io__bi_t.cdl
new file mode 100644
index 0000000..e739b59
--- /dev/null
+++ b/cells/bi_t/gf180mcu_fd_io__bi_t.cdl
@@ -0,0 +1,574 @@
+* Copyright 2022 GlobalFoundries PDK Authors
+*
+* Licensed under the Apache License, Version 2.0 (the "License");
+* you may not use this file except in compliance with the License.
+* You may obtain a copy of the License at
+*
+*     http://www.apache.org/licenses/LICENSE-2.0
+*
+* Unless required by applicable law or agreed to in writing, software
+* distributed under the License is distributed on an "AS IS" BASIS,
+* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+* See the License for the specific language governing permissions and
+* limitations under the License.
+
+.SUBCKT gf180mcu_fd_io__bi_t A CS DVDD DVSS IE OE PAD PD PDRV0 PDRV1 PU SL VDD VSS Y
+C0 DVDD DVSS $[nmoscap_6p0] m=4.0 l=3e-6 w=3e-6
+C1 DVDD DVSS $[nmoscap_6p0] m=10.0 l=1.5e-6 w=5e-6
+M2 n67 n75 DVSS DVSS nmos_6p0 m=1.0 w=3e-6 l=700e-9 nf=1.0 as=1.32e-12 ad=1.32e-12
++ ps=6.88e-6 pd=6.88e-6 nrd=146.667e-3 nrs=146.667e-3 sa=440e-9 sb=440e-9
++ sd=0.0 dtemp=0.0 par=1
+M3 n37 n67 DVSS DVSS nmos_6p0 m=1.0 w=3e-6 l=700e-9 nf=1.0 as=1.32e-12 ad=1.32e-12
++ ps=6.88e-6 pd=6.88e-6 nrd=146.667e-3 nrs=146.667e-3 sa=440e-9 sb=440e-9
++ sd=0.0 dtemp=0.0 par=1
+M4 n72 OE VSS VSS nmos_6p0 m=1.0 w=3e-6 l=700e-9 nf=1.0 as=1.32e-12 ad=1.32e-12
++ ps=6.88e-6 pd=6.88e-6 nrd=146.667e-3 nrs=146.667e-3 sa=440e-9 sb=440e-9
++ sd=0.0 dtemp=0.0 par=1
+M5 n75 A n72 VSS nmos_6p0 m=1.0 w=3e-6 l=700e-9 nf=1.0 as=1.32e-12
++ ad=1.32e-12 ps=6.88e-6 pd=6.88e-6 nrd=146.667e-3 nrs=146.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M6 n67 n75 DVDD DVDD pmos_6p0 m=1.0 w=6e-6 l=700e-9 nf=1.0 as=2.64e-12 ad=2.64e-12
++ ps=12.88e-6 pd=12.88e-6 nrd=73.333e-3 nrs=73.333e-3 sa=440e-9 sb=440e-9
++ sd=0.0 dtemp=0.0 par=1
+M7 n37 n67 DVDD DVDD pmos_6p0 m=1.0 w=6e-6 l=700e-9 nf=1.0 as=2.64e-12 ad=2.64e-12
++ ps=12.88e-6 pd=12.88e-6 nrd=73.333e-3 nrs=73.333e-3 sa=440e-9 sb=440e-9
++ sd=0.0 dtemp=0.0 par=1
+M8 n75 OE VDD VDD pmos_6p0 m=1.0 w=3e-6 l=700e-9 nf=1.0 as=1.32e-12 ad=1.32e-12
++ ps=6.88e-6 pd=6.88e-6 nrd=146.667e-3 nrs=146.667e-3 sa=440e-9 sb=440e-9
++ sd=0.0 dtemp=0.0 par=1
+M9 n75 A VDD VDD pmos_6p0 m=1.0 w=3e-6 l=700e-9 nf=1.0 as=1.32e-12 ad=1.32e-12
++ ps=6.88e-6 pd=6.88e-6 nrd=146.667e-3 nrs=146.667e-3 sa=440e-9 sb=440e-9
++ sd=0.0 dtemp=0.0 par=1
+M10 PAD n43 DVDD DVDD pmos_6p0_sab m=1.0 w=80e-6 l=700e-9 nf=2.0 s_sab=280e-9
++ d_sab=2.78e-6 par=1 dtemp=0.0
+M11 PAD n55 DVSS DVSS nmos_6p0_sab m=1.0 w=38e-6 l=1.15e-6 nf=1.0 s_sab=280e-9
++ d_sab=3.78e-6 par=1 dtemp=0.0
+M12 PAD n52 DVSS DVSS nmos_6p0_sab m=1.0 w=38e-6 l=1.15e-6 nf=1.0 s_sab=280e-9
++ d_sab=3.78e-6 par=1 dtemp=0.0
+M13 PAD n48 DVDD DVDD pmos_6p0_sab m=1.0 w=40e-6 l=700e-9 nf=1.0 s_sab=280e-9
++ d_sab=2.78e-6 par=1 dtemp=0.0
+M14 PAD n42 DVDD DVDD pmos_6p0_sab m=1.0 w=80e-6 l=700e-9 nf=2.0 s_sab=280e-9
++ d_sab=2.78e-6 par=1 dtemp=0.0
+M15 PAD n56 DVSS DVSS nmos_6p0_sab m=1.0 w=38e-6 l=1.15e-6 nf=1.0 s_sab=280e-9
++ d_sab=3.78e-6 par=1 dtemp=0.0
+M16 PAD n51 DVSS DVSS nmos_6p0_sab m=1.0 w=38e-6 l=1.15e-6 nf=1.0 s_sab=280e-9
++ d_sab=3.78e-6 par=1 dtemp=0.0
+M17 PAD n47 DVDD DVDD pmos_6p0_sab m=1.0 w=40e-6 l=700e-9 nf=1.0 s_sab=280e-9
++ d_sab=2.78e-6 par=1 dtemp=0.0
+M18 PAD n44 DVDD DVDD pmos_6p0_sab m=1.0 w=80e-6 l=700e-9 nf=2.0 s_sab=280e-9
++ d_sab=2.78e-6 par=1 dtemp=0.0
+M19 PAD n54 DVSS DVSS nmos_6p0_sab m=1.0 w=38e-6 l=1.15e-6 nf=1.0 s_sab=280e-9
++ d_sab=3.78e-6 par=1 dtemp=0.0
+M20 PAD n53 DVSS DVSS nmos_6p0_sab m=1.0 w=38e-6 l=1.15e-6 nf=1.0 s_sab=280e-9
++ d_sab=3.78e-6 par=1 dtemp=0.0
+M21 PAD n49 DVDD DVDD pmos_6p0_sab m=1.0 w=40e-6 l=700e-9 nf=1.0 s_sab=280e-9
++ d_sab=2.78e-6 par=1 dtemp=0.0
+M22 PAD n45 DVDD DVDD pmos_6p0_sab m=1.0 w=80e-6 l=700e-9 nf=2.0 s_sab=280e-9
++ d_sab=2.78e-6 par=1 dtemp=0.0
+M23 PAD n57 DVSS DVSS nmos_6p0_sab m=1.0 w=38e-6 l=1.15e-6 nf=1.0 s_sab=280e-9
++ d_sab=3.78e-6 par=1 dtemp=0.0
+M24 PAD n50 DVSS DVSS nmos_6p0_sab m=1.0 w=38e-6 l=1.15e-6 nf=1.0 s_sab=280e-9
++ d_sab=3.78e-6 par=1 dtemp=0.0
+M25 PAD n46 DVDD DVDD pmos_6p0_sab m=1.0 w=40e-6 l=700e-9 nf=1.0 s_sab=280e-9
++ d_sab=2.78e-6 par=1 dtemp=0.0
+M26 n58 n41 DVSS DVSS nmos_6p0 m=1.0 w=3e-6 l=700e-9 nf=2.0 as=1.32e-12 ad=780e-15
++ ps=7.76e-6 pd=4.04e-6 nrd=86.667e-3 nrs=146.667e-3 sa=440e-9 sb=440e-9
++ sd=520e-9 dtemp=0.0 par=1
+M27 n175 SL VSS VSS nmos_6p0 m=1.0 w=1.5e-6 l=700e-9 nf=1.0 as=660e-15
++ ad=660e-15 ps=3.88e-6 pd=3.88e-6 nrd=293.333e-3 nrs=293.333e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M28 n41 n175 DVSS DVSS nmos_6p0 m=1.0 w=3e-6 l=700e-9 nf=2.0 as=1.32e-12
++ ad=780e-15 ps=7.76e-6 pd=4.04e-6 nrd=86.667e-3 nrs=146.667e-3 sa=440e-9
++ sb=440e-9 sd=520e-9 dtemp=0.0 par=1
+M29 n58 n41 DVDD DVDD pmos_6p0 m=1.0 w=6e-6 l=700e-9 nf=2.0 as=2.64e-12
++ ad=1.56e-12 ps=13.76e-6 pd=7.04e-6 nrd=43.333e-3 nrs=73.333e-3 sa=440e-9
++ sb=440e-9 sd=520e-9 dtemp=0.0 par=1
+M30 n175 SL VDD VDD pmos_6p0 m=1.0 w=3e-6 l=700e-9 nf=1.0 as=1.32e-12
++ ad=1.32e-12 ps=6.88e-6 pd=6.88e-6 nrd=146.667e-3 nrs=146.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M31 n41 n175 DVDD DVDD pmos_6p0 m=1.0 w=6e-6 l=700e-9 nf=2.0 as=2.64e-12
++ ad=1.56e-12 ps=13.76e-6 pd=7.04e-6 nrd=43.333e-3 nrs=73.333e-3 sa=440e-9
++ sb=440e-9 sd=520e-9 dtemp=0.0 par=1
+D32 A VDD pn_6p0 m=1.0 AREA=1e-12 PJ=4e-6
+D33 SL VDD pn_6p0 m=1.0 AREA=1e-12 PJ=4e-6
+D34 VSS PDRV0 pn_6p0 m=1.0 AREA=230.4e-15 PJ=1.92e-6
+D35 VSS OE pn_6p0 m=1.0 AREA=230.4e-15 PJ=1.92e-6
+M36 n188 PDRV0 VSS VSS nmos_6p0 m=1.0 w=3e-6 l=700e-9 nf=1.0 as=1.32e-12
++ ad=1.32e-12 ps=6.88e-6 pd=6.88e-6 nrd=146.667e-3 nrs=146.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M37 n179 OE n188 VSS nmos_6p0 m=1.0 w=3e-6 l=700e-9 nf=1.0 as=1.32e-12
++ ad=1.32e-12 ps=6.88e-6 pd=6.88e-6 nrd=146.667e-3 nrs=146.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M38 n39 n36 DVSS DVSS nmos_6p0 m=1.0 w=3e-6 l=700e-9 nf=1.0 as=1.32e-12
++ ad=1.32e-12 ps=6.88e-6 pd=6.88e-6 nrd=146.667e-3 nrs=146.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M39 n36 n179 DVSS DVSS nmos_6p0 m=1.0 w=3e-6 l=700e-9 nf=1.0 as=1.32e-12
++ ad=1.32e-12 ps=6.88e-6 pd=6.88e-6 nrd=146.667e-3 nrs=146.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M40 n179 PDRV0 VDD VDD pmos_6p0 m=1.0 w=3e-6 l=700e-9 nf=1.0 as=1.32e-12
++ ad=1.32e-12 ps=6.88e-6 pd=6.88e-6 nrd=146.667e-3 nrs=146.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M41 n179 OE VDD VDD pmos_6p0 m=1.0 w=3e-6 l=700e-9 nf=1.0 as=1.32e-12
++ ad=1.32e-12 ps=6.88e-6 pd=6.88e-6 nrd=146.667e-3 nrs=146.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M42 n39 n36 DVDD DVDD pmos_6p0 m=1.0 w=6e-6 l=700e-9 nf=1.0 as=2.64e-12
++ ad=2.64e-12 ps=12.88e-6 pd=12.88e-6 nrd=73.333e-3 nrs=73.333e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M43 n36 n179 DVDD DVDD pmos_6p0 m=1.0 w=6e-6 l=700e-9 nf=1.0 as=2.64e-12
++ ad=2.64e-12 ps=12.88e-6 pd=12.88e-6 nrd=73.333e-3 nrs=73.333e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+D44 VSS PDRV1 pn_6p0 m=1.0 AREA=230.4e-15 PJ=1.92e-6
+D45 VSS OE pn_6p0 m=1.0 AREA=230.4e-15 PJ=1.92e-6
+M46 n198 PDRV1 VSS VSS nmos_6p0 m=1.0 w=3e-6 l=700e-9 nf=1.0 as=1.32e-12
++ ad=1.32e-12 ps=6.88e-6 pd=6.88e-6 nrd=146.667e-3 nrs=146.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M47 n189 OE n198 VSS nmos_6p0 m=1.0 w=3e-6 l=700e-9 nf=1.0 as=1.32e-12
++ ad=1.32e-12 ps=6.88e-6 pd=6.88e-6 nrd=146.667e-3 nrs=146.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M48 n35 n33 DVSS DVSS nmos_6p0 m=1.0 w=3e-6 l=700e-9 nf=1.0 as=1.32e-12
++ ad=1.32e-12 ps=6.88e-6 pd=6.88e-6 nrd=146.667e-3 nrs=146.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M49 n33 n189 DVSS DVSS nmos_6p0 m=1.0 w=3e-6 l=700e-9 nf=1.0 as=1.32e-12
++ ad=1.32e-12 ps=6.88e-6 pd=6.88e-6 nrd=146.667e-3 nrs=146.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M50 n189 PDRV1 VDD VDD pmos_6p0 m=1.0 w=3e-6 l=700e-9 nf=1.0 as=1.32e-12
++ ad=1.32e-12 ps=6.88e-6 pd=6.88e-6 nrd=146.667e-3 nrs=146.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M51 n189 OE VDD VDD pmos_6p0 m=1.0 w=3e-6 l=700e-9 nf=1.0 as=1.32e-12
++ ad=1.32e-12 ps=6.88e-6 pd=6.88e-6 nrd=146.667e-3 nrs=146.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M52 n35 n33 DVDD DVDD pmos_6p0 m=1.0 w=6e-6 l=700e-9 nf=1.0 as=2.64e-12
++ ad=2.64e-12 ps=12.88e-6 pd=12.88e-6 nrd=73.333e-3 nrs=73.333e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M53 n33 n189 DVDD DVDD pmos_6p0 m=1.0 w=6e-6 l=700e-9 nf=1.0 as=2.64e-12
++ ad=2.64e-12 ps=12.88e-6 pd=12.88e-6 nrd=73.333e-3 nrs=73.333e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+D54 VSS VDD pn_6p0 m=1.0 AREA=230.4e-15 PJ=1.92e-6
+D55 VSS OE pn_6p0 m=1.0 AREA=230.4e-15 PJ=1.92e-6
+M56 n208 VDD VSS VSS nmos_6p0 m=1.0 w=3e-6 l=700e-9 nf=1.0 as=1.32e-12
++ ad=1.32e-12 ps=6.88e-6 pd=6.88e-6 nrd=146.667e-3 nrs=146.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M57 n199 OE n208 VSS nmos_6p0 m=1.0 w=3e-6 l=700e-9 nf=1.0 as=1.32e-12
++ ad=1.32e-12 ps=6.88e-6 pd=6.88e-6 nrd=146.667e-3 nrs=146.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M58 n32 n31 DVSS DVSS nmos_6p0 m=1.0 w=3e-6 l=700e-9 nf=1.0 as=1.32e-12
++ ad=1.32e-12 ps=6.88e-6 pd=6.88e-6 nrd=146.667e-3 nrs=146.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M59 n31 n199 DVSS DVSS nmos_6p0 m=1.0 w=3e-6 l=700e-9 nf=1.0 as=1.32e-12
++ ad=1.32e-12 ps=6.88e-6 pd=6.88e-6 nrd=146.667e-3 nrs=146.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M60 n199 VDD VDD VDD pmos_6p0 m=1.0 w=3e-6 l=700e-9 nf=1.0 as=1.32e-12
++ ad=1.32e-12 ps=6.88e-6 pd=6.88e-6 nrd=146.667e-3 nrs=146.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M61 n199 OE VDD VDD pmos_6p0 m=1.0 w=3e-6 l=700e-9 nf=1.0 as=1.32e-12
++ ad=1.32e-12 ps=6.88e-6 pd=6.88e-6 nrd=146.667e-3 nrs=146.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M62 n32 n31 DVDD DVDD pmos_6p0 m=1.0 w=6e-6 l=700e-9 nf=1.0 as=2.64e-12
++ ad=2.64e-12 ps=12.88e-6 pd=12.88e-6 nrd=73.333e-3 nrs=73.333e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M63 n31 n199 DVDD DVDD pmos_6p0 m=1.0 w=6e-6 l=700e-9 nf=1.0 as=2.64e-12
++ ad=2.64e-12 ps=12.88e-6 pd=12.88e-6 nrd=73.333e-3 nrs=73.333e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M64 n46 n58 n45 DVSS nmos_6p0 m=1.0 w=12e-6 l=700e-9 nf=1.0 as=5.28e-12
++ ad=5.28e-12 ps=24.88e-6 pd=24.88e-6 nrd=36.667e-3 nrs=36.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M65 n45 DVDD n46 DVSS nmos_6p0 m=1.0 w=1.2e-6 l=700e-9 nf=1.0 as=528e-15
++ ad=528e-15 ps=3.28e-6 pd=3.28e-6 nrd=366.667e-3 nrs=366.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M66 n50 n209 DVSS DVSS nmos_6p0 m=1.0 w=12e-6 l=700e-9 nf=1.0 as=5.28e-12
++ ad=5.28e-12 ps=24.88e-6 pd=24.88e-6 nrd=36.667e-3 nrs=36.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M67 n57 n209 DVSS DVSS nmos_6p0 m=1.0 w=12e-6 l=700e-9 nf=1.0 as=5.28e-12
++ ad=5.28e-12 ps=24.88e-6 pd=24.88e-6 nrd=36.667e-3 nrs=36.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M68 n46 n214 DVSS DVSS nmos_6p0 m=1.0 w=12e-6 l=700e-9 nf=1.0 as=5.28e-12
++ ad=5.28e-12 ps=24.88e-6 pd=24.88e-6 nrd=36.667e-3 nrs=36.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M69 n214 n37 DVSS DVSS nmos_6p0 m=1.0 w=6e-6 l=700e-9 nf=1.0 as=2.64e-12
++ ad=2.64e-12 ps=12.88e-6 pd=12.88e-6 nrd=73.333e-3 nrs=73.333e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M70 n214 n39 DVSS DVSS nmos_6p0 m=1.0 w=6e-6 l=700e-9 nf=1.0 as=2.64e-12
++ ad=2.64e-12 ps=12.88e-6 pd=12.88e-6 nrd=73.333e-3 nrs=73.333e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M71 n209 n36 n214 DVSS nmos_6p0 m=1.0 w=6e-6 l=700e-9 nf=1.0 as=2.64e-12
++ ad=2.64e-12 ps=12.88e-6 pd=12.88e-6 nrd=73.333e-3 nrs=73.333e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M72 n50 n41 n57 DVDD pmos_6p0 m=1.0 w=24e-6 l=700e-9 nf=1.0 as=10.56e-12
++ ad=10.56e-12 ps=48.88e-6 pd=48.88e-6 nrd=18.333e-3 nrs=18.333e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M73 n209 n36 DVDD DVDD pmos_6p0 m=1.0 w=12e-6 l=700e-9 nf=1.0 as=5.28e-12
++ ad=5.28e-12 ps=24.88e-6 pd=24.88e-6 nrd=36.667e-3 nrs=36.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M74 n46 n214 DVDD DVDD pmos_6p0 m=1.0 w=24e-6 l=700e-9 nf=1.0 as=10.56e-12
++ ad=10.56e-12 ps=48.88e-6 pd=48.88e-6 nrd=18.333e-3 nrs=18.333e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M75 n57 n209 DVDD DVDD pmos_6p0 m=1.0 w=24e-6 l=700e-9 nf=1.0 as=10.56e-12
++ ad=10.56e-12 ps=48.88e-6 pd=48.88e-6 nrd=18.333e-3 nrs=18.333e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M76 n50 DVSS n57 DVDD pmos_6p0 m=1.0 w=1.2e-6 l=700e-9 nf=1.0 as=528e-15
++ ad=528e-15 ps=3.28e-6 pd=3.28e-6 nrd=366.667e-3 nrs=366.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M77 n209 n37 DVDD DVDD pmos_6p0 m=1.0 w=12e-6 l=700e-9 nf=1.0 as=5.28e-12
++ ad=5.28e-12 ps=24.88e-6 pd=24.88e-6 nrd=36.667e-3 nrs=36.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M78 n214 n39 n209 DVDD pmos_6p0 m=1.0 w=12e-6 l=700e-9 nf=1.0 as=5.28e-12
++ ad=5.28e-12 ps=24.88e-6 pd=24.88e-6 nrd=36.667e-3 nrs=36.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M79 n45 n214 DVDD DVDD pmos_6p0 m=1.0 w=24e-6 l=700e-9 nf=1.0 as=10.56e-12
++ ad=10.56e-12 ps=48.88e-6 pd=48.88e-6 nrd=18.333e-3 nrs=18.333e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M80 n47 n58 n42 DVSS nmos_6p0 m=1.0 w=12e-6 l=700e-9 nf=1.0 as=5.28e-12
++ ad=5.28e-12 ps=24.88e-6 pd=24.88e-6 nrd=36.667e-3 nrs=36.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M81 n42 DVDD n47 DVSS nmos_6p0 m=1.0 w=1.2e-6 l=700e-9 nf=1.0 as=528e-15
++ ad=528e-15 ps=3.28e-6 pd=3.28e-6 nrd=366.667e-3 nrs=366.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M82 n51 n222 DVSS DVSS nmos_6p0 m=1.0 w=12e-6 l=700e-9 nf=1.0 as=5.28e-12
++ ad=5.28e-12 ps=24.88e-6 pd=24.88e-6 nrd=36.667e-3 nrs=36.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M83 n56 n222 DVSS DVSS nmos_6p0 m=1.0 w=12e-6 l=700e-9 nf=1.0 as=5.28e-12
++ ad=5.28e-12 ps=24.88e-6 pd=24.88e-6 nrd=36.667e-3 nrs=36.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M84 n47 n227 DVSS DVSS nmos_6p0 m=1.0 w=12e-6 l=700e-9 nf=1.0 as=5.28e-12
++ ad=5.28e-12 ps=24.88e-6 pd=24.88e-6 nrd=36.667e-3 nrs=36.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M85 n227 n37 DVSS DVSS nmos_6p0 m=1.0 w=6e-6 l=700e-9 nf=1.0 as=2.64e-12
++ ad=2.64e-12 ps=12.88e-6 pd=12.88e-6 nrd=73.333e-3 nrs=73.333e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M86 n227 n35 DVSS DVSS nmos_6p0 m=1.0 w=6e-6 l=700e-9 nf=1.0 as=2.64e-12
++ ad=2.64e-12 ps=12.88e-6 pd=12.88e-6 nrd=73.333e-3 nrs=73.333e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M87 n222 n33 n227 DVSS nmos_6p0 m=1.0 w=6e-6 l=700e-9 nf=1.0 as=2.64e-12
++ ad=2.64e-12 ps=12.88e-6 pd=12.88e-6 nrd=73.333e-3 nrs=73.333e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M88 n51 n41 n56 DVDD pmos_6p0 m=1.0 w=24e-6 l=700e-9 nf=1.0 as=10.56e-12
++ ad=10.56e-12 ps=48.88e-6 pd=48.88e-6 nrd=18.333e-3 nrs=18.333e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M89 n222 n33 DVDD DVDD pmos_6p0 m=1.0 w=12e-6 l=700e-9 nf=1.0 as=5.28e-12
++ ad=5.28e-12 ps=24.88e-6 pd=24.88e-6 nrd=36.667e-3 nrs=36.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M90 n47 n227 DVDD DVDD pmos_6p0 m=1.0 w=24e-6 l=700e-9 nf=1.0 as=10.56e-12
++ ad=10.56e-12 ps=48.88e-6 pd=48.88e-6 nrd=18.333e-3 nrs=18.333e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M91 n56 n222 DVDD DVDD pmos_6p0 m=1.0 w=24e-6 l=700e-9 nf=1.0 as=10.56e-12
++ ad=10.56e-12 ps=48.88e-6 pd=48.88e-6 nrd=18.333e-3 nrs=18.333e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M92 n51 DVSS n56 DVDD pmos_6p0 m=1.0 w=1.2e-6 l=700e-9 nf=1.0 as=528e-15
++ ad=528e-15 ps=3.28e-6 pd=3.28e-6 nrd=366.667e-3 nrs=366.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M93 n222 n37 DVDD DVDD pmos_6p0 m=1.0 w=12e-6 l=700e-9 nf=1.0 as=5.28e-12
++ ad=5.28e-12 ps=24.88e-6 pd=24.88e-6 nrd=36.667e-3 nrs=36.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M94 n227 n35 n222 DVDD pmos_6p0 m=1.0 w=12e-6 l=700e-9 nf=1.0 as=5.28e-12
++ ad=5.28e-12 ps=24.88e-6 pd=24.88e-6 nrd=36.667e-3 nrs=36.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M95 n42 n227 DVDD DVDD pmos_6p0 m=1.0 w=24e-6 l=700e-9 nf=1.0 as=10.56e-12
++ ad=10.56e-12 ps=48.88e-6 pd=48.88e-6 nrd=18.333e-3 nrs=18.333e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M96 n48 n58 n43 DVSS nmos_6p0 m=1.0 w=12e-6 l=700e-9 nf=1.0 as=5.28e-12
++ ad=5.28e-12 ps=24.88e-6 pd=24.88e-6 nrd=36.667e-3 nrs=36.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M97 n43 DVDD n48 DVSS nmos_6p0 m=1.0 w=1.2e-6 l=700e-9 nf=1.0 as=528e-15
++ ad=528e-15 ps=3.28e-6 pd=3.28e-6 nrd=366.667e-3 nrs=366.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M98 n52 n235 DVSS DVSS nmos_6p0 m=1.0 w=12e-6 l=700e-9 nf=1.0 as=5.28e-12
++ ad=5.28e-12 ps=24.88e-6 pd=24.88e-6 nrd=36.667e-3 nrs=36.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M99 n55 n235 DVSS DVSS nmos_6p0 m=1.0 w=12e-6 l=700e-9 nf=1.0 as=5.28e-12
++ ad=5.28e-12 ps=24.88e-6 pd=24.88e-6 nrd=36.667e-3 nrs=36.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M100 n48 n240 DVSS DVSS nmos_6p0 m=1.0 w=12e-6 l=700e-9 nf=1.0 as=5.28e-12
++ ad=5.28e-12 ps=24.88e-6 pd=24.88e-6 nrd=36.667e-3 nrs=36.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M101 n240 n37 DVSS DVSS nmos_6p0 m=1.0 w=6e-6 l=700e-9 nf=1.0 as=2.64e-12
++ ad=2.64e-12 ps=12.88e-6 pd=12.88e-6 nrd=73.333e-3 nrs=73.333e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M102 n240 n35 DVSS DVSS nmos_6p0 m=1.0 w=6e-6 l=700e-9 nf=1.0 as=2.64e-12
++ ad=2.64e-12 ps=12.88e-6 pd=12.88e-6 nrd=73.333e-3 nrs=73.333e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M103 n235 n33 n240 DVSS nmos_6p0 m=1.0 w=6e-6 l=700e-9 nf=1.0 as=2.64e-12
++ ad=2.64e-12 ps=12.88e-6 pd=12.88e-6 nrd=73.333e-3 nrs=73.333e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M104 n52 n41 n55 DVDD pmos_6p0 m=1.0 w=24e-6 l=700e-9 nf=1.0 as=10.56e-12
++ ad=10.56e-12 ps=48.88e-6 pd=48.88e-6 nrd=18.333e-3 nrs=18.333e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M105 n235 n33 DVDD DVDD pmos_6p0 m=1.0 w=12e-6 l=700e-9 nf=1.0 as=5.28e-12
++ ad=5.28e-12 ps=24.88e-6 pd=24.88e-6 nrd=36.667e-3 nrs=36.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M106 n48 n240 DVDD DVDD pmos_6p0 m=1.0 w=24e-6 l=700e-9 nf=1.0 as=10.56e-12
++ ad=10.56e-12 ps=48.88e-6 pd=48.88e-6 nrd=18.333e-3 nrs=18.333e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M107 n55 n235 DVDD DVDD pmos_6p0 m=1.0 w=24e-6 l=700e-9 nf=1.0 as=10.56e-12
++ ad=10.56e-12 ps=48.88e-6 pd=48.88e-6 nrd=18.333e-3 nrs=18.333e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M108 n52 DVSS n55 DVDD pmos_6p0 m=1.0 w=1.2e-6 l=700e-9 nf=1.0 as=528e-15
++ ad=528e-15 ps=3.28e-6 pd=3.28e-6 nrd=366.667e-3 nrs=366.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M109 n235 n37 DVDD DVDD pmos_6p0 m=1.0 w=12e-6 l=700e-9 nf=1.0 as=5.28e-12
++ ad=5.28e-12 ps=24.88e-6 pd=24.88e-6 nrd=36.667e-3 nrs=36.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M110 n240 n35 n235 DVDD pmos_6p0 m=1.0 w=12e-6 l=700e-9 nf=1.0 as=5.28e-12
++ ad=5.28e-12 ps=24.88e-6 pd=24.88e-6 nrd=36.667e-3 nrs=36.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M111 n43 n240 DVDD DVDD pmos_6p0 m=1.0 w=24e-6 l=700e-9 nf=1.0 as=10.56e-12
++ ad=10.56e-12 ps=48.88e-6 pd=48.88e-6 nrd=18.333e-3 nrs=18.333e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M112 n49 n58 n44 DVSS nmos_6p0 m=1.0 w=12e-6 l=700e-9 nf=1.0 as=5.28e-12
++ ad=5.28e-12 ps=24.88e-6 pd=24.88e-6 nrd=36.667e-3 nrs=36.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M113 n44 DVDD n49 DVSS nmos_6p0 m=1.0 w=1.2e-6 l=700e-9 nf=1.0 as=528e-15
++ ad=528e-15 ps=3.28e-6 pd=3.28e-6 nrd=366.667e-3 nrs=366.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M114 n53 n248 DVSS DVSS nmos_6p0 m=1.0 w=12e-6 l=700e-9 nf=1.0 as=5.28e-12
++ ad=5.28e-12 ps=24.88e-6 pd=24.88e-6 nrd=36.667e-3 nrs=36.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M115 n54 n248 DVSS DVSS nmos_6p0 m=1.0 w=12e-6 l=700e-9 nf=1.0 as=5.28e-12
++ ad=5.28e-12 ps=24.88e-6 pd=24.88e-6 nrd=36.667e-3 nrs=36.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M116 n49 n253 DVSS DVSS nmos_6p0 m=1.0 w=12e-6 l=700e-9 nf=1.0 as=5.28e-12
++ ad=5.28e-12 ps=24.88e-6 pd=24.88e-6 nrd=36.667e-3 nrs=36.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M117 n253 n37 DVSS DVSS nmos_6p0 m=1.0 w=6e-6 l=700e-9 nf=1.0 as=2.64e-12
++ ad=2.64e-12 ps=12.88e-6 pd=12.88e-6 nrd=73.333e-3 nrs=73.333e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M118 n253 n32 DVSS DVSS nmos_6p0 m=1.0 w=6e-6 l=700e-9 nf=1.0 as=2.64e-12
++ ad=2.64e-12 ps=12.88e-6 pd=12.88e-6 nrd=73.333e-3 nrs=73.333e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M119 n248 n31 n253 DVSS nmos_6p0 m=1.0 w=6e-6 l=700e-9 nf=1.0 as=2.64e-12
++ ad=2.64e-12 ps=12.88e-6 pd=12.88e-6 nrd=73.333e-3 nrs=73.333e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M120 n53 n41 n54 DVDD pmos_6p0 m=1.0 w=24e-6 l=700e-9 nf=1.0 as=10.56e-12
++ ad=10.56e-12 ps=48.88e-6 pd=48.88e-6 nrd=18.333e-3 nrs=18.333e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M121 n248 n31 DVDD DVDD pmos_6p0 m=1.0 w=12e-6 l=700e-9 nf=1.0 as=5.28e-12
++ ad=5.28e-12 ps=24.88e-6 pd=24.88e-6 nrd=36.667e-3 nrs=36.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M122 n49 n253 DVDD DVDD pmos_6p0 m=1.0 w=24e-6 l=700e-9 nf=1.0 as=10.56e-12
++ ad=10.56e-12 ps=48.88e-6 pd=48.88e-6 nrd=18.333e-3 nrs=18.333e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M123 n54 n248 DVDD DVDD pmos_6p0 m=1.0 w=24e-6 l=700e-9 nf=1.0 as=10.56e-12
++ ad=10.56e-12 ps=48.88e-6 pd=48.88e-6 nrd=18.333e-3 nrs=18.333e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M124 n53 DVSS n54 DVDD pmos_6p0 m=1.0 w=1.2e-6 l=700e-9 nf=1.0 as=528e-15
++ ad=528e-15 ps=3.28e-6 pd=3.28e-6 nrd=366.667e-3 nrs=366.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M125 n248 n37 DVDD DVDD pmos_6p0 m=1.0 w=12e-6 l=700e-9 nf=1.0 as=5.28e-12
++ ad=5.28e-12 ps=24.88e-6 pd=24.88e-6 nrd=36.667e-3 nrs=36.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M126 n253 n32 n248 DVDD pmos_6p0 m=1.0 w=12e-6 l=700e-9 nf=1.0 as=5.28e-12
++ ad=5.28e-12 ps=24.88e-6 pd=24.88e-6 nrd=36.667e-3 nrs=36.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M127 n44 n253 DVDD DVDD pmos_6p0 m=1.0 w=24e-6 l=700e-9 nf=1.0 as=10.56e-12
++ ad=10.56e-12 ps=48.88e-6 pd=48.88e-6 nrd=18.333e-3 nrs=18.333e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M128 n273 n262 DVSS DVSS nmos_6p0 m=1.0 w=3e-6 l=700e-9 nf=2.0 as=1.32e-12
++ ad=780e-15 ps=7.76e-6 pd=4.04e-6 nrd=86.667e-3 nrs=146.667e-3 sa=440e-9
++ sb=440e-9 sd=520e-9 dtemp=0.0 par=1
+M129 n286 IE VSS VSS nmos_6p0 m=1.0 w=1.5e-6 l=700e-9 nf=1.0 as=660e-15
++ ad=660e-15 ps=3.88e-6 pd=3.88e-6 nrd=293.333e-3 nrs=293.333e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M130 n262 n286 DVSS DVSS nmos_6p0 m=1.0 w=3e-6 l=700e-9 nf=2.0 as=1.32e-12
++ ad=780e-15 ps=7.76e-6 pd=4.04e-6 nrd=86.667e-3 nrs=146.667e-3 sa=440e-9
++ sb=440e-9 sd=520e-9 dtemp=0.0 par=1
+M131 n273 n262 DVDD DVDD pmos_6p0 m=1.0 w=6e-6 l=700e-9 nf=2.0 as=2.64e-12
++ ad=1.56e-12 ps=13.76e-6 pd=7.04e-6 nrd=43.333e-3 nrs=73.333e-3 sa=440e-9
++ sb=440e-9 sd=520e-9 dtemp=0.0 par=1
+M132 n286 IE VDD VDD pmos_6p0 m=1.0 w=3e-6 l=700e-9 nf=1.0 as=1.32e-12
++ ad=1.32e-12 ps=6.88e-6 pd=6.88e-6 nrd=146.667e-3 nrs=146.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M133 n262 n286 DVDD DVDD pmos_6p0 m=1.0 w=6e-6 l=700e-9 nf=2.0 as=2.64e-12
++ ad=1.56e-12 ps=13.76e-6 pd=7.04e-6 nrd=43.333e-3 nrs=73.333e-3 sa=440e-9
++ sb=440e-9 sd=520e-9 dtemp=0.0 par=1
+M134 n279 n263 DVSS DVSS nmos_6p0 m=1.0 w=3e-6 l=700e-9 nf=2.0 as=1.32e-12
++ ad=780e-15 ps=7.76e-6 pd=4.04e-6 nrd=86.667e-3 nrs=146.667e-3 sa=440e-9
++ sb=440e-9 sd=520e-9 dtemp=0.0 par=1
+M135 n294 CS VSS VSS nmos_6p0 m=1.0 w=1.5e-6 l=700e-9 nf=1.0 as=660e-15
++ ad=660e-15 ps=3.88e-6 pd=3.88e-6 nrd=293.333e-3 nrs=293.333e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M136 n263 n294 DVSS DVSS nmos_6p0 m=1.0 w=3e-6 l=700e-9 nf=2.0 as=1.32e-12
++ ad=780e-15 ps=7.76e-6 pd=4.04e-6 nrd=86.667e-3 nrs=146.667e-3 sa=440e-9
++ sb=440e-9 sd=520e-9 dtemp=0.0 par=1
+M137 n279 n263 DVDD DVDD pmos_6p0 m=1.0 w=6e-6 l=700e-9 nf=2.0 as=2.64e-12
++ ad=1.56e-12 ps=13.76e-6 pd=7.04e-6 nrd=43.333e-3 nrs=73.333e-3 sa=440e-9
++ sb=440e-9 sd=520e-9 dtemp=0.0 par=1
+M138 n294 CS VDD VDD pmos_6p0 m=1.0 w=3e-6 l=700e-9 nf=1.0 as=1.32e-12
++ ad=1.32e-12 ps=6.88e-6 pd=6.88e-6 nrd=146.667e-3 nrs=146.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M139 n263 n294 DVDD DVDD pmos_6p0 m=1.0 w=6e-6 l=700e-9 nf=2.0 as=2.64e-12
++ ad=1.56e-12 ps=13.76e-6 pd=7.04e-6 nrd=43.333e-3 nrs=73.333e-3 sa=440e-9
++ sb=440e-9 sd=520e-9 dtemp=0.0 par=1
+M140 n277 n265 DVSS DVSS nmos_6p0 m=1.0 w=3e-6 l=700e-9 nf=2.0 as=1.32e-12
++ ad=780e-15 ps=7.76e-6 pd=4.04e-6 nrd=86.667e-3 nrs=146.667e-3 sa=440e-9
++ sb=440e-9 sd=520e-9 dtemp=0.0 par=1
+M141 n302 n266 VSS VSS nmos_6p0 m=1.0 w=1.5e-6 l=700e-9 nf=1.0 as=660e-15
++ ad=660e-15 ps=3.88e-6 pd=3.88e-6 nrd=293.333e-3 nrs=293.333e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M142 n265 n302 DVSS DVSS nmos_6p0 m=1.0 w=3e-6 l=700e-9 nf=2.0 as=1.32e-12
++ ad=780e-15 ps=7.76e-6 pd=4.04e-6 nrd=86.667e-3 nrs=146.667e-3 sa=440e-9
++ sb=440e-9 sd=520e-9 dtemp=0.0 par=1
+M143 n277 n265 DVDD DVDD pmos_6p0 m=1.0 w=6e-6 l=700e-9 nf=2.0 as=2.64e-12
++ ad=1.56e-12 ps=13.76e-6 pd=7.04e-6 nrd=43.333e-3 nrs=73.333e-3 sa=440e-9
++ sb=440e-9 sd=520e-9 dtemp=0.0 par=1
+M144 n302 n266 VDD VDD pmos_6p0 m=1.0 w=3e-6 l=700e-9 nf=1.0 as=1.32e-12
++ ad=1.32e-12 ps=6.88e-6 pd=6.88e-6 nrd=146.667e-3 nrs=146.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M145 n265 n302 DVDD DVDD pmos_6p0 m=1.0 w=6e-6 l=700e-9 nf=2.0 as=2.64e-12
++ ad=1.56e-12 ps=13.76e-6 pd=7.04e-6 nrd=43.333e-3 nrs=73.333e-3 sa=440e-9
++ sb=440e-9 sd=520e-9 dtemp=0.0 par=1
+M146 n281 n268 DVSS DVSS nmos_6p0 m=1.0 w=3e-6 l=700e-9 nf=2.0 as=1.32e-12
++ ad=780e-15 ps=7.76e-6 pd=4.04e-6 nrd=86.667e-3 nrs=146.667e-3 sa=440e-9
++ sb=440e-9 sd=520e-9 dtemp=0.0 par=1
+M147 n310 n264 VSS VSS nmos_6p0 m=1.0 w=1.5e-6 l=700e-9 nf=1.0 as=660e-15
++ ad=660e-15 ps=3.88e-6 pd=3.88e-6 nrd=293.333e-3 nrs=293.333e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M148 n268 n310 DVSS DVSS nmos_6p0 m=1.0 w=3e-6 l=700e-9 nf=2.0 as=1.32e-12
++ ad=780e-15 ps=7.76e-6 pd=4.04e-6 nrd=86.667e-3 nrs=146.667e-3 sa=440e-9
++ sb=440e-9 sd=520e-9 dtemp=0.0 par=1
+M149 n281 n268 DVDD DVDD pmos_6p0 m=1.0 w=6e-6 l=700e-9 nf=2.0 as=2.64e-12
++ ad=1.56e-12 ps=13.76e-6 pd=7.04e-6 nrd=43.333e-3 nrs=73.333e-3 sa=440e-9
++ sb=440e-9 sd=520e-9 dtemp=0.0 par=1
+M150 n310 n264 VDD VDD pmos_6p0 m=1.0 w=3e-6 l=700e-9 nf=1.0 as=1.32e-12
++ ad=1.32e-12 ps=6.88e-6 pd=6.88e-6 nrd=146.667e-3 nrs=146.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M151 n268 n310 DVDD DVDD pmos_6p0 m=1.0 w=6e-6 l=700e-9 nf=2.0 as=2.64e-12
++ ad=1.56e-12 ps=13.76e-6 pd=7.04e-6 nrd=43.333e-3 nrs=73.333e-3 sa=440e-9
++ sb=440e-9 sd=520e-9 dtemp=0.0 par=1
+D152 PD VDD pn_6p0 m=1.0 AREA=1e-12 PJ=4e-6
+D153 IE VDD pn_6p0 m=1.0 AREA=1e-12 PJ=4e-6
+D154 CS VDD pn_6p0 m=1.0 AREA=1e-12 PJ=4e-6
+D155 PU VDD pn_6p0 m=1.0 AREA=1e-12 PJ=4e-6
+M156 n318 n263 DVDD DVDD pmos_6p0 m=1.0 w=8e-6 l=700e-9 nf=1.0 as=3.52e-12
++ ad=3.52e-12 ps=16.88e-6 pd=16.88e-6 nrd=55e-3 nrs=55e-3 sa=440e-9 sb=440e-9
++ sd=0.0 dtemp=0.0 par=1
+M157 DVDD n263 n319 DVDD pmos_6p0 m=1.0 w=3e-6 l=700e-9 nf=1.0 as=1.32e-12
++ ad=1.32e-12 ps=6.88e-6 pd=6.88e-6 nrd=146.667e-3 nrs=146.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M158 n320 n20 DVDD DVDD pmos_6p0 m=1.0 w=3.8e-6 l=700e-9 nf=1.0 as=1.672e-12
++ ad=1.672e-12 ps=8.48e-6 pd=8.48e-6 nrd=115.789e-3 nrs=115.789e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M159 DVSS n319 n320 DVDD pmos_6p0 m=1.0 w=3.8e-6 l=700e-9 nf=1.0 as=1.672e-12
++ ad=1.672e-12 ps=8.48e-6 pd=8.48e-6 nrd=115.789e-3 nrs=115.789e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M160 n280 n262 DVDD DVDD pmos_6p0 m=1.0 w=6e-6 l=700e-9 nf=1.0 as=2.64e-12
++ ad=2.64e-12 ps=12.88e-6 pd=12.88e-6 nrd=73.333e-3 nrs=73.333e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M161 n280 n318 n315 DVDD pmos_6p0 m=1.0 w=2e-6 l=700e-9 nf=1.0 as=880e-15
++ ad=880e-15 ps=4.88e-6 pd=4.88e-6 nrd=220e-3 nrs=220e-3 sa=440e-9 sb=440e-9
++ sd=0.0 dtemp=0.0 par=1
+M162 n280 n318 n319 DVDD pmos_6p0 m=1.0 w=2e-6 l=700e-9 nf=1.0 as=880e-15
++ ad=880e-15 ps=4.88e-6 pd=4.88e-6 nrd=220e-3 nrs=220e-3 sa=440e-9 sb=440e-9
++ sd=0.0 dtemp=0.0 par=1
+M163 n280 n20 n320 DVDD pmos_6p0 m=1.0 w=4.3e-6 l=700e-9 nf=1.0 as=1.892e-12
++ ad=1.892e-12 ps=9.48e-6 pd=9.48e-6 nrd=102.326e-3 nrs=102.326e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M164 n325 n262 DVSS DVSS nmos_6p0 m=1.0 w=16e-6 l=700e-9 nf=1.0 as=7.04e-12
++ ad=7.04e-12 ps=32.88e-6 pd=32.88e-6 nrd=27.5e-3 nrs=27.5e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M165 n317 n20 n325 DVSS nmos_6p0 m=1.0 w=10.6e-6 l=700e-9 nf=1.0 as=4.664e-12
++ ad=4.664e-12 ps=22.08e-6 pd=22.08e-6 nrd=41.509e-3 nrs=41.509e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M166 n280 n20 n317 DVSS nmos_6p0 m=1.0 w=12e-6 l=700e-9 nf=1.0 as=5.28e-12
++ ad=5.28e-12 ps=24.88e-6 pd=24.88e-6 nrd=36.667e-3 nrs=36.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M167 n318 n263 DVSS DVSS nmos_6p0 m=1.0 w=4e-6 l=700e-9 nf=1.0 as=1.76e-12
++ ad=1.76e-12 ps=8.88e-6 pd=8.88e-6 nrd=110e-3 nrs=110e-3 sa=440e-9 sb=440e-9
++ sd=0.0 dtemp=0.0 par=1
+M168 n280 n263 n315 DVSS nmos_6p0 m=1.0 w=1.5e-6 l=700e-9 nf=1.0 as=660e-15
++ ad=660e-15 ps=3.88e-6 pd=3.88e-6 nrd=293.333e-3 nrs=293.333e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M169 n280 n263 n319 DVSS nmos_6p0 m=1.0 w=1.5e-6 l=700e-9 nf=1.0 as=660e-15
++ ad=660e-15 ps=3.88e-6 pd=3.88e-6 nrd=293.333e-3 nrs=293.333e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M170 DVDD n315 n317 DVSS nmos_6p0 m=1.0 w=1.3e-6 l=700e-9 nf=1.0 as=572e-15
++ ad=572e-15 ps=3.48e-6 pd=3.48e-6 nrd=338.462e-3 nrs=338.462e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M171 DVSS n318 n315 DVSS nmos_6p0 m=1.0 w=1.5e-6 l=700e-9 nf=1.0 as=660e-15
++ ad=660e-15 ps=3.88e-6 pd=3.88e-6 nrd=293.333e-3 nrs=293.333e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M172 n333 n280 DVDD DVDD pmos_6p0 m=1.0 w=2e-6 l=700e-9 nf=1.0 as=880e-15
++ ad=880e-15 ps=4.88e-6 pd=4.88e-6 nrd=220e-3 nrs=220e-3 sa=440e-9 sb=440e-9
++ sd=0.0 dtemp=0.0 par=1
+M173 n330 n333 VDD VDD pmos_6p0 m=1.0 w=10e-6 l=700e-9 nf=1.0 as=4.4e-12
++ ad=4.4e-12 ps=20.88e-6 pd=20.88e-6 nrd=44e-3 nrs=44e-3 sa=440e-9 sb=440e-9
++ sd=0.0 dtemp=0.0 par=1
+M174 Y n330 VDD VDD pmos_6p0 m=1.0 w=21e-6 l=700e-9 nf=1.0 as=9.24e-12
++ ad=9.24e-12 ps=42.88e-6 pd=42.88e-6 nrd=20.952e-3 nrs=20.952e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M175 n333 n280 DVSS DVSS nmos_6p0 m=1.0 w=8e-6 l=700e-9 nf=1.0 as=3.52e-12
++ ad=3.52e-12 ps=16.88e-6 pd=16.88e-6 nrd=55e-3 nrs=55e-3 sa=440e-9 sb=440e-9
++ sd=0.0 dtemp=0.0 par=1
+M176 Y n330 VSS VSS nmos_6p0 m=1.0 w=9e-6 l=700e-9 nf=1.0 as=3.96e-12
++ ad=3.96e-12 ps=18.88e-6 pd=18.88e-6 nrd=48.889e-3 nrs=48.889e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M177 n330 n333 VSS VSS nmos_6p0 m=1.0 w=2.5e-6 l=700e-9 nf=1.0 as=1.1e-12
++ ad=1.1e-12 ps=5.88e-6 pd=5.88e-6 nrd=176e-3 nrs=176e-3 sa=440e-9 sb=440e-9
++ sd=0.0 dtemp=0.0 par=1
+M178 n266 n340 VDD VDD pmos_6p0 m=1.0 w=3e-6 l=700e-9 nf=1.0 as=1.32e-12
++ ad=1.32e-12 ps=6.88e-6 pd=6.88e-6 nrd=146.667e-3 nrs=146.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M179 n266 PU VDD VDD pmos_6p0 m=1.0 w=3e-6 l=700e-9 nf=1.0 as=1.32e-12
++ ad=1.32e-12 ps=6.88e-6 pd=6.88e-6 nrd=146.667e-3 nrs=146.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M180 n341 PU VSS VSS nmos_6p0 m=1.0 w=3e-6 l=700e-9 nf=1.0 as=1.32e-12
++ ad=1.32e-12 ps=6.88e-6 pd=6.88e-6 nrd=146.667e-3 nrs=146.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M181 n266 n340 n341 VSS nmos_6p0 m=1.0 w=3e-6 l=700e-9 nf=1.0 as=1.32e-12
++ ad=1.32e-12 ps=6.88e-6 pd=6.88e-6 nrd=146.667e-3 nrs=146.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M182 n264 PD VDD VDD pmos_6p0 m=1.0 w=3e-6 l=700e-9 nf=1.0 as=1.32e-12
++ ad=1.32e-12 ps=6.88e-6 pd=6.88e-6 nrd=146.667e-3 nrs=146.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M183 n264 n340 VDD VDD pmos_6p0 m=1.0 w=3e-6 l=700e-9 nf=1.0 as=1.32e-12
++ ad=1.32e-12 ps=6.88e-6 pd=6.88e-6 nrd=146.667e-3 nrs=146.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M184 n347 n340 VSS VSS nmos_6p0 m=1.0 w=3e-6 l=700e-9 nf=1.0 as=1.32e-12
++ ad=1.32e-12 ps=6.88e-6 pd=6.88e-6 nrd=146.667e-3 nrs=146.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M185 n264 PD n347 VSS nmos_6p0 m=1.0 w=3e-6 l=700e-9 nf=1.0 as=1.32e-12
++ ad=1.32e-12 ps=6.88e-6 pd=6.88e-6 nrd=146.667e-3 nrs=146.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M186 n353 n359 n340 VDD pmos_6p0 m=1.0 w=3e-6 l=700e-9 nf=1.0 as=1.32e-12
++ ad=1.32e-12 ps=6.88e-6 pd=6.88e-6 nrd=146.667e-3 nrs=146.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M187 PU PD n340 VDD pmos_6p0 m=1.0 w=3e-6 l=700e-9 nf=1.0 as=1.32e-12
++ ad=1.32e-12 ps=6.88e-6 pd=6.88e-6 nrd=146.667e-3 nrs=146.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M188 n359 PD VDD VDD pmos_6p0 m=1.0 w=3e-6 l=700e-9 nf=1.0 as=1.32e-12
++ ad=1.32e-12 ps=6.88e-6 pd=6.88e-6 nrd=146.667e-3 nrs=146.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M189 n353 PU VDD VDD pmos_6p0 m=1.0 w=3e-6 l=700e-9 nf=1.0 as=1.32e-12
++ ad=1.32e-12 ps=6.88e-6 pd=6.88e-6 nrd=146.667e-3 nrs=146.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M190 n353 PD n340 VSS nmos_6p0 m=1.0 w=1.5e-6 l=700e-9 nf=1.0 as=660e-15
++ ad=660e-15 ps=3.88e-6 pd=3.88e-6 nrd=293.333e-3 nrs=293.333e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M191 PU n359 n340 VSS nmos_6p0 m=1.0 w=1.5e-6 l=700e-9 nf=1.0 as=660e-15
++ ad=660e-15 ps=3.88e-6 pd=3.88e-6 nrd=293.333e-3 nrs=293.333e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M192 n359 PD VSS VSS nmos_6p0 m=1.0 w=1.5e-6 l=700e-9 nf=1.0 as=660e-15
++ ad=660e-15 ps=3.88e-6 pd=3.88e-6 nrd=293.333e-3 nrs=293.333e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M193 n353 PU VSS VSS nmos_6p0 m=1.0 w=1.5e-6 l=700e-9 nf=1.0 as=660e-15
++ ad=660e-15 ps=3.88e-6 pd=3.88e-6 nrd=293.333e-3 nrs=293.333e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+R194 n20 n362 $SUB=DVDD $[ppolyf_u] $W=800e-9 $L=23e-6 m=1.0 r=9.94533e3 par=1
+R195 n362 n361 $SUB=DVDD $[ppolyf_u] $W=800e-9 $L=35.7e-6 m=1.0 r=15.3065e3 par=1
+R196 n361 n360 $SUB=DVDD $[ppolyf_u] $W=800e-9 $L=35.7e-6 m=1.0 r=15.3065e3 par=1
+R197 n360 n363 $SUB=DVDD $[ppolyf_u] $W=800e-9 $L=35.7e-6 m=1.0 r=15.3065e3 par=1
+R198 n363 n368 $SUB=DVDD $[ppolyf_u] $W=800e-9 $L=35.7e-6 m=1.0 r=15.3065e3 par=1
+R199 n368 n367 $SUB=DVDD $[ppolyf_u] $W=800e-9 $L=35.7e-6 m=1.0 r=15.3065e3 par=1
+R200 n367 n364 $SUB=DVDD $[ppolyf_u] $W=800e-9 $L=35.7e-6 m=1.0 r=15.3065e3 par=1
+R201 n364 n365 $SUB=DVDD $[ppolyf_u] $W=800e-9 $L=35.7e-6 m=1.0 r=15.3065e3 par=1
+M202 n365 n281 DVSS DVSS nmos_6p0 m=1.0 w=1.5e-6 l=700e-9 nf=1.0 as=660e-15
++ ad=660e-15 ps=3.88e-6 pd=3.88e-6 nrd=293.333e-3 nrs=293.333e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M203 n365 n265 DVDD DVDD pmos_6p0 m=1.0 w=3e-6 l=700e-9 nf=1.0 as=1.32e-12
++ ad=1.32e-12 ps=6.88e-6 pd=6.88e-6 nrd=146.667e-3 nrs=146.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+D204 DVSS n20 np_6p0 m=2.0 AREA=20e-12 PJ=42e-6
+D205 n20 DVDD pn_6p0 m=2.0 AREA=20e-12 PJ=42e-6
+R206 PAD n20 $SUB=DVDD $[ppolyf_u] $W=2.5e-6 $L=2.8e-6 m=1.0 r=432.59 par=1
+R207 PAD n20 $SUB=DVDD $[ppolyf_u] $W=2.5e-6 $L=2.8e-6 m=1.0 r=449.157 par=1
+R208 PAD n20 $SUB=DVDD $[ppolyf_u] $W=2.5e-6 $L=2.8e-6 m=1.0 r=432.59 par=1
+R209 PAD n20 $SUB=DVDD $[ppolyf_u] $W=2.5e-6 $L=2.8e-6 m=1.0 r=449.157 par=1
+.ENDS
diff --git a/cells/bi_t/gf180mcu_fd_io__bi_t.v b/cells/bi_t/gf180mcu_fd_io__bi_t.v
new file mode 100644
index 0000000..51ad8e1
--- /dev/null
+++ b/cells/bi_t/gf180mcu_fd_io__bi_t.v
@@ -0,0 +1,83 @@
+/*
+ * Copyright 2022 GlobalFoundries PDK Authors
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http:www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+`suppress_faults
+`enable_portfaults
+`ifdef functional
+  `timescale 1ns / 1ps
+  `delay_mode_distributed
+  `delay_mode_unit
+`else
+  `timescale 1ns / 1ps
+  `delay_mode_path
+`endif
+module gf180mcu_fd_io__bi_t (CS, SL, IE, OE, PU, PD, A, PDRV0, PDRV1, PAD, Y, DVDD, DVSS, VDD, VSS);
+	input	CS;
+	input	SL;
+	input	IE;
+	input	OE;
+	input	PU;
+	input	PD;
+	input	A;
+	input	PDRV0;
+	input	PDRV1;
+	inout	PAD;
+	output	Y;
+	inout	DVDD;
+	inout	DVSS;
+	inout	VDD;
+	inout	VSS;
+
+	supply0 gnd;
+	supply1 pwr;
+
+   	and #1 (Y, PAD, IE);
+   	bufif1 #1 (PAD, A, OE);
+
+ 	rnmos #1 (PAD, gnd, ~OE && ~PU && PD);
+ 	rnmos #1 (PAD, pwr, ~OE && PU && ~PD);
+
+specify
+if (IE==1'b0&&OE==1'b1&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b0) (A +=> PAD)=(1.000, 1.000);
+if (IE==1'b0&&OE==1'b1&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b1) (A +=> PAD)=(1.000, 1.000);
+if (IE==1'b0&&OE==1'b1&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b0) (A +=> PAD)=(1.000, 1.000);
+if (IE==1'b0&&OE==1'b1&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b1) (A +=> PAD)=(1.000, 1.000);
+if (IE==1'b0&&OE==1'b1&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b0) (A +=> PAD)=(1.000, 1.000);
+if (IE==1'b0&&OE==1'b1&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b1) (A +=> PAD)=(1.000, 1.000);
+if (IE==1'b0&&OE==1'b1&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b0) (A +=> PAD)=(1.000, 1.000);
+if (IE==1'b0&&OE==1'b1&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b1) (A +=> PAD)=(1.000, 1.000);
+if (A==1'b1&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b0) (OE => PAD)=(1.000, 1.000, 1.000, 1.000, 1.000, 1.000);
+if (A==1'b1&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b1) (OE => PAD)=(1.000, 1.000, 1.000, 1.000, 1.000, 1.000);
+if (A==1'b1&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b0) (OE => PAD)=(1.000, 1.000, 1.000, 1.000, 1.000, 1.000);
+if (A==1'b1&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b1) (OE => PAD)=(1.000, 1.000, 1.000, 1.000, 1.000, 1.000);
+if (A==1'b1&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b0) (OE => PAD)=(1.000, 1.000, 1.000, 1.000, 1.000, 1.000);
+if (A==1'b1&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b1) (OE => PAD)=(1.000, 1.000, 1.000, 1.000, 1.000, 1.000);
+if (A==1'b1&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b0) (OE => PAD)=(1.000, 1.000, 1.000, 1.000, 1.000, 1.000);
+if (A==1'b1&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b1) (OE => PAD)=(1.000, 1.000, 1.000, 1.000, 1.000, 1.000);
+if (A==1'b0&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b0) (OE => PAD)=(1.000, 1.000, 1.000, 1.000, 1.000, 1.000);
+if (A==1'b0&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b1) (OE => PAD)=(1.000, 1.000, 1.000, 1.000, 1.000, 1.000);
+if (A==1'b0&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b0) (OE => PAD)=(1.000, 1.000, 1.000, 1.000, 1.000, 1.000);
+if (A==1'b0&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b1) (OE => PAD)=(1.000, 1.000, 1.000, 1.000, 1.000, 1.000);
+if (A==1'b0&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b0) (OE => PAD)=(1.000, 1.000, 1.000, 1.000, 1.000, 1.000);
+if (A==1'b0&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b1) (OE => PAD)=(1.000, 1.000, 1.000, 1.000, 1.000, 1.000);
+if (A==1'b0&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b0) (OE => PAD)=(1.000, 1.000, 1.000, 1.000, 1.000, 1.000);
+if (A==1'b0&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b1) (OE => PAD)=(1.000, 1.000, 1.000, 1.000, 1.000, 1.000);
+if (CS==1'b0&&OE==1'b0&&PAD==1'b1) (IE +=> Y)=(1.000, 1.000);
+if (CS==1'b1&&OE==1'b0&&PAD==1'b1) (IE +=> Y)=(1.000, 1.000);
+if (CS==1'b0&&IE==1'b1&&OE==1'b0) (PAD +=> Y)=(1.000, 1.000);
+if (CS==1'b1&&IE==1'b1&&OE==1'b0) (PAD +=> Y)=(1.000, 1.000);
+endspecify
+endmodule
diff --git a/cells/bi_t/gf180mcu_fd_io__bi_t_3lm.gds b/cells/bi_t/gf180mcu_fd_io__bi_t_3lm.gds
new file mode 100644
index 0000000..b669cf0
--- /dev/null
+++ b/cells/bi_t/gf180mcu_fd_io__bi_t_3lm.gds
Binary files differ
diff --git a/cells/bi_t/gf180mcu_fd_io__bi_t_3lm.lef b/cells/bi_t/gf180mcu_fd_io__bi_t_3lm.lef
new file mode 100644
index 0000000..7c6a505
--- /dev/null
+++ b/cells/bi_t/gf180mcu_fd_io__bi_t_3lm.lef
@@ -0,0 +1,376 @@
+# Copyright 2022 GlobalFoundries PDK Authors
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+MACRO gf180mcu_fd_io__bi_t
+  CLASS PAD INOUT ;
+  ORIGIN 0 0 ;
+  FOREIGN gf180mcu_fd_io__bi_t 0 0 ;
+  SIZE 75 BY 350 ;
+  SYMMETRY X Y R90 ;
+  SITE GF_IO_Site ;
+    PIN PAD
+        DIRECTION INOUT ;
+        USE SIGNAL ;
+        PORT
+        LAYER Metal3  ;
+        RECT 25.000 20.000 50.000 45.000 ;
+        END
+    END PAD
+  PIN A
+    DIRECTION INPUT ;
+    USE SIGNAL ;
+    ANTENNADIFFAREA 1 LAYER Metal2 ;
+      ANTENNAGATEAREA 4.2 LAYER Metal2 ;
+    PORT
+        CLASS CORE ;
+      LAYER Metal2 ;
+        RECT 69.4 349.62 69.78 350 ;
+    END
+  END A
+  PIN CS
+    DIRECTION INPUT ;
+    USE SIGNAL ;
+    ANTENNADIFFAREA 1 LAYER Metal2 ;
+      ANTENNAGATEAREA 3.15 LAYER Metal2 ;
+    PORT
+        CLASS CORE ;
+      LAYER Metal2 ;
+        RECT 3.36 349.62 3.74 350 ;
+    END
+  END CS
+  PIN IE
+    DIRECTION INPUT ;
+    USE SIGNAL ;
+    ANTENNADIFFAREA 1 LAYER Metal2 ;
+      ANTENNAGATEAREA 3.15 LAYER Metal2 ;
+    PORT
+        CLASS CORE ;
+      LAYER Metal2 ;
+        RECT 11.385 349.62 11.765 350 ;
+    END
+  END IE
+  PIN OE
+    DIRECTION INPUT ;
+    USE SIGNAL ;
+    ANTENNADIFFAREA 7.776 LAYER Metal2 ;
+      ANTENNAGATEAREA 16.8 LAYER Metal2 ;
+    PORT
+        CLASS CORE ;
+      LAYER Metal2 ;
+        RECT 70.13 349.62 70.51 350 ;
+    END
+  END OE
+  PIN PD
+    DIRECTION INPUT ;
+    USE SIGNAL ;
+    ANTENNADIFFAREA 1 LAYER Metal2 ;
+      ANTENNAGATEAREA 10.5 LAYER Metal2 ;
+    PORT
+        CLASS CORE ;
+      LAYER Metal2 ;
+        RECT 10.33 349.62 10.71 350 ;
+    END
+  END PD
+  PIN PDRV0
+    DIRECTION INPUT ;
+    USE SIGNAL ;
+    ANTENNADIFFAREA 2.592 LAYER Metal2 ;
+      ANTENNAGATEAREA 4.2 LAYER Metal2 ;
+    PORT
+        CLASS CORE ;
+      LAYER Metal2 ;
+        RECT 7.11 349.62 7.49 350 ;
+    END
+  END PDRV0
+  PIN PDRV1
+    DIRECTION INPUT ;
+    USE SIGNAL ;
+    ANTENNADIFFAREA 2.592 LAYER Metal2 ;
+      ANTENNAGATEAREA 4.2 LAYER Metal2 ;
+    PORT
+        CLASS CORE ;
+      LAYER Metal2 ;
+        RECT 7.82 349.62 8.2 350 ;
+    END
+  END PDRV1
+  PIN PU
+    DIRECTION INPUT ;
+    USE SIGNAL ;
+    ANTENNADIFFAREA 2.98 LAYER Metal2 ;
+      ANTENNAGATEAREA 7.35 LAYER Metal2 ;
+    PORT
+        CLASS CORE ;
+      LAYER Metal2 ;
+        RECT 5.965 349.62 6.345 350 ;
+    END
+  END PU
+  PIN SL
+    DIRECTION INPUT ;
+    USE SIGNAL ;
+    ANTENNADIFFAREA 1 LAYER Metal2 ;
+      ANTENNAGATEAREA 3.15 LAYER Metal2 ;
+    PORT
+        CLASS CORE ;
+      LAYER Metal2 ;
+        RECT 68.67 349.62 69.05 350 ;
+    END
+  END SL
+  PIN Y
+    DIRECTION OUTPUT ;
+    USE SIGNAL ;
+    ANTENNADIFFAREA 7.8 LAYER Metal2 ;
+    PORT
+        CLASS CORE ;
+      LAYER Metal2 ;
+        RECT 70.86 349.62 71.24 350 ;
+    END
+  END Y
+  PIN DVDD
+    DIRECTION INOUT ;
+    USE POWER ;
+    PORT
+      LAYER Metal3 ;
+        RECT 74 118 75 125 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 182 75 197 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 166 75 181 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 150 75 165 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 134 75 149 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 214 75 229 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 206 75 213 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 278 75 285 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 270 75 277 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 262 75 269 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 294 75 301 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 334 75 341 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 334 1 341 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 294 1 301 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 262 1 269 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 270 1 277 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 278 1 285 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 206 1 213 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 214 1 229 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 134 1 149 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 150 1 165 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 166 1 181 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 182 1 197 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 118 1 125 ;
+    END
+  END DVDD
+  PIN DVSS
+    DIRECTION INOUT ;
+    USE GROUND ;
+    PORT
+      LAYER Metal3 ;
+        RECT 74 102 75 117 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 86 75 101 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 70 75 85 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 126 75 133 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 198 75 205 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 230 75 245 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 286 75 293 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 302 75 309 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 326 75 333 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 342 75 348.39 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 342 1 348.39 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 326 1 333 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 302 1 309 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 286 1 293 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 230 1 245 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 198 1 205 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 126 1 133 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 70 1 85 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 86 1 101 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 102 1 117 ;
+    END
+  END DVSS
+  PIN VDD
+    DIRECTION INOUT ;
+    USE POWER ;
+    PORT
+      LAYER Metal3 ;
+        RECT 74 254 75 261 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 310 75 317 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 310 1 317 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 254 1 261 ;
+    END
+  END VDD
+  PIN VSS
+    DIRECTION INOUT ;
+    USE GROUND ;
+    PORT
+      LAYER Metal3 ;
+        RECT 74 246 75 253 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 318 75 325 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 318 1 325 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 246 1 253 ;
+    END
+  END VSS
+  OBS
+    LAYER Metal1 ;
+      RECT 0 0 75 350 ;
+    LAYER Metal2 ;
+      POLYGON 75 350 71.52 350 71.52 349.34 68.39 349.34 68.39 350 12.045 350 12.045 349.34 11.105 349.34 11.105 350 10.99 350 10.99 349.34 10.05 349.34 10.05 350 8.48 350 8.48 349.34 6.83 349.34 6.83 350 6.625 350 6.625 349.34 5.685 349.34 5.685 350 4.02 350 4.02 349.34 3.08 349.34 3.08 350 0 350 0 0 75 0 ;
+    LAYER Metal3 ;
+      POLYGON 75 69.72 73.72 69.72 73.72 85.28 75 85.28 75 85.72 73.72 85.72 73.72 101.28 75 101.28 75 101.72 73.72 101.72 73.72 117.28 75 117.28 75 117.72 73.72 117.72 73.72 125.28 75 125.28 75 125.72 73.72 125.72 73.72 133.28 75 133.28 75 133.72 73.72 133.72 73.72 149.28 75 149.28 75 149.72 73.72 149.72 73.72 165.28 75 165.28 75 165.72 73.72 165.72 73.72 181.28 75 181.28 75 181.72 73.72 181.72 73.72 197.28 75 197.28 75 197.72 73.72 197.72 73.72 205.28 75 205.28 75 205.72 73.72 205.72 73.72 213.28 75 213.28 75 213.72 73.72 213.72 73.72 229.28 75 229.28 75 229.72 73.72 229.72 73.72 245.28 75 245.28 75 245.72 73.72 245.72 73.72 253.28 75 253.28 75 253.72 73.72 253.72 73.72 261.28 75 261.28 75 261.72 73.72 261.72 73.72 269.28 75 269.28 75 269.72 73.72 269.72 73.72 277.28 75 277.28 75 277.72 73.72 277.72 73.72 285.28 75 285.28 75 285.72 73.72 285.72 73.72 293.28 75 293.28 75 293.72 73.72 293.72 73.72 301.28 75 301.28 75 301.72 73.72 301.72 73.72 309.28 75 309.28 75 309.72 73.72 309.72 73.72 317.28 75 317.28 75 317.72 73.72 317.72 73.72 325.28 75 325.28 75 325.72 73.72 325.72 73.72 333.28 75 333.28 75 333.72 73.72 333.72 73.72 341.28 75 341.28 75 341.72 73.72 341.72 73.72 348.67 75 348.67 75 350 0 350 0 348.67 1.28 348.67 1.28 341.72 0 341.72 0 341.28 1.28 341.28 1.28 333.72 0 333.72 0 333.28 1.28 333.28 1.28 325.72 0 325.72 0 325.28 1.28 325.28 1.28 317.72 0 317.72 0 317.28 1.28 317.28 1.28 309.72 0 309.72 0 309.28 1.28 309.28 1.28 301.72 0 301.72 0 301.28 1.28 301.28 1.28 293.72 0 293.72 0 293.28 1.28 293.28 1.28 285.72 0 285.72 0 285.28 1.28 285.28 1.28 277.72 0 277.72 0 277.28 1.28 277.28 1.28 269.72 0 269.72 0 269.28 1.28 269.28 1.28 261.72 0 261.72 0 261.28 1.28 261.28 1.28 253.72 0 253.72 0 253.28 1.28 253.28 1.28 245.72 0 245.72 0 245.28 1.28 245.28 1.28 229.72 0 229.72 0 229.28 1.28 229.28 1.28 213.72 0 213.72 0 213.28 1.28 213.28 1.28 205.72 0 205.72 0 205.28 1.28 205.28 1.28 197.72 0 197.72 0 197.28 1.28 197.28 1.28 181.72 0 181.72 0 181.28 1.28 181.28 1.28 165.72 0 165.72 0 165.28 1.28 165.28 1.28 149.72 0 149.72 0 149.28 1.28 149.28 1.28 133.72 0 133.72 0 133.28 1.28 133.28 1.28 125.72 0 125.72 0 125.28 1.28 125.28 1.28 117.72 0 117.72 0 117.28 1.28 117.28 1.28 101.72 0 101.72 0 101.28 1.28 101.28 1.28 85.72 0 85.72 0 85.28 1.28 85.28 1.28 69.72 0 69.72 0 0 75 0 ;
+    LAYER Via1 ;
+      RECT 0 0 75 350 ;
+    LAYER Via2 ;
+      RECT 0 0 75 350 ;
+  END
+
+END gf180mcu_fd_io__bi_t
diff --git a/cells/bi_t/gf180mcu_fd_io__bi_t_4lm.gds b/cells/bi_t/gf180mcu_fd_io__bi_t_4lm.gds
new file mode 100644
index 0000000..a211592
--- /dev/null
+++ b/cells/bi_t/gf180mcu_fd_io__bi_t_4lm.gds
Binary files differ
diff --git a/cells/bi_t/gf180mcu_fd_io__bi_t_4lm.lef b/cells/bi_t/gf180mcu_fd_io__bi_t_4lm.lef
new file mode 100644
index 0000000..8931895
--- /dev/null
+++ b/cells/bi_t/gf180mcu_fd_io__bi_t_4lm.lef
@@ -0,0 +1,588 @@
+# Copyright 2022 GlobalFoundries PDK Authors
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+MACRO gf180mcu_fd_io__bi_t
+  CLASS PAD INOUT ;
+  ORIGIN 0 0 ;
+  FOREIGN gf180mcu_fd_io__bi_t 0 0 ;
+  SIZE 75 BY 350 ;
+  SYMMETRY X Y R90 ;
+  SITE GF_IO_Site ;
+    PIN PAD
+        DIRECTION INOUT ;
+        USE SIGNAL ;
+        PORT
+        LAYER Metal4  ;
+        RECT 25.000 20.000 50.000 45.000 ;
+        END
+    END PAD
+  PIN A
+    DIRECTION INPUT ;
+    USE SIGNAL ;
+    ANTENNADIFFAREA 1 LAYER Metal2 ;
+      ANTENNAGATEAREA 4.2 LAYER Metal2 ;
+    PORT
+        CLASS CORE ;
+      LAYER Metal2 ;
+        RECT 69.4 349.62 69.78 350 ;
+    END
+  END A
+  PIN CS
+    DIRECTION INPUT ;
+    USE SIGNAL ;
+    ANTENNADIFFAREA 1 LAYER Metal2 ;
+      ANTENNAGATEAREA 3.15 LAYER Metal2 ;
+    PORT
+        CLASS CORE ;
+      LAYER Metal2 ;
+        RECT 3.36 349.62 3.74 350 ;
+    END
+  END CS
+  PIN IE
+    DIRECTION INPUT ;
+    USE SIGNAL ;
+    ANTENNADIFFAREA 1 LAYER Metal2 ;
+      ANTENNAGATEAREA 3.15 LAYER Metal2 ;
+    PORT
+        CLASS CORE ;
+      LAYER Metal2 ;
+        RECT 11.385 349.62 11.765 350 ;
+    END
+  END IE
+  PIN OE
+    DIRECTION INPUT ;
+    USE SIGNAL ;
+    ANTENNADIFFAREA 7.776 LAYER Metal2 ;
+      ANTENNAGATEAREA 16.8 LAYER Metal2 ;
+    PORT
+        CLASS CORE ;
+      LAYER Metal2 ;
+        RECT 70.13 349.62 70.51 350 ;
+    END
+  END OE
+  PIN PD
+    DIRECTION INPUT ;
+    USE SIGNAL ;
+    ANTENNADIFFAREA 1 LAYER Metal2 ;
+      ANTENNAGATEAREA 10.5 LAYER Metal2 ;
+    PORT
+        CLASS CORE ;
+      LAYER Metal2 ;
+        RECT 10.33 349.62 10.71 350 ;
+    END
+  END PD
+  PIN PDRV0
+    DIRECTION INPUT ;
+    USE SIGNAL ;
+    ANTENNADIFFAREA 2.592 LAYER Metal2 ;
+      ANTENNAGATEAREA 4.2 LAYER Metal2 ;
+    PORT
+        CLASS CORE ;
+      LAYER Metal2 ;
+        RECT 7.11 349.62 7.49 350 ;
+    END
+  END PDRV0
+  PIN PDRV1
+    DIRECTION INPUT ;
+    USE SIGNAL ;
+    ANTENNADIFFAREA 2.592 LAYER Metal2 ;
+      ANTENNAGATEAREA 4.2 LAYER Metal2 ;
+    PORT
+        CLASS CORE ;
+      LAYER Metal2 ;
+        RECT 7.82 349.62 8.2 350 ;
+    END
+  END PDRV1
+  PIN PU
+    DIRECTION INPUT ;
+    USE SIGNAL ;
+    ANTENNADIFFAREA 2.98 LAYER Metal2 ;
+      ANTENNAGATEAREA 7.35 LAYER Metal2 ;
+    PORT
+        CLASS CORE ;
+      LAYER Metal2 ;
+        RECT 5.965 349.62 6.345 350 ;
+    END
+  END PU
+  PIN SL
+    DIRECTION INPUT ;
+    USE SIGNAL ;
+    ANTENNADIFFAREA 1 LAYER Metal2 ;
+      ANTENNAGATEAREA 3.15 LAYER Metal2 ;
+    PORT
+        CLASS CORE ;
+      LAYER Metal2 ;
+        RECT 68.67 349.62 69.05 350 ;
+    END
+  END SL
+  PIN Y
+    DIRECTION OUTPUT ;
+    USE SIGNAL ;
+    ANTENNADIFFAREA 7.8 LAYER Metal2 ;
+    PORT
+        CLASS CORE ;
+      LAYER Metal2 ;
+        RECT 70.86 349.62 71.24 350 ;
+    END
+  END Y
+  PIN DVDD
+    DIRECTION INOUT ;
+    USE POWER ;
+    PORT
+      LAYER Metal4 ;
+        RECT 74 118 75 125 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 182 75 197 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 166 75 181 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 150 75 165 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 134 75 149 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 214 75 229 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 206 75 213 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 278 75 285 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 270 75 277 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 262 75 269 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 294 75 301 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 334 75 341 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 118 75 125 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 182 75 197 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 166 75 181 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 150 75 165 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 134 75 149 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 214 75 229 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 206 75 213 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 278 75 285 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 270 75 277 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 262 75 269 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 294 75 301 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 334 75 341 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 334 1 341 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 294 1 301 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 262 1 269 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 270 1 277 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 278 1 285 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 206 1 213 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 214 1 229 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 134 1 149 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 150 1 165 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 166 1 181 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 182 1 197 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 334 1 341 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 294 1 301 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 262 1 269 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 270 1 277 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 278 1 285 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 206 1 213 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 214 1 229 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 134 1 149 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 150 1 165 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 166 1 181 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 182 1 197 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 118 1 125 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 118 1 125 ;
+    END
+  END DVDD
+  PIN DVSS
+    DIRECTION INOUT ;
+    USE GROUND ;
+    PORT
+      LAYER Metal4 ;
+        RECT 74 102 75 117 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 86 75 101 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 70 75 85 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 126 75 133 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 198 75 205 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 230 75 245 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 286 75 293 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 302 75 309 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 326 75 333 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 342 75 348.39 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 102 75 117 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 86 75 101 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 70 75 85 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 126 75 133 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 198 75 205 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 230 75 245 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 286 75 293 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 302 75 309 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 326 75 333 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 342 75 348.39 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 342 1 348.39 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 326 1 333 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 302 1 309 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 286 1 293 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 230 1 245 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 198 1 205 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 126 1 133 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 70 1 85 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 86 1 101 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 342 1 348.39 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 326 1 333 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 302 1 309 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 286 1 293 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 230 1 245 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 198 1 205 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 126 1 133 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 70 1 85 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 86 1 101 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 102 1 117 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 102 1 117 ;
+    END
+  END DVSS
+  PIN VDD
+    DIRECTION INOUT ;
+    USE POWER ;
+    PORT
+      LAYER Metal4 ;
+        RECT 74 254 75 261 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 310 75 317 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 254 75 261 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 310 75 317 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 310 1 317 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 310 1 317 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 254 1 261 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 254 1 261 ;
+    END
+  END VDD
+  PIN VSS
+    DIRECTION INOUT ;
+    USE GROUND ;
+    PORT
+      LAYER Metal4 ;
+        RECT 74 246 75 253 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 318 75 325 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 246 75 253 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 318 75 325 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 318 1 325 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 318 1 325 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 246 1 253 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 246 1 253 ;
+    END
+  END VSS
+  OBS
+    LAYER Metal1 ;
+      RECT 0 0 75 350 ;
+    LAYER Metal2 ;
+      POLYGON 75 350 71.52 350 71.52 349.34 68.39 349.34 68.39 350 12.045 350 12.045 349.34 11.105 349.34 11.105 350 10.99 350 10.99 349.34 10.05 349.34 10.05 350 8.48 350 8.48 349.34 6.83 349.34 6.83 350 6.625 350 6.625 349.34 5.685 349.34 5.685 350 4.02 350 4.02 349.34 3.08 349.34 3.08 350 0 350 0 0 75 0 ;
+    LAYER Metal3 ;
+      POLYGON 75 69.72 73.72 69.72 73.72 85.28 75 85.28 75 85.72 73.72 85.72 73.72 101.28 75 101.28 75 101.72 73.72 101.72 73.72 117.28 75 117.28 75 117.72 73.72 117.72 73.72 125.28 75 125.28 75 125.72 73.72 125.72 73.72 133.28 75 133.28 75 133.72 73.72 133.72 73.72 149.28 75 149.28 75 149.72 73.72 149.72 73.72 165.28 75 165.28 75 165.72 73.72 165.72 73.72 181.28 75 181.28 75 181.72 73.72 181.72 73.72 197.28 75 197.28 75 197.72 73.72 197.72 73.72 205.28 75 205.28 75 205.72 73.72 205.72 73.72 213.28 75 213.28 75 213.72 73.72 213.72 73.72 229.28 75 229.28 75 229.72 73.72 229.72 73.72 245.28 75 245.28 75 245.72 73.72 245.72 73.72 253.28 75 253.28 75 253.72 73.72 253.72 73.72 261.28 75 261.28 75 261.72 73.72 261.72 73.72 269.28 75 269.28 75 269.72 73.72 269.72 73.72 277.28 75 277.28 75 277.72 73.72 277.72 73.72 285.28 75 285.28 75 285.72 73.72 285.72 73.72 293.28 75 293.28 75 293.72 73.72 293.72 73.72 301.28 75 301.28 75 301.72 73.72 301.72 73.72 309.28 75 309.28 75 309.72 73.72 309.72 73.72 317.28 75 317.28 75 317.72 73.72 317.72 73.72 325.28 75 325.28 75 325.72 73.72 325.72 73.72 333.28 75 333.28 75 333.72 73.72 333.72 73.72 341.28 75 341.28 75 341.72 73.72 341.72 73.72 348.67 75 348.67 75 350 0 350 0 348.67 1.28 348.67 1.28 341.72 0 341.72 0 341.28 1.28 341.28 1.28 333.72 0 333.72 0 333.28 1.28 333.28 1.28 325.72 0 325.72 0 325.28 1.28 325.28 1.28 317.72 0 317.72 0 317.28 1.28 317.28 1.28 309.72 0 309.72 0 309.28 1.28 309.28 1.28 301.72 0 301.72 0 301.28 1.28 301.28 1.28 293.72 0 293.72 0 293.28 1.28 293.28 1.28 285.72 0 285.72 0 285.28 1.28 285.28 1.28 277.72 0 277.72 0 277.28 1.28 277.28 1.28 269.72 0 269.72 0 269.28 1.28 269.28 1.28 261.72 0 261.72 0 261.28 1.28 261.28 1.28 253.72 0 253.72 0 253.28 1.28 253.28 1.28 245.72 0 245.72 0 245.28 1.28 245.28 1.28 229.72 0 229.72 0 229.28 1.28 229.28 1.28 213.72 0 213.72 0 213.28 1.28 213.28 1.28 205.72 0 205.72 0 205.28 1.28 205.28 1.28 197.72 0 197.72 0 197.28 1.28 197.28 1.28 181.72 0 181.72 0 181.28 1.28 181.28 1.28 165.72 0 165.72 0 165.28 1.28 165.28 1.28 149.72 0 149.72 0 149.28 1.28 149.28 1.28 133.72 0 133.72 0 133.28 1.28 133.28 1.28 125.72 0 125.72 0 125.28 1.28 125.28 1.28 117.72 0 117.72 0 117.28 1.28 117.28 1.28 101.72 0 101.72 0 101.28 1.28 101.28 1.28 85.72 0 85.72 0 85.28 1.28 85.28 1.28 69.72 0 69.72 0 0 75 0 ;
+    LAYER Metal4 ;
+      POLYGON 75 69.72 73.72 69.72 73.72 85.28 75 85.28 75 85.72 73.72 85.72 73.72 101.28 75 101.28 75 101.72 73.72 101.72 73.72 117.28 75 117.28 75 117.72 73.72 117.72 73.72 125.28 75 125.28 75 125.72 73.72 125.72 73.72 133.28 75 133.28 75 133.72 73.72 133.72 73.72 149.28 75 149.28 75 149.72 73.72 149.72 73.72 165.28 75 165.28 75 165.72 73.72 165.72 73.72 181.28 75 181.28 75 181.72 73.72 181.72 73.72 197.28 75 197.28 75 197.72 73.72 197.72 73.72 205.28 75 205.28 75 205.72 73.72 205.72 73.72 213.28 75 213.28 75 213.72 73.72 213.72 73.72 229.28 75 229.28 75 229.72 73.72 229.72 73.72 245.28 75 245.28 75 245.72 73.72 245.72 73.72 253.28 75 253.28 75 253.72 73.72 253.72 73.72 261.28 75 261.28 75 261.72 73.72 261.72 73.72 269.28 75 269.28 75 269.72 73.72 269.72 73.72 277.28 75 277.28 75 277.72 73.72 277.72 73.72 285.28 75 285.28 75 285.72 73.72 285.72 73.72 293.28 75 293.28 75 293.72 73.72 293.72 73.72 301.28 75 301.28 75 301.72 73.72 301.72 73.72 309.28 75 309.28 75 309.72 73.72 309.72 73.72 317.28 75 317.28 75 317.72 73.72 317.72 73.72 325.28 75 325.28 75 325.72 73.72 325.72 73.72 333.28 75 333.28 75 333.72 73.72 333.72 73.72 341.28 75 341.28 75 341.72 73.72 341.72 73.72 348.67 75 348.67 75 350 0 350 0 348.67 1.28 348.67 1.28 341.72 0 341.72 0 341.28 1.28 341.28 1.28 333.72 0 333.72 0 333.28 1.28 333.28 1.28 325.72 0 325.72 0 325.28 1.28 325.28 1.28 317.72 0 317.72 0 317.28 1.28 317.28 1.28 309.72 0 309.72 0 309.28 1.28 309.28 1.28 301.72 0 301.72 0 301.28 1.28 301.28 1.28 293.72 0 293.72 0 293.28 1.28 293.28 1.28 285.72 0 285.72 0 285.28 1.28 285.28 1.28 277.72 0 277.72 0 277.28 1.28 277.28 1.28 269.72 0 269.72 0 269.28 1.28 269.28 1.28 261.72 0 261.72 0 261.28 1.28 261.28 1.28 253.72 0 253.72 0 253.28 1.28 253.28 1.28 245.72 0 245.72 0 245.28 1.28 245.28 1.28 229.72 0 229.72 0 229.28 1.28 229.28 1.28 213.72 0 213.72 0 213.28 1.28 213.28 1.28 205.72 0 205.72 0 205.28 1.28 205.28 1.28 197.72 0 197.72 0 197.28 1.28 197.28 1.28 181.72 0 181.72 0 181.28 1.28 181.28 1.28 165.72 0 165.72 0 165.28 1.28 165.28 1.28 149.72 0 149.72 0 149.28 1.28 149.28 1.28 133.72 0 133.72 0 133.28 1.28 133.28 1.28 125.72 0 125.72 0 125.28 1.28 125.28 1.28 117.72 0 117.72 0 117.28 1.28 117.28 1.28 101.72 0 101.72 0 101.28 1.28 101.28 1.28 85.72 0 85.72 0 85.28 1.28 85.28 1.28 69.72 0 69.72 0 0 75 0 ;
+    LAYER Via1 ;
+      RECT 0 0 75 350 ;
+    LAYER Via2 ;
+      RECT 0 0 75 350 ;
+    LAYER Via3 ;
+      RECT 0 0 75 350 ;
+  END
+
+END gf180mcu_fd_io__bi_t
diff --git a/cells/bi_t/gf180mcu_fd_io__bi_t_5lm.gds b/cells/bi_t/gf180mcu_fd_io__bi_t_5lm.gds
new file mode 100644
index 0000000..94a7250
--- /dev/null
+++ b/cells/bi_t/gf180mcu_fd_io__bi_t_5lm.gds
Binary files differ
diff --git a/cells/bi_t/gf180mcu_fd_io__bi_t_5lm.lef b/cells/bi_t/gf180mcu_fd_io__bi_t_5lm.lef
new file mode 100644
index 0000000..ab77408
--- /dev/null
+++ b/cells/bi_t/gf180mcu_fd_io__bi_t_5lm.lef
@@ -0,0 +1,800 @@
+# Copyright 2022 GlobalFoundries PDK Authors
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+MACRO gf180mcu_fd_io__bi_t
+  CLASS PAD INOUT ;
+  ORIGIN 0 0 ;
+  FOREIGN gf180mcu_fd_io__bi_t 0 0 ;
+  SIZE 75 BY 350 ;
+  SYMMETRY X Y R90 ;
+  SITE GF_IO_Site ;
+    PIN PAD
+        DIRECTION INOUT ;
+        USE SIGNAL ;
+        PORT
+        LAYER Metal5  ;
+        RECT 25.000 20.000 50.000 45.000 ;
+        END
+    END PAD
+  PIN A
+    DIRECTION INPUT ;
+    USE SIGNAL ;
+    ANTENNADIFFAREA 1 LAYER Metal2 ;
+      ANTENNAGATEAREA 4.2 LAYER Metal2 ;
+    PORT
+        CLASS CORE ;
+      LAYER Metal2 ;
+        RECT 69.4 349.62 69.78 350 ;
+    END
+  END A
+  PIN CS
+    DIRECTION INPUT ;
+    USE SIGNAL ;
+    ANTENNADIFFAREA 1 LAYER Metal2 ;
+      ANTENNAGATEAREA 3.15 LAYER Metal2 ;
+    PORT
+        CLASS CORE ;
+      LAYER Metal2 ;
+        RECT 3.36 349.62 3.74 350 ;
+    END
+  END CS
+  PIN IE
+    DIRECTION INPUT ;
+    USE SIGNAL ;
+    ANTENNADIFFAREA 1 LAYER Metal2 ;
+      ANTENNAGATEAREA 3.15 LAYER Metal2 ;
+    PORT
+        CLASS CORE ;
+      LAYER Metal2 ;
+        RECT 11.385 349.62 11.765 350 ;
+    END
+  END IE
+  PIN OE
+    DIRECTION INPUT ;
+    USE SIGNAL ;
+    ANTENNADIFFAREA 7.776 LAYER Metal2 ;
+      ANTENNAGATEAREA 16.8 LAYER Metal2 ;
+    PORT
+        CLASS CORE ;
+      LAYER Metal2 ;
+        RECT 70.13 349.62 70.51 350 ;
+    END
+  END OE
+  PIN PD
+    DIRECTION INPUT ;
+    USE SIGNAL ;
+    ANTENNADIFFAREA 1 LAYER Metal2 ;
+      ANTENNAGATEAREA 10.5 LAYER Metal2 ;
+    PORT
+        CLASS CORE ;
+      LAYER Metal2 ;
+        RECT 10.33 349.62 10.71 350 ;
+    END
+  END PD
+  PIN PDRV0
+    DIRECTION INPUT ;
+    USE SIGNAL ;
+    ANTENNADIFFAREA 2.592 LAYER Metal2 ;
+      ANTENNAGATEAREA 4.2 LAYER Metal2 ;
+    PORT
+        CLASS CORE ;
+      LAYER Metal2 ;
+        RECT 7.11 349.62 7.49 350 ;
+    END
+  END PDRV0
+  PIN PDRV1
+    DIRECTION INPUT ;
+    USE SIGNAL ;
+    ANTENNADIFFAREA 2.592 LAYER Metal2 ;
+      ANTENNAGATEAREA 4.2 LAYER Metal2 ;
+    PORT
+        CLASS CORE ;
+      LAYER Metal2 ;
+        RECT 7.82 349.62 8.2 350 ;
+    END
+  END PDRV1
+  PIN PU
+    DIRECTION INPUT ;
+    USE SIGNAL ;
+    ANTENNADIFFAREA 2.98 LAYER Metal2 ;
+      ANTENNAGATEAREA 7.35 LAYER Metal2 ;
+    PORT
+        CLASS CORE ;
+      LAYER Metal2 ;
+        RECT 5.965 349.62 6.345 350 ;
+    END
+  END PU
+  PIN SL
+    DIRECTION INPUT ;
+    USE SIGNAL ;
+    ANTENNADIFFAREA 1 LAYER Metal2 ;
+      ANTENNAGATEAREA 3.15 LAYER Metal2 ;
+    PORT
+        CLASS CORE ;
+      LAYER Metal2 ;
+        RECT 68.67 349.62 69.05 350 ;
+    END
+  END SL
+  PIN Y
+    DIRECTION OUTPUT ;
+    USE SIGNAL ;
+    ANTENNADIFFAREA 7.8 LAYER Metal2 ;
+    PORT
+        CLASS CORE ;
+      LAYER Metal2 ;
+        RECT 70.86 349.62 71.24 350 ;
+    END
+  END Y
+  PIN DVDD
+    DIRECTION INOUT ;
+    USE POWER ;
+    PORT
+      LAYER Metal5 ;
+        RECT 74 118 75 125 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 74 182 75 197 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 74 166 75 181 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 74 150 75 165 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 74 134 75 149 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 74 214 75 229 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 74 206 75 213 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 74 278 75 285 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 74 270 75 277 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 74 262 75 269 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 74 294 75 301 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 74 334 75 341 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 118 75 125 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 182 75 197 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 166 75 181 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 150 75 165 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 134 75 149 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 214 75 229 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 206 75 213 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 278 75 285 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 270 75 277 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 262 75 269 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 294 75 301 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 334 75 341 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 118 75 125 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 182 75 197 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 166 75 181 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 150 75 165 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 134 75 149 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 214 75 229 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 206 75 213 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 278 75 285 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 270 75 277 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 262 75 269 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 294 75 301 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 334 75 341 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 334 1 341 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 294 1 301 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 262 1 269 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 270 1 277 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 278 1 285 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 206 1 213 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 214 1 229 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 134 1 149 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 150 1 165 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 166 1 181 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 182 1 197 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 334 1 341 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 294 1 301 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 262 1 269 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 270 1 277 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 278 1 285 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 206 1 213 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 214 1 229 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 134 1 149 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 150 1 165 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 166 1 181 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 182 1 197 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 334 1 341 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 294 1 301 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 262 1 269 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 270 1 277 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 278 1 285 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 206 1 213 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 214 1 229 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 134 1 149 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 150 1 165 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 166 1 181 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 182 1 197 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 118 1 125 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 118 1 125 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 118 1 125 ;
+    END
+  END DVDD
+  PIN DVSS
+    DIRECTION INOUT ;
+    USE GROUND ;
+    PORT
+      LAYER Metal5 ;
+        RECT 74 102 75 117 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 74 86 75 101 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 74 70 75 85 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 74 126 75 133 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 74 198 75 205 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 74 230 75 245 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 74 286 75 293 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 74 302 75 309 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 74 326 75 333 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 74 342 75 348.39 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 102 75 117 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 86 75 101 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 70 75 85 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 126 75 133 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 198 75 205 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 230 75 245 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 286 75 293 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 302 75 309 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 326 75 333 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 342 75 348.39 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 102 75 117 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 86 75 101 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 70 75 85 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 126 75 133 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 198 75 205 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 230 75 245 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 286 75 293 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 302 75 309 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 326 75 333 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 342 75 348.39 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 342 1 348.39 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 326 1 333 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 302 1 309 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 286 1 293 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 230 1 245 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 198 1 205 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 126 1 133 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 70 1 85 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 86 1 101 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 342 1 348.39 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 326 1 333 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 302 1 309 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 286 1 293 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 230 1 245 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 198 1 205 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 126 1 133 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 70 1 85 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 86 1 101 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 342 1 348.39 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 326 1 333 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 302 1 309 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 286 1 293 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 230 1 245 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 198 1 205 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 126 1 133 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 70 1 85 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 86 1 101 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 102 1 117 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 102 1 117 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 102 1 117 ;
+    END
+  END DVSS
+  PIN VDD
+    DIRECTION INOUT ;
+    USE POWER ;
+    PORT
+      LAYER Metal5 ;
+        RECT 74 254 75 261 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 74 310 75 317 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 254 75 261 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 310 75 317 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 254 75 261 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 310 75 317 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 310 1 317 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 310 1 317 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 310 1 317 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 254 1 261 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 254 1 261 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 254 1 261 ;
+    END
+  END VDD
+  PIN VSS
+    DIRECTION INOUT ;
+    USE GROUND ;
+    PORT
+      LAYER Metal5 ;
+        RECT 74 246 75 253 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 74 318 75 325 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 246 75 253 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 318 75 325 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 246 75 253 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 318 75 325 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 318 1 325 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 318 1 325 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 318 1 325 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 246 1 253 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 246 1 253 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 246 1 253 ;
+    END
+  END VSS
+  OBS
+    LAYER Metal1 ;
+      RECT 0 0 75 350 ;
+    LAYER Metal2 ;
+      POLYGON 75 350 71.52 350 71.52 349.34 68.39 349.34 68.39 350 12.045 350 12.045 349.34 11.105 349.34 11.105 350 10.99 350 10.99 349.34 10.05 349.34 10.05 350 8.48 350 8.48 349.34 6.83 349.34 6.83 350 6.625 350 6.625 349.34 5.685 349.34 5.685 350 4.02 350 4.02 349.34 3.08 349.34 3.08 350 0 350 0 0 75 0 ;
+    LAYER Metal3 ;
+      POLYGON 75 69.72 73.72 69.72 73.72 85.28 75 85.28 75 85.72 73.72 85.72 73.72 101.28 75 101.28 75 101.72 73.72 101.72 73.72 117.28 75 117.28 75 117.72 73.72 117.72 73.72 125.28 75 125.28 75 125.72 73.72 125.72 73.72 133.28 75 133.28 75 133.72 73.72 133.72 73.72 149.28 75 149.28 75 149.72 73.72 149.72 73.72 165.28 75 165.28 75 165.72 73.72 165.72 73.72 181.28 75 181.28 75 181.72 73.72 181.72 73.72 197.28 75 197.28 75 197.72 73.72 197.72 73.72 205.28 75 205.28 75 205.72 73.72 205.72 73.72 213.28 75 213.28 75 213.72 73.72 213.72 73.72 229.28 75 229.28 75 229.72 73.72 229.72 73.72 245.28 75 245.28 75 245.72 73.72 245.72 73.72 253.28 75 253.28 75 253.72 73.72 253.72 73.72 261.28 75 261.28 75 261.72 73.72 261.72 73.72 269.28 75 269.28 75 269.72 73.72 269.72 73.72 277.28 75 277.28 75 277.72 73.72 277.72 73.72 285.28 75 285.28 75 285.72 73.72 285.72 73.72 293.28 75 293.28 75 293.72 73.72 293.72 73.72 301.28 75 301.28 75 301.72 73.72 301.72 73.72 309.28 75 309.28 75 309.72 73.72 309.72 73.72 317.28 75 317.28 75 317.72 73.72 317.72 73.72 325.28 75 325.28 75 325.72 73.72 325.72 73.72 333.28 75 333.28 75 333.72 73.72 333.72 73.72 341.28 75 341.28 75 341.72 73.72 341.72 73.72 348.67 75 348.67 75 350 0 350 0 348.67 1.28 348.67 1.28 341.72 0 341.72 0 341.28 1.28 341.28 1.28 333.72 0 333.72 0 333.28 1.28 333.28 1.28 325.72 0 325.72 0 325.28 1.28 325.28 1.28 317.72 0 317.72 0 317.28 1.28 317.28 1.28 309.72 0 309.72 0 309.28 1.28 309.28 1.28 301.72 0 301.72 0 301.28 1.28 301.28 1.28 293.72 0 293.72 0 293.28 1.28 293.28 1.28 285.72 0 285.72 0 285.28 1.28 285.28 1.28 277.72 0 277.72 0 277.28 1.28 277.28 1.28 269.72 0 269.72 0 269.28 1.28 269.28 1.28 261.72 0 261.72 0 261.28 1.28 261.28 1.28 253.72 0 253.72 0 253.28 1.28 253.28 1.28 245.72 0 245.72 0 245.28 1.28 245.28 1.28 229.72 0 229.72 0 229.28 1.28 229.28 1.28 213.72 0 213.72 0 213.28 1.28 213.28 1.28 205.72 0 205.72 0 205.28 1.28 205.28 1.28 197.72 0 197.72 0 197.28 1.28 197.28 1.28 181.72 0 181.72 0 181.28 1.28 181.28 1.28 165.72 0 165.72 0 165.28 1.28 165.28 1.28 149.72 0 149.72 0 149.28 1.28 149.28 1.28 133.72 0 133.72 0 133.28 1.28 133.28 1.28 125.72 0 125.72 0 125.28 1.28 125.28 1.28 117.72 0 117.72 0 117.28 1.28 117.28 1.28 101.72 0 101.72 0 101.28 1.28 101.28 1.28 85.72 0 85.72 0 85.28 1.28 85.28 1.28 69.72 0 69.72 0 0 75 0 ;
+    LAYER Metal4 ;
+      POLYGON 75 69.72 73.72 69.72 73.72 85.28 75 85.28 75 85.72 73.72 85.72 73.72 101.28 75 101.28 75 101.72 73.72 101.72 73.72 117.28 75 117.28 75 117.72 73.72 117.72 73.72 125.28 75 125.28 75 125.72 73.72 125.72 73.72 133.28 75 133.28 75 133.72 73.72 133.72 73.72 149.28 75 149.28 75 149.72 73.72 149.72 73.72 165.28 75 165.28 75 165.72 73.72 165.72 73.72 181.28 75 181.28 75 181.72 73.72 181.72 73.72 197.28 75 197.28 75 197.72 73.72 197.72 73.72 205.28 75 205.28 75 205.72 73.72 205.72 73.72 213.28 75 213.28 75 213.72 73.72 213.72 73.72 229.28 75 229.28 75 229.72 73.72 229.72 73.72 245.28 75 245.28 75 245.72 73.72 245.72 73.72 253.28 75 253.28 75 253.72 73.72 253.72 73.72 261.28 75 261.28 75 261.72 73.72 261.72 73.72 269.28 75 269.28 75 269.72 73.72 269.72 73.72 277.28 75 277.28 75 277.72 73.72 277.72 73.72 285.28 75 285.28 75 285.72 73.72 285.72 73.72 293.28 75 293.28 75 293.72 73.72 293.72 73.72 301.28 75 301.28 75 301.72 73.72 301.72 73.72 309.28 75 309.28 75 309.72 73.72 309.72 73.72 317.28 75 317.28 75 317.72 73.72 317.72 73.72 325.28 75 325.28 75 325.72 73.72 325.72 73.72 333.28 75 333.28 75 333.72 73.72 333.72 73.72 341.28 75 341.28 75 341.72 73.72 341.72 73.72 348.67 75 348.67 75 350 0 350 0 348.67 1.28 348.67 1.28 341.72 0 341.72 0 341.28 1.28 341.28 1.28 333.72 0 333.72 0 333.28 1.28 333.28 1.28 325.72 0 325.72 0 325.28 1.28 325.28 1.28 317.72 0 317.72 0 317.28 1.28 317.28 1.28 309.72 0 309.72 0 309.28 1.28 309.28 1.28 301.72 0 301.72 0 301.28 1.28 301.28 1.28 293.72 0 293.72 0 293.28 1.28 293.28 1.28 285.72 0 285.72 0 285.28 1.28 285.28 1.28 277.72 0 277.72 0 277.28 1.28 277.28 1.28 269.72 0 269.72 0 269.28 1.28 269.28 1.28 261.72 0 261.72 0 261.28 1.28 261.28 1.28 253.72 0 253.72 0 253.28 1.28 253.28 1.28 245.72 0 245.72 0 245.28 1.28 245.28 1.28 229.72 0 229.72 0 229.28 1.28 229.28 1.28 213.72 0 213.72 0 213.28 1.28 213.28 1.28 205.72 0 205.72 0 205.28 1.28 205.28 1.28 197.72 0 197.72 0 197.28 1.28 197.28 1.28 181.72 0 181.72 0 181.28 1.28 181.28 1.28 165.72 0 165.72 0 165.28 1.28 165.28 1.28 149.72 0 149.72 0 149.28 1.28 149.28 1.28 133.72 0 133.72 0 133.28 1.28 133.28 1.28 125.72 0 125.72 0 125.28 1.28 125.28 1.28 117.72 0 117.72 0 117.28 1.28 117.28 1.28 101.72 0 101.72 0 101.28 1.28 101.28 1.28 85.72 0 85.72 0 85.28 1.28 85.28 1.28 69.72 0 69.72 0 0 75 0 ;
+    LAYER Metal5 ;
+      POLYGON 75 69.72 73.72 69.72 73.72 85.28 75 85.28 75 85.72 73.72 85.72 73.72 101.28 75 101.28 75 101.72 73.72 101.72 73.72 117.28 75 117.28 75 117.72 73.72 117.72 73.72 125.28 75 125.28 75 125.72 73.72 125.72 73.72 133.28 75 133.28 75 133.72 73.72 133.72 73.72 149.28 75 149.28 75 149.72 73.72 149.72 73.72 165.28 75 165.28 75 165.72 73.72 165.72 73.72 181.28 75 181.28 75 181.72 73.72 181.72 73.72 197.28 75 197.28 75 197.72 73.72 197.72 73.72 205.28 75 205.28 75 205.72 73.72 205.72 73.72 213.28 75 213.28 75 213.72 73.72 213.72 73.72 229.28 75 229.28 75 229.72 73.72 229.72 73.72 245.28 75 245.28 75 245.72 73.72 245.72 73.72 253.28 75 253.28 75 253.72 73.72 253.72 73.72 261.28 75 261.28 75 261.72 73.72 261.72 73.72 269.28 75 269.28 75 269.72 73.72 269.72 73.72 277.28 75 277.28 75 277.72 73.72 277.72 73.72 285.28 75 285.28 75 285.72 73.72 285.72 73.72 293.28 75 293.28 75 293.72 73.72 293.72 73.72 301.28 75 301.28 75 301.72 73.72 301.72 73.72 309.28 75 309.28 75 309.72 73.72 309.72 73.72 317.28 75 317.28 75 317.72 73.72 317.72 73.72 325.28 75 325.28 75 325.72 73.72 325.72 73.72 333.28 75 333.28 75 333.72 73.72 333.72 73.72 341.28 75 341.28 75 341.72 73.72 341.72 73.72 348.67 75 348.67 75 350 0 350 0 348.67 1.28 348.67 1.28 341.72 0 341.72 0 341.28 1.28 341.28 1.28 333.72 0 333.72 0 333.28 1.28 333.28 1.28 325.72 0 325.72 0 325.28 1.28 325.28 1.28 317.72 0 317.72 0 317.28 1.28 317.28 1.28 309.72 0 309.72 0 309.28 1.28 309.28 1.28 301.72 0 301.72 0 301.28 1.28 301.28 1.28 293.72 0 293.72 0 293.28 1.28 293.28 1.28 285.72 0 285.72 0 285.28 1.28 285.28 1.28 277.72 0 277.72 0 277.28 1.28 277.28 1.28 269.72 0 269.72 0 269.28 1.28 269.28 1.28 261.72 0 261.72 0 261.28 1.28 261.28 1.28 253.72 0 253.72 0 253.28 1.28 253.28 1.28 245.72 0 245.72 0 245.28 1.28 245.28 1.28 229.72 0 229.72 0 229.28 1.28 229.28 1.28 213.72 0 213.72 0 213.28 1.28 213.28 1.28 205.72 0 205.72 0 205.28 1.28 205.28 1.28 197.72 0 197.72 0 197.28 1.28 197.28 1.28 181.72 0 181.72 0 181.28 1.28 181.28 1.28 165.72 0 165.72 0 165.28 1.28 165.28 1.28 149.72 0 149.72 0 149.28 1.28 149.28 1.28 133.72 0 133.72 0 133.28 1.28 133.28 1.28 125.72 0 125.72 0 125.28 1.28 125.28 1.28 117.72 0 117.72 0 117.28 1.28 117.28 1.28 101.72 0 101.72 0 101.28 1.28 101.28 1.28 85.72 0 85.72 0 85.28 1.28 85.28 1.28 69.72 0 69.72 0 0 75 0 ;
+    LAYER Via1 ;
+      RECT 0 0 75 350 ;
+    LAYER Via2 ;
+      RECT 0 0 75 350 ;
+    LAYER Via3 ;
+      RECT 0 0 75 350 ;
+    LAYER Via4 ;
+      RECT 0 0 75 350 ;
+  END
+
+END gf180mcu_fd_io__bi_t
diff --git a/cells/bi_t/gf180mcu_fd_io__bi_t__ff_125C_2v75.lib b/cells/bi_t/gf180mcu_fd_io__bi_t__ff_125C_2v75.lib
new file mode 100644
index 0000000..9a3416f
--- /dev/null
+++ b/cells/bi_t/gf180mcu_fd_io__bi_t__ff_125C_2v75.lib
@@ -0,0 +1,1841 @@
+/*
+ * Copyright 2022 GlobalFoundries PDK Authors
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+	cell ("gf180mcu_fd_io__bi_t") {
+		scaling_factors : "gf_factors";
+		area : 26250.000000;
+		pad_cell : true;
+		dont_use : true;
+		dont_touch : true;
+		cell_leakage_power : 3.939400e-02;
+		leakage_power () {
+			when : "!PDRV0 !PDRV1 !CS !SL !IE !OE !PU !PD !A !PAD";
+			value : "0.039394";
+		}
+		pin ("CS") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.023238;
+			rise_capacitance_range(0.022653,0.024195);
+			capacitance : 0.022907;
+			fall_capacitance : 0.022575;
+			fall_capacitance_range(0.021836,0.023066);
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("0.116303, 0.836292, 0.861308");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("0.209767, 0.743659, 0.746210");
+				}
+			}
+		}
+		pin ("SL") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.031685;
+			rise_capacitance_range(0.031139,0.032595);
+			capacitance : 0.031317;
+			fall_capacitance : 0.030948;
+			fall_capacitance_range(0.030316,0.031724);
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("0.109858, 0.957957, 0.999689");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("0.242139, 1.061836, 1.087569");
+				}
+			}
+		}
+		pin ("IE") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.014701;
+			rise_capacitance_range(0.013905,0.015702);
+			capacitance : 0.014294;
+			fall_capacitance : 0.013886;
+			fall_capacitance_range(0.013259,0.014239);
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("0.152479, 0.529057, 0.541025");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("0.185115, 0.459010, 0.500074");
+				}
+			}
+		}
+		pin ("OE") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.087734;
+			rise_capacitance_range(0.082015,0.097429);
+			capacitance : 0.087607;
+			fall_capacitance : 0.086975;
+			fall_capacitance_range(0.082831,0.090532);
+		}
+		pin ("PU") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.078027;
+			rise_capacitance_range(0.063172,0.089536);
+			capacitance : 0.078067;
+			fall_capacitance : 0.078108;
+			fall_capacitance_range(0.059850,0.093477);
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("-0.194136, 0.132939, 0.130705");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("0.549991, 1.057534, 1.161460");
+				}
+			}
+		}
+		pin ("PD") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.048281;
+			rise_capacitance_range(0.047412,0.048808);
+			capacitance : 0.049496;
+			fall_capacitance : 0.050710;
+			fall_capacitance_range(0.048354,0.052809);
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("-0.021410, 0.587133, 0.622873");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("0.457221, 0.917720, 0.940976");
+				}
+			}
+		}
+		pin ("A") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.036795;
+			rise_capacitance_range(0.035583,0.038533);
+			capacitance : 0.036766;
+			fall_capacitance : 0.036736;
+			fall_capacitance_range(0.035490,0.037709);
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("-0.090313, -0.085608, -0.087392");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("0.101659, 0.104680, 0.102922");
+				}
+			}
+		}
+		pin ("PDRV0") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.030420;
+			rise_capacitance_range(0.030249,0.030536);
+			capacitance : 0.030623;
+			fall_capacitance : 0.030825;
+			fall_capacitance_range(0.029911,0.031808);
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("-0.074257, -0.074593, -0.074271");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("0.079824, 0.074634, 0.073389");
+				}
+			}
+		}
+		pin ("PDRV1") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.032478;
+			rise_capacitance_range(0.032295,0.032604);
+			capacitance : 0.032702;
+			fall_capacitance : 0.032926;
+			fall_capacitance_range(0.031922,0.034002);
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("-0.086899, -0.087487, -0.087351");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("0.093391, 0.087473, 0.086104");
+				}
+			}
+		}
+		pin ("PAD") {
+			drive_current : 16000.000000;
+			is_pad : true;
+			function : "((A))";
+			three_state : "((!OE))";
+			direction : "inout";
+			max_transition : 1.000000;
+			max_capacitance : 30.000000;
+			input_signal_level : "DVDD";
+			output_signal_level : "DVDD";
+			capacitance : 3.155283;
+			internal_power () {
+				related_pin : "A";
+				when : "!IE&OE&!PDRV0&!PDRV1&!SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("18.068333, 17.833063, 17.268043, 17.013003, 15.662033, 15.196613", \
+					  "18.114548, 17.847668, 17.444218, 16.632108, 15.946578, 15.110368", \
+					  "18.101532, 17.861992, 17.397812, 17.252182, 16.626202, 13.779732");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("19.817401, 19.994191, 20.043131, 20.066261, 20.043941, 20.024441", \
+					  "19.787250, 19.995340, 20.039720, 20.068270, 20.067050, 19.836030", \
+					  "19.814698, 20.007298, 20.048528, 20.055938, 20.058228, 20.040618");
+				}
+			}
+			internal_power () {
+				related_pin : "A";
+				when : "!IE&OE&!PDRV0&!PDRV1&SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("17.925133, 17.708673, 17.257193, 16.613683, 15.957663, 15.169663", \
+					  "18.015638, 17.678128, 17.130878, 16.953328, 16.201788, 15.278358", \
+					  "17.929152, 17.717932, 17.238672, 16.868312, 15.930492, 14.843162");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("18.766371, 19.494491, 19.749631, 19.805871, 19.825041, 19.769421", \
+					  "18.712800, 19.450850, 19.822310, 19.859790, 19.241350, 20.644520", \
+					  "18.650278, 19.561158, 19.729598, 19.739908, 19.697008, 19.994728");
+				}
+			}
+			internal_power () {
+				related_pin : "A";
+				when : "!IE&OE&!PDRV0&PDRV1&!SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("28.614363, 28.884573, 28.800763, 28.502013, 28.230403, 27.786053", \
+					  "28.604918, 28.864998, 28.749568, 28.477248, 28.133788, 27.626348", \
+					  "28.638492, 29.031692, 28.561462, 28.443642, 28.112192, 27.715742");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("29.428281, 30.427661, 30.692031, 30.814741, 30.912351, 30.940811", \
+					  "29.408250, 30.418930, 30.765680, 30.734370, 30.949930, 30.948860", \
+					  "29.448938, 30.445398, 30.660588, 30.872948, 30.864648, 30.930608");
+				}
+			}
+			internal_power () {
+				related_pin : "A";
+				when : "!IE&OE&!PDRV0&PDRV1&SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("27.387113, 28.334503, 28.281183, 28.188233, 27.895803, 27.309293", \
+					  "27.512018, 28.413248, 28.588648, 27.959618, 27.616458, 27.472388", \
+					  "27.396702, 28.257262, 28.233572, 28.219932, 27.910312, 27.260322");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("25.619331, 27.509371, 28.166861, 29.176701, 29.305301, 29.599131", \
+					  "25.491320, 27.359070, 28.455730, 28.900100, 29.202210, 29.622560", \
+					  "25.541738, 26.787618, 28.030568, 29.078098, 29.500458, 29.667218");
+				}
+			}
+			internal_power () {
+				related_pin : "A";
+				when : "!IE&OE&PDRV0&!PDRV1&!SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("23.322723, 23.276013, 23.141943, 22.976033, 21.492363, 22.093803", \
+					  "23.411718, 23.287318, 23.080368, 22.582448, 22.060258, 21.450988", \
+					  "23.394442, 23.320842, 23.037432, 22.663672, 22.344662, 22.403692");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("24.801481, 25.315741, 25.434141, 25.505141, 25.524631, 25.531201", \
+					  "24.885250, 25.339160, 25.424890, 25.511050, 25.523590, 25.488820", \
+					  "24.867658, 25.319878, 25.453018, 25.524188, 25.546248, 25.550728");
+				}
+			}
+			internal_power () {
+				related_pin : "A";
+				when : "!IE&OE&PDRV0&!PDRV1&SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("22.720623, 23.094053, 22.845433, 22.420433, 22.018403, 21.212763", \
+					  "22.826038, 23.078158, 22.785338, 22.296408, 22.647758, 20.788808", \
+					  "22.731942, 23.134822, 22.839882, 22.434562, 22.027472, 21.195082");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("22.126361, 23.430181, 24.434161, 24.615081, 24.950261, 24.995831", \
+					  "22.103180, 23.320980, 24.319200, 24.558380, 24.815820, 25.354800", \
+					  "22.116008, 23.639148, 24.383288, 24.703638, 24.844068, 24.946178");
+				}
+			}
+			internal_power () {
+				related_pin : "A";
+				when : "!IE&OE&PDRV0&PDRV1&!SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("33.924903, 33.926483, 34.579253, 33.671443, 33.738313, 33.517883", \
+					  "33.530028, 34.103388, 34.218898, 34.004348, 33.730408, 33.398128", \
+					  "33.985062, 33.994542, 33.909512, 33.610962, 33.766202, 33.566872");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("33.797781, 35.433821, 35.862651, 36.067581, 36.179831, 36.256411", \
+					  "33.842610, 35.354730, 35.941560, 35.914620, 36.194840, 36.343100", \
+					  "33.861728, 35.417848, 35.886798, 36.058758, 36.210938, 36.255248");
+				}
+			}
+			internal_power () {
+				related_pin : "A";
+				when : "!IE&OE&PDRV0&PDRV1&SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("31.713193, 33.342893, 33.451723, 33.521023, 33.243713, 33.088223", \
+					  "31.531138, 33.522388, 33.150328, 33.822998, 33.043858, 32.858138", \
+					  "31.535882, 32.998652, 33.668522, 33.352922, 33.296662, 33.098642");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("29.026741, 30.034261, 31.703861, 33.690971, 33.665301, 34.487211", \
+					  "28.791690, 30.382750, 31.461730, 33.379860, 33.642630, 33.881120", \
+					  "28.757088, 30.009218, 32.460238, 32.659608, 33.892838, 34.233048");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "A&!IE&!PDRV0&!PDRV1&!SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("17.288080, 16.953930, 16.390860, 16.119420, 15.388300, 13.591900", \
+					  "14.578305, 14.254155, 13.767045, 13.119255, 12.403325, 11.523205", \
+					  "13.737279, 13.406879, 12.913319, 12.472329, 11.757599, 10.336979");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("1.167442, 1.159495, 1.155588, 1.153522, 1.152244, 1.151377", \
+					  "0.824172, 1.146691, 1.228961, 1.265933, 1.286913, 1.300430", \
+					  "1.410448, 1.733010, 1.813810, 1.851453, 1.873253, 1.887445");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "A&!IE&!PDRV0&!PDRV1&SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("17.186410, 16.864150, 16.408390, 15.644910, 15.093650, 14.024480", \
+					  "14.452665, 14.145775, 13.619955, 12.858375, 12.462815, 12.003015", \
+					  "13.606299, 13.301639, 12.755799, 12.184069, 11.219629, 10.756739");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("1.153809, 1.130548, 1.127706, 1.127400, 1.127167, 1.127002", \
+					  "0.828383, 1.173590, 1.253287, 1.288862, 1.309046, 1.322075", \
+					  "1.406422, 1.700996, 1.792795, 1.835658, 1.860317, 1.876316");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "A&!IE&!PDRV0&PDRV1&!SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("25.639680, 25.522670, 25.212420, 24.808090, 24.484900, 23.921710", \
+					  "22.933585, 22.657745, 22.503485, 22.017305, 21.636345, 21.380265", \
+					  "22.021439, 21.910009, 21.622329, 21.209429, 20.809379, 20.381199");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("1.958918, 1.953394, 1.951626, 1.950915, 1.950256, 1.949668", \
+					  "4.556771, 5.422774, 5.702762, 5.841690, 5.925350, 5.981092", \
+					  "5.497557, 6.461519, 6.783509, 6.949160, 7.046820, 7.111306");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "A&!IE&!PDRV0&PDRV1&SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("24.391120, 24.967950, 24.800060, 24.414460, 23.949400, 23.461220", \
+					  "21.620005, 22.075735, 22.048405, 21.579575, 21.147265, 20.849165", \
+					  "20.773809, 21.452099, 21.203449, 20.929839, 20.361119, 19.856319");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("1.952360, 1.959960, 1.966557, 1.964779, 1.962714, 1.961016", \
+					  "4.541367, 5.386822, 5.669466, 5.822826, 5.917114, 5.981261", \
+					  "5.603326, 6.495991, 6.870838, 7.030429, 7.110933, 7.162618");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "A&!IE&PDRV0&!PDRV1&!SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("22.103920, 21.767420, 21.435750, 20.988580, 20.449500, 19.938450", \
+					  "19.271305, 18.923345, 18.613965, 18.111225, 17.690765, 17.102985", \
+					  "18.338719, 18.153739, 17.717669, 17.306769, 17.085529, 15.732689");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("1.972575, 1.962689, 1.960017, 1.958520, 1.957461, 1.956645", \
+					  "3.003522, 3.655881, 3.835401, 3.919375, 3.968211, 4.000153", \
+					  "3.645011, 4.274739, 4.452738, 4.536236, 4.584438, 4.615869");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "A&!IE&PDRV0&!PDRV1&SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("21.433700, 21.519190, 21.160850, 20.758760, 19.980920, 19.673100", \
+					  "18.624045, 18.690695, 18.330305, 17.946565, 17.106185, 16.871855", \
+					  "17.700829, 17.817359, 17.474929, 16.986729, 16.565889, 15.798369");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("1.963303, 1.950571, 1.949651, 1.949836, 1.950385, 1.950283", \
+					  "3.032263, 3.657577, 3.832021, 3.915819, 3.964491, 3.995966", \
+					  "3.611220, 4.304506, 4.510591, 4.602481, 4.655022, 4.689287");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "A&!IE&PDRV0&PDRV1&!SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("30.253700, 30.188670, 29.895550, 29.595520, 29.190800, 28.794990", \
+					  "27.405625, 27.292935, 27.027815, 26.799505, 26.333045, 25.954655", \
+					  "26.469099, 26.461989, 26.186769, 25.861519, 25.541099, 25.077919");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("2.766193, 2.764497, 2.767252, 2.766475, 2.765214, 2.764150", \
+					  "6.613196, 7.698380, 8.111880, 8.336700, 8.476960, 8.572290", \
+					  "7.625159, 8.850866, 9.308236, 9.540806, 9.681536, 9.776656");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "A&!IE&PDRV0&PDRV1&SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("28.125090, 29.094110, 29.201350, 28.981790, 28.779130, 28.333270", \
+					  "25.256185, 26.295745, 26.389505, 26.080175, 25.734695, 25.356985", \
+					  "24.399489, 25.375369, 25.564289, 25.249069, 24.902449, 24.544829");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("2.770241, 2.754120, 2.754754, 2.755944, 2.756824, 2.757828", \
+					  "6.636855, 7.787190, 8.082690, 8.288500, 8.433510, 8.535500", \
+					  "7.744636, 8.928206, 9.387306, 9.633116, 9.788116, 9.894486");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "!A&!IE&!PDRV0&!PDRV1&!SL";
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("17.276280, 17.392120, 17.348990, 17.566590, 17.098090, 17.329980", \
+					  "14.615535, 14.736005, 14.716205, 14.841095, 14.624655, 14.827045", \
+					  "13.848999, 13.944929, 13.977939, 13.952859, 13.995689, 13.946169");
+				}
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("1.048267, -44.344933, -89.723863, -135.100453, -180.476253, -225.851753", \
+					  "-0.001212, -45.562890, -90.983540, -136.379410, -181.766410, -227.149210", \
+					  "0.228244, -45.435984, -90.882294, -136.290364, -181.684264, -227.071564");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "!A&!IE&!PDRV0&!PDRV1&SL";
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("16.240260, 16.910160, 17.037080, 17.020300, 17.090370, 17.317720", \
+					  "13.570665, 14.247815, 14.451265, 14.435255, 14.319375, 14.659675", \
+					  "12.778419, 13.477629, 13.663589, 13.677669, 13.580289, 13.849019");
+				}
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("0.994979, -44.403553, -89.785083, -135.163053, -180.539853, -225.915953", \
+					  "-0.008192, -45.531110, -90.962770, -136.354910, -181.739510, -227.120810", \
+					  "0.462088, -45.054314, -90.471334, -135.866364, -181.253164, -226.635864");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "!A&!IE&!PDRV0&PDRV1&!SL";
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("23.653020, 24.250670, 24.356080, 24.373790, 24.414810, 24.418290", \
+					  "20.927465, 21.576215, 21.837225, 21.666645, 21.828255, 21.776895", \
+					  "20.158749, 20.792959, 20.753799, 21.019739, 20.879609, 20.943699");
+				}
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("2.227103, -43.205143, -88.595653, -133.963253, -179.339553, -224.715353", \
+					  "3.822738, -41.759630, -87.222570, -132.650910, -178.054810, -223.450610", \
+					  "4.647476, -40.980474, -87.059934, -132.462064, -177.860964, -223.256364");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "!A&!IE&!PDRV0&PDRV1&SL";
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("20.118850, 21.056520, 21.916960, 22.543210, 22.896780, 23.156850", \
+					  "17.371685, 18.300545, 19.218615, 19.882265, 20.316255, 20.482645", \
+					  "16.521669, 17.521089, 18.431239, 19.091819, 19.523229, 19.737189");
+				}
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("2.171577, -43.264673, -88.629683, -134.001053, -179.374153, -224.747553", \
+					  "3.816277, -41.770410, -87.210930, -132.620610, -178.016610, -223.405910", \
+					  "4.445142, -41.301554, -86.805984, -132.234164, -177.636464, -223.027864");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "!A&!IE&PDRV0&!PDRV1&!SL";
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("20.762860, 20.987120, 21.018710, 21.098080, 21.135800, 20.984740", \
+					  "18.101915, 18.330915, 18.356275, 18.439125, 18.466745, 18.322145", \
+					  "17.336349, 17.564659, 17.615929, 17.665709, 17.686069, 17.624939");
+				}
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("2.175739, -43.226663, -88.610253, -133.989553, -179.367253, -224.744053", \
+					  "2.029475, -43.609660, -89.064660, -134.477710, -179.874910, -225.264410", \
+					  "2.419884, -43.218054, -88.665624, -134.075164, -179.466464, -224.852264");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "!A&!IE&PDRV0&!PDRV1&SL";
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("18.316480, 19.287160, 19.921300, 20.238870, 20.437690, 20.415400", \
+					  "15.590015, 16.609405, 17.239395, 17.620435, 17.754225, 17.850555", \
+					  "14.769109, 15.855059, 16.512329, 16.822519, 17.013789, 16.969439");
+				}
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("2.139977, -43.251983, -88.630313, -134.007753, -179.385253, -224.761853", \
+					  "2.066040, -43.558750, -89.011980, -134.424310, -179.820810, -225.209710", \
+					  "2.423813, -43.213474, -88.628354, -134.010164, -179.388664, -224.765864");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "!A&!IE&PDRV0&PDRV1&!SL";
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("26.607700, 27.715690, 27.819910, 27.888090, 27.951030, 28.034970", \
+					  "23.957435, 25.048595, 25.167015, 25.221305, 25.294485, 25.371105", \
+					  "23.229069, 24.314399, 24.385369, 24.546399, 24.509309, 24.631479");
+				}
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("3.365378, -42.043843, -87.435683, -132.818553, -178.197853, -223.575553", \
+					  "5.829520, -39.808590, -85.291050, -130.727810, -176.141010, -221.542210", \
+					  "6.317906, -39.305544, -84.754524, -130.120064, -175.535664, -220.940064");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "!A&!IE&PDRV0&PDRV1&SL";
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("22.276860, 23.144510, 24.107040, 24.835120, 25.487380, 25.950070", \
+					  "19.496155, 20.412125, 21.396445, 22.159145, 22.811215, 23.264225", \
+					  "18.634279, 19.598789, 20.604149, 21.411099, 22.025169, 22.456829");
+				}
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("3.293164, -42.117623, -87.505893, -132.887253, -178.266053, -223.643553", \
+					  "5.886397, -39.769620, -85.263270, -130.698910, -176.111310, -221.511710", \
+					  "6.460126, -39.190784, -84.673334, -130.103464, -175.511964, -220.908964");
+				}
+			}
+			internal_power () {
+				related_pin : "A";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("50.919096, 51.600063, 51.406384, 50.726466, 49.559674, 48.843573", \
+					  "50.886511, 51.698823, 51.287061, 50.682126, 49.845224, 48.495881", \
+					  "50.928302, 51.579434, 51.221716, 50.711547, 50.003549, 48.465812");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("50.845937, 52.909930, 54.021617, 54.935587, 55.101665, 55.401115", \
+					  "50.755587, 52.905452, 54.057705, 54.731610, 54.909355, 55.529953", \
+					  "50.764533, 52.796891, 54.163156, 54.673271, 55.153608, 55.404593");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("25.479736, -19.872541, -65.551399, -111.327424, -157.203703, -203.277063", \
+					  "23.447845, -22.129316, -67.838786, -113.727825, -159.626368, -205.451556", \
+					  "23.056455, -22.477638, -68.312854, -114.120258, -160.011865, -206.121721");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("22.619644, 23.297403, 23.644903, 23.898930, 24.016777, 24.153249", \
+					  "21.708425, 23.148816, 23.762363, 24.118122, 24.337101, 24.530382", \
+					  "21.727553, 23.227418, 23.858021, 24.270894, 24.476698, 24.646593");
+				}
+			}
+			timing () {
+				related_pin : "A";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				when : "!IE&OE&!PDRV0&!PDRV1&!SL";
+				sdf_cond : "IE==1'b0&&OE==1'b1&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b0";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.155283, 9.155283, 15.155283, 21.155283, 27.155283, 33.155283");
+					values("3.826341, 5.202250, 6.568114, 7.938193, 9.302573, 10.672090", \
+					  "3.902467, 5.278804, 6.647107, 8.010112, 9.376007, 10.743750", \
+					  "3.940940, 5.317916, 6.686064, 8.048199, 9.417795, 10.777520");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.155283, 9.155283, 15.155283, 21.155283, 27.155283, 33.155283");
+					values("1.750145, 4.567924, 7.443877, 10.334520, 13.229360, 16.114320", \
+					  "1.744989, 4.571548, 7.457706, 10.322250, 13.190710, 16.112160", \
+					  "1.750153, 4.578141, 7.448169, 10.309440, 13.192500, 16.107960");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.155283, 9.155283, 15.155283, 21.155283, 27.155283, 33.155283");
+					values("4.007156, 5.104201, 6.151329, 7.192851, 8.234471, 9.276738", \
+					  "4.138212, 5.236273, 6.280636, 7.321621, 8.362650, 9.399755", \
+					  "4.308971, 5.406875, 6.451903, 7.492044, 8.534381, 9.574328");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.155283, 9.155283, 15.155283, 21.155283, 27.155283, 33.155283");
+					values("1.446968, 3.403444, 5.426994, 7.501071, 9.539209, 11.591640", \
+					  "1.445539, 3.398951, 5.424397, 7.482310, 9.518347, 11.618270", \
+					  "1.445376, 3.402532, 5.421233, 7.480727, 9.522625, 11.613710");
+				}
+			}
+			timing () {
+				related_pin : "A";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				when : "!IE&OE&!PDRV0&!PDRV1&SL";
+				sdf_cond : "IE==1'b0&&OE==1'b1&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b1";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.155283, 9.155283, 15.155283, 21.155283, 27.155283, 33.155283");
+					values("4.559165, 6.215383, 7.611457, 8.982610, 10.356330, 11.724700", \
+					  "4.634113, 6.290886, 7.686594, 9.056369, 10.431780, 11.799370", \
+					  "4.672489, 6.329302, 7.724497, 9.095052, 10.470500, 11.838300");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.155283, 9.155283, 15.155283, 21.155283, 27.155283, 33.155283");
+					values("2.713406, 5.227201, 7.897340, 10.630940, 13.457950, 16.287900", \
+					  "2.714417, 5.231215, 7.884770, 10.629380, 13.463930, 16.304130", \
+					  "2.714332, 5.226561, 7.888321, 10.617190, 13.463350, 16.300130");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.155283, 9.155283, 15.155283, 21.155283, 27.155283, 33.155283");
+					values("4.241470, 6.200347, 7.767757, 9.106035, 10.325230, 11.473170", \
+					  "4.372004, 6.330906, 7.898064, 9.236634, 10.455570, 11.604840", \
+					  "4.542312, 6.501851, 8.070012, 9.409552, 10.625700, 11.774610");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.155283, 9.155283, 15.155283, 21.155283, 27.155283, 33.155283");
+					values("2.331608, 5.206037, 7.424940, 9.455660, 11.398260, 13.376820", \
+					  "2.328377, 5.202661, 7.424110, 9.451667, 11.409580, 13.351990", \
+					  "2.332901, 5.201560, 7.429224, 9.442044, 11.419730, 13.336450");
+				}
+			}
+			timing () {
+				related_pin : "A";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				when : "!IE&OE&!PDRV0&PDRV1&!SL";
+				sdf_cond : "IE==1'b0&&OE==1'b1&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b0";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.155283, 9.155283, 15.155283, 21.155283, 27.155283, 33.155283");
+					values("3.263209, 3.770129, 4.233133, 4.691455, 5.146743, 5.603423", \
+					  "3.338707, 3.845781, 4.308750, 4.767340, 5.222898, 5.678015", \
+					  "3.377059, 3.884121, 4.347153, 4.805772, 5.261524, 5.716823");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.155283, 9.155283, 15.155283, 21.155283, 27.155283, 33.155283");
+					values("0.804191, 1.661901, 2.584841, 3.513881, 4.475788, 5.432196", \
+					  "0.801931, 1.660443, 2.584562, 3.524999, 4.462425, 5.416033", \
+					  "0.802928, 1.660801, 2.584459, 3.526021, 4.466953, 5.415962");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.155283, 9.155283, 15.155283, 21.155283, 27.155283, 33.155283");
+					values("3.497347, 3.998600, 4.389758, 4.753977, 5.108855, 5.459348", \
+					  "3.627598, 4.129496, 4.520384, 4.885056, 5.239010, 5.589061", \
+					  "3.798581, 4.300265, 4.691170, 5.055836, 5.409812, 5.759853");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.155283, 9.155283, 15.155283, 21.155283, 27.155283, 33.155283");
+					values("0.757744, 1.408749, 2.040477, 2.690862, 3.345556, 4.024165", \
+					  "0.758006, 1.411335, 2.043479, 2.686150, 3.350884, 4.018391", \
+					  "0.757477, 1.410605, 2.043303, 2.686737, 3.350951, 4.018390");
+				}
+			}
+			timing () {
+				related_pin : "A";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				when : "!IE&OE&!PDRV0&PDRV1&SL";
+				sdf_cond : "IE==1'b0&&OE==1'b1&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b1";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.155283, 9.155283, 15.155283, 21.155283, 27.155283, 33.155283");
+					values("3.425627, 4.466657, 5.117319, 5.656277, 6.151347, 6.625442", \
+					  "3.500512, 4.542229, 5.192357, 5.731258, 6.226410, 6.700493", \
+					  "3.539263, 4.580290, 5.230944, 5.769868, 6.264931, 6.739062");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.155283, 9.155283, 15.155283, 21.155283, 27.155283, 33.155283");
+					values("1.500836, 2.627187, 3.482126, 4.308410, 5.143634, 6.006940", \
+					  "1.501674, 2.630280, 3.481783, 4.308035, 5.142698, 6.009121", \
+					  "1.500672, 2.627115, 3.482047, 4.308355, 5.143714, 6.007363");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.155283, 9.155283, 15.155283, 21.155283, 27.155283, 33.155283");
+					values("3.451907, 4.189454, 4.886229, 5.536337, 6.136870, 6.693569", \
+					  "3.582802, 4.319864, 5.017039, 5.666926, 6.267876, 6.824237", \
+					  "3.753430, 4.490083, 5.188351, 5.836804, 6.437032, 6.994685");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.155283, 9.155283, 15.155283, 21.155283, 27.155283, 33.155283");
+					values("0.878134, 2.191928, 3.289191, 4.232287, 5.078852, 5.866864", \
+					  "0.877807, 2.190058, 3.287638, 4.234189, 5.079818, 5.854936", \
+					  "0.877694, 2.188391, 3.291382, 4.230947, 5.073391, 5.862518");
+				}
+			}
+			timing () {
+				related_pin : "A";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				when : "!IE&OE&PDRV0&!PDRV1&!SL";
+				sdf_cond : "IE==1'b0&&OE==1'b1&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b0";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.155283, 9.155283, 15.155283, 21.155283, 27.155283, 33.155283");
+					values("3.424747, 4.137335, 4.824126, 5.509061, 6.192374, 6.875193", \
+					  "3.500046, 4.212260, 4.899841, 5.583997, 6.268065, 6.951152", \
+					  "3.538581, 4.251104, 4.937315, 5.620875, 6.306496, 6.990327");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.155283, 9.155283, 15.155283, 21.155283, 27.155283, 33.155283");
+					values("1.015438, 2.372558, 3.774164, 5.214845, 6.654844, 8.096554", \
+					  "1.017343, 2.366909, 3.783417, 5.212508, 6.657639, 8.098644", \
+					  "1.016027, 2.371637, 3.787058, 5.212021, 6.655317, 8.096442");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.155283, 9.155283, 15.155283, 21.155283, 27.155283, 33.155283");
+					values("3.643111, 4.280413, 4.826289, 5.352714, 5.876720, 6.397773", \
+					  "3.774340, 4.411514, 4.955902, 5.484110, 6.005229, 6.526531", \
+					  "3.945172, 4.582273, 5.126620, 5.654789, 6.176303, 6.697584");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.155283, 9.155283, 15.155283, 21.155283, 27.155283, 33.155283");
+					values("0.933802, 1.885653, 2.861103, 3.850466, 4.870753, 5.880996", \
+					  "0.934906, 1.883643, 2.855052, 3.859874, 4.867481, 5.886350", \
+					  "0.934633, 1.883262, 2.853593, 3.860077, 4.866378, 5.885293");
+				}
+			}
+			timing () {
+				related_pin : "A";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				when : "!IE&OE&PDRV0&!PDRV1&SL";
+				sdf_cond : "IE==1'b0&&OE==1'b1&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b1";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.155283, 9.155283, 15.155283, 21.155283, 27.155283, 33.155283");
+					values("3.801950, 4.993427, 5.806596, 6.528586, 7.228066, 7.917430", \
+					  "3.876812, 5.069096, 5.881245, 6.604037, 7.302827, 7.992666", \
+					  "3.915646, 5.111682, 5.920227, 6.642209, 7.341728, 8.031060");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.155283, 9.155283, 15.155283, 21.155283, 27.155283, 33.155283");
+					values("1.879203, 3.290950, 4.530568, 5.821507, 7.135222, 8.498065", \
+					  "1.880694, 3.292181, 4.529880, 5.823409, 7.143316, 8.502363", \
+					  "1.879151, 3.290326, 4.530026, 5.821172, 7.134450, 8.497692");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.155283, 9.155283, 15.155283, 21.155283, 27.155283, 33.155283");
+					values("3.643566, 4.722053, 5.703228, 6.573607, 7.352013, 8.065607", \
+					  "3.774276, 4.853213, 5.833558, 6.704142, 7.484394, 8.198919", \
+					  "3.944320, 5.023490, 6.003557, 6.875126, 7.653931, 8.367115");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.155283, 9.155283, 15.155283, 21.155283, 27.155283, 33.155283");
+					values("1.254857, 3.079519, 4.488117, 5.704120, 6.803800, 7.844880", \
+					  "1.254003, 3.079254, 4.493211, 5.698361, 6.813986, 7.852005", \
+					  "1.252780, 3.074295, 4.485727, 5.699853, 6.804843, 7.847766");
+				}
+			}
+			timing () {
+				related_pin : "A";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				when : "!IE&OE&PDRV0&PDRV1&!SL";
+				sdf_cond : "IE==1'b0&&OE==1'b1&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b0";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.155283, 9.155283, 15.155283, 21.155283, 27.155283, 33.155283");
+					values("3.176152, 3.588983, 3.943207, 4.288555, 4.632657, 4.975365", \
+					  "3.251690, 3.664226, 4.019003, 4.363643, 4.708292, 5.051012", \
+					  "3.289907, 3.702785, 4.056883, 4.402441, 4.746323, 5.089037");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.155283, 9.155283, 15.155283, 21.155283, 27.155283, 33.155283");
+					values("0.716239, 1.321177, 1.995497, 2.691065, 3.392202, 4.101139", \
+					  "0.713420, 1.321836, 1.995276, 2.689465, 3.393527, 4.105164", \
+					  "0.716208, 1.321027, 1.994754, 2.691333, 3.393642, 4.102649");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.155283, 9.155283, 15.155283, 21.155283, 27.155283, 33.155283");
+					values("3.395251, 3.834505, 4.152451, 4.438846, 4.711861, 4.979587", \
+					  "3.526250, 3.965433, 4.283122, 4.569778, 4.842954, 5.110129", \
+					  "3.697081, 4.136148, 4.454342, 4.740173, 5.014302, 5.281757");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.155283, 9.155283, 15.155283, 21.155283, 27.155283, 33.155283");
+					values("0.654797, 1.175644, 1.643566, 2.121430, 2.600822, 3.091241", \
+					  "0.654598, 1.175745, 1.646799, 2.119403, 2.603904, 3.095598", \
+					  "0.654860, 1.175857, 1.644779, 2.118287, 2.600542, 3.096493");
+				}
+			}
+			timing () {
+				related_pin : "A";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				when : "!IE&OE&PDRV0&PDRV1&SL";
+				sdf_cond : "IE==1'b0&&OE==1'b1&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b1";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.155283, 9.155283, 15.155283, 21.155283, 27.155283, 33.155283");
+					values("3.217192, 4.140087, 4.722697, 5.179841, 5.583439, 5.960667", \
+					  "3.292134, 4.214597, 4.797949, 5.254894, 5.658100, 6.035715", \
+					  "3.329277, 4.252879, 4.836278, 5.293131, 5.696390, 6.073965");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.155283, 9.155283, 15.155283, 21.155283, 27.155283, 33.155283");
+					values("1.253503, 2.259010, 2.946412, 3.572592, 4.193756, 4.821230", \
+					  "1.249634, 2.258802, 2.946948, 3.573277, 4.192324, 4.820138", \
+					  "1.251484, 2.258804, 2.946982, 3.573243, 4.192157, 4.820953");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.155283, 9.155283, 15.155283, 21.155283, 27.155283, 33.155283");
+					values("3.345681, 3.913911, 4.450758, 4.962202, 5.445720, 5.901946", \
+					  "3.476516, 4.044926, 4.580402, 5.092915, 5.576950, 6.033218", \
+					  "3.647109, 4.214756, 4.750226, 5.263817, 5.746957, 6.203028");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.155283, 9.155283, 15.155283, 21.155283, 27.155283, 33.155283");
+					values("0.692103, 1.702814, 2.599617, 3.379779, 4.078533, 4.729444", \
+					  "0.692165, 1.699107, 2.599810, 3.382067, 4.080885, 4.732125", \
+					  "0.691541, 1.698934, 2.595884, 3.381531, 4.078690, 4.729060");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "A&!IE&!PDRV0&!PDRV1&!SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b0";
+				timing_type : "three_state_enable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.155283, 9.155283, 15.155283, 21.155283, 27.155283, 33.155283");
+					values("3.317221, 4.687297, 6.055396, 7.418743, 8.787121, 10.150120", \
+					  "3.356188, 4.727292, 6.094343, 7.455610, 8.823466, 10.187040", \
+					  "3.375131, 4.745470, 6.113360, 7.475778, 8.844638, 10.205600");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.155283, 9.155283, 15.155283, 21.155283, 27.155283, 33.155283");
+					values("1.765215, 4.579670, 7.458028, 10.323980, 13.208310, 16.074230", \
+					  "1.760408, 4.571951, 7.455675, 10.313640, 13.176910, 16.117910", \
+					  "1.764001, 4.575575, 7.453460, 10.317350, 13.203280, 16.091090");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "A&!IE&!PDRV0&!PDRV1&SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b1";
+				timing_type : "three_state_enable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.155283, 9.155283, 15.155283, 21.155283, 27.155283, 33.155283");
+					values("4.038012, 5.702841, 7.102870, 8.475989, 9.837228, 11.200290", \
+					  "4.078415, 5.743801, 7.139051, 8.508900, 9.884178, 11.251670", \
+					  "4.096988, 5.761075, 7.160865, 8.533738, 9.895141, 11.265970");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.155283, 9.155283, 15.155283, 21.155283, 27.155283, 33.155283");
+					values("2.772600, 5.286651, 7.905856, 10.657050, 13.481370, 16.314650", \
+					  "2.770839, 5.274011, 7.910061, 10.638040, 13.472090, 16.308120", \
+					  "2.771219, 5.285731, 7.914894, 10.674190, 13.459450, 16.290010");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "A&!IE&!PDRV0&PDRV1&!SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b0";
+				timing_type : "three_state_enable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.155283, 9.155283, 15.155283, 21.155283, 27.155283, 33.155283");
+					values("2.834271, 3.338613, 3.799208, 4.255776, 4.710619, 5.165187", \
+					  "2.889574, 3.394527, 3.854384, 4.310925, 4.766437, 5.222061", \
+					  "2.917377, 3.423580, 3.884096, 4.340643, 4.795015, 5.249276");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.155283, 9.155283, 15.155283, 21.155283, 27.155283, 33.155283");
+					values("0.864990, 1.684216, 2.591928, 3.531952, 4.473401, 5.421528", \
+					  "0.865673, 1.686829, 2.597235, 3.528177, 4.481355, 5.434795", \
+					  "0.866591, 1.688486, 2.595285, 3.532702, 4.466143, 5.421337");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "A&!IE&!PDRV0&PDRV1&SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b1";
+				timing_type : "three_state_enable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.155283, 9.155283, 15.155283, 21.155283, 27.155283, 33.155283");
+					values("2.977536, 4.024562, 4.678751, 5.221578, 5.717602, 6.191387", \
+					  "3.034567, 4.080681, 4.737191, 5.278897, 5.774822, 6.249414", \
+					  "3.063670, 4.109515, 4.764069, 5.307078, 5.802263, 6.277103");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.155283, 9.155283, 15.155283, 21.155283, 27.155283, 33.155283");
+					values("1.522871, 2.679531, 3.536900, 4.360521, 5.186922, 6.044677", \
+					  "1.526422, 2.677436, 3.536695, 4.357963, 5.186954, 6.054149", \
+					  "1.523882, 2.677544, 3.532084, 4.357671, 5.195670, 6.049381");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "A&!IE&PDRV0&!PDRV1&!SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b0";
+				timing_type : "three_state_enable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.155283, 9.155283, 15.155283, 21.155283, 27.155283, 33.155283");
+					values("2.903675, 3.610881, 4.295142, 4.978923, 5.661251, 6.343475", \
+					  "2.942176, 3.649482, 4.333042, 5.017409, 5.698929, 6.381370", \
+					  "2.960700, 3.668265, 4.352192, 5.034947, 5.716875, 6.399590");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.155283, 9.155283, 15.155283, 21.155283, 27.155283, 33.155283");
+					values("1.056819, 2.383122, 3.778788, 5.219059, 6.654782, 8.095908", \
+					  "1.056772, 2.385070, 3.787954, 5.221566, 6.645541, 8.089254", \
+					  "1.058591, 2.373503, 3.788271, 5.206142, 6.653810, 8.091074");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "A&!IE&PDRV0&!PDRV1&SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b1";
+				timing_type : "three_state_enable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.155283, 9.155283, 15.155283, 21.155283, 27.155283, 33.155283");
+					values("3.253365, 4.461668, 5.277354, 6.001418, 6.699933, 7.389584", \
+					  "3.292694, 4.500465, 5.316446, 6.040240, 6.739135, 7.428527", \
+					  "3.312025, 4.519630, 5.335097, 6.059340, 6.757379, 7.447320");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.155283, 9.155283, 15.155283, 21.155283, 27.155283, 33.155283");
+					values("1.916650, 3.353439, 4.578860, 5.860609, 7.167266, 8.520301", \
+					  "1.917131, 3.353224, 4.577986, 5.860084, 7.162552, 8.518534", \
+					  "1.916065, 3.352340, 4.579314, 5.859502, 7.170152, 8.522068");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "A&!IE&PDRV0&PDRV1&!SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b0";
+				timing_type : "three_state_enable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.155283, 9.155283, 15.155283, 21.155283, 27.155283, 33.155283");
+					values("2.710978, 3.127287, 3.479399, 3.823550, 4.164553, 4.505810", \
+					  "2.761529, 3.179712, 3.531935, 3.876134, 4.217005, 4.558780", \
+					  "2.787323, 3.206755, 3.559113, 3.903365, 4.244860, 4.586279");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.155283, 9.155283, 15.155283, 21.155283, 27.155283, 33.155283");
+					values("0.786857, 1.361900, 2.018243, 2.699904, 3.405796, 4.113644", \
+					  "0.787956, 1.365367, 2.018470, 2.702648, 3.407160, 4.114978", \
+					  "0.787246, 1.366317, 2.017688, 2.707980, 3.404915, 4.110309");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "A&!IE&PDRV0&PDRV1&SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b1";
+				timing_type : "three_state_enable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.155283, 9.155283, 15.155283, 21.155283, 27.155283, 33.155283");
+					values("2.740216, 3.657254, 4.248281, 4.707549, 5.113714, 5.492474", \
+					  "2.793176, 3.711110, 4.300338, 4.760876, 5.168235, 5.545683", \
+					  "2.821040, 3.738332, 4.327531, 4.788018, 5.195803, 5.573486");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.155283, 9.155283, 15.155283, 21.155283, 27.155283, 33.155283");
+					values("1.269858, 2.300755, 3.001984, 3.629368, 4.242946, 4.868262", \
+					  "1.273353, 2.301140, 3.000903, 3.632003, 4.245817, 4.870754", \
+					  "1.273662, 2.300669, 3.000854, 3.630848, 4.245703, 4.867866");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "!A&!IE&!PDRV0&!PDRV1&!SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b0";
+				timing_type : "three_state_enable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.155283, 9.155283, 15.155283, 21.155283, 27.155283, 33.155283");
+					values("2.635492, 3.732288, 4.778495, 5.819762, 6.860605, 7.903052", \
+					  "2.709640, 3.806822, 4.852788, 5.892956, 6.935072, 7.976957", \
+					  "2.748503, 3.845347, 4.891541, 5.932757, 6.973705, 8.016054");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.155283, 9.155283, 15.155283, 21.155283, 27.155283, 33.155283");
+					values("1.478288, 3.412752, 5.429558, 7.463199, 9.547485, 11.613520", \
+					  "1.477674, 3.416572, 5.436672, 7.468327, 9.542429, 11.609660", \
+					  "1.477711, 3.412907, 5.430438, 7.463304, 9.547414, 11.613440");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "!A&!IE&!PDRV0&!PDRV1&SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b1";
+				timing_type : "three_state_enable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.155283, 9.155283, 15.155283, 21.155283, 27.155283, 33.155283");
+					values("2.849108, 4.807111, 6.381179, 7.726958, 8.944971, 10.094270", \
+					  "2.923491, 4.882329, 6.458512, 7.799093, 9.021183, 10.170250", \
+					  "2.962016, 4.920854, 6.495466, 7.837377, 9.058794, 10.208500");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.155283, 9.155283, 15.155283, 21.155283, 27.155283, 33.155283");
+					values("2.343368, 5.218652, 7.440418, 9.473053, 11.414340, 13.338850", \
+					  "2.340391, 5.223515, 7.450559, 9.475940, 11.425510, 13.374590", \
+					  "2.343316, 5.224621, 7.445147, 9.479238, 11.429170, 13.375220");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "!A&!IE&!PDRV0&PDRV1&!SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b0";
+				timing_type : "three_state_enable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.155283, 9.155283, 15.155283, 21.155283, 27.155283, 33.155283");
+					values("2.227306, 2.742265, 3.135786, 3.500893, 3.855179, 4.206112", \
+					  "2.300689, 2.815745, 3.209287, 3.574429, 3.928371, 4.279404", \
+					  "2.339514, 2.854836, 3.248600, 3.613768, 3.967408, 4.318172");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.155283, 9.155283, 15.155283, 21.155283, 27.155283, 33.155283");
+					values("0.799868, 1.456370, 2.076092, 2.713189, 3.370724, 4.033972", \
+					  "0.799321, 1.456414, 2.073715, 2.715521, 3.369158, 4.031688", \
+					  "0.798352, 1.456032, 2.077639, 2.718749, 3.363448, 4.025557");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "!A&!IE&!PDRV0&PDRV1&SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b1";
+				timing_type : "three_state_enable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.155283, 9.155283, 15.155283, 21.155283, 27.155283, 33.155283");
+					values("2.191141, 2.916897, 3.608796, 4.257306, 4.859136, 5.415873", \
+					  "2.264350, 2.989401, 3.682369, 4.330397, 4.931666, 5.489681", \
+					  "2.303777, 3.028956, 3.720841, 4.370029, 4.971328, 5.529702");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.155283, 9.155283, 15.155283, 21.155283, 27.155283, 33.155283");
+					values("0.912482, 2.201284, 3.298050, 4.238755, 5.096302, 5.875151", \
+					  "0.914349, 2.204514, 3.299307, 4.238772, 5.089283, 5.875597", \
+					  "0.914228, 2.198189, 3.297597, 4.244096, 5.093206, 5.867556");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "!A&!IE&PDRV0&!PDRV1&!SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b0";
+				timing_type : "three_state_enable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.155283, 9.155283, 15.155283, 21.155283, 27.155283, 33.155283");
+					values("2.245815, 2.885927, 3.430947, 3.958609, 4.479757, 4.999818", \
+					  "2.319645, 2.959789, 3.504791, 4.032453, 4.553582, 5.073642", \
+					  "2.358720, 2.998608, 3.543867, 4.071511, 4.592949, 5.113019");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.155283, 9.155283, 15.155283, 21.155283, 27.155283, 33.155283");
+					values("0.977010, 1.912123, 2.876646, 3.862568, 4.878301, 5.895179", \
+					  "0.977055, 1.912205, 2.876572, 3.862255, 4.878285, 5.895135", \
+					  "0.977480, 1.910686, 2.877293, 3.866265, 4.877784, 5.895120");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "!A&!IE&PDRV0&!PDRV1&SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b1";
+				timing_type : "three_state_enable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.155283, 9.155283, 15.155283, 21.155283, 27.155283, 33.155283");
+					values("2.234165, 3.303439, 4.284894, 5.158397, 5.941008, 6.658619", \
+					  "2.308444, 3.376521, 4.359282, 5.232051, 6.014710, 6.730435", \
+					  "2.346637, 3.415236, 4.397081, 5.272266, 6.052777, 6.768496");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.155283, 9.155283, 15.155283, 21.155283, 27.155283, 33.155283");
+					values("1.266413, 3.089784, 4.509864, 5.727054, 6.834005, 7.876110", \
+					  "1.265790, 3.090688, 4.506129, 5.724647, 6.813415, 7.876497", \
+					  "1.264214, 3.091400, 4.506485, 5.721051, 6.831104, 7.867890");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "!A&!IE&PDRV0&PDRV1&!SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b0";
+				timing_type : "three_state_enable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.155283, 9.155283, 15.155283, 21.155283, 27.155283, 33.155283");
+					values("2.074937, 2.525080, 2.847935, 3.135742, 3.409999, 3.677349", \
+					  "2.148609, 2.598708, 2.921543, 3.209320, 3.483611, 3.750969", \
+					  "2.188218, 2.638139, 2.960721, 3.248519, 3.522971, 3.790661");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.155283, 9.155283, 15.155283, 21.155283, 27.155283, 33.155283");
+					values("0.700125, 1.219511, 1.689123, 2.156042, 2.628719, 3.112050", \
+					  "0.700135, 1.219424, 1.689014, 2.155574, 2.629452, 3.110616", \
+					  "0.701682, 1.219155, 1.687511, 2.156804, 2.635689, 3.121847");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "!A&!IE&PDRV0&PDRV1&SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b1";
+				timing_type : "three_state_enable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.155283, 9.155283, 15.155283, 21.155283, 27.155283, 33.155283");
+					values("2.035791, 2.594864, 3.125469, 3.637296, 4.121702, 4.579586", \
+					  "2.109644, 2.668691, 3.199082, 3.711141, 4.195556, 4.653396", \
+					  "2.148469, 2.707476, 3.238475, 3.750096, 4.235033, 4.692912");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.155283, 9.155283, 15.155283, 21.155283, 27.155283, 33.155283");
+					values("0.743102, 1.722253, 2.618427, 3.395114, 4.097586, 4.751604", \
+					  "0.742690, 1.722518, 2.618029, 3.395719, 4.098658, 4.751556", \
+					  "0.740613, 1.716505, 2.616144, 3.400326, 4.103295, 4.749951");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "!A&!IE&!PDRV0&!PDRV1&!SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b0";
+				timing_type : "three_state_disable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.155283, 9.155283, 15.155283, 21.155283, 27.155283, 33.155283");
+					values("1.466649, 1.466650, 1.466651, 1.466652, 1.466653, 1.466654", \
+					  "1.594768, 1.594769, 1.594770, 1.594771, 1.594772, 1.594773", \
+					  "1.759007, 1.759008, 1.759009, 1.759010, 1.759011, 1.759012");
+				}
+				rise_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "!A&!IE&!PDRV0&!PDRV1&SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b1";
+				timing_type : "three_state_disable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.155283, 9.155283, 15.155283, 21.155283, 27.155283, 33.155283");
+					values("1.447119, 1.447120, 1.447121, 1.447122, 1.447123, 1.447124", \
+					  "1.574796, 1.574797, 1.574798, 1.574799, 1.574800, 1.574801", \
+					  "1.743992, 1.743993, 1.743994, 1.743995, 1.743996, 1.743997");
+				}
+				rise_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "!A&!IE&!PDRV0&PDRV1&!SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b0";
+				timing_type : "three_state_disable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.155283, 9.155283, 15.155283, 21.155283, 27.155283, 33.155283");
+					values("1.591298, 1.591299, 1.591300, 1.591301, 1.591302, 1.591303", \
+					  "1.719254, 1.719255, 1.719256, 1.719257, 1.719258, 1.719259", \
+					  "1.892857, 1.892858, 1.892859, 1.892860, 1.892861, 1.892862");
+				}
+				rise_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "!A&!IE&!PDRV0&PDRV1&SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b1";
+				timing_type : "three_state_disable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.155283, 9.155283, 15.155283, 21.155283, 27.155283, 33.155283");
+					values("1.582937, 1.582938, 1.582939, 1.582940, 1.582941, 1.582942", \
+					  "1.710839, 1.710840, 1.710841, 1.710842, 1.710843, 1.710844", \
+					  "1.882493, 1.882494, 1.882495, 1.882496, 1.882497, 1.882498");
+				}
+				rise_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "!A&!IE&PDRV0&!PDRV1&!SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b0";
+				timing_type : "three_state_disable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.155283, 9.155283, 15.155283, 21.155283, 27.155283, 33.155283");
+					values("1.452572, 1.452573, 1.452574, 1.452575, 1.452576, 1.452577", \
+					  "1.582381, 1.582382, 1.582383, 1.582384, 1.582385, 1.582386", \
+					  "1.752668, 1.752669, 1.752670, 1.752671, 1.752672, 1.752673");
+				}
+				rise_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "!A&!IE&PDRV0&!PDRV1&SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b1";
+				timing_type : "three_state_disable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.155283, 9.155283, 15.155283, 21.155283, 27.155283, 33.155283");
+					values("1.442286, 1.442287, 1.442288, 1.442289, 1.442290, 1.442291", \
+					  "1.566600, 1.566601, 1.566602, 1.566603, 1.566604, 1.566605", \
+					  "1.739068, 1.739069, 1.739070, 1.739071, 1.739072, 1.739073");
+				}
+				rise_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "!A&!IE&PDRV0&PDRV1&!SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b0";
+				timing_type : "three_state_disable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.155283, 9.155283, 15.155283, 21.155283, 27.155283, 33.155283");
+					values("1.564963, 1.564964, 1.564965, 1.564966, 1.564967, 1.564968", \
+					  "1.691573, 1.691888, 1.691889, 1.691890, 1.691891, 1.691892", \
+					  "1.863729, 1.863730, 1.863731, 1.863732, 1.863733, 1.863734");
+				}
+				rise_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "!A&!IE&PDRV0&PDRV1&SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b1";
+				timing_type : "three_state_disable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.155283, 9.155283, 15.155283, 21.155283, 27.155283, 33.155283");
+					values("1.556847, 1.556848, 1.556849, 1.556850, 1.556851, 1.556852", \
+					  "1.686132, 1.686133, 1.686134, 1.686135, 1.686136, 1.686137", \
+					  "1.853929, 1.854331, 1.854332, 1.854333, 1.854334, 1.854335");
+				}
+				rise_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "A&!IE&!PDRV0&!PDRV1&!SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b0";
+				timing_type : "three_state_disable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.155283, 9.155283, 15.155283, 21.155283, 27.155283, 33.155283");
+					values("1.736908, 1.736909, 1.736910, 1.736911, 1.736912, 1.736913", \
+					  "1.868391, 1.868392, 1.868393, 1.868394, 1.868395, 1.868396", \
+					  "2.044705, 2.044706, 2.044707, 2.044708, 2.044709, 2.044710");
+				}
+				fall_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "A&!IE&!PDRV0&!PDRV1&SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b1";
+				timing_type : "three_state_disable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.155283, 9.155283, 15.155283, 21.155283, 27.155283, 33.155283");
+					values("1.739954, 1.739955, 1.739956, 1.739957, 1.739958, 1.739959", \
+					  "1.868447, 1.868448, 1.868449, 1.868450, 1.868451, 1.868452", \
+					  "2.040899, 2.040900, 2.040901, 2.040902, 2.040903, 2.040904");
+				}
+				fall_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "A&!IE&!PDRV0&PDRV1&!SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b0";
+				timing_type : "three_state_disable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.155283, 9.155283, 15.155283, 21.155283, 27.155283, 33.155283");
+					values("1.981277, 1.981278, 1.981279, 1.981280, 1.981281, 1.981282", \
+					  "2.112660, 2.114696, 2.114697, 2.114698, 2.114699, 2.114700", \
+					  "2.289247, 2.289248, 2.289249, 2.289250, 2.289251, 2.289252");
+				}
+				fall_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "A&!IE&!PDRV0&PDRV1&SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b1";
+				timing_type : "three_state_disable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.155283, 9.155283, 15.155283, 21.155283, 27.155283, 33.155283");
+					values("1.981624, 1.981625, 1.981626, 1.981627, 1.981628, 1.981629", \
+					  "2.113437, 2.113438, 2.113439, 2.113440, 2.113441, 2.113442", \
+					  "2.285973, 2.285974, 2.285975, 2.285976, 2.285977, 2.285978");
+				}
+				fall_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "A&!IE&PDRV0&!PDRV1&!SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b0";
+				timing_type : "three_state_disable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.155283, 9.155283, 15.155283, 21.155283, 27.155283, 33.155283");
+					values("1.720519, 1.720520, 1.720521, 1.720522, 1.720523, 1.720524", \
+					  "1.851197, 1.851198, 1.851199, 1.851200, 1.851201, 1.851202", \
+					  "2.026987, 2.026988, 2.026989, 2.026990, 2.026991, 2.026992");
+				}
+				fall_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "A&!IE&PDRV0&!PDRV1&SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b1";
+				timing_type : "three_state_disable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.155283, 9.155283, 15.155283, 21.155283, 27.155283, 33.155283");
+					values("1.725614, 1.725615, 1.725616, 1.725617, 1.725618, 1.725619", \
+					  "1.854537, 1.854538, 1.854539, 1.854540, 1.854541, 1.854542", \
+					  "2.027964, 2.027965, 2.027966, 2.027967, 2.027968, 2.027969");
+				}
+				fall_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "A&!IE&PDRV0&PDRV1&!SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b0";
+				timing_type : "three_state_disable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.155283, 9.155283, 15.155283, 21.155283, 27.155283, 33.155283");
+					values("1.962836, 1.962837, 1.962838, 1.962839, 1.962840, 1.962841", \
+					  "2.095242, 2.095243, 2.095244, 2.095245, 2.095246, 2.095247", \
+					  "2.268713, 2.268876, 2.268877, 2.268878, 2.268879, 2.268880");
+				}
+				fall_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "A&!IE&PDRV0&PDRV1&SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b1";
+				timing_type : "three_state_disable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.155283, 9.155283, 15.155283, 21.155283, 27.155283, 33.155283");
+					values("1.962716, 1.962717, 1.962718, 1.962719, 1.962720, 1.962721", \
+					  "2.093449, 2.093450, 2.093451, 2.093452, 2.093453, 2.093454", \
+					  "2.266746, 2.266747, 2.266748, 2.266749, 2.266750, 2.266751");
+				}
+				fall_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("-13.464930, -13.327360, -13.605860");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("13.518850, 13.734830, 13.726240");
+				}
+			}
+		}
+		pin ("Y") {
+			function : "((IE*PAD))";
+			direction : "output";
+			max_capacitance : 0.500000;
+			output_signal_level : "VDD";
+			internal_power () {
+				related_pin : "IE";
+				when : "!CS&!OE&PAD";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("1.458991, 1.436755, 1.431329, 1.403857, 1.395240, 1.390498", \
+					  "1.088945, 1.055107, 1.063444, 1.021769, 1.001947, 1.015531", \
+					  "1.082796, 1.054331, 1.039275, 1.020382, 0.992868, 0.995000");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("1.708237, 1.720812, 1.744672, 1.767846, 1.773012, 1.777449", \
+					  "1.435048, 1.488367, 1.428817, 1.476256, 1.520967, 1.562101", \
+					  "1.401664, 1.396807, 1.512943, 1.470331, 1.472152, 1.446484");
+				}
+			}
+			internal_power () {
+				related_pin : "IE";
+				when : "CS&!OE&PAD";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("1.644403, 1.620327, 1.608954, 1.591189, 1.578550, 1.566529", \
+					  "1.268816, 1.244807, 1.233939, 1.209078, 1.207729, 1.198164", \
+					  "1.270920, 1.242555, 1.226823, 1.205940, 1.207915, 1.202643");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("1.803732, 1.793758, 1.921584, 1.906366, 1.902573, 1.948930", \
+					  "1.506396, 1.535337, 1.630061, 1.632219, 1.611307, 1.691906", \
+					  "1.509879, 1.508475, 1.597047, 1.552502, 1.555229, 1.500839");
+				}
+			}
+			internal_power () {
+				related_pin : "PAD";
+				when : "!CS&IE&!OE";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("0.858670, 0.834530, 0.814540, 0.773100, 0.757050, 0.746420", \
+					  "0.774640, 0.749660, 0.729730, 0.685560, 0.668410, 0.652680", \
+					  "1.082370, 1.069160, 1.039130, 0.995410, 0.977060, 0.963730");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("0.944310, 0.957240, 0.990560, 1.054980, 1.074330, 1.086140", \
+					  "0.921160, 0.932880, 0.966910, 1.032390, 1.050680, 1.063250", \
+					  "0.848460, 0.859950, 0.893620, 0.956760, 0.966820, 0.981350");
+				}
+			}
+			internal_power () {
+				related_pin : "PAD";
+				when : "CS&IE&!OE";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("1.104130, 1.079440, 1.060240, 1.015190, 0.999270, 0.986710", \
+					  "0.943010, 0.917420, 0.899530, 0.853850, 0.837460, 0.826470", \
+					  "1.400440, 1.371820, 1.348040, 1.312170, 1.295610, 1.286520");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("1.476450, 1.494660, 1.544180, 1.661260, 1.700650, 1.733770", \
+					  "1.323660, 1.343720, 1.394440, 1.513100, 1.553350, 1.587000", \
+					  "1.112500, 1.127020, 1.180280, 1.300460, 1.342470, 1.376810");
+				}
+			}
+			internal_power () {
+				related_pin : "IE";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("1.551697, 1.528541, 1.520142, 1.497523, 1.486895, 1.478514", \
+					  "1.178880, 1.149957, 1.148691, 1.115423, 1.104838, 1.106847", \
+					  "1.176858, 1.148443, 1.133049, 1.113161, 1.100391, 1.098821");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("1.755984, 1.757285, 1.833128, 1.837106, 1.837792, 1.863190", \
+					  "1.470722, 1.511852, 1.529439, 1.554238, 1.566137, 1.627003", \
+					  "1.455771, 1.452641, 1.554995, 1.511417, 1.513691, 1.473661");
+				}
+			}
+			internal_power () {
+				related_pin : "PAD";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("0.981400, 0.956985, 0.937390, 0.894145, 0.878160, 0.866565", \
+					  "0.858825, 0.833540, 0.814630, 0.769705, 0.752935, 0.739575", \
+					  "1.241405, 1.220490, 1.193585, 1.153790, 1.136335, 1.125125");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("1.210380, 1.225950, 1.267370, 1.358120, 1.387490, 1.409955", \
+					  "1.122410, 1.138300, 1.180675, 1.272745, 1.302015, 1.325125", \
+					  "0.980480, 0.993485, 1.036950, 1.128610, 1.154645, 1.179080");
+				}
+			}
+			timing () {
+				related_pin : "IE";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				when : "!CS&!OE&PAD";
+				sdf_cond : "CS==1'b0&&OE==1'b0&&PAD==1'b1";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("2.266661, 2.341704, 2.437125, 2.708667, 2.838748, 2.968792", \
+					  "2.363532, 2.439447, 2.534083, 2.805892, 2.935095, 3.064799", \
+					  "2.430461, 2.506689, 2.601098, 2.872919, 3.003260, 3.133394");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.273705, 0.371752, 0.522387, 1.023533, 1.280337, 1.547218", \
+					  "0.276635, 0.372703, 0.522489, 1.024439, 1.282831, 1.547022", \
+					  "0.269561, 0.370409, 0.523245, 1.023041, 1.283185, 1.541462");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("1.897850, 1.958758, 2.032366, 2.229374, 2.318516, 2.405335", \
+					  "2.032466, 2.093376, 2.166956, 2.364003, 2.453149, 2.539980", \
+					  "2.196035, 2.256925, 2.330827, 2.527774, 2.616572, 2.703771");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.139717, 0.219489, 0.320607, 0.635844, 0.793613, 0.954453", \
+					  "0.139708, 0.219269, 0.320505, 0.635807, 0.793614, 0.954123", \
+					  "0.140053, 0.220733, 0.320715, 0.634506, 0.793982, 0.952204");
+				}
+			}
+			timing () {
+				related_pin : "IE";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				when : "CS&!OE&PAD";
+				sdf_cond : "CS==1'b1&&OE==1'b0&&PAD==1'b1";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("2.363510, 2.439406, 2.533824, 2.804943, 2.935963, 3.065125", \
+					  "2.460386, 2.536265, 2.630693, 2.901869, 3.032823, 3.163061", \
+					  "2.527820, 2.603808, 2.698708, 2.970247, 3.100384, 3.230471");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.273772, 0.374071, 0.522359, 1.024722, 1.279350, 1.546120", \
+					  "0.273774, 0.374126, 0.522388, 1.021266, 1.282433, 1.541650", \
+					  "0.268117, 0.370111, 0.524815, 1.023286, 1.282278, 1.547330");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("2.002404, 2.063323, 2.136872, 2.333947, 2.423111, 2.510302", \
+					  "2.136899, 2.197820, 2.271448, 2.468425, 2.557516, 2.644749", \
+					  "2.300770, 2.361574, 2.435264, 2.632526, 2.721641, 2.808819");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.140382, 0.219802, 0.320845, 0.635810, 0.793572, 0.954344", \
+					  "0.140436, 0.220249, 0.321078, 0.636054, 0.794246, 0.953575", \
+					  "0.140775, 0.218821, 0.321550, 0.636364, 0.794343, 0.954789");
+				}
+			}
+			timing () {
+				related_pin : "PAD";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				when : "!CS&IE&!OE";
+				sdf_cond : "CS==1'b0&&IE==1'b1&&OE==1'b0";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("1.606665, 1.681808, 1.776025, 2.048950, 2.179763, 2.309414", \
+					  "1.698406, 1.773337, 1.867579, 2.140669, 2.271128, 2.400740", \
+					  "1.738693, 1.813014, 1.907516, 2.180442, 2.311036, 2.441129");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.267643, 0.368157, 0.516651, 1.026459, 1.285808, 1.548109", \
+					  "0.267581, 0.369164, 0.517980, 1.025308, 1.283404, 1.546995", \
+					  "0.267449, 0.367956, 0.515551, 1.023089, 1.282740, 1.545890");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("1.574828, 1.635783, 1.709164, 1.905468, 1.995095, 2.082417", \
+					  "1.577955, 1.638812, 1.712321, 1.908859, 1.998273, 2.085564", \
+					  "1.745706, 1.806557, 1.879383, 2.076511, 2.165967, 2.253469");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.142088, 0.217673, 0.319584, 0.634517, 0.794084, 0.953404", \
+					  "0.140782, 0.217860, 0.319511, 0.636022, 0.793502, 0.953167", \
+					  "0.140063, 0.217799, 0.318699, 0.636303, 0.794191, 0.954213");
+				}
+			}
+			timing () {
+				related_pin : "PAD";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				when : "CS&IE&!OE";
+				sdf_cond : "CS==1'b1&&IE==1'b1&&OE==1'b0";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("1.735510, 1.810554, 1.904779, 2.178052, 2.308770, 2.438748", \
+					  "1.856058, 1.931496, 2.025930, 2.298575, 2.429266, 2.558970", \
+					  "1.965394, 2.039784, 2.134884, 2.408029, 2.538040, 2.667471");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.267234, 0.367816, 0.516854, 1.022936, 1.280095, 1.542282", \
+					  "0.267554, 0.368259, 0.518255, 1.022600, 1.280497, 1.541838", \
+					  "0.267050, 0.368411, 0.516939, 1.024013, 1.281313, 1.547158");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("2.542679, 2.603328, 2.676823, 2.873916, 2.963265, 3.050615", \
+					  "2.370825, 2.431558, 2.505622, 2.702825, 2.792015, 2.879710", \
+					  "2.512148, 2.572794, 2.646613, 2.844384, 2.933616, 3.020546");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.143707, 0.220109, 0.322035, 0.637159, 0.795372, 0.956134", \
+					  "0.143885, 0.220400, 0.321326, 0.637268, 0.795040, 0.955201", \
+					  "0.143856, 0.219745, 0.321903, 0.637462, 0.795408, 0.954580");
+				}
+			}
+		}
+		pin ("DVDD") {
+			direction : "inout";
+			capacitance : 0;
+		}
+		pin ("DVSS") {
+			direction : "inout";
+			capacitance : 0;
+		}
+		pin ("VDD") {
+			direction : "inout";
+			capacitance : 0;
+		}
+		pin ("VSS") {
+			direction : "inout";
+			capacitance : 0;
+		}
+	}
diff --git a/cells/bi_t/gf180mcu_fd_io__bi_t__ff_125C_2v75.lib.json b/cells/bi_t/gf180mcu_fd_io__bi_t__ff_125C_2v75.lib.json
new file mode 100644
index 0000000..258c3c0
--- /dev/null
+++ b/cells/bi_t/gf180mcu_fd_io__bi_t__ff_125C_2v75.lib.json
@@ -0,0 +1,7452 @@
+{
+    "cell gf180mcu_fd_io__bi_t": {
+        "scaling_factors": "gf_factors",
+        "area": "26250.000000",
+        "pad_cell": "true",
+        "dont_use": "true",
+        "dont_touch": "true",
+        "cell_leakage_power": "3.939400e-02",
+        "leakage_power ": {
+            "when": "!PDRV0 !PDRV1 !CS !SL !IE !OE !PU !PD !A !PAD",
+            "value": "0.039394"
+        },
+        "pin CS": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.023238",
+            "comp_attribute rise_capacitance_range": "0.022653,0.024195",
+            "capacitance": "0.022907",
+            "fall_capacitance": "0.022575",
+            "comp_attribute fall_capacitance_range": "0.021836,0.023066",
+            "internal_power ": {
+                "rise_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        0.116303,
+                        0.836292,
+                        0.861308
+                    ]
+                },
+                "fall_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        0.209767,
+                        0.743659,
+                        0.74621
+                    ]
+                }
+            }
+        },
+        "pin SL": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.031685",
+            "comp_attribute rise_capacitance_range": "0.031139,0.032595",
+            "capacitance": "0.031317",
+            "fall_capacitance": "0.030948",
+            "comp_attribute fall_capacitance_range": "0.030316,0.031724",
+            "internal_power ": {
+                "rise_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        0.109858,
+                        0.957957,
+                        0.999689
+                    ]
+                },
+                "fall_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        0.242139,
+                        1.061836,
+                        1.087569
+                    ]
+                }
+            }
+        },
+        "pin IE": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.014701",
+            "comp_attribute rise_capacitance_range": "0.013905,0.015702",
+            "capacitance": "0.014294",
+            "fall_capacitance": "0.013886",
+            "comp_attribute fall_capacitance_range": "0.013259,0.014239",
+            "internal_power ": {
+                "rise_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        0.152479,
+                        0.529057,
+                        0.541025
+                    ]
+                },
+                "fall_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        0.185115,
+                        0.45901,
+                        0.500074
+                    ]
+                }
+            }
+        },
+        "pin OE": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.087734",
+            "comp_attribute rise_capacitance_range": "0.082015,0.097429",
+            "capacitance": "0.087607",
+            "fall_capacitance": "0.086975",
+            "comp_attribute fall_capacitance_range": "0.082831,0.090532"
+        },
+        "pin PU": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.078027",
+            "comp_attribute rise_capacitance_range": "0.063172,0.089536",
+            "capacitance": "0.078067",
+            "fall_capacitance": "0.078108",
+            "comp_attribute fall_capacitance_range": "0.059850,0.093477",
+            "internal_power ": {
+                "rise_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        -0.194136,
+                        0.132939,
+                        0.130705
+                    ]
+                },
+                "fall_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        0.549991,
+                        1.057534,
+                        1.16146
+                    ]
+                }
+            }
+        },
+        "pin PD": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.048281",
+            "comp_attribute rise_capacitance_range": "0.047412,0.048808",
+            "capacitance": "0.049496",
+            "fall_capacitance": "0.050710",
+            "comp_attribute fall_capacitance_range": "0.048354,0.052809",
+            "internal_power ": {
+                "rise_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        -0.02141,
+                        0.587133,
+                        0.622873
+                    ]
+                },
+                "fall_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        0.457221,
+                        0.91772,
+                        0.940976
+                    ]
+                }
+            }
+        },
+        "pin A": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.036795",
+            "comp_attribute rise_capacitance_range": "0.035583,0.038533",
+            "capacitance": "0.036766",
+            "fall_capacitance": "0.036736",
+            "comp_attribute fall_capacitance_range": "0.035490,0.037709",
+            "internal_power ": {
+                "rise_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        -0.090313,
+                        -0.085608,
+                        -0.087392
+                    ]
+                },
+                "fall_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        0.101659,
+                        0.10468,
+                        0.102922
+                    ]
+                }
+            }
+        },
+        "pin PDRV0": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.030420",
+            "comp_attribute rise_capacitance_range": "0.030249,0.030536",
+            "capacitance": "0.030623",
+            "fall_capacitance": "0.030825",
+            "comp_attribute fall_capacitance_range": "0.029911,0.031808",
+            "internal_power ": {
+                "rise_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        -0.074257,
+                        -0.074593,
+                        -0.074271
+                    ]
+                },
+                "fall_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        0.079824,
+                        0.074634,
+                        0.073389
+                    ]
+                }
+            }
+        },
+        "pin PDRV1": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.032478",
+            "comp_attribute rise_capacitance_range": "0.032295,0.032604",
+            "capacitance": "0.032702",
+            "fall_capacitance": "0.032926",
+            "comp_attribute fall_capacitance_range": "0.031922,0.034002",
+            "internal_power ": {
+                "rise_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        -0.086899,
+                        -0.087487,
+                        -0.087351
+                    ]
+                },
+                "fall_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        0.093391,
+                        0.087473,
+                        0.086104
+                    ]
+                }
+            }
+        },
+        "pin PAD": {
+            "drive_current": "16000.000000",
+            "is_pad": "true",
+            "function": "((A))",
+            "three_state": "((!OE))",
+            "direction": "inout",
+            "max_transition": "1.000000",
+            "max_capacitance": "30.000000",
+            "input_signal_level": "DVDD",
+            "output_signal_level": "DVDD",
+            "capacitance": "3.155283",
+            "internal_power ": [
+                {
+                    "related_pin": "A",
+                    "when": "!IE&OE&!PDRV0&!PDRV1&!SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                18.068333,
+                                17.833063,
+                                17.268043,
+                                17.013003,
+                                15.662033,
+                                15.196613
+                            ],
+                            [
+                                18.114548,
+                                17.847668,
+                                17.444218,
+                                16.632108,
+                                15.946578,
+                                15.110368
+                            ],
+                            [
+                                18.101532,
+                                17.861992,
+                                17.397812,
+                                17.252182,
+                                16.626202,
+                                13.779732
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                19.817401,
+                                19.994191,
+                                20.043131,
+                                20.066261,
+                                20.043941,
+                                20.024441
+                            ],
+                            [
+                                19.78725,
+                                19.99534,
+                                20.03972,
+                                20.06827,
+                                20.06705,
+                                19.83603
+                            ],
+                            [
+                                19.814698,
+                                20.007298,
+                                20.048528,
+                                20.055938,
+                                20.058228,
+                                20.040618
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "A",
+                    "when": "!IE&OE&!PDRV0&!PDRV1&SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                17.925133,
+                                17.708673,
+                                17.257193,
+                                16.613683,
+                                15.957663,
+                                15.169663
+                            ],
+                            [
+                                18.015638,
+                                17.678128,
+                                17.130878,
+                                16.953328,
+                                16.201788,
+                                15.278358
+                            ],
+                            [
+                                17.929152,
+                                17.717932,
+                                17.238672,
+                                16.868312,
+                                15.930492,
+                                14.843162
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                18.766371,
+                                19.494491,
+                                19.749631,
+                                19.805871,
+                                19.825041,
+                                19.769421
+                            ],
+                            [
+                                18.7128,
+                                19.45085,
+                                19.82231,
+                                19.85979,
+                                19.24135,
+                                20.64452
+                            ],
+                            [
+                                18.650278,
+                                19.561158,
+                                19.729598,
+                                19.739908,
+                                19.697008,
+                                19.994728
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "A",
+                    "when": "!IE&OE&!PDRV0&PDRV1&!SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                28.614363,
+                                28.884573,
+                                28.800763,
+                                28.502013,
+                                28.230403,
+                                27.786053
+                            ],
+                            [
+                                28.604918,
+                                28.864998,
+                                28.749568,
+                                28.477248,
+                                28.133788,
+                                27.626348
+                            ],
+                            [
+                                28.638492,
+                                29.031692,
+                                28.561462,
+                                28.443642,
+                                28.112192,
+                                27.715742
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                29.428281,
+                                30.427661,
+                                30.692031,
+                                30.814741,
+                                30.912351,
+                                30.940811
+                            ],
+                            [
+                                29.40825,
+                                30.41893,
+                                30.76568,
+                                30.73437,
+                                30.94993,
+                                30.94886
+                            ],
+                            [
+                                29.448938,
+                                30.445398,
+                                30.660588,
+                                30.872948,
+                                30.864648,
+                                30.930608
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "A",
+                    "when": "!IE&OE&!PDRV0&PDRV1&SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                27.387113,
+                                28.334503,
+                                28.281183,
+                                28.188233,
+                                27.895803,
+                                27.309293
+                            ],
+                            [
+                                27.512018,
+                                28.413248,
+                                28.588648,
+                                27.959618,
+                                27.616458,
+                                27.472388
+                            ],
+                            [
+                                27.396702,
+                                28.257262,
+                                28.233572,
+                                28.219932,
+                                27.910312,
+                                27.260322
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                25.619331,
+                                27.509371,
+                                28.166861,
+                                29.176701,
+                                29.305301,
+                                29.599131
+                            ],
+                            [
+                                25.49132,
+                                27.35907,
+                                28.45573,
+                                28.9001,
+                                29.20221,
+                                29.62256
+                            ],
+                            [
+                                25.541738,
+                                26.787618,
+                                28.030568,
+                                29.078098,
+                                29.500458,
+                                29.667218
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "A",
+                    "when": "!IE&OE&PDRV0&!PDRV1&!SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                23.322723,
+                                23.276013,
+                                23.141943,
+                                22.976033,
+                                21.492363,
+                                22.093803
+                            ],
+                            [
+                                23.411718,
+                                23.287318,
+                                23.080368,
+                                22.582448,
+                                22.060258,
+                                21.450988
+                            ],
+                            [
+                                23.394442,
+                                23.320842,
+                                23.037432,
+                                22.663672,
+                                22.344662,
+                                22.403692
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                24.801481,
+                                25.315741,
+                                25.434141,
+                                25.505141,
+                                25.524631,
+                                25.531201
+                            ],
+                            [
+                                24.88525,
+                                25.33916,
+                                25.42489,
+                                25.51105,
+                                25.52359,
+                                25.48882
+                            ],
+                            [
+                                24.867658,
+                                25.319878,
+                                25.453018,
+                                25.524188,
+                                25.546248,
+                                25.550728
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "A",
+                    "when": "!IE&OE&PDRV0&!PDRV1&SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                22.720623,
+                                23.094053,
+                                22.845433,
+                                22.420433,
+                                22.018403,
+                                21.212763
+                            ],
+                            [
+                                22.826038,
+                                23.078158,
+                                22.785338,
+                                22.296408,
+                                22.647758,
+                                20.788808
+                            ],
+                            [
+                                22.731942,
+                                23.134822,
+                                22.839882,
+                                22.434562,
+                                22.027472,
+                                21.195082
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                22.126361,
+                                23.430181,
+                                24.434161,
+                                24.615081,
+                                24.950261,
+                                24.995831
+                            ],
+                            [
+                                22.10318,
+                                23.32098,
+                                24.3192,
+                                24.55838,
+                                24.81582,
+                                25.3548
+                            ],
+                            [
+                                22.116008,
+                                23.639148,
+                                24.383288,
+                                24.703638,
+                                24.844068,
+                                24.946178
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "A",
+                    "when": "!IE&OE&PDRV0&PDRV1&!SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                33.924903,
+                                33.926483,
+                                34.579253,
+                                33.671443,
+                                33.738313,
+                                33.517883
+                            ],
+                            [
+                                33.530028,
+                                34.103388,
+                                34.218898,
+                                34.004348,
+                                33.730408,
+                                33.398128
+                            ],
+                            [
+                                33.985062,
+                                33.994542,
+                                33.909512,
+                                33.610962,
+                                33.766202,
+                                33.566872
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                33.797781,
+                                35.433821,
+                                35.862651,
+                                36.067581,
+                                36.179831,
+                                36.256411
+                            ],
+                            [
+                                33.84261,
+                                35.35473,
+                                35.94156,
+                                35.91462,
+                                36.19484,
+                                36.3431
+                            ],
+                            [
+                                33.861728,
+                                35.417848,
+                                35.886798,
+                                36.058758,
+                                36.210938,
+                                36.255248
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "A",
+                    "when": "!IE&OE&PDRV0&PDRV1&SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                31.713193,
+                                33.342893,
+                                33.451723,
+                                33.521023,
+                                33.243713,
+                                33.088223
+                            ],
+                            [
+                                31.531138,
+                                33.522388,
+                                33.150328,
+                                33.822998,
+                                33.043858,
+                                32.858138
+                            ],
+                            [
+                                31.535882,
+                                32.998652,
+                                33.668522,
+                                33.352922,
+                                33.296662,
+                                33.098642
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                29.026741,
+                                30.034261,
+                                31.703861,
+                                33.690971,
+                                33.665301,
+                                34.487211
+                            ],
+                            [
+                                28.79169,
+                                30.38275,
+                                31.46173,
+                                33.37986,
+                                33.64263,
+                                33.88112
+                            ],
+                            [
+                                28.757088,
+                                30.009218,
+                                32.460238,
+                                32.659608,
+                                33.892838,
+                                34.233048
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "A&!IE&!PDRV0&!PDRV1&!SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                17.28808,
+                                16.95393,
+                                16.39086,
+                                16.11942,
+                                15.3883,
+                                13.5919
+                            ],
+                            [
+                                14.578305,
+                                14.254155,
+                                13.767045,
+                                13.119255,
+                                12.403325,
+                                11.523205
+                            ],
+                            [
+                                13.737279,
+                                13.406879,
+                                12.913319,
+                                12.472329,
+                                11.757599,
+                                10.336979
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                1.167442,
+                                1.159495,
+                                1.155588,
+                                1.153522,
+                                1.152244,
+                                1.151377
+                            ],
+                            [
+                                0.824172,
+                                1.146691,
+                                1.228961,
+                                1.265933,
+                                1.286913,
+                                1.30043
+                            ],
+                            [
+                                1.410448,
+                                1.73301,
+                                1.81381,
+                                1.851453,
+                                1.873253,
+                                1.887445
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "A&!IE&!PDRV0&!PDRV1&SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                17.18641,
+                                16.86415,
+                                16.40839,
+                                15.64491,
+                                15.09365,
+                                14.02448
+                            ],
+                            [
+                                14.452665,
+                                14.145775,
+                                13.619955,
+                                12.858375,
+                                12.462815,
+                                12.003015
+                            ],
+                            [
+                                13.606299,
+                                13.301639,
+                                12.755799,
+                                12.184069,
+                                11.219629,
+                                10.756739
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                1.153809,
+                                1.130548,
+                                1.127706,
+                                1.1274,
+                                1.127167,
+                                1.127002
+                            ],
+                            [
+                                0.828383,
+                                1.17359,
+                                1.253287,
+                                1.288862,
+                                1.309046,
+                                1.322075
+                            ],
+                            [
+                                1.406422,
+                                1.700996,
+                                1.792795,
+                                1.835658,
+                                1.860317,
+                                1.876316
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "A&!IE&!PDRV0&PDRV1&!SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                25.63968,
+                                25.52267,
+                                25.21242,
+                                24.80809,
+                                24.4849,
+                                23.92171
+                            ],
+                            [
+                                22.933585,
+                                22.657745,
+                                22.503485,
+                                22.017305,
+                                21.636345,
+                                21.380265
+                            ],
+                            [
+                                22.021439,
+                                21.910009,
+                                21.622329,
+                                21.209429,
+                                20.809379,
+                                20.381199
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                1.958918,
+                                1.953394,
+                                1.951626,
+                                1.950915,
+                                1.950256,
+                                1.949668
+                            ],
+                            [
+                                4.556771,
+                                5.422774,
+                                5.702762,
+                                5.84169,
+                                5.92535,
+                                5.981092
+                            ],
+                            [
+                                5.497557,
+                                6.461519,
+                                6.783509,
+                                6.94916,
+                                7.04682,
+                                7.111306
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "A&!IE&!PDRV0&PDRV1&SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                24.39112,
+                                24.96795,
+                                24.80006,
+                                24.41446,
+                                23.9494,
+                                23.46122
+                            ],
+                            [
+                                21.620005,
+                                22.075735,
+                                22.048405,
+                                21.579575,
+                                21.147265,
+                                20.849165
+                            ],
+                            [
+                                20.773809,
+                                21.452099,
+                                21.203449,
+                                20.929839,
+                                20.361119,
+                                19.856319
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                1.95236,
+                                1.95996,
+                                1.966557,
+                                1.964779,
+                                1.962714,
+                                1.961016
+                            ],
+                            [
+                                4.541367,
+                                5.386822,
+                                5.669466,
+                                5.822826,
+                                5.917114,
+                                5.981261
+                            ],
+                            [
+                                5.603326,
+                                6.495991,
+                                6.870838,
+                                7.030429,
+                                7.110933,
+                                7.162618
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "A&!IE&PDRV0&!PDRV1&!SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                22.10392,
+                                21.76742,
+                                21.43575,
+                                20.98858,
+                                20.4495,
+                                19.93845
+                            ],
+                            [
+                                19.271305,
+                                18.923345,
+                                18.613965,
+                                18.111225,
+                                17.690765,
+                                17.102985
+                            ],
+                            [
+                                18.338719,
+                                18.153739,
+                                17.717669,
+                                17.306769,
+                                17.085529,
+                                15.732689
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                1.972575,
+                                1.962689,
+                                1.960017,
+                                1.95852,
+                                1.957461,
+                                1.956645
+                            ],
+                            [
+                                3.003522,
+                                3.655881,
+                                3.835401,
+                                3.919375,
+                                3.968211,
+                                4.000153
+                            ],
+                            [
+                                3.645011,
+                                4.274739,
+                                4.452738,
+                                4.536236,
+                                4.584438,
+                                4.615869
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "A&!IE&PDRV0&!PDRV1&SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                21.4337,
+                                21.51919,
+                                21.16085,
+                                20.75876,
+                                19.98092,
+                                19.6731
+                            ],
+                            [
+                                18.624045,
+                                18.690695,
+                                18.330305,
+                                17.946565,
+                                17.106185,
+                                16.871855
+                            ],
+                            [
+                                17.700829,
+                                17.817359,
+                                17.474929,
+                                16.986729,
+                                16.565889,
+                                15.798369
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                1.963303,
+                                1.950571,
+                                1.949651,
+                                1.949836,
+                                1.950385,
+                                1.950283
+                            ],
+                            [
+                                3.032263,
+                                3.657577,
+                                3.832021,
+                                3.915819,
+                                3.964491,
+                                3.995966
+                            ],
+                            [
+                                3.61122,
+                                4.304506,
+                                4.510591,
+                                4.602481,
+                                4.655022,
+                                4.689287
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "A&!IE&PDRV0&PDRV1&!SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                30.2537,
+                                30.18867,
+                                29.89555,
+                                29.59552,
+                                29.1908,
+                                28.79499
+                            ],
+                            [
+                                27.405625,
+                                27.292935,
+                                27.027815,
+                                26.799505,
+                                26.333045,
+                                25.954655
+                            ],
+                            [
+                                26.469099,
+                                26.461989,
+                                26.186769,
+                                25.861519,
+                                25.541099,
+                                25.077919
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                2.766193,
+                                2.764497,
+                                2.767252,
+                                2.766475,
+                                2.765214,
+                                2.76415
+                            ],
+                            [
+                                6.613196,
+                                7.69838,
+                                8.11188,
+                                8.3367,
+                                8.47696,
+                                8.57229
+                            ],
+                            [
+                                7.625159,
+                                8.850866,
+                                9.308236,
+                                9.540806,
+                                9.681536,
+                                9.776656
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "A&!IE&PDRV0&PDRV1&SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                28.12509,
+                                29.09411,
+                                29.20135,
+                                28.98179,
+                                28.77913,
+                                28.33327
+                            ],
+                            [
+                                25.256185,
+                                26.295745,
+                                26.389505,
+                                26.080175,
+                                25.734695,
+                                25.356985
+                            ],
+                            [
+                                24.399489,
+                                25.375369,
+                                25.564289,
+                                25.249069,
+                                24.902449,
+                                24.544829
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                2.770241,
+                                2.75412,
+                                2.754754,
+                                2.755944,
+                                2.756824,
+                                2.757828
+                            ],
+                            [
+                                6.636855,
+                                7.78719,
+                                8.08269,
+                                8.2885,
+                                8.43351,
+                                8.5355
+                            ],
+                            [
+                                7.744636,
+                                8.928206,
+                                9.387306,
+                                9.633116,
+                                9.788116,
+                                9.894486
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "!A&!IE&!PDRV0&!PDRV1&!SL",
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                17.27628,
+                                17.39212,
+                                17.34899,
+                                17.56659,
+                                17.09809,
+                                17.32998
+                            ],
+                            [
+                                14.615535,
+                                14.736005,
+                                14.716205,
+                                14.841095,
+                                14.624655,
+                                14.827045
+                            ],
+                            [
+                                13.848999,
+                                13.944929,
+                                13.977939,
+                                13.952859,
+                                13.995689,
+                                13.946169
+                            ]
+                        ]
+                    },
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                1.048267,
+                                -44.344933,
+                                -89.723863,
+                                -135.100453,
+                                -180.476253,
+                                -225.851753
+                            ],
+                            [
+                                -0.001212,
+                                -45.56289,
+                                -90.98354,
+                                -136.37941,
+                                -181.76641,
+                                -227.14921
+                            ],
+                            [
+                                0.228244,
+                                -45.435984,
+                                -90.882294,
+                                -136.290364,
+                                -181.684264,
+                                -227.071564
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "!A&!IE&!PDRV0&!PDRV1&SL",
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                16.24026,
+                                16.91016,
+                                17.03708,
+                                17.0203,
+                                17.09037,
+                                17.31772
+                            ],
+                            [
+                                13.570665,
+                                14.247815,
+                                14.451265,
+                                14.435255,
+                                14.319375,
+                                14.659675
+                            ],
+                            [
+                                12.778419,
+                                13.477629,
+                                13.663589,
+                                13.677669,
+                                13.580289,
+                                13.849019
+                            ]
+                        ]
+                    },
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                0.994979,
+                                -44.403553,
+                                -89.785083,
+                                -135.163053,
+                                -180.539853,
+                                -225.915953
+                            ],
+                            [
+                                -0.008192,
+                                -45.53111,
+                                -90.96277,
+                                -136.35491,
+                                -181.73951,
+                                -227.12081
+                            ],
+                            [
+                                0.462088,
+                                -45.054314,
+                                -90.471334,
+                                -135.866364,
+                                -181.253164,
+                                -226.635864
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "!A&!IE&!PDRV0&PDRV1&!SL",
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                23.65302,
+                                24.25067,
+                                24.35608,
+                                24.37379,
+                                24.41481,
+                                24.41829
+                            ],
+                            [
+                                20.927465,
+                                21.576215,
+                                21.837225,
+                                21.666645,
+                                21.828255,
+                                21.776895
+                            ],
+                            [
+                                20.158749,
+                                20.792959,
+                                20.753799,
+                                21.019739,
+                                20.879609,
+                                20.943699
+                            ]
+                        ]
+                    },
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                2.227103,
+                                -43.205143,
+                                -88.595653,
+                                -133.963253,
+                                -179.339553,
+                                -224.715353
+                            ],
+                            [
+                                3.822738,
+                                -41.75963,
+                                -87.22257,
+                                -132.65091,
+                                -178.05481,
+                                -223.45061
+                            ],
+                            [
+                                4.647476,
+                                -40.980474,
+                                -87.059934,
+                                -132.462064,
+                                -177.860964,
+                                -223.256364
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "!A&!IE&!PDRV0&PDRV1&SL",
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                20.11885,
+                                21.05652,
+                                21.91696,
+                                22.54321,
+                                22.89678,
+                                23.15685
+                            ],
+                            [
+                                17.371685,
+                                18.300545,
+                                19.218615,
+                                19.882265,
+                                20.316255,
+                                20.482645
+                            ],
+                            [
+                                16.521669,
+                                17.521089,
+                                18.431239,
+                                19.091819,
+                                19.523229,
+                                19.737189
+                            ]
+                        ]
+                    },
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                2.171577,
+                                -43.264673,
+                                -88.629683,
+                                -134.001053,
+                                -179.374153,
+                                -224.747553
+                            ],
+                            [
+                                3.816277,
+                                -41.77041,
+                                -87.21093,
+                                -132.62061,
+                                -178.01661,
+                                -223.40591
+                            ],
+                            [
+                                4.445142,
+                                -41.301554,
+                                -86.805984,
+                                -132.234164,
+                                -177.636464,
+                                -223.027864
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "!A&!IE&PDRV0&!PDRV1&!SL",
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                20.76286,
+                                20.98712,
+                                21.01871,
+                                21.09808,
+                                21.1358,
+                                20.98474
+                            ],
+                            [
+                                18.101915,
+                                18.330915,
+                                18.356275,
+                                18.439125,
+                                18.466745,
+                                18.322145
+                            ],
+                            [
+                                17.336349,
+                                17.564659,
+                                17.615929,
+                                17.665709,
+                                17.686069,
+                                17.624939
+                            ]
+                        ]
+                    },
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                2.175739,
+                                -43.226663,
+                                -88.610253,
+                                -133.989553,
+                                -179.367253,
+                                -224.744053
+                            ],
+                            [
+                                2.029475,
+                                -43.60966,
+                                -89.06466,
+                                -134.47771,
+                                -179.87491,
+                                -225.26441
+                            ],
+                            [
+                                2.419884,
+                                -43.218054,
+                                -88.665624,
+                                -134.075164,
+                                -179.466464,
+                                -224.852264
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "!A&!IE&PDRV0&!PDRV1&SL",
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                18.31648,
+                                19.28716,
+                                19.9213,
+                                20.23887,
+                                20.43769,
+                                20.4154
+                            ],
+                            [
+                                15.590015,
+                                16.609405,
+                                17.239395,
+                                17.620435,
+                                17.754225,
+                                17.850555
+                            ],
+                            [
+                                14.769109,
+                                15.855059,
+                                16.512329,
+                                16.822519,
+                                17.013789,
+                                16.969439
+                            ]
+                        ]
+                    },
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                2.139977,
+                                -43.251983,
+                                -88.630313,
+                                -134.007753,
+                                -179.385253,
+                                -224.761853
+                            ],
+                            [
+                                2.06604,
+                                -43.55875,
+                                -89.01198,
+                                -134.42431,
+                                -179.82081,
+                                -225.20971
+                            ],
+                            [
+                                2.423813,
+                                -43.213474,
+                                -88.628354,
+                                -134.010164,
+                                -179.388664,
+                                -224.765864
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "!A&!IE&PDRV0&PDRV1&!SL",
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                26.6077,
+                                27.71569,
+                                27.81991,
+                                27.88809,
+                                27.95103,
+                                28.03497
+                            ],
+                            [
+                                23.957435,
+                                25.048595,
+                                25.167015,
+                                25.221305,
+                                25.294485,
+                                25.371105
+                            ],
+                            [
+                                23.229069,
+                                24.314399,
+                                24.385369,
+                                24.546399,
+                                24.509309,
+                                24.631479
+                            ]
+                        ]
+                    },
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                3.365378,
+                                -42.043843,
+                                -87.435683,
+                                -132.818553,
+                                -178.197853,
+                                -223.575553
+                            ],
+                            [
+                                5.82952,
+                                -39.80859,
+                                -85.29105,
+                                -130.72781,
+                                -176.14101,
+                                -221.54221
+                            ],
+                            [
+                                6.317906,
+                                -39.305544,
+                                -84.754524,
+                                -130.120064,
+                                -175.535664,
+                                -220.940064
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "!A&!IE&PDRV0&PDRV1&SL",
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                22.27686,
+                                23.14451,
+                                24.10704,
+                                24.83512,
+                                25.48738,
+                                25.95007
+                            ],
+                            [
+                                19.496155,
+                                20.412125,
+                                21.396445,
+                                22.159145,
+                                22.811215,
+                                23.264225
+                            ],
+                            [
+                                18.634279,
+                                19.598789,
+                                20.604149,
+                                21.411099,
+                                22.025169,
+                                22.456829
+                            ]
+                        ]
+                    },
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                3.293164,
+                                -42.117623,
+                                -87.505893,
+                                -132.887253,
+                                -178.266053,
+                                -223.643553
+                            ],
+                            [
+                                5.886397,
+                                -39.76962,
+                                -85.26327,
+                                -130.69891,
+                                -176.11131,
+                                -221.51171
+                            ],
+                            [
+                                6.460126,
+                                -39.190784,
+                                -84.673334,
+                                -130.103464,
+                                -175.511964,
+                                -220.908964
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "A",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                50.919096,
+                                51.600063,
+                                51.406384,
+                                50.726466,
+                                49.559674,
+                                48.843573
+                            ],
+                            [
+                                50.886511,
+                                51.698823,
+                                51.287061,
+                                50.682126,
+                                49.845224,
+                                48.495881
+                            ],
+                            [
+                                50.928302,
+                                51.579434,
+                                51.221716,
+                                50.711547,
+                                50.003549,
+                                48.465812
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                50.845937,
+                                52.90993,
+                                54.021617,
+                                54.935587,
+                                55.101665,
+                                55.401115
+                            ],
+                            [
+                                50.755587,
+                                52.905452,
+                                54.057705,
+                                54.73161,
+                                54.909355,
+                                55.529953
+                            ],
+                            [
+                                50.764533,
+                                52.796891,
+                                54.163156,
+                                54.673271,
+                                55.153608,
+                                55.404593
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                25.479736,
+                                -19.872541,
+                                -65.551399,
+                                -111.327424,
+                                -157.203703,
+                                -203.277063
+                            ],
+                            [
+                                23.447845,
+                                -22.129316,
+                                -67.838786,
+                                -113.727825,
+                                -159.626368,
+                                -205.451556
+                            ],
+                            [
+                                23.056455,
+                                -22.477638,
+                                -68.312854,
+                                -114.120258,
+                                -160.011865,
+                                -206.121721
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                22.619644,
+                                23.297403,
+                                23.644903,
+                                23.89893,
+                                24.016777,
+                                24.153249
+                            ],
+                            [
+                                21.708425,
+                                23.148816,
+                                23.762363,
+                                24.118122,
+                                24.337101,
+                                24.530382
+                            ],
+                            [
+                                21.727553,
+                                23.227418,
+                                23.858021,
+                                24.270894,
+                                24.476698,
+                                24.646593
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "rise_power power_inputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "values": [
+                            -13.46493,
+                            -13.32736,
+                            -13.60586
+                        ]
+                    },
+                    "fall_power power_inputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "values": [
+                            13.51885,
+                            13.73483,
+                            13.72624
+                        ]
+                    }
+                }
+            ],
+            "timing ": [
+                {
+                    "related_pin": "A",
+                    "timing_type": "combinational",
+                    "timing_sense": "positive_unate",
+                    "when": "!IE&OE&!PDRV0&!PDRV1&!SL",
+                    "sdf_cond": "IE==1'b0&&OE==1'b1&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b0",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.155283,
+                            9.155283,
+                            15.155283,
+                            21.155283,
+                            27.155283,
+                            33.155283
+                        ],
+                        "values": [
+                            [
+                                3.826341,
+                                5.20225,
+                                6.568114,
+                                7.938193,
+                                9.302573,
+                                10.67209
+                            ],
+                            [
+                                3.902467,
+                                5.278804,
+                                6.647107,
+                                8.010112,
+                                9.376007,
+                                10.74375
+                            ],
+                            [
+                                3.94094,
+                                5.317916,
+                                6.686064,
+                                8.048199,
+                                9.417795,
+                                10.77752
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.155283,
+                            9.155283,
+                            15.155283,
+                            21.155283,
+                            27.155283,
+                            33.155283
+                        ],
+                        "values": [
+                            [
+                                1.750145,
+                                4.567924,
+                                7.443877,
+                                10.33452,
+                                13.22936,
+                                16.11432
+                            ],
+                            [
+                                1.744989,
+                                4.571548,
+                                7.457706,
+                                10.32225,
+                                13.19071,
+                                16.11216
+                            ],
+                            [
+                                1.750153,
+                                4.578141,
+                                7.448169,
+                                10.30944,
+                                13.1925,
+                                16.10796
+                            ]
+                        ]
+                    },
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.155283,
+                            9.155283,
+                            15.155283,
+                            21.155283,
+                            27.155283,
+                            33.155283
+                        ],
+                        "values": [
+                            [
+                                4.007156,
+                                5.104201,
+                                6.151329,
+                                7.192851,
+                                8.234471,
+                                9.276738
+                            ],
+                            [
+                                4.138212,
+                                5.236273,
+                                6.280636,
+                                7.321621,
+                                8.36265,
+                                9.399755
+                            ],
+                            [
+                                4.308971,
+                                5.406875,
+                                6.451903,
+                                7.492044,
+                                8.534381,
+                                9.574328
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.155283,
+                            9.155283,
+                            15.155283,
+                            21.155283,
+                            27.155283,
+                            33.155283
+                        ],
+                        "values": [
+                            [
+                                1.446968,
+                                3.403444,
+                                5.426994,
+                                7.501071,
+                                9.539209,
+                                11.59164
+                            ],
+                            [
+                                1.445539,
+                                3.398951,
+                                5.424397,
+                                7.48231,
+                                9.518347,
+                                11.61827
+                            ],
+                            [
+                                1.445376,
+                                3.402532,
+                                5.421233,
+                                7.480727,
+                                9.522625,
+                                11.61371
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "A",
+                    "timing_type": "combinational",
+                    "timing_sense": "positive_unate",
+                    "when": "!IE&OE&!PDRV0&!PDRV1&SL",
+                    "sdf_cond": "IE==1'b0&&OE==1'b1&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b1",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.155283,
+                            9.155283,
+                            15.155283,
+                            21.155283,
+                            27.155283,
+                            33.155283
+                        ],
+                        "values": [
+                            [
+                                4.559165,
+                                6.215383,
+                                7.611457,
+                                8.98261,
+                                10.35633,
+                                11.7247
+                            ],
+                            [
+                                4.634113,
+                                6.290886,
+                                7.686594,
+                                9.056369,
+                                10.43178,
+                                11.79937
+                            ],
+                            [
+                                4.672489,
+                                6.329302,
+                                7.724497,
+                                9.095052,
+                                10.4705,
+                                11.8383
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.155283,
+                            9.155283,
+                            15.155283,
+                            21.155283,
+                            27.155283,
+                            33.155283
+                        ],
+                        "values": [
+                            [
+                                2.713406,
+                                5.227201,
+                                7.89734,
+                                10.63094,
+                                13.45795,
+                                16.2879
+                            ],
+                            [
+                                2.714417,
+                                5.231215,
+                                7.88477,
+                                10.62938,
+                                13.46393,
+                                16.30413
+                            ],
+                            [
+                                2.714332,
+                                5.226561,
+                                7.888321,
+                                10.61719,
+                                13.46335,
+                                16.30013
+                            ]
+                        ]
+                    },
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.155283,
+                            9.155283,
+                            15.155283,
+                            21.155283,
+                            27.155283,
+                            33.155283
+                        ],
+                        "values": [
+                            [
+                                4.24147,
+                                6.200347,
+                                7.767757,
+                                9.106035,
+                                10.32523,
+                                11.47317
+                            ],
+                            [
+                                4.372004,
+                                6.330906,
+                                7.898064,
+                                9.236634,
+                                10.45557,
+                                11.60484
+                            ],
+                            [
+                                4.542312,
+                                6.501851,
+                                8.070012,
+                                9.409552,
+                                10.6257,
+                                11.77461
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.155283,
+                            9.155283,
+                            15.155283,
+                            21.155283,
+                            27.155283,
+                            33.155283
+                        ],
+                        "values": [
+                            [
+                                2.331608,
+                                5.206037,
+                                7.42494,
+                                9.45566,
+                                11.39826,
+                                13.37682
+                            ],
+                            [
+                                2.328377,
+                                5.202661,
+                                7.42411,
+                                9.451667,
+                                11.40958,
+                                13.35199
+                            ],
+                            [
+                                2.332901,
+                                5.20156,
+                                7.429224,
+                                9.442044,
+                                11.41973,
+                                13.33645
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "A",
+                    "timing_type": "combinational",
+                    "timing_sense": "positive_unate",
+                    "when": "!IE&OE&!PDRV0&PDRV1&!SL",
+                    "sdf_cond": "IE==1'b0&&OE==1'b1&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b0",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.155283,
+                            9.155283,
+                            15.155283,
+                            21.155283,
+                            27.155283,
+                            33.155283
+                        ],
+                        "values": [
+                            [
+                                3.263209,
+                                3.770129,
+                                4.233133,
+                                4.691455,
+                                5.146743,
+                                5.603423
+                            ],
+                            [
+                                3.338707,
+                                3.845781,
+                                4.30875,
+                                4.76734,
+                                5.222898,
+                                5.678015
+                            ],
+                            [
+                                3.377059,
+                                3.884121,
+                                4.347153,
+                                4.805772,
+                                5.261524,
+                                5.716823
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.155283,
+                            9.155283,
+                            15.155283,
+                            21.155283,
+                            27.155283,
+                            33.155283
+                        ],
+                        "values": [
+                            [
+                                0.804191,
+                                1.661901,
+                                2.584841,
+                                3.513881,
+                                4.475788,
+                                5.432196
+                            ],
+                            [
+                                0.801931,
+                                1.660443,
+                                2.584562,
+                                3.524999,
+                                4.462425,
+                                5.416033
+                            ],
+                            [
+                                0.802928,
+                                1.660801,
+                                2.584459,
+                                3.526021,
+                                4.466953,
+                                5.415962
+                            ]
+                        ]
+                    },
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.155283,
+                            9.155283,
+                            15.155283,
+                            21.155283,
+                            27.155283,
+                            33.155283
+                        ],
+                        "values": [
+                            [
+                                3.497347,
+                                3.9986,
+                                4.389758,
+                                4.753977,
+                                5.108855,
+                                5.459348
+                            ],
+                            [
+                                3.627598,
+                                4.129496,
+                                4.520384,
+                                4.885056,
+                                5.23901,
+                                5.589061
+                            ],
+                            [
+                                3.798581,
+                                4.300265,
+                                4.69117,
+                                5.055836,
+                                5.409812,
+                                5.759853
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.155283,
+                            9.155283,
+                            15.155283,
+                            21.155283,
+                            27.155283,
+                            33.155283
+                        ],
+                        "values": [
+                            [
+                                0.757744,
+                                1.408749,
+                                2.040477,
+                                2.690862,
+                                3.345556,
+                                4.024165
+                            ],
+                            [
+                                0.758006,
+                                1.411335,
+                                2.043479,
+                                2.68615,
+                                3.350884,
+                                4.018391
+                            ],
+                            [
+                                0.757477,
+                                1.410605,
+                                2.043303,
+                                2.686737,
+                                3.350951,
+                                4.01839
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "A",
+                    "timing_type": "combinational",
+                    "timing_sense": "positive_unate",
+                    "when": "!IE&OE&!PDRV0&PDRV1&SL",
+                    "sdf_cond": "IE==1'b0&&OE==1'b1&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b1",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.155283,
+                            9.155283,
+                            15.155283,
+                            21.155283,
+                            27.155283,
+                            33.155283
+                        ],
+                        "values": [
+                            [
+                                3.425627,
+                                4.466657,
+                                5.117319,
+                                5.656277,
+                                6.151347,
+                                6.625442
+                            ],
+                            [
+                                3.500512,
+                                4.542229,
+                                5.192357,
+                                5.731258,
+                                6.22641,
+                                6.700493
+                            ],
+                            [
+                                3.539263,
+                                4.58029,
+                                5.230944,
+                                5.769868,
+                                6.264931,
+                                6.739062
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.155283,
+                            9.155283,
+                            15.155283,
+                            21.155283,
+                            27.155283,
+                            33.155283
+                        ],
+                        "values": [
+                            [
+                                1.500836,
+                                2.627187,
+                                3.482126,
+                                4.30841,
+                                5.143634,
+                                6.00694
+                            ],
+                            [
+                                1.501674,
+                                2.63028,
+                                3.481783,
+                                4.308035,
+                                5.142698,
+                                6.009121
+                            ],
+                            [
+                                1.500672,
+                                2.627115,
+                                3.482047,
+                                4.308355,
+                                5.143714,
+                                6.007363
+                            ]
+                        ]
+                    },
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.155283,
+                            9.155283,
+                            15.155283,
+                            21.155283,
+                            27.155283,
+                            33.155283
+                        ],
+                        "values": [
+                            [
+                                3.451907,
+                                4.189454,
+                                4.886229,
+                                5.536337,
+                                6.13687,
+                                6.693569
+                            ],
+                            [
+                                3.582802,
+                                4.319864,
+                                5.017039,
+                                5.666926,
+                                6.267876,
+                                6.824237
+                            ],
+                            [
+                                3.75343,
+                                4.490083,
+                                5.188351,
+                                5.836804,
+                                6.437032,
+                                6.994685
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.155283,
+                            9.155283,
+                            15.155283,
+                            21.155283,
+                            27.155283,
+                            33.155283
+                        ],
+                        "values": [
+                            [
+                                0.878134,
+                                2.191928,
+                                3.289191,
+                                4.232287,
+                                5.078852,
+                                5.866864
+                            ],
+                            [
+                                0.877807,
+                                2.190058,
+                                3.287638,
+                                4.234189,
+                                5.079818,
+                                5.854936
+                            ],
+                            [
+                                0.877694,
+                                2.188391,
+                                3.291382,
+                                4.230947,
+                                5.073391,
+                                5.862518
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "A",
+                    "timing_type": "combinational",
+                    "timing_sense": "positive_unate",
+                    "when": "!IE&OE&PDRV0&!PDRV1&!SL",
+                    "sdf_cond": "IE==1'b0&&OE==1'b1&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b0",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.155283,
+                            9.155283,
+                            15.155283,
+                            21.155283,
+                            27.155283,
+                            33.155283
+                        ],
+                        "values": [
+                            [
+                                3.424747,
+                                4.137335,
+                                4.824126,
+                                5.509061,
+                                6.192374,
+                                6.875193
+                            ],
+                            [
+                                3.500046,
+                                4.21226,
+                                4.899841,
+                                5.583997,
+                                6.268065,
+                                6.951152
+                            ],
+                            [
+                                3.538581,
+                                4.251104,
+                                4.937315,
+                                5.620875,
+                                6.306496,
+                                6.990327
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.155283,
+                            9.155283,
+                            15.155283,
+                            21.155283,
+                            27.155283,
+                            33.155283
+                        ],
+                        "values": [
+                            [
+                                1.015438,
+                                2.372558,
+                                3.774164,
+                                5.214845,
+                                6.654844,
+                                8.096554
+                            ],
+                            [
+                                1.017343,
+                                2.366909,
+                                3.783417,
+                                5.212508,
+                                6.657639,
+                                8.098644
+                            ],
+                            [
+                                1.016027,
+                                2.371637,
+                                3.787058,
+                                5.212021,
+                                6.655317,
+                                8.096442
+                            ]
+                        ]
+                    },
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.155283,
+                            9.155283,
+                            15.155283,
+                            21.155283,
+                            27.155283,
+                            33.155283
+                        ],
+                        "values": [
+                            [
+                                3.643111,
+                                4.280413,
+                                4.826289,
+                                5.352714,
+                                5.87672,
+                                6.397773
+                            ],
+                            [
+                                3.77434,
+                                4.411514,
+                                4.955902,
+                                5.48411,
+                                6.005229,
+                                6.526531
+                            ],
+                            [
+                                3.945172,
+                                4.582273,
+                                5.12662,
+                                5.654789,
+                                6.176303,
+                                6.697584
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.155283,
+                            9.155283,
+                            15.155283,
+                            21.155283,
+                            27.155283,
+                            33.155283
+                        ],
+                        "values": [
+                            [
+                                0.933802,
+                                1.885653,
+                                2.861103,
+                                3.850466,
+                                4.870753,
+                                5.880996
+                            ],
+                            [
+                                0.934906,
+                                1.883643,
+                                2.855052,
+                                3.859874,
+                                4.867481,
+                                5.88635
+                            ],
+                            [
+                                0.934633,
+                                1.883262,
+                                2.853593,
+                                3.860077,
+                                4.866378,
+                                5.885293
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "A",
+                    "timing_type": "combinational",
+                    "timing_sense": "positive_unate",
+                    "when": "!IE&OE&PDRV0&!PDRV1&SL",
+                    "sdf_cond": "IE==1'b0&&OE==1'b1&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b1",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.155283,
+                            9.155283,
+                            15.155283,
+                            21.155283,
+                            27.155283,
+                            33.155283
+                        ],
+                        "values": [
+                            [
+                                3.80195,
+                                4.993427,
+                                5.806596,
+                                6.528586,
+                                7.228066,
+                                7.91743
+                            ],
+                            [
+                                3.876812,
+                                5.069096,
+                                5.881245,
+                                6.604037,
+                                7.302827,
+                                7.992666
+                            ],
+                            [
+                                3.915646,
+                                5.111682,
+                                5.920227,
+                                6.642209,
+                                7.341728,
+                                8.03106
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.155283,
+                            9.155283,
+                            15.155283,
+                            21.155283,
+                            27.155283,
+                            33.155283
+                        ],
+                        "values": [
+                            [
+                                1.879203,
+                                3.29095,
+                                4.530568,
+                                5.821507,
+                                7.135222,
+                                8.498065
+                            ],
+                            [
+                                1.880694,
+                                3.292181,
+                                4.52988,
+                                5.823409,
+                                7.143316,
+                                8.502363
+                            ],
+                            [
+                                1.879151,
+                                3.290326,
+                                4.530026,
+                                5.821172,
+                                7.13445,
+                                8.497692
+                            ]
+                        ]
+                    },
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.155283,
+                            9.155283,
+                            15.155283,
+                            21.155283,
+                            27.155283,
+                            33.155283
+                        ],
+                        "values": [
+                            [
+                                3.643566,
+                                4.722053,
+                                5.703228,
+                                6.573607,
+                                7.352013,
+                                8.065607
+                            ],
+                            [
+                                3.774276,
+                                4.853213,
+                                5.833558,
+                                6.704142,
+                                7.484394,
+                                8.198919
+                            ],
+                            [
+                                3.94432,
+                                5.02349,
+                                6.003557,
+                                6.875126,
+                                7.653931,
+                                8.367115
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.155283,
+                            9.155283,
+                            15.155283,
+                            21.155283,
+                            27.155283,
+                            33.155283
+                        ],
+                        "values": [
+                            [
+                                1.254857,
+                                3.079519,
+                                4.488117,
+                                5.70412,
+                                6.8038,
+                                7.84488
+                            ],
+                            [
+                                1.254003,
+                                3.079254,
+                                4.493211,
+                                5.698361,
+                                6.813986,
+                                7.852005
+                            ],
+                            [
+                                1.25278,
+                                3.074295,
+                                4.485727,
+                                5.699853,
+                                6.804843,
+                                7.847766
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "A",
+                    "timing_type": "combinational",
+                    "timing_sense": "positive_unate",
+                    "when": "!IE&OE&PDRV0&PDRV1&!SL",
+                    "sdf_cond": "IE==1'b0&&OE==1'b1&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b0",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.155283,
+                            9.155283,
+                            15.155283,
+                            21.155283,
+                            27.155283,
+                            33.155283
+                        ],
+                        "values": [
+                            [
+                                3.176152,
+                                3.588983,
+                                3.943207,
+                                4.288555,
+                                4.632657,
+                                4.975365
+                            ],
+                            [
+                                3.25169,
+                                3.664226,
+                                4.019003,
+                                4.363643,
+                                4.708292,
+                                5.051012
+                            ],
+                            [
+                                3.289907,
+                                3.702785,
+                                4.056883,
+                                4.402441,
+                                4.746323,
+                                5.089037
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.155283,
+                            9.155283,
+                            15.155283,
+                            21.155283,
+                            27.155283,
+                            33.155283
+                        ],
+                        "values": [
+                            [
+                                0.716239,
+                                1.321177,
+                                1.995497,
+                                2.691065,
+                                3.392202,
+                                4.101139
+                            ],
+                            [
+                                0.71342,
+                                1.321836,
+                                1.995276,
+                                2.689465,
+                                3.393527,
+                                4.105164
+                            ],
+                            [
+                                0.716208,
+                                1.321027,
+                                1.994754,
+                                2.691333,
+                                3.393642,
+                                4.102649
+                            ]
+                        ]
+                    },
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.155283,
+                            9.155283,
+                            15.155283,
+                            21.155283,
+                            27.155283,
+                            33.155283
+                        ],
+                        "values": [
+                            [
+                                3.395251,
+                                3.834505,
+                                4.152451,
+                                4.438846,
+                                4.711861,
+                                4.979587
+                            ],
+                            [
+                                3.52625,
+                                3.965433,
+                                4.283122,
+                                4.569778,
+                                4.842954,
+                                5.110129
+                            ],
+                            [
+                                3.697081,
+                                4.136148,
+                                4.454342,
+                                4.740173,
+                                5.014302,
+                                5.281757
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.155283,
+                            9.155283,
+                            15.155283,
+                            21.155283,
+                            27.155283,
+                            33.155283
+                        ],
+                        "values": [
+                            [
+                                0.654797,
+                                1.175644,
+                                1.643566,
+                                2.12143,
+                                2.600822,
+                                3.091241
+                            ],
+                            [
+                                0.654598,
+                                1.175745,
+                                1.646799,
+                                2.119403,
+                                2.603904,
+                                3.095598
+                            ],
+                            [
+                                0.65486,
+                                1.175857,
+                                1.644779,
+                                2.118287,
+                                2.600542,
+                                3.096493
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "A",
+                    "timing_type": "combinational",
+                    "timing_sense": "positive_unate",
+                    "when": "!IE&OE&PDRV0&PDRV1&SL",
+                    "sdf_cond": "IE==1'b0&&OE==1'b1&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b1",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.155283,
+                            9.155283,
+                            15.155283,
+                            21.155283,
+                            27.155283,
+                            33.155283
+                        ],
+                        "values": [
+                            [
+                                3.217192,
+                                4.140087,
+                                4.722697,
+                                5.179841,
+                                5.583439,
+                                5.960667
+                            ],
+                            [
+                                3.292134,
+                                4.214597,
+                                4.797949,
+                                5.254894,
+                                5.6581,
+                                6.035715
+                            ],
+                            [
+                                3.329277,
+                                4.252879,
+                                4.836278,
+                                5.293131,
+                                5.69639,
+                                6.073965
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.155283,
+                            9.155283,
+                            15.155283,
+                            21.155283,
+                            27.155283,
+                            33.155283
+                        ],
+                        "values": [
+                            [
+                                1.253503,
+                                2.25901,
+                                2.946412,
+                                3.572592,
+                                4.193756,
+                                4.82123
+                            ],
+                            [
+                                1.249634,
+                                2.258802,
+                                2.946948,
+                                3.573277,
+                                4.192324,
+                                4.820138
+                            ],
+                            [
+                                1.251484,
+                                2.258804,
+                                2.946982,
+                                3.573243,
+                                4.192157,
+                                4.820953
+                            ]
+                        ]
+                    },
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.155283,
+                            9.155283,
+                            15.155283,
+                            21.155283,
+                            27.155283,
+                            33.155283
+                        ],
+                        "values": [
+                            [
+                                3.345681,
+                                3.913911,
+                                4.450758,
+                                4.962202,
+                                5.44572,
+                                5.901946
+                            ],
+                            [
+                                3.476516,
+                                4.044926,
+                                4.580402,
+                                5.092915,
+                                5.57695,
+                                6.033218
+                            ],
+                            [
+                                3.647109,
+                                4.214756,
+                                4.750226,
+                                5.263817,
+                                5.746957,
+                                6.203028
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.155283,
+                            9.155283,
+                            15.155283,
+                            21.155283,
+                            27.155283,
+                            33.155283
+                        ],
+                        "values": [
+                            [
+                                0.692103,
+                                1.702814,
+                                2.599617,
+                                3.379779,
+                                4.078533,
+                                4.729444
+                            ],
+                            [
+                                0.692165,
+                                1.699107,
+                                2.59981,
+                                3.382067,
+                                4.080885,
+                                4.732125
+                            ],
+                            [
+                                0.691541,
+                                1.698934,
+                                2.595884,
+                                3.381531,
+                                4.07869,
+                                4.72906
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "A&!IE&!PDRV0&!PDRV1&!SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b0",
+                    "timing_type": "three_state_enable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.155283,
+                            9.155283,
+                            15.155283,
+                            21.155283,
+                            27.155283,
+                            33.155283
+                        ],
+                        "values": [
+                            [
+                                3.317221,
+                                4.687297,
+                                6.055396,
+                                7.418743,
+                                8.787121,
+                                10.15012
+                            ],
+                            [
+                                3.356188,
+                                4.727292,
+                                6.094343,
+                                7.45561,
+                                8.823466,
+                                10.18704
+                            ],
+                            [
+                                3.375131,
+                                4.74547,
+                                6.11336,
+                                7.475778,
+                                8.844638,
+                                10.2056
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.155283,
+                            9.155283,
+                            15.155283,
+                            21.155283,
+                            27.155283,
+                            33.155283
+                        ],
+                        "values": [
+                            [
+                                1.765215,
+                                4.57967,
+                                7.458028,
+                                10.32398,
+                                13.20831,
+                                16.07423
+                            ],
+                            [
+                                1.760408,
+                                4.571951,
+                                7.455675,
+                                10.31364,
+                                13.17691,
+                                16.11791
+                            ],
+                            [
+                                1.764001,
+                                4.575575,
+                                7.45346,
+                                10.31735,
+                                13.20328,
+                                16.09109
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "A&!IE&!PDRV0&!PDRV1&SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b1",
+                    "timing_type": "three_state_enable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.155283,
+                            9.155283,
+                            15.155283,
+                            21.155283,
+                            27.155283,
+                            33.155283
+                        ],
+                        "values": [
+                            [
+                                4.038012,
+                                5.702841,
+                                7.10287,
+                                8.475989,
+                                9.837228,
+                                11.20029
+                            ],
+                            [
+                                4.078415,
+                                5.743801,
+                                7.139051,
+                                8.5089,
+                                9.884178,
+                                11.25167
+                            ],
+                            [
+                                4.096988,
+                                5.761075,
+                                7.160865,
+                                8.533738,
+                                9.895141,
+                                11.26597
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.155283,
+                            9.155283,
+                            15.155283,
+                            21.155283,
+                            27.155283,
+                            33.155283
+                        ],
+                        "values": [
+                            [
+                                2.7726,
+                                5.286651,
+                                7.905856,
+                                10.65705,
+                                13.48137,
+                                16.31465
+                            ],
+                            [
+                                2.770839,
+                                5.274011,
+                                7.910061,
+                                10.63804,
+                                13.47209,
+                                16.30812
+                            ],
+                            [
+                                2.771219,
+                                5.285731,
+                                7.914894,
+                                10.67419,
+                                13.45945,
+                                16.29001
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "A&!IE&!PDRV0&PDRV1&!SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b0",
+                    "timing_type": "three_state_enable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.155283,
+                            9.155283,
+                            15.155283,
+                            21.155283,
+                            27.155283,
+                            33.155283
+                        ],
+                        "values": [
+                            [
+                                2.834271,
+                                3.338613,
+                                3.799208,
+                                4.255776,
+                                4.710619,
+                                5.165187
+                            ],
+                            [
+                                2.889574,
+                                3.394527,
+                                3.854384,
+                                4.310925,
+                                4.766437,
+                                5.222061
+                            ],
+                            [
+                                2.917377,
+                                3.42358,
+                                3.884096,
+                                4.340643,
+                                4.795015,
+                                5.249276
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.155283,
+                            9.155283,
+                            15.155283,
+                            21.155283,
+                            27.155283,
+                            33.155283
+                        ],
+                        "values": [
+                            [
+                                0.86499,
+                                1.684216,
+                                2.591928,
+                                3.531952,
+                                4.473401,
+                                5.421528
+                            ],
+                            [
+                                0.865673,
+                                1.686829,
+                                2.597235,
+                                3.528177,
+                                4.481355,
+                                5.434795
+                            ],
+                            [
+                                0.866591,
+                                1.688486,
+                                2.595285,
+                                3.532702,
+                                4.466143,
+                                5.421337
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "A&!IE&!PDRV0&PDRV1&SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b1",
+                    "timing_type": "three_state_enable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.155283,
+                            9.155283,
+                            15.155283,
+                            21.155283,
+                            27.155283,
+                            33.155283
+                        ],
+                        "values": [
+                            [
+                                2.977536,
+                                4.024562,
+                                4.678751,
+                                5.221578,
+                                5.717602,
+                                6.191387
+                            ],
+                            [
+                                3.034567,
+                                4.080681,
+                                4.737191,
+                                5.278897,
+                                5.774822,
+                                6.249414
+                            ],
+                            [
+                                3.06367,
+                                4.109515,
+                                4.764069,
+                                5.307078,
+                                5.802263,
+                                6.277103
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.155283,
+                            9.155283,
+                            15.155283,
+                            21.155283,
+                            27.155283,
+                            33.155283
+                        ],
+                        "values": [
+                            [
+                                1.522871,
+                                2.679531,
+                                3.5369,
+                                4.360521,
+                                5.186922,
+                                6.044677
+                            ],
+                            [
+                                1.526422,
+                                2.677436,
+                                3.536695,
+                                4.357963,
+                                5.186954,
+                                6.054149
+                            ],
+                            [
+                                1.523882,
+                                2.677544,
+                                3.532084,
+                                4.357671,
+                                5.19567,
+                                6.049381
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "A&!IE&PDRV0&!PDRV1&!SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b0",
+                    "timing_type": "three_state_enable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.155283,
+                            9.155283,
+                            15.155283,
+                            21.155283,
+                            27.155283,
+                            33.155283
+                        ],
+                        "values": [
+                            [
+                                2.903675,
+                                3.610881,
+                                4.295142,
+                                4.978923,
+                                5.661251,
+                                6.343475
+                            ],
+                            [
+                                2.942176,
+                                3.649482,
+                                4.333042,
+                                5.017409,
+                                5.698929,
+                                6.38137
+                            ],
+                            [
+                                2.9607,
+                                3.668265,
+                                4.352192,
+                                5.034947,
+                                5.716875,
+                                6.39959
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.155283,
+                            9.155283,
+                            15.155283,
+                            21.155283,
+                            27.155283,
+                            33.155283
+                        ],
+                        "values": [
+                            [
+                                1.056819,
+                                2.383122,
+                                3.778788,
+                                5.219059,
+                                6.654782,
+                                8.095908
+                            ],
+                            [
+                                1.056772,
+                                2.38507,
+                                3.787954,
+                                5.221566,
+                                6.645541,
+                                8.089254
+                            ],
+                            [
+                                1.058591,
+                                2.373503,
+                                3.788271,
+                                5.206142,
+                                6.65381,
+                                8.091074
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "A&!IE&PDRV0&!PDRV1&SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b1",
+                    "timing_type": "three_state_enable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.155283,
+                            9.155283,
+                            15.155283,
+                            21.155283,
+                            27.155283,
+                            33.155283
+                        ],
+                        "values": [
+                            [
+                                3.253365,
+                                4.461668,
+                                5.277354,
+                                6.001418,
+                                6.699933,
+                                7.389584
+                            ],
+                            [
+                                3.292694,
+                                4.500465,
+                                5.316446,
+                                6.04024,
+                                6.739135,
+                                7.428527
+                            ],
+                            [
+                                3.312025,
+                                4.51963,
+                                5.335097,
+                                6.05934,
+                                6.757379,
+                                7.44732
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.155283,
+                            9.155283,
+                            15.155283,
+                            21.155283,
+                            27.155283,
+                            33.155283
+                        ],
+                        "values": [
+                            [
+                                1.91665,
+                                3.353439,
+                                4.57886,
+                                5.860609,
+                                7.167266,
+                                8.520301
+                            ],
+                            [
+                                1.917131,
+                                3.353224,
+                                4.577986,
+                                5.860084,
+                                7.162552,
+                                8.518534
+                            ],
+                            [
+                                1.916065,
+                                3.35234,
+                                4.579314,
+                                5.859502,
+                                7.170152,
+                                8.522068
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "A&!IE&PDRV0&PDRV1&!SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b0",
+                    "timing_type": "three_state_enable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.155283,
+                            9.155283,
+                            15.155283,
+                            21.155283,
+                            27.155283,
+                            33.155283
+                        ],
+                        "values": [
+                            [
+                                2.710978,
+                                3.127287,
+                                3.479399,
+                                3.82355,
+                                4.164553,
+                                4.50581
+                            ],
+                            [
+                                2.761529,
+                                3.179712,
+                                3.531935,
+                                3.876134,
+                                4.217005,
+                                4.55878
+                            ],
+                            [
+                                2.787323,
+                                3.206755,
+                                3.559113,
+                                3.903365,
+                                4.24486,
+                                4.586279
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.155283,
+                            9.155283,
+                            15.155283,
+                            21.155283,
+                            27.155283,
+                            33.155283
+                        ],
+                        "values": [
+                            [
+                                0.786857,
+                                1.3619,
+                                2.018243,
+                                2.699904,
+                                3.405796,
+                                4.113644
+                            ],
+                            [
+                                0.787956,
+                                1.365367,
+                                2.01847,
+                                2.702648,
+                                3.40716,
+                                4.114978
+                            ],
+                            [
+                                0.787246,
+                                1.366317,
+                                2.017688,
+                                2.70798,
+                                3.404915,
+                                4.110309
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "A&!IE&PDRV0&PDRV1&SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b1",
+                    "timing_type": "three_state_enable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.155283,
+                            9.155283,
+                            15.155283,
+                            21.155283,
+                            27.155283,
+                            33.155283
+                        ],
+                        "values": [
+                            [
+                                2.740216,
+                                3.657254,
+                                4.248281,
+                                4.707549,
+                                5.113714,
+                                5.492474
+                            ],
+                            [
+                                2.793176,
+                                3.71111,
+                                4.300338,
+                                4.760876,
+                                5.168235,
+                                5.545683
+                            ],
+                            [
+                                2.82104,
+                                3.738332,
+                                4.327531,
+                                4.788018,
+                                5.195803,
+                                5.573486
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.155283,
+                            9.155283,
+                            15.155283,
+                            21.155283,
+                            27.155283,
+                            33.155283
+                        ],
+                        "values": [
+                            [
+                                1.269858,
+                                2.300755,
+                                3.001984,
+                                3.629368,
+                                4.242946,
+                                4.868262
+                            ],
+                            [
+                                1.273353,
+                                2.30114,
+                                3.000903,
+                                3.632003,
+                                4.245817,
+                                4.870754
+                            ],
+                            [
+                                1.273662,
+                                2.300669,
+                                3.000854,
+                                3.630848,
+                                4.245703,
+                                4.867866
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "!A&!IE&!PDRV0&!PDRV1&!SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b0",
+                    "timing_type": "three_state_enable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.155283,
+                            9.155283,
+                            15.155283,
+                            21.155283,
+                            27.155283,
+                            33.155283
+                        ],
+                        "values": [
+                            [
+                                2.635492,
+                                3.732288,
+                                4.778495,
+                                5.819762,
+                                6.860605,
+                                7.903052
+                            ],
+                            [
+                                2.70964,
+                                3.806822,
+                                4.852788,
+                                5.892956,
+                                6.935072,
+                                7.976957
+                            ],
+                            [
+                                2.748503,
+                                3.845347,
+                                4.891541,
+                                5.932757,
+                                6.973705,
+                                8.016054
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.155283,
+                            9.155283,
+                            15.155283,
+                            21.155283,
+                            27.155283,
+                            33.155283
+                        ],
+                        "values": [
+                            [
+                                1.478288,
+                                3.412752,
+                                5.429558,
+                                7.463199,
+                                9.547485,
+                                11.61352
+                            ],
+                            [
+                                1.477674,
+                                3.416572,
+                                5.436672,
+                                7.468327,
+                                9.542429,
+                                11.60966
+                            ],
+                            [
+                                1.477711,
+                                3.412907,
+                                5.430438,
+                                7.463304,
+                                9.547414,
+                                11.61344
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "!A&!IE&!PDRV0&!PDRV1&SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b1",
+                    "timing_type": "three_state_enable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.155283,
+                            9.155283,
+                            15.155283,
+                            21.155283,
+                            27.155283,
+                            33.155283
+                        ],
+                        "values": [
+                            [
+                                2.849108,
+                                4.807111,
+                                6.381179,
+                                7.726958,
+                                8.944971,
+                                10.09427
+                            ],
+                            [
+                                2.923491,
+                                4.882329,
+                                6.458512,
+                                7.799093,
+                                9.021183,
+                                10.17025
+                            ],
+                            [
+                                2.962016,
+                                4.920854,
+                                6.495466,
+                                7.837377,
+                                9.058794,
+                                10.2085
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.155283,
+                            9.155283,
+                            15.155283,
+                            21.155283,
+                            27.155283,
+                            33.155283
+                        ],
+                        "values": [
+                            [
+                                2.343368,
+                                5.218652,
+                                7.440418,
+                                9.473053,
+                                11.41434,
+                                13.33885
+                            ],
+                            [
+                                2.340391,
+                                5.223515,
+                                7.450559,
+                                9.47594,
+                                11.42551,
+                                13.37459
+                            ],
+                            [
+                                2.343316,
+                                5.224621,
+                                7.445147,
+                                9.479238,
+                                11.42917,
+                                13.37522
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "!A&!IE&!PDRV0&PDRV1&!SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b0",
+                    "timing_type": "three_state_enable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.155283,
+                            9.155283,
+                            15.155283,
+                            21.155283,
+                            27.155283,
+                            33.155283
+                        ],
+                        "values": [
+                            [
+                                2.227306,
+                                2.742265,
+                                3.135786,
+                                3.500893,
+                                3.855179,
+                                4.206112
+                            ],
+                            [
+                                2.300689,
+                                2.815745,
+                                3.209287,
+                                3.574429,
+                                3.928371,
+                                4.279404
+                            ],
+                            [
+                                2.339514,
+                                2.854836,
+                                3.2486,
+                                3.613768,
+                                3.967408,
+                                4.318172
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.155283,
+                            9.155283,
+                            15.155283,
+                            21.155283,
+                            27.155283,
+                            33.155283
+                        ],
+                        "values": [
+                            [
+                                0.799868,
+                                1.45637,
+                                2.076092,
+                                2.713189,
+                                3.370724,
+                                4.033972
+                            ],
+                            [
+                                0.799321,
+                                1.456414,
+                                2.073715,
+                                2.715521,
+                                3.369158,
+                                4.031688
+                            ],
+                            [
+                                0.798352,
+                                1.456032,
+                                2.077639,
+                                2.718749,
+                                3.363448,
+                                4.025557
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "!A&!IE&!PDRV0&PDRV1&SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b1",
+                    "timing_type": "three_state_enable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.155283,
+                            9.155283,
+                            15.155283,
+                            21.155283,
+                            27.155283,
+                            33.155283
+                        ],
+                        "values": [
+                            [
+                                2.191141,
+                                2.916897,
+                                3.608796,
+                                4.257306,
+                                4.859136,
+                                5.415873
+                            ],
+                            [
+                                2.26435,
+                                2.989401,
+                                3.682369,
+                                4.330397,
+                                4.931666,
+                                5.489681
+                            ],
+                            [
+                                2.303777,
+                                3.028956,
+                                3.720841,
+                                4.370029,
+                                4.971328,
+                                5.529702
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.155283,
+                            9.155283,
+                            15.155283,
+                            21.155283,
+                            27.155283,
+                            33.155283
+                        ],
+                        "values": [
+                            [
+                                0.912482,
+                                2.201284,
+                                3.29805,
+                                4.238755,
+                                5.096302,
+                                5.875151
+                            ],
+                            [
+                                0.914349,
+                                2.204514,
+                                3.299307,
+                                4.238772,
+                                5.089283,
+                                5.875597
+                            ],
+                            [
+                                0.914228,
+                                2.198189,
+                                3.297597,
+                                4.244096,
+                                5.093206,
+                                5.867556
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "!A&!IE&PDRV0&!PDRV1&!SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b0",
+                    "timing_type": "three_state_enable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.155283,
+                            9.155283,
+                            15.155283,
+                            21.155283,
+                            27.155283,
+                            33.155283
+                        ],
+                        "values": [
+                            [
+                                2.245815,
+                                2.885927,
+                                3.430947,
+                                3.958609,
+                                4.479757,
+                                4.999818
+                            ],
+                            [
+                                2.319645,
+                                2.959789,
+                                3.504791,
+                                4.032453,
+                                4.553582,
+                                5.073642
+                            ],
+                            [
+                                2.35872,
+                                2.998608,
+                                3.543867,
+                                4.071511,
+                                4.592949,
+                                5.113019
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.155283,
+                            9.155283,
+                            15.155283,
+                            21.155283,
+                            27.155283,
+                            33.155283
+                        ],
+                        "values": [
+                            [
+                                0.97701,
+                                1.912123,
+                                2.876646,
+                                3.862568,
+                                4.878301,
+                                5.895179
+                            ],
+                            [
+                                0.977055,
+                                1.912205,
+                                2.876572,
+                                3.862255,
+                                4.878285,
+                                5.895135
+                            ],
+                            [
+                                0.97748,
+                                1.910686,
+                                2.877293,
+                                3.866265,
+                                4.877784,
+                                5.89512
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "!A&!IE&PDRV0&!PDRV1&SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b1",
+                    "timing_type": "three_state_enable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.155283,
+                            9.155283,
+                            15.155283,
+                            21.155283,
+                            27.155283,
+                            33.155283
+                        ],
+                        "values": [
+                            [
+                                2.234165,
+                                3.303439,
+                                4.284894,
+                                5.158397,
+                                5.941008,
+                                6.658619
+                            ],
+                            [
+                                2.308444,
+                                3.376521,
+                                4.359282,
+                                5.232051,
+                                6.01471,
+                                6.730435
+                            ],
+                            [
+                                2.346637,
+                                3.415236,
+                                4.397081,
+                                5.272266,
+                                6.052777,
+                                6.768496
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.155283,
+                            9.155283,
+                            15.155283,
+                            21.155283,
+                            27.155283,
+                            33.155283
+                        ],
+                        "values": [
+                            [
+                                1.266413,
+                                3.089784,
+                                4.509864,
+                                5.727054,
+                                6.834005,
+                                7.87611
+                            ],
+                            [
+                                1.26579,
+                                3.090688,
+                                4.506129,
+                                5.724647,
+                                6.813415,
+                                7.876497
+                            ],
+                            [
+                                1.264214,
+                                3.0914,
+                                4.506485,
+                                5.721051,
+                                6.831104,
+                                7.86789
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "!A&!IE&PDRV0&PDRV1&!SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b0",
+                    "timing_type": "three_state_enable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.155283,
+                            9.155283,
+                            15.155283,
+                            21.155283,
+                            27.155283,
+                            33.155283
+                        ],
+                        "values": [
+                            [
+                                2.074937,
+                                2.52508,
+                                2.847935,
+                                3.135742,
+                                3.409999,
+                                3.677349
+                            ],
+                            [
+                                2.148609,
+                                2.598708,
+                                2.921543,
+                                3.20932,
+                                3.483611,
+                                3.750969
+                            ],
+                            [
+                                2.188218,
+                                2.638139,
+                                2.960721,
+                                3.248519,
+                                3.522971,
+                                3.790661
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.155283,
+                            9.155283,
+                            15.155283,
+                            21.155283,
+                            27.155283,
+                            33.155283
+                        ],
+                        "values": [
+                            [
+                                0.700125,
+                                1.219511,
+                                1.689123,
+                                2.156042,
+                                2.628719,
+                                3.11205
+                            ],
+                            [
+                                0.700135,
+                                1.219424,
+                                1.689014,
+                                2.155574,
+                                2.629452,
+                                3.110616
+                            ],
+                            [
+                                0.701682,
+                                1.219155,
+                                1.687511,
+                                2.156804,
+                                2.635689,
+                                3.121847
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "!A&!IE&PDRV0&PDRV1&SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b1",
+                    "timing_type": "three_state_enable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.155283,
+                            9.155283,
+                            15.155283,
+                            21.155283,
+                            27.155283,
+                            33.155283
+                        ],
+                        "values": [
+                            [
+                                2.035791,
+                                2.594864,
+                                3.125469,
+                                3.637296,
+                                4.121702,
+                                4.579586
+                            ],
+                            [
+                                2.109644,
+                                2.668691,
+                                3.199082,
+                                3.711141,
+                                4.195556,
+                                4.653396
+                            ],
+                            [
+                                2.148469,
+                                2.707476,
+                                3.238475,
+                                3.750096,
+                                4.235033,
+                                4.692912
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.155283,
+                            9.155283,
+                            15.155283,
+                            21.155283,
+                            27.155283,
+                            33.155283
+                        ],
+                        "values": [
+                            [
+                                0.743102,
+                                1.722253,
+                                2.618427,
+                                3.395114,
+                                4.097586,
+                                4.751604
+                            ],
+                            [
+                                0.74269,
+                                1.722518,
+                                2.618029,
+                                3.395719,
+                                4.098658,
+                                4.751556
+                            ],
+                            [
+                                0.740613,
+                                1.716505,
+                                2.616144,
+                                3.400326,
+                                4.103295,
+                                4.749951
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "!A&!IE&!PDRV0&!PDRV1&!SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b0",
+                    "timing_type": "three_state_disable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.155283,
+                            9.155283,
+                            15.155283,
+                            21.155283,
+                            27.155283,
+                            33.155283
+                        ],
+                        "values": [
+                            [
+                                1.466649,
+                                1.46665,
+                                1.466651,
+                                1.466652,
+                                1.466653,
+                                1.466654
+                            ],
+                            [
+                                1.594768,
+                                1.594769,
+                                1.59477,
+                                1.594771,
+                                1.594772,
+                                1.594773
+                            ],
+                            [
+                                1.759007,
+                                1.759008,
+                                1.759009,
+                                1.75901,
+                                1.759011,
+                                1.759012
+                            ]
+                        ]
+                    },
+                    "rise_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "!A&!IE&!PDRV0&!PDRV1&SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b1",
+                    "timing_type": "three_state_disable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.155283,
+                            9.155283,
+                            15.155283,
+                            21.155283,
+                            27.155283,
+                            33.155283
+                        ],
+                        "values": [
+                            [
+                                1.447119,
+                                1.44712,
+                                1.447121,
+                                1.447122,
+                                1.447123,
+                                1.447124
+                            ],
+                            [
+                                1.574796,
+                                1.574797,
+                                1.574798,
+                                1.574799,
+                                1.5748,
+                                1.574801
+                            ],
+                            [
+                                1.743992,
+                                1.743993,
+                                1.743994,
+                                1.743995,
+                                1.743996,
+                                1.743997
+                            ]
+                        ]
+                    },
+                    "rise_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "!A&!IE&!PDRV0&PDRV1&!SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b0",
+                    "timing_type": "three_state_disable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.155283,
+                            9.155283,
+                            15.155283,
+                            21.155283,
+                            27.155283,
+                            33.155283
+                        ],
+                        "values": [
+                            [
+                                1.591298,
+                                1.591299,
+                                1.5913,
+                                1.591301,
+                                1.591302,
+                                1.591303
+                            ],
+                            [
+                                1.719254,
+                                1.719255,
+                                1.719256,
+                                1.719257,
+                                1.719258,
+                                1.719259
+                            ],
+                            [
+                                1.892857,
+                                1.892858,
+                                1.892859,
+                                1.89286,
+                                1.892861,
+                                1.892862
+                            ]
+                        ]
+                    },
+                    "rise_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "!A&!IE&!PDRV0&PDRV1&SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b1",
+                    "timing_type": "three_state_disable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.155283,
+                            9.155283,
+                            15.155283,
+                            21.155283,
+                            27.155283,
+                            33.155283
+                        ],
+                        "values": [
+                            [
+                                1.582937,
+                                1.582938,
+                                1.582939,
+                                1.58294,
+                                1.582941,
+                                1.582942
+                            ],
+                            [
+                                1.710839,
+                                1.71084,
+                                1.710841,
+                                1.710842,
+                                1.710843,
+                                1.710844
+                            ],
+                            [
+                                1.882493,
+                                1.882494,
+                                1.882495,
+                                1.882496,
+                                1.882497,
+                                1.882498
+                            ]
+                        ]
+                    },
+                    "rise_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "!A&!IE&PDRV0&!PDRV1&!SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b0",
+                    "timing_type": "three_state_disable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.155283,
+                            9.155283,
+                            15.155283,
+                            21.155283,
+                            27.155283,
+                            33.155283
+                        ],
+                        "values": [
+                            [
+                                1.452572,
+                                1.452573,
+                                1.452574,
+                                1.452575,
+                                1.452576,
+                                1.452577
+                            ],
+                            [
+                                1.582381,
+                                1.582382,
+                                1.582383,
+                                1.582384,
+                                1.582385,
+                                1.582386
+                            ],
+                            [
+                                1.752668,
+                                1.752669,
+                                1.75267,
+                                1.752671,
+                                1.752672,
+                                1.752673
+                            ]
+                        ]
+                    },
+                    "rise_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "!A&!IE&PDRV0&!PDRV1&SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b1",
+                    "timing_type": "three_state_disable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.155283,
+                            9.155283,
+                            15.155283,
+                            21.155283,
+                            27.155283,
+                            33.155283
+                        ],
+                        "values": [
+                            [
+                                1.442286,
+                                1.442287,
+                                1.442288,
+                                1.442289,
+                                1.44229,
+                                1.442291
+                            ],
+                            [
+                                1.5666,
+                                1.566601,
+                                1.566602,
+                                1.566603,
+                                1.566604,
+                                1.566605
+                            ],
+                            [
+                                1.739068,
+                                1.739069,
+                                1.73907,
+                                1.739071,
+                                1.739072,
+                                1.739073
+                            ]
+                        ]
+                    },
+                    "rise_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "!A&!IE&PDRV0&PDRV1&!SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b0",
+                    "timing_type": "three_state_disable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.155283,
+                            9.155283,
+                            15.155283,
+                            21.155283,
+                            27.155283,
+                            33.155283
+                        ],
+                        "values": [
+                            [
+                                1.564963,
+                                1.564964,
+                                1.564965,
+                                1.564966,
+                                1.564967,
+                                1.564968
+                            ],
+                            [
+                                1.691573,
+                                1.691888,
+                                1.691889,
+                                1.69189,
+                                1.691891,
+                                1.691892
+                            ],
+                            [
+                                1.863729,
+                                1.86373,
+                                1.863731,
+                                1.863732,
+                                1.863733,
+                                1.863734
+                            ]
+                        ]
+                    },
+                    "rise_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "!A&!IE&PDRV0&PDRV1&SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b1",
+                    "timing_type": "three_state_disable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.155283,
+                            9.155283,
+                            15.155283,
+                            21.155283,
+                            27.155283,
+                            33.155283
+                        ],
+                        "values": [
+                            [
+                                1.556847,
+                                1.556848,
+                                1.556849,
+                                1.55685,
+                                1.556851,
+                                1.556852
+                            ],
+                            [
+                                1.686132,
+                                1.686133,
+                                1.686134,
+                                1.686135,
+                                1.686136,
+                                1.686137
+                            ],
+                            [
+                                1.853929,
+                                1.854331,
+                                1.854332,
+                                1.854333,
+                                1.854334,
+                                1.854335
+                            ]
+                        ]
+                    },
+                    "rise_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "A&!IE&!PDRV0&!PDRV1&!SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b0",
+                    "timing_type": "three_state_disable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.155283,
+                            9.155283,
+                            15.155283,
+                            21.155283,
+                            27.155283,
+                            33.155283
+                        ],
+                        "values": [
+                            [
+                                1.736908,
+                                1.736909,
+                                1.73691,
+                                1.736911,
+                                1.736912,
+                                1.736913
+                            ],
+                            [
+                                1.868391,
+                                1.868392,
+                                1.868393,
+                                1.868394,
+                                1.868395,
+                                1.868396
+                            ],
+                            [
+                                2.044705,
+                                2.044706,
+                                2.044707,
+                                2.044708,
+                                2.044709,
+                                2.04471
+                            ]
+                        ]
+                    },
+                    "fall_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "A&!IE&!PDRV0&!PDRV1&SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b1",
+                    "timing_type": "three_state_disable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.155283,
+                            9.155283,
+                            15.155283,
+                            21.155283,
+                            27.155283,
+                            33.155283
+                        ],
+                        "values": [
+                            [
+                                1.739954,
+                                1.739955,
+                                1.739956,
+                                1.739957,
+                                1.739958,
+                                1.739959
+                            ],
+                            [
+                                1.868447,
+                                1.868448,
+                                1.868449,
+                                1.86845,
+                                1.868451,
+                                1.868452
+                            ],
+                            [
+                                2.040899,
+                                2.0409,
+                                2.040901,
+                                2.040902,
+                                2.040903,
+                                2.040904
+                            ]
+                        ]
+                    },
+                    "fall_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "A&!IE&!PDRV0&PDRV1&!SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b0",
+                    "timing_type": "three_state_disable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.155283,
+                            9.155283,
+                            15.155283,
+                            21.155283,
+                            27.155283,
+                            33.155283
+                        ],
+                        "values": [
+                            [
+                                1.981277,
+                                1.981278,
+                                1.981279,
+                                1.98128,
+                                1.981281,
+                                1.981282
+                            ],
+                            [
+                                2.11266,
+                                2.114696,
+                                2.114697,
+                                2.114698,
+                                2.114699,
+                                2.1147
+                            ],
+                            [
+                                2.289247,
+                                2.289248,
+                                2.289249,
+                                2.28925,
+                                2.289251,
+                                2.289252
+                            ]
+                        ]
+                    },
+                    "fall_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "A&!IE&!PDRV0&PDRV1&SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b1",
+                    "timing_type": "three_state_disable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.155283,
+                            9.155283,
+                            15.155283,
+                            21.155283,
+                            27.155283,
+                            33.155283
+                        ],
+                        "values": [
+                            [
+                                1.981624,
+                                1.981625,
+                                1.981626,
+                                1.981627,
+                                1.981628,
+                                1.981629
+                            ],
+                            [
+                                2.113437,
+                                2.113438,
+                                2.113439,
+                                2.11344,
+                                2.113441,
+                                2.113442
+                            ],
+                            [
+                                2.285973,
+                                2.285974,
+                                2.285975,
+                                2.285976,
+                                2.285977,
+                                2.285978
+                            ]
+                        ]
+                    },
+                    "fall_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "A&!IE&PDRV0&!PDRV1&!SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b0",
+                    "timing_type": "three_state_disable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.155283,
+                            9.155283,
+                            15.155283,
+                            21.155283,
+                            27.155283,
+                            33.155283
+                        ],
+                        "values": [
+                            [
+                                1.720519,
+                                1.72052,
+                                1.720521,
+                                1.720522,
+                                1.720523,
+                                1.720524
+                            ],
+                            [
+                                1.851197,
+                                1.851198,
+                                1.851199,
+                                1.8512,
+                                1.851201,
+                                1.851202
+                            ],
+                            [
+                                2.026987,
+                                2.026988,
+                                2.026989,
+                                2.02699,
+                                2.026991,
+                                2.026992
+                            ]
+                        ]
+                    },
+                    "fall_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "A&!IE&PDRV0&!PDRV1&SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b1",
+                    "timing_type": "three_state_disable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.155283,
+                            9.155283,
+                            15.155283,
+                            21.155283,
+                            27.155283,
+                            33.155283
+                        ],
+                        "values": [
+                            [
+                                1.725614,
+                                1.725615,
+                                1.725616,
+                                1.725617,
+                                1.725618,
+                                1.725619
+                            ],
+                            [
+                                1.854537,
+                                1.854538,
+                                1.854539,
+                                1.85454,
+                                1.854541,
+                                1.854542
+                            ],
+                            [
+                                2.027964,
+                                2.027965,
+                                2.027966,
+                                2.027967,
+                                2.027968,
+                                2.027969
+                            ]
+                        ]
+                    },
+                    "fall_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "A&!IE&PDRV0&PDRV1&!SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b0",
+                    "timing_type": "three_state_disable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.155283,
+                            9.155283,
+                            15.155283,
+                            21.155283,
+                            27.155283,
+                            33.155283
+                        ],
+                        "values": [
+                            [
+                                1.962836,
+                                1.962837,
+                                1.962838,
+                                1.962839,
+                                1.96284,
+                                1.962841
+                            ],
+                            [
+                                2.095242,
+                                2.095243,
+                                2.095244,
+                                2.095245,
+                                2.095246,
+                                2.095247
+                            ],
+                            [
+                                2.268713,
+                                2.268876,
+                                2.268877,
+                                2.268878,
+                                2.268879,
+                                2.26888
+                            ]
+                        ]
+                    },
+                    "fall_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "A&!IE&PDRV0&PDRV1&SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b1",
+                    "timing_type": "three_state_disable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.155283,
+                            9.155283,
+                            15.155283,
+                            21.155283,
+                            27.155283,
+                            33.155283
+                        ],
+                        "values": [
+                            [
+                                1.962716,
+                                1.962717,
+                                1.962718,
+                                1.962719,
+                                1.96272,
+                                1.962721
+                            ],
+                            [
+                                2.093449,
+                                2.09345,
+                                2.093451,
+                                2.093452,
+                                2.093453,
+                                2.093454
+                            ],
+                            [
+                                2.266746,
+                                2.266747,
+                                2.266748,
+                                2.266749,
+                                2.26675,
+                                2.266751
+                            ]
+                        ]
+                    },
+                    "fall_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                }
+            ]
+        },
+        "pin Y": {
+            "function": "((IE*PAD))",
+            "direction": "output",
+            "max_capacitance": "0.500000",
+            "output_signal_level": "VDD",
+            "internal_power ": [
+                {
+                    "related_pin": "IE",
+                    "when": "!CS&!OE&PAD",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                1.458991,
+                                1.436755,
+                                1.431329,
+                                1.403857,
+                                1.39524,
+                                1.390498
+                            ],
+                            [
+                                1.088945,
+                                1.055107,
+                                1.063444,
+                                1.021769,
+                                1.001947,
+                                1.015531
+                            ],
+                            [
+                                1.082796,
+                                1.054331,
+                                1.039275,
+                                1.020382,
+                                0.992868,
+                                0.995
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                1.708237,
+                                1.720812,
+                                1.744672,
+                                1.767846,
+                                1.773012,
+                                1.777449
+                            ],
+                            [
+                                1.435048,
+                                1.488367,
+                                1.428817,
+                                1.476256,
+                                1.520967,
+                                1.562101
+                            ],
+                            [
+                                1.401664,
+                                1.396807,
+                                1.512943,
+                                1.470331,
+                                1.472152,
+                                1.446484
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "IE",
+                    "when": "CS&!OE&PAD",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                1.644403,
+                                1.620327,
+                                1.608954,
+                                1.591189,
+                                1.57855,
+                                1.566529
+                            ],
+                            [
+                                1.268816,
+                                1.244807,
+                                1.233939,
+                                1.209078,
+                                1.207729,
+                                1.198164
+                            ],
+                            [
+                                1.27092,
+                                1.242555,
+                                1.226823,
+                                1.20594,
+                                1.207915,
+                                1.202643
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                1.803732,
+                                1.793758,
+                                1.921584,
+                                1.906366,
+                                1.902573,
+                                1.94893
+                            ],
+                            [
+                                1.506396,
+                                1.535337,
+                                1.630061,
+                                1.632219,
+                                1.611307,
+                                1.691906
+                            ],
+                            [
+                                1.509879,
+                                1.508475,
+                                1.597047,
+                                1.552502,
+                                1.555229,
+                                1.500839
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "PAD",
+                    "when": "!CS&IE&!OE",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.85867,
+                                0.83453,
+                                0.81454,
+                                0.7731,
+                                0.75705,
+                                0.74642
+                            ],
+                            [
+                                0.77464,
+                                0.74966,
+                                0.72973,
+                                0.68556,
+                                0.66841,
+                                0.65268
+                            ],
+                            [
+                                1.08237,
+                                1.06916,
+                                1.03913,
+                                0.99541,
+                                0.97706,
+                                0.96373
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.94431,
+                                0.95724,
+                                0.99056,
+                                1.05498,
+                                1.07433,
+                                1.08614
+                            ],
+                            [
+                                0.92116,
+                                0.93288,
+                                0.96691,
+                                1.03239,
+                                1.05068,
+                                1.06325
+                            ],
+                            [
+                                0.84846,
+                                0.85995,
+                                0.89362,
+                                0.95676,
+                                0.96682,
+                                0.98135
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "PAD",
+                    "when": "CS&IE&!OE",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                1.10413,
+                                1.07944,
+                                1.06024,
+                                1.01519,
+                                0.99927,
+                                0.98671
+                            ],
+                            [
+                                0.94301,
+                                0.91742,
+                                0.89953,
+                                0.85385,
+                                0.83746,
+                                0.82647
+                            ],
+                            [
+                                1.40044,
+                                1.37182,
+                                1.34804,
+                                1.31217,
+                                1.29561,
+                                1.28652
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                1.47645,
+                                1.49466,
+                                1.54418,
+                                1.66126,
+                                1.70065,
+                                1.73377
+                            ],
+                            [
+                                1.32366,
+                                1.34372,
+                                1.39444,
+                                1.5131,
+                                1.55335,
+                                1.587
+                            ],
+                            [
+                                1.1125,
+                                1.12702,
+                                1.18028,
+                                1.30046,
+                                1.34247,
+                                1.37681
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "IE",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                1.551697,
+                                1.528541,
+                                1.520142,
+                                1.497523,
+                                1.486895,
+                                1.478514
+                            ],
+                            [
+                                1.17888,
+                                1.149957,
+                                1.148691,
+                                1.115423,
+                                1.104838,
+                                1.106847
+                            ],
+                            [
+                                1.176858,
+                                1.148443,
+                                1.133049,
+                                1.113161,
+                                1.100391,
+                                1.098821
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                1.755984,
+                                1.757285,
+                                1.833128,
+                                1.837106,
+                                1.837792,
+                                1.86319
+                            ],
+                            [
+                                1.470722,
+                                1.511852,
+                                1.529439,
+                                1.554238,
+                                1.566137,
+                                1.627003
+                            ],
+                            [
+                                1.455771,
+                                1.452641,
+                                1.554995,
+                                1.511417,
+                                1.513691,
+                                1.473661
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "PAD",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.9814,
+                                0.956985,
+                                0.93739,
+                                0.894145,
+                                0.87816,
+                                0.866565
+                            ],
+                            [
+                                0.858825,
+                                0.83354,
+                                0.81463,
+                                0.769705,
+                                0.752935,
+                                0.739575
+                            ],
+                            [
+                                1.241405,
+                                1.22049,
+                                1.193585,
+                                1.15379,
+                                1.136335,
+                                1.125125
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                1.21038,
+                                1.22595,
+                                1.26737,
+                                1.35812,
+                                1.38749,
+                                1.409955
+                            ],
+                            [
+                                1.12241,
+                                1.1383,
+                                1.180675,
+                                1.272745,
+                                1.302015,
+                                1.325125
+                            ],
+                            [
+                                0.98048,
+                                0.993485,
+                                1.03695,
+                                1.12861,
+                                1.154645,
+                                1.17908
+                            ]
+                        ]
+                    }
+                }
+            ],
+            "timing ": [
+                {
+                    "related_pin": "IE",
+                    "timing_type": "combinational",
+                    "timing_sense": "positive_unate",
+                    "when": "!CS&!OE&PAD",
+                    "sdf_cond": "CS==1'b0&&OE==1'b0&&PAD==1'b1",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                2.266661,
+                                2.341704,
+                                2.437125,
+                                2.708667,
+                                2.838748,
+                                2.968792
+                            ],
+                            [
+                                2.363532,
+                                2.439447,
+                                2.534083,
+                                2.805892,
+                                2.935095,
+                                3.064799
+                            ],
+                            [
+                                2.430461,
+                                2.506689,
+                                2.601098,
+                                2.872919,
+                                3.00326,
+                                3.133394
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.273705,
+                                0.371752,
+                                0.522387,
+                                1.023533,
+                                1.280337,
+                                1.547218
+                            ],
+                            [
+                                0.276635,
+                                0.372703,
+                                0.522489,
+                                1.024439,
+                                1.282831,
+                                1.547022
+                            ],
+                            [
+                                0.269561,
+                                0.370409,
+                                0.523245,
+                                1.023041,
+                                1.283185,
+                                1.541462
+                            ]
+                        ]
+                    },
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                1.89785,
+                                1.958758,
+                                2.032366,
+                                2.229374,
+                                2.318516,
+                                2.405335
+                            ],
+                            [
+                                2.032466,
+                                2.093376,
+                                2.166956,
+                                2.364003,
+                                2.453149,
+                                2.53998
+                            ],
+                            [
+                                2.196035,
+                                2.256925,
+                                2.330827,
+                                2.527774,
+                                2.616572,
+                                2.703771
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.139717,
+                                0.219489,
+                                0.320607,
+                                0.635844,
+                                0.793613,
+                                0.954453
+                            ],
+                            [
+                                0.139708,
+                                0.219269,
+                                0.320505,
+                                0.635807,
+                                0.793614,
+                                0.954123
+                            ],
+                            [
+                                0.140053,
+                                0.220733,
+                                0.320715,
+                                0.634506,
+                                0.793982,
+                                0.952204
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "IE",
+                    "timing_type": "combinational",
+                    "timing_sense": "positive_unate",
+                    "when": "CS&!OE&PAD",
+                    "sdf_cond": "CS==1'b1&&OE==1'b0&&PAD==1'b1",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                2.36351,
+                                2.439406,
+                                2.533824,
+                                2.804943,
+                                2.935963,
+                                3.065125
+                            ],
+                            [
+                                2.460386,
+                                2.536265,
+                                2.630693,
+                                2.901869,
+                                3.032823,
+                                3.163061
+                            ],
+                            [
+                                2.52782,
+                                2.603808,
+                                2.698708,
+                                2.970247,
+                                3.100384,
+                                3.230471
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.273772,
+                                0.374071,
+                                0.522359,
+                                1.024722,
+                                1.27935,
+                                1.54612
+                            ],
+                            [
+                                0.273774,
+                                0.374126,
+                                0.522388,
+                                1.021266,
+                                1.282433,
+                                1.54165
+                            ],
+                            [
+                                0.268117,
+                                0.370111,
+                                0.524815,
+                                1.023286,
+                                1.282278,
+                                1.54733
+                            ]
+                        ]
+                    },
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                2.002404,
+                                2.063323,
+                                2.136872,
+                                2.333947,
+                                2.423111,
+                                2.510302
+                            ],
+                            [
+                                2.136899,
+                                2.19782,
+                                2.271448,
+                                2.468425,
+                                2.557516,
+                                2.644749
+                            ],
+                            [
+                                2.30077,
+                                2.361574,
+                                2.435264,
+                                2.632526,
+                                2.721641,
+                                2.808819
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.140382,
+                                0.219802,
+                                0.320845,
+                                0.63581,
+                                0.793572,
+                                0.954344
+                            ],
+                            [
+                                0.140436,
+                                0.220249,
+                                0.321078,
+                                0.636054,
+                                0.794246,
+                                0.953575
+                            ],
+                            [
+                                0.140775,
+                                0.218821,
+                                0.32155,
+                                0.636364,
+                                0.794343,
+                                0.954789
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "PAD",
+                    "timing_type": "combinational",
+                    "timing_sense": "positive_unate",
+                    "when": "!CS&IE&!OE",
+                    "sdf_cond": "CS==1'b0&&IE==1'b1&&OE==1'b0",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                1.606665,
+                                1.681808,
+                                1.776025,
+                                2.04895,
+                                2.179763,
+                                2.309414
+                            ],
+                            [
+                                1.698406,
+                                1.773337,
+                                1.867579,
+                                2.140669,
+                                2.271128,
+                                2.40074
+                            ],
+                            [
+                                1.738693,
+                                1.813014,
+                                1.907516,
+                                2.180442,
+                                2.311036,
+                                2.441129
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.267643,
+                                0.368157,
+                                0.516651,
+                                1.026459,
+                                1.285808,
+                                1.548109
+                            ],
+                            [
+                                0.267581,
+                                0.369164,
+                                0.51798,
+                                1.025308,
+                                1.283404,
+                                1.546995
+                            ],
+                            [
+                                0.267449,
+                                0.367956,
+                                0.515551,
+                                1.023089,
+                                1.28274,
+                                1.54589
+                            ]
+                        ]
+                    },
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                1.574828,
+                                1.635783,
+                                1.709164,
+                                1.905468,
+                                1.995095,
+                                2.082417
+                            ],
+                            [
+                                1.577955,
+                                1.638812,
+                                1.712321,
+                                1.908859,
+                                1.998273,
+                                2.085564
+                            ],
+                            [
+                                1.745706,
+                                1.806557,
+                                1.879383,
+                                2.076511,
+                                2.165967,
+                                2.253469
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.142088,
+                                0.217673,
+                                0.319584,
+                                0.634517,
+                                0.794084,
+                                0.953404
+                            ],
+                            [
+                                0.140782,
+                                0.21786,
+                                0.319511,
+                                0.636022,
+                                0.793502,
+                                0.953167
+                            ],
+                            [
+                                0.140063,
+                                0.217799,
+                                0.318699,
+                                0.636303,
+                                0.794191,
+                                0.954213
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "PAD",
+                    "timing_type": "combinational",
+                    "timing_sense": "positive_unate",
+                    "when": "CS&IE&!OE",
+                    "sdf_cond": "CS==1'b1&&IE==1'b1&&OE==1'b0",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                1.73551,
+                                1.810554,
+                                1.904779,
+                                2.178052,
+                                2.30877,
+                                2.438748
+                            ],
+                            [
+                                1.856058,
+                                1.931496,
+                                2.02593,
+                                2.298575,
+                                2.429266,
+                                2.55897
+                            ],
+                            [
+                                1.965394,
+                                2.039784,
+                                2.134884,
+                                2.408029,
+                                2.53804,
+                                2.667471
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.267234,
+                                0.367816,
+                                0.516854,
+                                1.022936,
+                                1.280095,
+                                1.542282
+                            ],
+                            [
+                                0.267554,
+                                0.368259,
+                                0.518255,
+                                1.0226,
+                                1.280497,
+                                1.541838
+                            ],
+                            [
+                                0.26705,
+                                0.368411,
+                                0.516939,
+                                1.024013,
+                                1.281313,
+                                1.547158
+                            ]
+                        ]
+                    },
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                2.542679,
+                                2.603328,
+                                2.676823,
+                                2.873916,
+                                2.963265,
+                                3.050615
+                            ],
+                            [
+                                2.370825,
+                                2.431558,
+                                2.505622,
+                                2.702825,
+                                2.792015,
+                                2.87971
+                            ],
+                            [
+                                2.512148,
+                                2.572794,
+                                2.646613,
+                                2.844384,
+                                2.933616,
+                                3.020546
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.143707,
+                                0.220109,
+                                0.322035,
+                                0.637159,
+                                0.795372,
+                                0.956134
+                            ],
+                            [
+                                0.143885,
+                                0.2204,
+                                0.321326,
+                                0.637268,
+                                0.79504,
+                                0.955201
+                            ],
+                            [
+                                0.143856,
+                                0.219745,
+                                0.321903,
+                                0.637462,
+                                0.795408,
+                                0.95458
+                            ]
+                        ]
+                    }
+                }
+            ]
+        },
+        "pin DVDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin DVSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        }
+    }
+}
\ No newline at end of file
diff --git a/cells/bi_t/gf180mcu_fd_io__bi_t__ff_125C_3v63.lib b/cells/bi_t/gf180mcu_fd_io__bi_t__ff_125C_3v63.lib
new file mode 100644
index 0000000..dbf3620
--- /dev/null
+++ b/cells/bi_t/gf180mcu_fd_io__bi_t__ff_125C_3v63.lib
@@ -0,0 +1,1841 @@
+/*
+ * Copyright 2022 GlobalFoundries PDK Authors
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+	cell ("gf180mcu_fd_io__bi_t") {
+		scaling_factors : "gf_factors";
+		area : 26250.000000;
+		pad_cell : true;
+		dont_use : true;
+		dont_touch : true;
+		cell_leakage_power : 6.338670e-02;
+		leakage_power () {
+			when : "!PDRV0 !PDRV1 !CS !SL !IE !OE !PU !PD !A !PAD";
+			value : "0.063387";
+		}
+		pin ("CS") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.023721;
+			rise_capacitance_range(0.022740,0.024655);
+			capacitance : 0.023318;
+			fall_capacitance : 0.022915;
+			fall_capacitance_range(0.022275,0.023495);
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("0.391627, 1.579929, 1.639340");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("0.537638, 1.373148, 1.470225");
+				}
+			}
+		}
+		pin ("SL") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.032154;
+			rise_capacitance_range(0.031322,0.033336);
+			capacitance : 0.031808;
+			fall_capacitance : 0.031463;
+			fall_capacitance_range(0.030857,0.031767);
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("0.315460, 1.750534, 1.808584");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("0.576946, 1.885353, 1.900845");
+				}
+			}
+		}
+		pin ("IE") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.015050;
+			rise_capacitance_range(0.014057,0.015869);
+			capacitance : 0.014628;
+			fall_capacitance : 0.014206;
+			fall_capacitance_range(0.013594,0.014768);
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("0.432446, 0.983394, 1.028252");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("0.428806, 0.905770, 0.962078");
+				}
+			}
+		}
+		pin ("OE") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.089117;
+			rise_capacitance_range(0.082943,0.098898);
+			capacitance : 0.088830;
+			fall_capacitance : 0.087375;
+			fall_capacitance_range(0.083146,0.092732);
+		}
+		pin ("PU") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.082374;
+			rise_capacitance_range(0.065179,0.095108);
+			capacitance : 0.082939;
+			fall_capacitance : 0.083504;
+			fall_capacitance_range(0.062687,0.099456);
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("-0.283142, 0.352909, 0.396528");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("1.130386, 1.905790, 2.133750");
+				}
+			}
+		}
+		pin ("PD") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.049158;
+			rise_capacitance_range(0.048804,0.049585);
+			capacitance : 0.050319;
+			fall_capacitance : 0.051480;
+			fall_capacitance_range(0.049502,0.053411);
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("0.062001, 1.110955, 1.171820");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("1.011227, 1.721478, 1.798039");
+				}
+			}
+		}
+		pin ("A") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.037712;
+			rise_capacitance_range(0.035717,0.038867);
+			capacitance : 0.037540;
+			fall_capacitance : 0.037368;
+			fall_capacitance_range(0.036114,0.038441);
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("-0.156179, -0.149773, -0.140732");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("0.182216, 0.188418, 0.178517");
+				}
+			}
+		}
+		pin ("PDRV0") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.030554;
+			rise_capacitance_range(0.029963,0.030941);
+			capacitance : 0.030769;
+			fall_capacitance : 0.030983;
+			fall_capacitance_range(0.030506,0.031278);
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("-0.130338, -0.131934, -0.131275");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("0.140254, 0.132416, 0.131438");
+				}
+			}
+		}
+		pin ("PDRV1") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.032598;
+			rise_capacitance_range(0.031968,0.033015);
+			capacitance : 0.032835;
+			fall_capacitance : 0.033072;
+			fall_capacitance_range(0.032552,0.033404);
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("-0.152017, -0.154369, -0.153720");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("0.163424, 0.154871, 0.154168");
+				}
+			}
+		}
+		pin ("PAD") {
+			drive_current : 16000.000000;
+			is_pad : true;
+			function : "((A))";
+			three_state : "((!OE))";
+			direction : "inout";
+			max_transition : 1.000000;
+			max_capacitance : 30.000000;
+			input_signal_level : "DVDD";
+			output_signal_level : "DVDD";
+			capacitance : 3.015346;
+			internal_power () {
+				related_pin : "A";
+				when : "!IE&OE&!PDRV0&!PDRV1&!SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("31.474849, 30.904529, 30.448809, 29.384889, 28.274469, 27.232579", \
+					  "31.489803, 31.133463, 30.464243, 29.514793, 28.701523, 27.348843", \
+					  "31.541142, 31.122762, 30.504892, 29.557562, 28.518672, 27.477912");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("34.333594, 34.497924, 34.753204, 34.777294, 34.542034, 35.876664", \
+					  "34.336712, 34.541502, 34.773572, 34.818882, 34.473742, 35.610472", \
+					  "34.394303, 34.705283, 34.815693, 34.871463, 34.774173, 34.819403");
+				}
+			}
+			internal_power () {
+				related_pin : "A";
+				when : "!IE&OE&!PDRV0&!PDRV1&SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("31.136369, 30.818529, 29.982449, 29.194779, 28.160679, 27.369149", \
+					  "31.054453, 30.909233, 29.744793, 30.263273, 26.508663, 28.153853", \
+					  "31.137782, 30.858122, 30.004182, 29.759672, 27.539642, 27.328702");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("32.415534, 33.878094, 34.050734, 34.286904, 34.625454, 33.442604", \
+					  "32.367232, 34.006072, 33.995112, 34.268592, 35.164722, 32.882682", \
+					  "32.515493, 33.916463, 34.271003, 34.337173, 34.082773, 34.689593");
+				}
+			}
+			internal_power () {
+				related_pin : "A";
+				when : "!IE&OE&!PDRV0&PDRV1&!SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("51.569699, 51.876259, 51.576009, 51.151529, 50.666089, 50.180619", \
+					  "51.520943, 52.404773, 51.443573, 51.148823, 50.750373, 50.234663", \
+					  "51.178252, 51.438612, 51.689872, 50.921362, 50.954392, 50.283022");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("52.309294, 54.143964, 54.676944, 54.871864, 55.038024, 55.130414", \
+					  "52.307472, 54.180072, 54.688122, 54.903202, 55.041302, 55.158162", \
+					  "52.366173, 54.238193, 54.741283, 54.966743, 55.092503, 55.296103");
+				}
+			}
+			internal_power () {
+				related_pin : "A";
+				when : "!IE&OE&!PDRV0&PDRV1&SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("48.489569, 50.547589, 50.731099, 50.250009, 49.670759, 49.099779", \
+					  "48.534973, 51.046313, 50.542953, 50.292183, 49.714603, 49.179883", \
+					  "48.510782, 50.929912, 50.633682, 50.248672, 49.753862, 49.065972");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("45.902864, 48.691914, 49.905614, 52.572204, 52.715094, 52.908114", \
+					  "45.732322, 48.731382, 49.903452, 52.644782, 52.698002, 52.901262", \
+					  "45.569923, 48.453653, 50.445373, 52.150163, 52.741183, 53.204953");
+				}
+			}
+			internal_power () {
+				related_pin : "A";
+				when : "!IE&OE&PDRV0&!PDRV1&!SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("41.156659, 41.343019, 40.981629, 40.481539, 39.926699, 39.146129", \
+					  "41.279453, 41.624313, 41.087923, 40.439363, 40.192173, 39.057343", \
+					  "41.382912, 41.390402, 40.827822, 40.476232, 40.021872, 38.990522");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("43.677384, 44.553004, 44.590404, 45.048684, 45.037154, 45.004984", \
+					  "43.678562, 44.585862, 44.608192, 45.068232, 45.053362, 45.017432", \
+					  "43.812273, 44.460413, 44.838643, 44.995423, 45.185393, 45.180283");
+				}
+			}
+			internal_power () {
+				related_pin : "A";
+				when : "!IE&OE&PDRV0&!PDRV1&SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("40.163839, 41.009829, 40.493489, 39.775269, 39.050879, 38.079069", \
+					  "39.987823, 40.729203, 40.465053, 39.798423, 39.244773, 38.422793", \
+					  "40.254812, 40.901142, 40.354132, 39.894142, 39.105072, 38.250732");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("39.349574, 41.523534, 43.300434, 43.524624, 43.650974, 43.802144", \
+					  "39.256822, 41.466652, 43.346192, 43.503372, 43.666372, 43.866982", \
+					  "39.152983, 41.812903, 43.034843, 43.613623, 43.979453, 44.133713");
+				}
+			}
+			internal_power () {
+				related_pin : "A";
+				when : "!IE&OE&PDRV0&PDRV1&!SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("60.418629, 61.796459, 61.820419, 61.579969, 60.938329, 60.552629", \
+					  "60.453593, 61.775953, 61.803743, 61.586883, 60.974593, 60.832533", \
+					  "60.450532, 61.628652, 61.958382, 61.486802, 61.220052, 60.714602");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("60.614694, 63.477824, 64.577884, 64.602104, 65.233794, 65.119574", \
+					  "60.634392, 63.468792, 64.600132, 64.630602, 65.273742, 65.114442", \
+					  "60.625583, 63.529803, 64.631753, 64.779513, 65.146193, 65.241543");
+				}
+			}
+			internal_power () {
+				related_pin : "A";
+				when : "!IE&OE&PDRV0&PDRV1&SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("56.495129, 60.032419, 60.411019, 60.253769, 59.974659, 59.344399", \
+					  "56.627763, 59.830323, 60.486383, 60.077753, 59.987653, 59.533183", \
+					  "56.298402, 60.041932, 60.763112, 60.618852, 60.026472, 59.117822");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("52.527644, 55.673904, 59.011074, 58.679634, 61.961174, 61.885694", \
+					  "52.307382, 55.470122, 58.921692, 58.723392, 62.052892, 61.848592", \
+					  "52.057023, 55.747453, 57.744583, 59.456693, 61.197303, 61.960763");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "A&!IE&!PDRV0&!PDRV1&!SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("30.212104, 29.643564, 28.902224, 27.959934, 27.131644, 25.840844", \
+					  "24.384112, 23.775142, 23.050672, 22.256482, 20.910552, 20.211952", \
+					  "23.835727, 23.324047, 22.343167, 22.077797, 20.028437, 19.995617");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("3.721079, 3.892511, 3.931095, 3.948670, 3.958576, 3.964899", \
+					  "1.507174, 2.100138, 2.249846, 2.295363, 2.336783, 2.363471", \
+					  "2.339450, 3.011109, 3.203008, 3.061439, 3.094342, 3.115927");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "A&!IE&!PDRV0&!PDRV1&SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("29.917534, 29.347984, 28.612164, 27.598564, 26.829424, 25.410244", \
+					  "24.093412, 23.534902, 22.729362, 21.682052, 20.851472, 19.790812", \
+					  "23.556837, 23.006887, 22.218987, 21.365587, 20.295167, 19.191347");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("3.680127, 3.850910, 3.911564, 3.934623, 3.946558, 3.953827", \
+					  "1.522116, 2.143435, 2.258282, 2.312889, 2.345561, 2.368055", \
+					  "2.467509, 2.734164, 2.907215, 3.009740, 3.076549, 3.120023");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "A&!IE&!PDRV0&PDRV1&!SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("46.274834, 45.991274, 45.518324, 44.845694, 44.244654, 43.499214", \
+					  "40.272392, 39.948642, 39.568182, 38.790752, 38.165962, 37.455172", \
+					  "40.003467, 39.551507, 38.796067, 38.442257, 37.608247, 36.875197");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("6.739039, 6.876973, 6.916711, 6.936756, 6.948209, 6.955916", \
+					  "9.028018, 10.796208, 11.408518, 11.703708, 11.872508, 11.981138", \
+					  "10.057485, 11.792675, 12.344345, 12.543125, 12.674375, 12.764785");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "A&!IE&!PDRV0&PDRV1&SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("43.391534, 45.007234, 44.542874, 43.875304, 43.259154, 42.471564", \
+					  "37.495812, 39.050642, 38.605052, 37.855902, 37.338822, 36.518592", \
+					  "37.066087, 38.088477, 37.932577, 37.299747, 36.756427, 36.096437");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("6.729617, 6.991660, 7.077899, 7.072852, 7.050627, 7.034296", \
+					  "8.956328, 10.517698, 11.099458, 11.431398, 11.657488, 11.822588", \
+					  "9.869435, 11.788195, 12.738825, 13.234635, 13.551115, 13.697295");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "A&!IE&PDRV0&!PDRV1&!SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("39.371444, 38.906694, 38.544754, 37.818554, 37.213864, 36.130574", \
+					  "33.431082, 33.071562, 32.412492, 31.793142, 30.887322, 30.002172", \
+					  "32.734927, 32.389527, 31.848237, 31.156917, 30.392337, 29.671777");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("6.750757, 7.146049, 7.268109, 7.324501, 7.355984, 7.376228", \
+					  "5.448158, 6.618238, 6.954248, 7.121508, 7.213818, 7.273568", \
+					  "6.358415, 7.572395, 7.943925, 8.117495, 8.214245, 8.275755");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "A&!IE&PDRV0&!PDRV1&SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("38.131354, 38.281814, 37.870054, 37.201334, 36.325034, 35.524374", \
+					  "32.097902, 32.266362, 31.870162, 31.069422, 30.412302, 29.499442", \
+					  "31.589227, 31.833057, 31.147187, 30.552497, 29.680297, 28.757547");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("6.745893, 7.133075, 7.241994, 7.290862, 7.318464, 7.336353", \
+					  "5.446008, 6.694638, 6.978558, 7.198458, 7.301558, 7.369148", \
+					  "6.398755, 7.512515, 7.969085, 8.154755, 8.255405, 8.317045");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "A&!IE&PDRV0&PDRV1&!SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("54.704004, 54.930124, 54.749954, 53.824304, 53.624864, 52.773464", \
+					  "48.566272, 48.838682, 48.389982, 47.931072, 47.274402, 46.626942", \
+					  "47.946067, 48.339227, 47.667127, 47.502457, 46.660357, 45.955527");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("9.715382, 10.111792, 10.269422, 10.345032, 10.387752, 10.414842", \
+					  "12.793958, 14.918558, 15.722238, 16.147018, 16.411798, 16.590868", \
+					  "13.827015, 15.954485, 16.792205, 17.211595, 17.468215, 17.638145");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "A&!IE&PDRV0&PDRV1&SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("50.849434, 53.598654, 53.222984, 52.560724, 52.245744, 51.652034", \
+					  "44.747312, 47.338232, 47.121352, 46.568032, 46.036262, 45.550742", \
+					  "44.114467, 46.589097, 46.524457, 46.048757, 45.532037, 44.675957");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("9.682592, 10.127092, 10.300502, 10.363692, 10.386902, 10.395542", \
+					  "12.957458, 15.046588, 15.798878, 16.237128, 16.509768, 16.712338", \
+					  "13.884515, 15.573295, 16.725885, 17.411055, 17.796565, 18.001255");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "!A&!IE&!PDRV0&!PDRV1&!SL";
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("29.136604, 29.276944, 29.322794, 29.411454, 29.133754, 29.645994", \
+					  "23.539702, 23.664222, 23.713582, 23.830522, 23.427872, 24.333422", \
+					  "23.051337, 23.248227, 23.277087, 23.364257, 23.219297, 23.194177");
+				}
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("3.271765, -76.000958, -155.132948, -234.227248, -313.307748, -392.381748", \
+					  "-0.001546, -79.598572, -158.806402, -237.925902, -317.018402, -396.099302", \
+					  "0.563811, -79.219785, -158.422685, -237.537685, -316.625385, -395.701685");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "!A&!IE&!PDRV0&!PDRV1&SL";
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("27.349134, 28.491364, 28.769584, 28.854534, 28.869624, 28.703854", \
+					  "21.767972, 22.888912, 23.151692, 23.224602, 23.216152, 23.200862", \
+					  "21.306937, 22.458307, 22.720057, 22.753947, 22.835787, 22.770947");
+				}
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("3.177385, -76.122818, -155.248948, -234.340548, -313.419448, -392.492248", \
+					  "-0.220265, -79.453022, -158.572302, -237.663502, -316.743302, -395.817102", \
+					  "0.312013, -79.059745, -158.204985, -237.315485, -316.403185, -395.481285");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "!A&!IE&!PDRV0&PDRV1&!SL";
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("40.613484, 41.732254, 41.857864, 42.158124, 42.012684, 42.025024", \
+					  "35.055432, 36.195242, 36.578092, 36.202652, 36.615962, 36.508902", \
+					  "34.711187, 35.834627, 36.022057, 35.982267, 36.108807, 36.131407");
+				}
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("8.346017, -70.908378, -150.121148, -229.269948, -308.376448, -387.466048", \
+					  "6.817608, -72.653552, -151.869302, -231.012502, -310.123602, -389.245902", \
+					  "7.664685, -71.908945, -150.333285, -229.318585, -308.400785, -387.491385");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "!A&!IE&!PDRV0&PDRV1&SL";
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("34.750774, 36.523324, 38.035974, 39.016864, 39.652334, 40.013404", \
+					  "29.046712, 30.964662, 32.539562, 33.322522, 34.011812, 34.433322", \
+					  "28.521647, 30.459357, 32.128707, 32.914927, 33.577837, 34.067557");
+				}
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("8.241660, -71.038878, -150.175248, -229.287348, -308.385348, -387.474248", \
+					  "6.978288, -72.538032, -151.832502, -231.017302, -310.150202, -389.256102", \
+					  "7.862985, -71.954165, -151.319085, -230.499985, -309.624885, -388.743685");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "!A&!IE&PDRV0&!PDRV1&!SL";
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("35.355884, 35.823904, 35.921564, 35.959744, 35.996574, 36.015264", \
+					  "29.832032, 30.243892, 30.302732, 30.374762, 30.400172, 30.412222", \
+					  "29.392207, 29.838047, 29.932057, 29.996037, 30.033077, 30.048987");
+				}
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("6.718862, -72.672238, -151.841548, -230.956548, -310.049848, -389.132548", \
+					  "3.388617, -76.010212, -155.168902, -234.281502, -313.374002, -392.456402", \
+					  "4.313127, -75.431015, -154.645585, -233.765485, -312.856885, -391.936085");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "!A&!IE&PDRV0&!PDRV1&SL";
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("31.276674, 33.051854, 34.091664, 34.543054, 34.807884, 34.905404", \
+					  "25.695962, 27.405542, 28.578092, 29.020602, 29.210232, 29.243212", \
+					  "25.161617, 27.052927, 28.107767, 28.602847, 28.849617, 28.952437");
+				}
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("6.604665, -72.787718, -151.961248, -231.079648, -310.175248, -389.259448", \
+					  "3.621885, -76.030342, -155.259602, -234.391002, -313.490102, -392.575002", \
+					  "4.265661, -75.297685, -154.375185, -233.438285, -312.505285, -391.574485");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "!A&!IE&PDRV0&PDRV1&!SL";
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("46.101704, 48.014744, 48.353604, 48.456624, 48.537554, 48.568934", \
+					  "40.534672, 42.429922, 42.780462, 42.887622, 42.961502, 42.989362", \
+					  "40.194547, 42.135947, 42.475027, 42.456517, 42.715247, 42.681397");
+				}
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("11.694822, -67.645718, -146.819548, -226.004348, -305.104548, -384.192048", \
+					  "10.380428, -69.106902, -148.337602, -227.498002, -306.617302, -385.717202", \
+					  "11.287525, -68.195835, -147.475785, -226.543785, -305.743785, -384.907885");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "!A&!IE&PDRV0&PDRV1&SL";
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("38.713454, 40.446844, 42.117004, 43.588514, 44.392124, 45.109024", \
+					  "32.997342, 34.789422, 36.412452, 38.099102, 38.602382, 39.538232", \
+					  "32.378527, 34.280827, 35.981167, 37.735447, 38.354477, 39.165347");
+				}
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("11.548732, -67.748968, -146.931948, -226.082648, -305.207948, -384.316448", \
+					  "10.508598, -69.027292, -148.183702, -227.314802, -306.423102, -385.520802", \
+					  "11.336495, -67.773995, -146.960985, -226.175785, -305.333185, -384.455485");
+				}
+			}
+			internal_power () {
+				related_pin : "A";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("90.226185, 92.082158, 91.611231, 90.517938, 89.165640, 87.751088", \
+					  "90.237201, 92.363394, 91.509666, 90.780373, 89.018589, 88.190774", \
+					  "90.188654, 92.077884, 91.684019, 90.740824, 89.285009, 87.807322");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("90.282646, 94.110040, 96.216573, 97.090828, 98.200926, 98.292548", \
+					  "90.155224, 94.112614, 96.209116, 97.140264, 98.356034, 98.100007", \
+					  "90.123439, 94.216041, 96.130793, 97.292699, 98.049743, 98.631588");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("49.057019, -29.902292, -109.533656, -189.445484, -269.144025, -349.176559", \
+					  "40.820239, -38.324220, -118.035382, -197.894707, -277.757865, -357.628999", \
+					  "41.056639, -38.214918, -117.907472, -197.518633, -277.567509, -357.384072");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("42.132775, 43.686412, 44.423419, 44.900737, 45.094451, 45.302351", \
+					  "37.016131, 39.677165, 40.815837, 41.426232, 41.761921, 42.142589", \
+					  "37.490073, 40.155887, 41.408552, 42.068761, 42.478120, 42.742811");
+				}
+			}
+			timing () {
+				related_pin : "A";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				when : "!IE&OE&!PDRV0&!PDRV1&!SL";
+				sdf_cond : "IE==1'b0&&OE==1'b1&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b0";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.015346, 9.015346, 15.015346, 21.015346, 27.015346, 33.015346");
+					values("2.897863, 3.936657, 4.968327, 6.003347, 7.031725, 8.064563", \
+					  "2.955119, 3.992125, 5.026894, 6.049830, 7.086898, 8.111924", \
+					  "2.971514, 4.010726, 5.036915, 6.073595, 7.098686, 8.135030");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.015346, 9.015346, 15.015346, 21.015346, 27.015346, 33.015346");
+					values("1.298806, 3.457749, 5.657774, 7.859103, 10.069890, 12.290270", \
+					  "1.300229, 3.453851, 5.662634, 7.871769, 10.054880, 12.260660", \
+					  "1.302642, 3.454825, 5.653719, 7.865166, 10.086830, 12.293380");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.015346, 9.015346, 15.015346, 21.015346, 27.015346, 33.015346");
+					values("3.037671, 3.918710, 4.758531, 5.597884, 6.434471, 7.278902", \
+					  "3.171406, 4.052455, 4.891252, 5.732581, 6.569811, 7.413034", \
+					  "3.332076, 4.212007, 5.054237, 5.897244, 6.737807, 7.571706");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.015346, 9.015346, 15.015346, 21.015346, 27.015346, 33.015346");
+					values("1.101389, 2.691147, 4.332157, 5.989803, 7.646635, 9.324869", \
+					  "1.101654, 2.692562, 4.327815, 5.989024, 7.642697, 9.327098", \
+					  "1.102976, 2.687330, 4.331693, 5.992918, 7.641810, 9.306383");
+				}
+			}
+			timing () {
+				related_pin : "A";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				when : "!IE&OE&!PDRV0&!PDRV1&SL";
+				sdf_cond : "IE==1'b0&&OE==1'b1&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b1";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.015346, 9.015346, 15.015346, 21.015346, 27.015346, 33.015346");
+					values("3.442781, 4.752831, 5.813486, 6.847352, 7.882821, 8.914761", \
+					  "3.502112, 4.810829, 5.871356, 6.905427, 7.940780, 8.973716", \
+					  "3.517953, 4.827238, 5.887440, 6.921686, 7.956156, 8.980366");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.015346, 9.015346, 15.015346, 21.015346, 27.015346, 33.015346");
+					values("2.084689, 4.029062, 6.054577, 8.147290, 10.286250, 12.447170", \
+					  "2.083326, 4.026265, 6.054813, 8.146165, 10.286090, 12.452050", \
+					  "2.083412, 4.026294, 6.054731, 8.144197, 10.289710, 12.426810");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.015346, 9.015346, 15.015346, 21.015346, 27.015346, 33.015346");
+					values("3.234620, 4.754353, 5.962518, 7.005755, 7.964743, 8.871741", \
+					  "3.367540, 4.887175, 6.098306, 7.139420, 8.096793, 9.002934", \
+					  "3.528876, 5.048885, 6.259261, 7.302097, 8.256746, 9.165071");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.015346, 9.015346, 15.015346, 21.015346, 27.015346, 33.015346");
+					values("1.758855, 3.982068, 5.741874, 7.363399, 8.941628, 10.517490", \
+					  "1.760640, 3.988639, 5.743696, 7.366512, 8.948244, 10.516160", \
+					  "1.765848, 3.987874, 5.738627, 7.364790, 8.936855, 10.515810");
+				}
+			}
+			timing () {
+				related_pin : "A";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				when : "!IE&OE&!PDRV0&PDRV1&!SL";
+				sdf_cond : "IE==1'b0&&OE==1'b1&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b0";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.015346, 9.015346, 15.015346, 21.015346, 27.015346, 33.015346");
+					values("2.478462, 2.868519, 3.218111, 3.563712, 3.906857, 4.249368", \
+					  "2.536055, 2.926217, 3.275889, 3.621344, 3.964714, 4.307366", \
+					  "2.551836, 2.942390, 3.292073, 3.637671, 3.980931, 4.323542");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.015346, 9.015346, 15.015346, 21.015346, 27.015346, 33.015346");
+					values("0.622827, 1.269175, 1.969519, 2.688497, 3.403577, 4.138231", \
+					  "0.622042, 1.269264, 1.969508, 2.688484, 3.402132, 4.137001", \
+					  "0.623531, 1.269223, 1.969314, 2.688573, 3.402453, 4.137461");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.015346, 9.015346, 15.015346, 21.015346, 27.015346, 33.015346");
+					values("2.647331, 3.042778, 3.354451, 3.646459, 3.930593, 4.211872", \
+					  "2.781104, 3.176479, 3.488102, 3.780148, 4.064196, 4.345438", \
+					  "2.941893, 3.337562, 3.649055, 3.941146, 4.224898, 4.505961");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.015346, 9.015346, 15.015346, 21.015346, 27.015346, 33.015346");
+					values("0.569362, 1.096200, 1.610614, 2.133500, 2.672955, 3.214302", \
+					  "0.569230, 1.096327, 1.610806, 2.133488, 2.672329, 3.214076", \
+					  "0.569583, 1.096508, 1.609715, 2.137557, 2.667067, 3.209637");
+				}
+			}
+			timing () {
+				related_pin : "A";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				when : "!IE&OE&!PDRV0&PDRV1&SL";
+				sdf_cond : "IE==1'b0&&OE==1'b1&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b1";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.015346, 9.015346, 15.015346, 21.015346, 27.015346, 33.015346");
+					values("2.568651, 3.395001, 3.915282, 4.338003, 4.720407, 5.082371", \
+					  "2.626288, 3.452480, 3.972459, 4.395630, 4.777604, 5.140238", \
+					  "2.642281, 3.468540, 3.988270, 4.411379, 4.793340, 5.155722");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.015346, 9.015346, 15.015346, 21.015346, 27.015346, 33.015346");
+					values("1.128833, 2.050953, 2.721975, 3.360143, 4.002909, 4.664833", \
+					  "1.129946, 2.050061, 2.722406, 3.362925, 4.001630, 4.664560", \
+					  "1.129501, 2.050766, 2.722533, 3.362805, 4.000706, 4.663639");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.015346, 9.015346, 15.015346, 21.015346, 27.015346, 33.015346");
+					values("2.622117, 3.213698, 3.760037, 4.263450, 4.726285, 5.153379", \
+					  "2.755844, 3.347445, 3.893745, 4.397159, 4.859997, 5.287074", \
+					  "2.916921, 3.508419, 4.054640, 4.557467, 5.019790, 5.447614");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.015346, 9.015346, 15.015346, 21.015346, 27.015346, 33.015346");
+					values("0.678622, 1.700477, 2.543329, 3.274076, 3.932204, 4.539391", \
+					  "0.678689, 1.700007, 2.543333, 3.274072, 3.932197, 4.539262", \
+					  "0.677762, 1.702000, 2.541085, 3.271686, 3.925047, 4.539519");
+				}
+			}
+			timing () {
+				related_pin : "A";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				when : "!IE&OE&PDRV0&!PDRV1&!SL";
+				sdf_cond : "IE==1'b0&&OE==1'b1&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b0";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.015346, 9.015346, 15.015346, 21.015346, 27.015346, 33.015346");
+					values("2.601101, 3.143168, 3.661392, 4.174542, 4.692620, 5.208400", \
+					  "2.659000, 3.201097, 3.719445, 4.235186, 4.751208, 5.267312", \
+					  "2.675031, 3.216673, 3.735267, 4.250735, 4.767163, 5.283241");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.015346, 9.015346, 15.015346, 21.015346, 27.015346, 33.015346");
+					values("0.772952, 1.801033, 2.880909, 3.965517, 5.070246, 6.171850", \
+					  "0.772770, 1.801151, 2.878739, 3.970402, 5.074787, 6.178156", \
+					  "0.774854, 1.793802, 2.875278, 3.966689, 5.074465, 6.177992");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.015346, 9.015346, 15.015346, 21.015346, 27.015346, 33.015346");
+					values("2.758316, 3.265345, 3.702391, 4.124933, 4.547168, 4.967116", \
+					  "2.892024, 3.399073, 3.835999, 4.258772, 4.680779, 5.100778", \
+					  "3.052511, 3.559997, 3.996880, 4.421226, 4.840630, 5.259529");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.015346, 9.015346, 15.015346, 21.015346, 27.015346, 33.015346");
+					values("0.704211, 1.478137, 2.269000, 3.076579, 3.888688, 4.715432", \
+					  "0.704219, 1.477924, 2.268035, 3.077809, 3.891120, 4.717881", \
+					  "0.703330, 1.475826, 2.270683, 3.079132, 3.894131, 4.724188");
+				}
+			}
+			timing () {
+				related_pin : "A";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				when : "!IE&OE&PDRV0&!PDRV1&SL";
+				sdf_cond : "IE==1'b0&&OE==1'b1&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b1";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.015346, 9.015346, 15.015346, 21.015346, 27.015346, 33.015346");
+					values("2.850913, 3.812417, 4.448764, 5.006069, 5.534673, 6.055749", \
+					  "2.908851, 3.870611, 4.506687, 5.064029, 5.592431, 6.113610", \
+					  "2.924444, 3.886106, 4.522319, 5.080111, 5.606714, 6.129088");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.015346, 9.015346, 15.015346, 21.015346, 27.015346, 33.015346");
+					values("1.432065, 2.566287, 3.516619, 4.499179, 5.507929, 6.534937", \
+					  "1.432255, 2.565101, 3.517437, 4.500326, 5.506455, 6.533568", \
+					  "1.431215, 2.565566, 3.524200, 4.506183, 5.498968, 6.522483");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.015346, 9.015346, 15.015346, 21.015346, 27.015346, 33.015346");
+					values("2.772280, 3.628272, 4.387393, 5.054366, 5.656282, 6.208167", \
+					  "2.905985, 3.761982, 4.521104, 5.188079, 5.789997, 6.341875", \
+					  "3.066099, 3.922515, 4.681294, 5.350175, 5.949662, 6.500639");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.015346, 9.015346, 15.015346, 21.015346, 27.015346, 33.015346");
+					values("0.964074, 2.363751, 3.460993, 4.402835, 5.270180, 6.107340", \
+					  "0.963916, 2.363748, 3.460995, 4.402842, 5.270159, 6.107312", \
+					  "0.966011, 2.368409, 3.456473, 4.405336, 5.269283, 6.098816");
+				}
+			}
+			timing () {
+				related_pin : "A";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				when : "!IE&OE&PDRV0&PDRV1&!SL";
+				sdf_cond : "IE==1'b0&&OE==1'b1&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b0";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.015346, 9.015346, 15.015346, 21.015346, 27.015346, 33.015346");
+					values("2.409653, 2.731511, 3.000308, 3.261198, 3.520831, 3.779189", \
+					  "2.467274, 2.789207, 3.058015, 3.318927, 3.578523, 3.835916", \
+					  "2.483368, 2.804982, 3.074083, 3.335228, 3.592818, 3.851588");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.015346, 9.015346, 15.015346, 21.015346, 27.015346, 33.015346");
+					values("0.560027, 1.017685, 1.526937, 2.055415, 2.595903, 3.136256", \
+					  "0.559926, 1.017654, 1.526920, 2.055273, 2.595846, 3.133882", \
+					  "0.559998, 1.015439, 1.527181, 2.055875, 2.592270, 3.138791");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.015346, 9.015346, 15.015346, 21.015346, 27.015346, 33.015346");
+					values("2.572119, 2.915599, 3.167712, 3.396478, 3.615265, 3.829635", \
+					  "2.705788, 3.049303, 3.301419, 3.530185, 3.748978, 3.963354", \
+					  "2.867155, 3.210757, 3.462839, 3.691314, 3.910497, 4.125003");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.015346, 9.015346, 15.015346, 21.015346, 27.015346, 33.015346");
+					values("0.492547, 0.908090, 1.291347, 1.674633, 2.068345, 2.467235", \
+					  "0.492474, 0.908124, 1.291344, 1.674571, 2.068441, 2.467415", \
+					  "0.492684, 0.906861, 1.289354, 1.677241, 2.070818, 2.471005");
+				}
+			}
+			timing () {
+				related_pin : "A";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				when : "!IE&OE&PDRV0&PDRV1&SL";
+				sdf_cond : "IE==1'b0&&OE==1'b1&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b1";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.015346, 9.015346, 15.015346, 21.015346, 27.015346, 33.015346");
+					values("2.415413, 3.134744, 3.601947, 3.966154, 4.281716, 4.573499", \
+					  "2.473166, 3.192689, 3.659824, 4.024252, 4.339757, 4.631239", \
+					  "2.489520, 3.208752, 3.677099, 4.039801, 4.356268, 4.648398");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.015346, 9.015346, 15.015346, 21.015346, 27.015346, 33.015346");
+					values("0.933503, 1.756697, 2.307994, 2.797512, 3.277705, 3.756631", \
+					  "0.932975, 1.756988, 2.308013, 2.796668, 3.278589, 3.755069", \
+					  "0.934437, 1.758000, 2.304684, 2.798648, 3.271282, 3.750743");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.015346, 9.015346, 15.015346, 21.015346, 27.015346, 33.015346");
+					values("2.540106, 2.996755, 3.421626, 3.820702, 4.195789, 4.546928", \
+					  "2.673825, 3.130429, 3.555352, 3.954409, 4.329499, 4.680637", \
+					  "2.834840, 3.290459, 3.715897, 4.115317, 4.489976, 4.841730");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.015346, 9.015346, 15.015346, 21.015346, 27.015346, 33.015346");
+					values("0.533987, 1.330298, 2.016089, 2.621040, 3.161762, 3.658488", \
+					  "0.533771, 1.330596, 2.016610, 2.621063, 3.161779, 3.658472", \
+					  "0.533322, 1.327422, 2.019971, 2.616460, 3.155523, 3.659778");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "A&!IE&!PDRV0&!PDRV1&!SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b0";
+				timing_type : "three_state_enable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.015346, 9.015346, 15.015346, 21.015346, 27.015346, 33.015346");
+					values("2.528574, 3.562368, 4.593828, 5.618974, 6.644749, 7.670589", \
+					  "2.548016, 3.582783, 4.607930, 5.644205, 6.669209, 7.705411", \
+					  "2.546111, 3.580878, 4.609424, 5.645278, 6.675029, 7.704844");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.015346, 9.015346, 15.015346, 21.015346, 27.015346, 33.015346");
+					values("1.316811, 3.462176, 5.660824, 7.872531, 10.071690, 12.281490", \
+					  "1.317640, 3.458650, 5.657049, 7.865588, 10.087100, 12.287240", \
+					  "1.315812, 3.464074, 5.659512, 7.868957, 10.079180, 12.291850");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "A&!IE&!PDRV0&!PDRV1&SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b1";
+				timing_type : "three_state_enable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.015346, 9.015346, 15.015346, 21.015346, 27.015346, 33.015346");
+					values("3.059862, 4.379320, 5.439788, 6.473189, 7.508680, 8.541334", \
+					  "3.080336, 4.397157, 5.460988, 6.496263, 7.520424, 8.549095", \
+					  "3.078048, 4.397097, 5.457620, 6.491325, 7.526318, 8.558898");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.015346, 9.015346, 15.015346, 21.015346, 27.015346, 33.015346");
+					values("2.122884, 4.063791, 6.074336, 8.162242, 10.292730, 12.461590", \
+					  "2.123607, 4.077784, 6.077563, 8.152558, 10.279430, 12.452510", \
+					  "2.122014, 4.062084, 6.074758, 8.160861, 10.294500, 12.460180");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "A&!IE&!PDRV0&PDRV1&!SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b0";
+				timing_type : "three_state_enable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.015346, 9.015346, 15.015346, 21.015346, 27.015346, 33.015346");
+					values("2.154456, 2.542941, 2.890724, 3.234267, 3.578169, 3.921014", \
+					  "2.190826, 2.580451, 2.928286, 3.272074, 3.615557, 3.958373", \
+					  "2.198450, 2.588245, 2.936069, 3.280226, 3.622589, 3.965345");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.015346, 9.015346, 15.015346, 21.015346, 27.015346, 33.015346");
+					values("0.668243, 1.284242, 1.976753, 2.695088, 3.412771, 4.141292", \
+					  "0.668308, 1.289223, 1.979897, 2.695685, 3.413510, 4.142170", \
+					  "0.669894, 1.290450, 1.981902, 2.692380, 3.419210, 4.149019");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "A&!IE&!PDRV0&PDRV1&SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b1";
+				timing_type : "three_state_enable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.015346, 9.015346, 15.015346, 21.015346, 27.015346, 33.015346");
+					values("2.232340, 3.056132, 3.580085, 4.004151, 4.386854, 4.751668", \
+					  "2.270448, 3.093485, 3.617384, 4.041716, 4.424104, 4.788862", \
+					  "2.278740, 3.103096, 3.625250, 4.050033, 4.432779, 4.796459");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.015346, 9.015346, 15.015346, 21.015346, 27.015346, 33.015346");
+					values("1.144389, 2.082967, 2.761787, 3.395507, 4.041210, 4.688505", \
+					  "1.144622, 2.082436, 2.760415, 3.397678, 4.039853, 4.690284", \
+					  "1.142056, 2.082330, 2.756778, 3.398887, 4.035885, 4.689253");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "A&!IE&PDRV0&!PDRV1&!SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b0";
+				timing_type : "three_state_enable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.015346, 9.015346, 15.015346, 21.015346, 27.015346, 33.015346");
+					values("2.222126, 2.760731, 3.275845, 3.791816, 4.305559, 4.820809", \
+					  "2.241985, 2.779962, 3.296192, 3.809557, 4.325773, 4.841206", \
+					  "2.239556, 2.778045, 3.293608, 3.807202, 4.320353, 4.833450");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.015346, 9.015346, 15.015346, 21.015346, 27.015346, 33.015346");
+					values("0.809104, 1.808464, 2.876953, 3.973887, 5.071953, 6.173650", \
+					  "0.806899, 1.809111, 2.882250, 3.964181, 5.074543, 6.177010", \
+					  "0.809419, 1.810218, 2.882977, 3.975539, 5.061398, 6.171020");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "A&!IE&PDRV0&!PDRV1&SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b1";
+				timing_type : "three_state_enable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.015346, 9.015346, 15.015346, 21.015346, 27.015346, 33.015346");
+					values("2.450300, 3.421132, 4.060686, 4.618409, 5.149001, 5.669222", \
+					  "2.470247, 3.440441, 4.080174, 4.638200, 5.168103, 5.688466", \
+					  "2.468566, 3.439401, 4.078895, 4.637447, 5.164386, 5.686394");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.015346, 9.015346, 15.015346, 21.015346, 27.015346, 33.015346");
+					values("1.457915, 2.606763, 3.567778, 4.536863, 5.535840, 6.560678", \
+					  "1.457999, 2.609238, 3.564768, 4.538507, 5.535964, 6.558277", \
+					  "1.456201, 2.607544, 3.561843, 4.533425, 5.524502, 6.542807");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "A&!IE&PDRV0&PDRV1&!SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b0";
+				timing_type : "three_state_enable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.015346, 9.015346, 15.015346, 21.015346, 27.015346, 33.015346");
+					values("2.060584, 2.384722, 2.651669, 2.911143, 3.169252, 3.426843", \
+					  "2.092992, 2.418725, 2.685799, 2.945465, 3.202076, 3.460336", \
+					  "2.097853, 2.424602, 2.691495, 2.951392, 3.209107, 3.465534");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.015346, 9.015346, 15.015346, 21.015346, 27.015346, 33.015346");
+					values("0.612933, 1.046007, 1.542450, 2.060995, 2.599257, 3.136487", \
+					  "0.612017, 1.047836, 1.546512, 2.065223, 2.602810, 3.142370", \
+					  "0.611984, 1.050454, 1.545467, 2.070838, 2.597083, 3.136096");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "A&!IE&PDRV0&PDRV1&SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b1";
+				timing_type : "three_state_enable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.015346, 9.015346, 15.015346, 21.015346, 27.015346, 33.015346");
+					values("2.060869, 2.771588, 3.241823, 3.608070, 3.925317, 4.218479", \
+					  "2.095750, 2.805500, 3.275576, 3.641618, 3.959268, 4.252652", \
+					  "2.102546, 2.811524, 3.283560, 3.648354, 3.966398, 4.258554");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.015346, 9.015346, 15.015346, 21.015346, 27.015346, 33.015346");
+					values("0.949705, 1.783628, 2.344359, 2.836920, 3.310431, 3.790131", \
+					  "0.951606, 1.782374, 2.343350, 2.836005, 3.313181, 3.790759", \
+					  "0.952094, 1.783418, 2.340660, 2.836989, 3.308679, 3.791941");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "!A&!IE&!PDRV0&!PDRV1&!SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b0";
+				timing_type : "three_state_enable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.015346, 9.015346, 15.015346, 21.015346, 27.015346, 33.015346");
+					values("1.992116, 2.872255, 3.710615, 4.551291, 5.388042, 6.231014", \
+					  "2.048465, 2.928623, 3.766926, 4.607590, 5.444148, 6.287305", \
+					  "2.068279, 2.947343, 3.788878, 4.629984, 5.470651, 6.302793");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.015346, 9.015346, 15.015346, 21.015346, 27.015346, 33.015346");
+					values("1.123547, 2.699715, 4.330667, 5.990682, 7.642280, 9.327115", \
+					  "1.123113, 2.699829, 4.331524, 5.990808, 7.640121, 9.326787", \
+					  "1.122320, 2.696311, 4.330552, 5.992884, 7.648012, 9.306810");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "!A&!IE&!PDRV0&!PDRV1&SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b1";
+				timing_type : "three_state_enable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.015346, 9.015346, 15.015346, 21.015346, 27.015346, 33.015346");
+					values("2.172166, 3.692469, 4.902784, 5.946052, 6.904336, 7.814388", \
+					  "2.228931, 3.748363, 4.960938, 6.005409, 6.959951, 7.870000", \
+					  "2.248666, 3.767893, 4.980846, 6.026263, 6.979856, 7.889762");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.015346, 9.015346, 15.015346, 21.015346, 27.015346, 33.015346");
+					values("1.767436, 4.000625, 5.752712, 7.383764, 8.962838, 10.518870", \
+					  "1.771208, 3.994964, 5.754569, 7.389348, 8.953076, 10.505970", \
+					  "1.771549, 3.995495, 5.755221, 7.390736, 8.947426, 10.512970");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "!A&!IE&!PDRV0&PDRV1&!SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b0";
+				timing_type : "three_state_enable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.015346, 9.015346, 15.015346, 21.015346, 27.015346, 33.015346");
+					values("1.681455, 2.084297, 2.397045, 2.688896, 2.973719, 3.255312", \
+					  "1.736859, 2.140065, 2.453047, 2.744453, 3.029632, 3.310824", \
+					  "1.757397, 2.160030, 2.472761, 2.764537, 3.049516, 3.330987");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.015346, 9.015346, 15.015346, 21.015346, 27.015346, 33.015346");
+					values("0.597866, 1.126725, 1.635978, 2.152431, 2.681913, 3.218386", \
+					  "0.597838, 1.128199, 1.634056, 2.155271, 2.686492, 3.224341", \
+					  "0.598784, 1.127543, 1.636145, 2.154072, 2.681220, 3.218656");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "!A&!IE&!PDRV0&PDRV1&SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b1";
+				timing_type : "three_state_enable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.015346, 9.015346, 15.015346, 21.015346, 27.015346, 33.015346");
+					values("1.662854, 2.241913, 2.783408, 3.283532, 3.744773, 4.172870", \
+					  "1.718616, 2.298142, 2.839053, 3.339849, 3.801349, 4.228281", \
+					  "1.738616, 2.317917, 2.858801, 3.359880, 3.821705, 4.248549");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.015346, 9.015346, 15.015346, 21.015346, 27.015346, 33.015346");
+					values("0.703101, 1.706060, 2.543729, 3.266193, 3.930053, 4.544152", \
+					  "0.701153, 1.702173, 2.541218, 3.272484, 3.930407, 4.537135", \
+					  "0.700894, 1.703616, 2.544369, 3.273721, 3.932478, 4.541860");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "!A&!IE&PDRV0&!PDRV1&!SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b0";
+				timing_type : "three_state_enable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.015346, 9.015346, 15.015346, 21.015346, 27.015346, 33.015346");
+					values("1.694962, 2.202305, 2.639054, 3.062568, 3.482096, 3.900932", \
+					  "1.750651, 2.258850, 2.694694, 3.117399, 3.538920, 3.958730", \
+					  "1.770641, 2.278248, 2.714548, 3.138187, 3.556690, 3.974981");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.015346, 9.015346, 15.015346, 21.015346, 27.015346, 33.015346");
+					values("0.732496, 1.491219, 2.281295, 3.085229, 3.901284, 4.725810", \
+					  "0.732320, 1.493296, 2.278034, 3.083487, 3.892496, 4.721028", \
+					  "0.732388, 1.495101, 2.278306, 3.080545, 3.902104, 4.718005");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "!A&!IE&PDRV0&!PDRV1&SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b1";
+				timing_type : "three_state_enable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.015346, 9.015346, 15.015346, 21.015346, 27.015346, 33.015346");
+					values("1.699863, 2.546590, 3.305357, 3.974834, 4.575911, 5.126179", \
+					  "1.756437, 2.603414, 3.361680, 4.029805, 4.632827, 5.184760", \
+					  "1.775705, 2.622836, 3.380581, 4.049582, 4.650012, 5.205664");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.015346, 9.015346, 15.015346, 21.015346, 27.015346, 33.015346");
+					values("0.971614, 2.375417, 3.467877, 4.416353, 5.280566, 6.111966", \
+					  "0.974287, 2.372944, 3.469710, 4.413624, 5.281045, 6.116368", \
+					  "0.975173, 2.373552, 3.462427, 4.412120, 5.285156, 6.120172");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "!A&!IE&PDRV0&PDRV1&!SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b0";
+				timing_type : "three_state_enable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.015346, 9.015346, 15.015346, 21.015346, 27.015346, 33.015346");
+					values("1.567914, 1.917698, 2.172022, 2.401342, 2.620438, 2.835259", \
+					  "1.624032, 1.973549, 2.227939, 2.457184, 2.676534, 2.891172", \
+					  "1.643736, 1.993297, 2.247698, 2.476939, 2.696309, 2.910927");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.015346, 9.015346, 15.015346, 21.015346, 27.015346, 33.015346");
+					values("0.523844, 0.939407, 1.318947, 1.700716, 2.089657, 2.486381", \
+					  "0.524482, 0.938651, 1.319358, 1.701173, 2.090992, 2.485598", \
+					  "0.524874, 0.938644, 1.319381, 1.701294, 2.091094, 2.485419");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "!A&!IE&PDRV0&PDRV1&SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b1";
+				timing_type : "three_state_enable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.015346, 9.015346, 15.015346, 21.015346, 27.015346, 33.015346");
+					values("1.544205, 1.991596, 2.411772, 2.808877, 3.183358, 3.534407", \
+					  "1.599954, 2.047253, 2.467365, 2.865089, 3.239416, 3.590914", \
+					  "1.619917, 2.067314, 2.487487, 2.884586, 3.259021, 3.610099");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.015346, 9.015346, 15.015346, 21.015346, 27.015346, 33.015346");
+					values("0.568979, 1.344208, 2.024501, 2.627986, 3.169391, 3.665341", \
+					  "0.570618, 1.341390, 2.026482, 2.627852, 3.170446, 3.670625", \
+					  "0.568813, 1.344174, 2.025351, 2.627918, 3.169206, 3.666984");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "!A&!IE&!PDRV0&!PDRV1&!SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b0";
+				timing_type : "three_state_disable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.015346, 9.015346, 15.015346, 21.015346, 27.015346, 33.015346");
+					values("1.136430, 1.136431, 1.136432, 1.136433, 1.136434, 1.136435", \
+					  "1.267316, 1.267317, 1.267318, 1.267319, 1.267320, 1.267321", \
+					  "1.428718, 1.428719, 1.428720, 1.428721, 1.428722, 1.428723");
+				}
+				rise_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "!A&!IE&!PDRV0&!PDRV1&SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b1";
+				timing_type : "three_state_disable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.015346, 9.015346, 15.015346, 21.015346, 27.015346, 33.015346");
+					values("1.121495, 1.121496, 1.121497, 1.121498, 1.121499, 1.121500", \
+					  "1.252004, 1.252005, 1.252006, 1.252007, 1.252008, 1.252009", \
+					  "1.412455, 1.412456, 1.412457, 1.412458, 1.412459, 1.412460");
+				}
+				rise_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "!A&!IE&!PDRV0&PDRV1&!SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b0";
+				timing_type : "three_state_disable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.015346, 9.015346, 15.015346, 21.015346, 27.015346, 33.015346");
+					values("1.239080, 1.239081, 1.239082, 1.239083, 1.239084, 1.239085", \
+					  "1.370404, 1.370405, 1.370406, 1.370407, 1.370408, 1.370409", \
+					  "1.533310, 1.533311, 1.533312, 1.533313, 1.533314, 1.533315");
+				}
+				rise_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "!A&!IE&!PDRV0&PDRV1&SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b1";
+				timing_type : "three_state_disable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.015346, 9.015346, 15.015346, 21.015346, 27.015346, 33.015346");
+					values("1.229749, 1.229750, 1.229751, 1.229752, 1.229753, 1.229754", \
+					  "1.361131, 1.361132, 1.361133, 1.361134, 1.361135, 1.361136", \
+					  "1.522822, 1.522823, 1.522824, 1.522825, 1.522826, 1.522827");
+				}
+				rise_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "!A&!IE&PDRV0&!PDRV1&!SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b0";
+				timing_type : "three_state_disable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.015346, 9.015346, 15.015346, 21.015346, 27.015346, 33.015346");
+					values("1.125551, 1.125552, 1.125553, 1.125554, 1.125555, 1.125556", \
+					  "1.256063, 1.256064, 1.256065, 1.256066, 1.256067, 1.256068", \
+					  "1.415538, 1.415539, 1.416390, 1.416391, 1.416392, 1.416393");
+				}
+				rise_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "!A&!IE&PDRV0&!PDRV1&SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b1";
+				timing_type : "three_state_disable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.015346, 9.015346, 15.015346, 21.015346, 27.015346, 33.015346");
+					values("1.114939, 1.114940, 1.114941, 1.114942, 1.114943, 1.114944", \
+					  "1.244981, 1.244982, 1.244983, 1.244984, 1.244985, 1.244986", \
+					  "1.405981, 1.405982, 1.405983, 1.405984, 1.405985, 1.405986");
+				}
+				rise_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "!A&!IE&PDRV0&PDRV1&!SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b0";
+				timing_type : "three_state_disable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.015346, 9.015346, 15.015346, 21.015346, 27.015346, 33.015346");
+					values("1.218930, 1.218931, 1.218932, 1.218933, 1.218934, 1.218935", \
+					  "1.350315, 1.350316, 1.350317, 1.350318, 1.350319, 1.350320", \
+					  "1.513909, 1.514301, 1.514302, 1.514303, 1.514304, 1.514305");
+				}
+				rise_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "!A&!IE&PDRV0&PDRV1&SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b1";
+				timing_type : "three_state_disable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.015346, 9.015346, 15.015346, 21.015346, 27.015346, 33.015346");
+					values("1.209494, 1.209495, 1.209496, 1.209497, 1.209498, 1.209499", \
+					  "1.340959, 1.340960, 1.340961, 1.340962, 1.340963, 1.340964", \
+					  "1.503516, 1.503894, 1.503895, 1.503896, 1.503897, 1.503898");
+				}
+				rise_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "A&!IE&!PDRV0&!PDRV1&!SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b0";
+				timing_type : "three_state_disable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.015346, 9.015346, 15.015346, 21.015346, 27.015346, 33.015346");
+					values("1.334137, 1.334138, 1.334139, 1.334140, 1.334141, 1.334142", \
+					  "1.469118, 1.469119, 1.469120, 1.469121, 1.469122, 1.469123", \
+					  "1.636149, 1.636150, 1.636151, 1.636152, 1.636153, 1.636154");
+				}
+				fall_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "A&!IE&!PDRV0&!PDRV1&SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b1";
+				timing_type : "three_state_disable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.015346, 9.015346, 15.015346, 21.015346, 27.015346, 33.015346");
+					values("1.336498, 1.336499, 1.336500, 1.336501, 1.336502, 1.336503", \
+					  "1.469166, 1.469167, 1.469168, 1.469169, 1.469170, 1.469171", \
+					  "1.634923, 1.634924, 1.634925, 1.634926, 1.634927, 1.634928");
+				}
+				fall_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "A&!IE&!PDRV0&PDRV1&!SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b0";
+				timing_type : "three_state_disable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.015346, 9.015346, 15.015346, 21.015346, 27.015346, 33.015346");
+					values("1.514945, 1.514946, 1.514947, 1.514948, 1.514949, 1.514950", \
+					  "1.651286, 1.651287, 1.651288, 1.651289, 1.651290, 1.651291", \
+					  "1.818775, 1.818776, 1.818777, 1.818778, 1.818779, 1.818780");
+				}
+				fall_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "A&!IE&!PDRV0&PDRV1&SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b1";
+				timing_type : "three_state_disable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.015346, 9.015346, 15.015346, 21.015346, 27.015346, 33.015346");
+					values("1.516015, 1.516016, 1.516017, 1.516018, 1.516019, 1.516020", \
+					  "1.649901, 1.649902, 1.649903, 1.649904, 1.649905, 1.649906", \
+					  "1.817864, 1.817865, 1.817866, 1.817867, 1.817868, 1.817869");
+				}
+				fall_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "A&!IE&PDRV0&!PDRV1&!SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b0";
+				timing_type : "three_state_disable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.015346, 9.015346, 15.015346, 21.015346, 27.015346, 33.015346");
+					values("1.323066, 1.323067, 1.323068, 1.323069, 1.323070, 1.323071", \
+					  "1.457878, 1.457879, 1.457880, 1.457881, 1.457882, 1.457883", \
+					  "1.623783, 1.623784, 1.623785, 1.623786, 1.623787, 1.623788");
+				}
+				fall_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "A&!IE&PDRV0&!PDRV1&SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b1";
+				timing_type : "three_state_disable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.015346, 9.015346, 15.015346, 21.015346, 27.015346, 33.015346");
+					values("1.326053, 1.326054, 1.326055, 1.326056, 1.326057, 1.326058", \
+					  "1.458299, 1.458300, 1.458301, 1.458302, 1.458303, 1.458304", \
+					  "1.624801, 1.624802, 1.624803, 1.624804, 1.624805, 1.624806");
+				}
+				fall_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "A&!IE&PDRV0&PDRV1&!SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b0";
+				timing_type : "three_state_disable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.015346, 9.015346, 15.015346, 21.015346, 27.015346, 33.015346");
+					values("1.501553, 1.501554, 1.501555, 1.501556, 1.501557, 1.501558", \
+					  "1.636723, 1.636724, 1.636725, 1.636726, 1.636727, 1.636728", \
+					  "1.805149, 1.805150, 1.805151, 1.805152, 1.805153, 1.805154");
+				}
+				fall_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "A&!IE&PDRV0&PDRV1&SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b1";
+				timing_type : "three_state_disable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.015346, 9.015346, 15.015346, 21.015346, 27.015346, 33.015346");
+					values("1.498789, 1.498790, 1.498791, 1.498792, 1.498793, 1.498794", \
+					  "1.632941, 1.632942, 1.632943, 1.632944, 1.632945, 1.632946", \
+					  "1.801708, 1.801709, 1.801710, 1.801711, 1.801712, 1.801713");
+				}
+				fall_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("-22.569770, -22.734470, -22.735760");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("23.001600, 22.839470, 22.892230");
+				}
+			}
+		}
+		pin ("Y") {
+			function : "((IE*PAD))";
+			direction : "output";
+			max_capacitance : 0.500000;
+			output_signal_level : "VDD";
+			internal_power () {
+				related_pin : "IE";
+				when : "!CS&!OE&PAD";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("2.615614, 2.448652, 2.469969, 2.417179, 2.447668, 2.428243", \
+					  "2.097473, 2.016577, 1.894912, 1.964499, 1.859466, 1.814141", \
+					  "2.090382, 2.031203, 1.984501, 1.875029, 1.879908, 1.930986");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("3.047467, 3.071803, 3.047587, 3.094217, 3.051721, 3.119983", \
+					  "2.581299, 2.648401, 2.654942, 2.615067, 2.868560, 2.740634", \
+					  "2.593454, 2.545694, 2.574566, 2.535090, 2.549226, 2.723338");
+				}
+			}
+			internal_power () {
+				related_pin : "IE";
+				when : "CS&!OE&PAD";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("2.946585, 2.883047, 2.835339, 2.867678, 2.713263, 2.623512", \
+					  "2.408063, 2.360994, 2.254244, 2.266086, 2.212355, 2.176879", \
+					  "2.409472, 2.325767, 2.289336, 2.302009, 2.210200, 2.149284");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("3.270094, 3.219127, 3.323945, 3.382269, 3.372301, 3.309608", \
+					  "2.753058, 2.775972, 2.723171, 2.927880, 2.877738, 2.799129", \
+					  "2.751372, 2.844134, 2.782404, 3.046047, 3.115372, 2.738150");
+				}
+			}
+			internal_power () {
+				related_pin : "PAD";
+				when : "!CS&IE&!OE";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("1.743450, 1.675720, 1.624860, 1.523740, 1.490260, 1.471940", \
+					  "2.215470, 2.145730, 2.096010, 1.998640, 1.966820, 1.936760", \
+					  "2.039830, 1.970510, 1.918630, 1.814990, 1.775160, 1.739210");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("1.616740, 1.623410, 1.672630, 1.770900, 1.798690, 1.817980", \
+					  "1.622890, 1.629880, 1.678500, 1.777460, 1.807060, 1.826550", \
+					  "1.546910, 1.556220, 1.604170, 1.698780, 1.727980, 1.750530");
+				}
+			}
+			internal_power () {
+				related_pin : "PAD";
+				when : "CS&IE&!OE";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("2.191180, 2.124930, 2.076150, 1.979360, 1.936970, 1.916140", \
+					  "2.458890, 2.392850, 2.338520, 2.245110, 2.207070, 2.175600", \
+					  "2.658720, 2.591570, 2.538790, 2.444940, 2.423250, 2.370830");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("2.599970, 2.617950, 2.699890, 2.896950, 2.966960, 3.019520", \
+					  "2.255540, 2.270590, 2.354130, 2.555620, 2.625310, 2.676450", \
+					  "2.249220, 2.268460, 2.349010, 2.551340, 2.614600, 2.676010");
+				}
+			}
+			internal_power () {
+				related_pin : "IE";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("2.781099, 2.665850, 2.652654, 2.642429, 2.580465, 2.525877", \
+					  "2.252768, 2.188785, 2.074578, 2.115292, 2.035910, 1.995510", \
+					  "2.249927, 2.178485, 2.136919, 2.088519, 2.045054, 2.040135");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("3.158780, 3.145465, 3.185766, 3.238243, 3.212011, 3.214796", \
+					  "2.667178, 2.712186, 2.689056, 2.771473, 2.873149, 2.769882", \
+					  "2.672413, 2.694914, 2.678485, 2.790569, 2.832299, 2.730744");
+				}
+			}
+			internal_power () {
+				related_pin : "PAD";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("1.967315, 1.900325, 1.850505, 1.751550, 1.713615, 1.694040", \
+					  "2.337180, 2.269290, 2.217265, 2.121875, 2.086945, 2.056180", \
+					  "2.349275, 2.281040, 2.228710, 2.129965, 2.099205, 2.055020");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("2.108355, 2.120680, 2.186260, 2.333925, 2.382825, 2.418750", \
+					  "1.939215, 1.950235, 2.016315, 2.166540, 2.216185, 2.251500", \
+					  "1.898065, 1.912340, 1.976590, 2.125060, 2.171290, 2.213270");
+				}
+			}
+			timing () {
+				related_pin : "IE";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				when : "!CS&!OE&PAD";
+				sdf_cond : "CS==1'b0&&OE==1'b0&&PAD==1'b1";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("1.735248, 1.791239, 1.860691, 2.062623, 2.159120, 2.255528", \
+					  "1.815913, 1.871874, 1.941290, 2.143291, 2.239777, 2.336195", \
+					  "1.861988, 1.917975, 1.988319, 2.189892, 2.286859, 2.383813");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.228213, 0.296772, 0.408995, 0.786370, 0.982138, 1.182660", \
+					  "0.228031, 0.297527, 0.408886, 0.786518, 0.982177, 1.182591", \
+					  "0.223555, 0.300595, 0.408583, 0.786275, 0.982233, 1.182560");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("1.420472, 1.468281, 1.526445, 1.687222, 1.760383, 1.832278", \
+					  "1.550563, 1.598424, 1.656712, 1.817148, 1.890479, 1.962477", \
+					  "1.699901, 1.746766, 1.805114, 1.965691, 2.038970, 2.111125");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.113134, 0.174599, 0.257915, 0.517877, 0.650021, 0.782197", \
+					  "0.113379, 0.176068, 0.257930, 0.518443, 0.649652, 0.780471", \
+					  "0.113772, 0.174544, 0.258958, 0.517374, 0.650473, 0.783079");
+				}
+			}
+			timing () {
+				related_pin : "IE";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				when : "CS&!OE&PAD";
+				sdf_cond : "CS==1'b1&&OE==1'b0&&PAD==1'b1";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("1.816673, 1.873167, 1.942633, 2.144754, 2.241325, 2.337776", \
+					  "1.898024, 1.953649, 2.023235, 2.225315, 2.321814, 2.418242", \
+					  "1.943828, 1.999543, 2.069436, 2.271628, 2.368452, 2.465028");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.226249, 0.299166, 0.405902, 0.785175, 0.982795, 1.181639", \
+					  "0.227075, 0.299048, 0.406608, 0.786128, 0.982403, 1.182116", \
+					  "0.223887, 0.298157, 0.405889, 0.785648, 0.982663, 1.182051");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("1.489322, 1.537046, 1.595136, 1.755896, 1.829190, 1.901309", \
+					  "1.620800, 1.668608, 1.726843, 1.887397, 1.960672, 2.032680", \
+					  "1.769403, 1.817053, 1.875334, 2.036198, 2.109256, 2.181229");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.115311, 0.175309, 0.258749, 0.517383, 0.650050, 0.782644", \
+					  "0.113743, 0.175704, 0.258287, 0.518579, 0.649252, 0.781462", \
+					  "0.114148, 0.175803, 0.258488, 0.518486, 0.650057, 0.782723");
+				}
+			}
+			timing () {
+				related_pin : "PAD";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				when : "!CS&IE&!OE";
+				sdf_cond : "CS==1'b0&&IE==1'b1&&OE==1'b0";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("1.239917, 1.295529, 1.364723, 1.566952, 1.663894, 1.760314", \
+					  "1.305060, 1.360899, 1.429905, 1.631869, 1.728812, 1.825530", \
+					  "1.310116, 1.366035, 1.435046, 1.637592, 1.734448, 1.831525");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.223412, 0.293795, 0.402856, 0.785287, 0.980574, 1.181774", \
+					  "0.223514, 0.293108, 0.402963, 0.785076, 0.981519, 1.181733", \
+					  "0.223621, 0.294300, 0.404368, 0.787717, 0.980442, 1.180362");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("1.121508, 1.169102, 1.227329, 1.388056, 1.461422, 1.533521", \
+					  "1.179090, 1.226662, 1.284813, 1.445521, 1.519007, 1.591225", \
+					  "1.373708, 1.421354, 1.479421, 1.639841, 1.713321, 1.785240");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.114798, 0.176554, 0.257147, 0.517694, 0.649292, 0.780943", \
+					  "0.115086, 0.174963, 0.257224, 0.518705, 0.649034, 0.780762", \
+					  "0.114259, 0.174930, 0.256739, 0.519119, 0.648492, 0.781100");
+				}
+			}
+			timing () {
+				related_pin : "PAD";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				when : "CS&IE&!OE";
+				sdf_cond : "CS==1'b1&&IE==1'b1&&OE==1'b0";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("1.347501, 1.403299, 1.472789, 1.675146, 1.772224, 1.868734", \
+					  "1.451629, 1.507769, 1.576781, 1.778718, 1.875793, 1.972405", \
+					  "1.524369, 1.580421, 1.649582, 1.852392, 1.949769, 2.046567");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.223127, 0.292697, 0.403898, 0.787125, 0.982431, 1.182859", \
+					  "0.224154, 0.293914, 0.405170, 0.788255, 0.983935, 1.178206", \
+					  "0.223669, 0.293834, 0.404839, 0.786251, 0.985572, 1.180805");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("1.772381, 1.820052, 1.878060, 2.039387, 2.112670, 2.184552", \
+					  "1.717402, 1.765148, 1.822885, 1.984173, 2.057572, 2.129798", \
+					  "1.912309, 1.959668, 2.017918, 2.179139, 2.252356, 2.324402");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.116449, 0.176567, 0.258461, 0.519708, 0.650127, 0.781008", \
+					  "0.116464, 0.177801, 0.258772, 0.520995, 0.650060, 0.782301", \
+					  "0.116321, 0.177087, 0.259421, 0.519410, 0.650281, 0.781511");
+				}
+			}
+		}
+		pin ("DVDD") {
+			direction : "inout";
+			capacitance : 0;
+		}
+		pin ("DVSS") {
+			direction : "inout";
+			capacitance : 0;
+		}
+		pin ("VDD") {
+			direction : "inout";
+			capacitance : 0;
+		}
+		pin ("VSS") {
+			direction : "inout";
+			capacitance : 0;
+		}
+	}
diff --git a/cells/bi_t/gf180mcu_fd_io__bi_t__ff_125C_3v63.lib.json b/cells/bi_t/gf180mcu_fd_io__bi_t__ff_125C_3v63.lib.json
new file mode 100644
index 0000000..c7ab4be
--- /dev/null
+++ b/cells/bi_t/gf180mcu_fd_io__bi_t__ff_125C_3v63.lib.json
@@ -0,0 +1,7452 @@
+{
+    "cell gf180mcu_fd_io__bi_t": {
+        "scaling_factors": "gf_factors",
+        "area": "26250.000000",
+        "pad_cell": "true",
+        "dont_use": "true",
+        "dont_touch": "true",
+        "cell_leakage_power": "6.338670e-02",
+        "leakage_power ": {
+            "when": "!PDRV0 !PDRV1 !CS !SL !IE !OE !PU !PD !A !PAD",
+            "value": "0.063387"
+        },
+        "pin CS": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.023721",
+            "comp_attribute rise_capacitance_range": "0.022740,0.024655",
+            "capacitance": "0.023318",
+            "fall_capacitance": "0.022915",
+            "comp_attribute fall_capacitance_range": "0.022275,0.023495",
+            "internal_power ": {
+                "rise_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        0.391627,
+                        1.579929,
+                        1.63934
+                    ]
+                },
+                "fall_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        0.537638,
+                        1.373148,
+                        1.470225
+                    ]
+                }
+            }
+        },
+        "pin SL": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.032154",
+            "comp_attribute rise_capacitance_range": "0.031322,0.033336",
+            "capacitance": "0.031808",
+            "fall_capacitance": "0.031463",
+            "comp_attribute fall_capacitance_range": "0.030857,0.031767",
+            "internal_power ": {
+                "rise_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        0.31546,
+                        1.750534,
+                        1.808584
+                    ]
+                },
+                "fall_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        0.576946,
+                        1.885353,
+                        1.900845
+                    ]
+                }
+            }
+        },
+        "pin IE": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.015050",
+            "comp_attribute rise_capacitance_range": "0.014057,0.015869",
+            "capacitance": "0.014628",
+            "fall_capacitance": "0.014206",
+            "comp_attribute fall_capacitance_range": "0.013594,0.014768",
+            "internal_power ": {
+                "rise_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        0.432446,
+                        0.983394,
+                        1.028252
+                    ]
+                },
+                "fall_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        0.428806,
+                        0.90577,
+                        0.962078
+                    ]
+                }
+            }
+        },
+        "pin OE": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.089117",
+            "comp_attribute rise_capacitance_range": "0.082943,0.098898",
+            "capacitance": "0.088830",
+            "fall_capacitance": "0.087375",
+            "comp_attribute fall_capacitance_range": "0.083146,0.092732"
+        },
+        "pin PU": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.082374",
+            "comp_attribute rise_capacitance_range": "0.065179,0.095108",
+            "capacitance": "0.082939",
+            "fall_capacitance": "0.083504",
+            "comp_attribute fall_capacitance_range": "0.062687,0.099456",
+            "internal_power ": {
+                "rise_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        -0.283142,
+                        0.352909,
+                        0.396528
+                    ]
+                },
+                "fall_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        1.130386,
+                        1.90579,
+                        2.13375
+                    ]
+                }
+            }
+        },
+        "pin PD": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.049158",
+            "comp_attribute rise_capacitance_range": "0.048804,0.049585",
+            "capacitance": "0.050319",
+            "fall_capacitance": "0.051480",
+            "comp_attribute fall_capacitance_range": "0.049502,0.053411",
+            "internal_power ": {
+                "rise_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        0.062001,
+                        1.110955,
+                        1.17182
+                    ]
+                },
+                "fall_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        1.011227,
+                        1.721478,
+                        1.798039
+                    ]
+                }
+            }
+        },
+        "pin A": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.037712",
+            "comp_attribute rise_capacitance_range": "0.035717,0.038867",
+            "capacitance": "0.037540",
+            "fall_capacitance": "0.037368",
+            "comp_attribute fall_capacitance_range": "0.036114,0.038441",
+            "internal_power ": {
+                "rise_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        -0.156179,
+                        -0.149773,
+                        -0.140732
+                    ]
+                },
+                "fall_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        0.182216,
+                        0.188418,
+                        0.178517
+                    ]
+                }
+            }
+        },
+        "pin PDRV0": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.030554",
+            "comp_attribute rise_capacitance_range": "0.029963,0.030941",
+            "capacitance": "0.030769",
+            "fall_capacitance": "0.030983",
+            "comp_attribute fall_capacitance_range": "0.030506,0.031278",
+            "internal_power ": {
+                "rise_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        -0.130338,
+                        -0.131934,
+                        -0.131275
+                    ]
+                },
+                "fall_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        0.140254,
+                        0.132416,
+                        0.131438
+                    ]
+                }
+            }
+        },
+        "pin PDRV1": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.032598",
+            "comp_attribute rise_capacitance_range": "0.031968,0.033015",
+            "capacitance": "0.032835",
+            "fall_capacitance": "0.033072",
+            "comp_attribute fall_capacitance_range": "0.032552,0.033404",
+            "internal_power ": {
+                "rise_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        -0.152017,
+                        -0.154369,
+                        -0.15372
+                    ]
+                },
+                "fall_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        0.163424,
+                        0.154871,
+                        0.154168
+                    ]
+                }
+            }
+        },
+        "pin PAD": {
+            "drive_current": "16000.000000",
+            "is_pad": "true",
+            "function": "((A))",
+            "three_state": "((!OE))",
+            "direction": "inout",
+            "max_transition": "1.000000",
+            "max_capacitance": "30.000000",
+            "input_signal_level": "DVDD",
+            "output_signal_level": "DVDD",
+            "capacitance": "3.015346",
+            "internal_power ": [
+                {
+                    "related_pin": "A",
+                    "when": "!IE&OE&!PDRV0&!PDRV1&!SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                31.474849,
+                                30.904529,
+                                30.448809,
+                                29.384889,
+                                28.274469,
+                                27.232579
+                            ],
+                            [
+                                31.489803,
+                                31.133463,
+                                30.464243,
+                                29.514793,
+                                28.701523,
+                                27.348843
+                            ],
+                            [
+                                31.541142,
+                                31.122762,
+                                30.504892,
+                                29.557562,
+                                28.518672,
+                                27.477912
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                34.333594,
+                                34.497924,
+                                34.753204,
+                                34.777294,
+                                34.542034,
+                                35.876664
+                            ],
+                            [
+                                34.336712,
+                                34.541502,
+                                34.773572,
+                                34.818882,
+                                34.473742,
+                                35.610472
+                            ],
+                            [
+                                34.394303,
+                                34.705283,
+                                34.815693,
+                                34.871463,
+                                34.774173,
+                                34.819403
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "A",
+                    "when": "!IE&OE&!PDRV0&!PDRV1&SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                31.136369,
+                                30.818529,
+                                29.982449,
+                                29.194779,
+                                28.160679,
+                                27.369149
+                            ],
+                            [
+                                31.054453,
+                                30.909233,
+                                29.744793,
+                                30.263273,
+                                26.508663,
+                                28.153853
+                            ],
+                            [
+                                31.137782,
+                                30.858122,
+                                30.004182,
+                                29.759672,
+                                27.539642,
+                                27.328702
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                32.415534,
+                                33.878094,
+                                34.050734,
+                                34.286904,
+                                34.625454,
+                                33.442604
+                            ],
+                            [
+                                32.367232,
+                                34.006072,
+                                33.995112,
+                                34.268592,
+                                35.164722,
+                                32.882682
+                            ],
+                            [
+                                32.515493,
+                                33.916463,
+                                34.271003,
+                                34.337173,
+                                34.082773,
+                                34.689593
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "A",
+                    "when": "!IE&OE&!PDRV0&PDRV1&!SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                51.569699,
+                                51.876259,
+                                51.576009,
+                                51.151529,
+                                50.666089,
+                                50.180619
+                            ],
+                            [
+                                51.520943,
+                                52.404773,
+                                51.443573,
+                                51.148823,
+                                50.750373,
+                                50.234663
+                            ],
+                            [
+                                51.178252,
+                                51.438612,
+                                51.689872,
+                                50.921362,
+                                50.954392,
+                                50.283022
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                52.309294,
+                                54.143964,
+                                54.676944,
+                                54.871864,
+                                55.038024,
+                                55.130414
+                            ],
+                            [
+                                52.307472,
+                                54.180072,
+                                54.688122,
+                                54.903202,
+                                55.041302,
+                                55.158162
+                            ],
+                            [
+                                52.366173,
+                                54.238193,
+                                54.741283,
+                                54.966743,
+                                55.092503,
+                                55.296103
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "A",
+                    "when": "!IE&OE&!PDRV0&PDRV1&SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                48.489569,
+                                50.547589,
+                                50.731099,
+                                50.250009,
+                                49.670759,
+                                49.099779
+                            ],
+                            [
+                                48.534973,
+                                51.046313,
+                                50.542953,
+                                50.292183,
+                                49.714603,
+                                49.179883
+                            ],
+                            [
+                                48.510782,
+                                50.929912,
+                                50.633682,
+                                50.248672,
+                                49.753862,
+                                49.065972
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                45.902864,
+                                48.691914,
+                                49.905614,
+                                52.572204,
+                                52.715094,
+                                52.908114
+                            ],
+                            [
+                                45.732322,
+                                48.731382,
+                                49.903452,
+                                52.644782,
+                                52.698002,
+                                52.901262
+                            ],
+                            [
+                                45.569923,
+                                48.453653,
+                                50.445373,
+                                52.150163,
+                                52.741183,
+                                53.204953
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "A",
+                    "when": "!IE&OE&PDRV0&!PDRV1&!SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                41.156659,
+                                41.343019,
+                                40.981629,
+                                40.481539,
+                                39.926699,
+                                39.146129
+                            ],
+                            [
+                                41.279453,
+                                41.624313,
+                                41.087923,
+                                40.439363,
+                                40.192173,
+                                39.057343
+                            ],
+                            [
+                                41.382912,
+                                41.390402,
+                                40.827822,
+                                40.476232,
+                                40.021872,
+                                38.990522
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                43.677384,
+                                44.553004,
+                                44.590404,
+                                45.048684,
+                                45.037154,
+                                45.004984
+                            ],
+                            [
+                                43.678562,
+                                44.585862,
+                                44.608192,
+                                45.068232,
+                                45.053362,
+                                45.017432
+                            ],
+                            [
+                                43.812273,
+                                44.460413,
+                                44.838643,
+                                44.995423,
+                                45.185393,
+                                45.180283
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "A",
+                    "when": "!IE&OE&PDRV0&!PDRV1&SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                40.163839,
+                                41.009829,
+                                40.493489,
+                                39.775269,
+                                39.050879,
+                                38.079069
+                            ],
+                            [
+                                39.987823,
+                                40.729203,
+                                40.465053,
+                                39.798423,
+                                39.244773,
+                                38.422793
+                            ],
+                            [
+                                40.254812,
+                                40.901142,
+                                40.354132,
+                                39.894142,
+                                39.105072,
+                                38.250732
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                39.349574,
+                                41.523534,
+                                43.300434,
+                                43.524624,
+                                43.650974,
+                                43.802144
+                            ],
+                            [
+                                39.256822,
+                                41.466652,
+                                43.346192,
+                                43.503372,
+                                43.666372,
+                                43.866982
+                            ],
+                            [
+                                39.152983,
+                                41.812903,
+                                43.034843,
+                                43.613623,
+                                43.979453,
+                                44.133713
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "A",
+                    "when": "!IE&OE&PDRV0&PDRV1&!SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                60.418629,
+                                61.796459,
+                                61.820419,
+                                61.579969,
+                                60.938329,
+                                60.552629
+                            ],
+                            [
+                                60.453593,
+                                61.775953,
+                                61.803743,
+                                61.586883,
+                                60.974593,
+                                60.832533
+                            ],
+                            [
+                                60.450532,
+                                61.628652,
+                                61.958382,
+                                61.486802,
+                                61.220052,
+                                60.714602
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                60.614694,
+                                63.477824,
+                                64.577884,
+                                64.602104,
+                                65.233794,
+                                65.119574
+                            ],
+                            [
+                                60.634392,
+                                63.468792,
+                                64.600132,
+                                64.630602,
+                                65.273742,
+                                65.114442
+                            ],
+                            [
+                                60.625583,
+                                63.529803,
+                                64.631753,
+                                64.779513,
+                                65.146193,
+                                65.241543
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "A",
+                    "when": "!IE&OE&PDRV0&PDRV1&SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                56.495129,
+                                60.032419,
+                                60.411019,
+                                60.253769,
+                                59.974659,
+                                59.344399
+                            ],
+                            [
+                                56.627763,
+                                59.830323,
+                                60.486383,
+                                60.077753,
+                                59.987653,
+                                59.533183
+                            ],
+                            [
+                                56.298402,
+                                60.041932,
+                                60.763112,
+                                60.618852,
+                                60.026472,
+                                59.117822
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                52.527644,
+                                55.673904,
+                                59.011074,
+                                58.679634,
+                                61.961174,
+                                61.885694
+                            ],
+                            [
+                                52.307382,
+                                55.470122,
+                                58.921692,
+                                58.723392,
+                                62.052892,
+                                61.848592
+                            ],
+                            [
+                                52.057023,
+                                55.747453,
+                                57.744583,
+                                59.456693,
+                                61.197303,
+                                61.960763
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "A&!IE&!PDRV0&!PDRV1&!SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                30.212104,
+                                29.643564,
+                                28.902224,
+                                27.959934,
+                                27.131644,
+                                25.840844
+                            ],
+                            [
+                                24.384112,
+                                23.775142,
+                                23.050672,
+                                22.256482,
+                                20.910552,
+                                20.211952
+                            ],
+                            [
+                                23.835727,
+                                23.324047,
+                                22.343167,
+                                22.077797,
+                                20.028437,
+                                19.995617
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                3.721079,
+                                3.892511,
+                                3.931095,
+                                3.94867,
+                                3.958576,
+                                3.964899
+                            ],
+                            [
+                                1.507174,
+                                2.100138,
+                                2.249846,
+                                2.295363,
+                                2.336783,
+                                2.363471
+                            ],
+                            [
+                                2.33945,
+                                3.011109,
+                                3.203008,
+                                3.061439,
+                                3.094342,
+                                3.115927
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "A&!IE&!PDRV0&!PDRV1&SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                29.917534,
+                                29.347984,
+                                28.612164,
+                                27.598564,
+                                26.829424,
+                                25.410244
+                            ],
+                            [
+                                24.093412,
+                                23.534902,
+                                22.729362,
+                                21.682052,
+                                20.851472,
+                                19.790812
+                            ],
+                            [
+                                23.556837,
+                                23.006887,
+                                22.218987,
+                                21.365587,
+                                20.295167,
+                                19.191347
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                3.680127,
+                                3.85091,
+                                3.911564,
+                                3.934623,
+                                3.946558,
+                                3.953827
+                            ],
+                            [
+                                1.522116,
+                                2.143435,
+                                2.258282,
+                                2.312889,
+                                2.345561,
+                                2.368055
+                            ],
+                            [
+                                2.467509,
+                                2.734164,
+                                2.907215,
+                                3.00974,
+                                3.076549,
+                                3.120023
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "A&!IE&!PDRV0&PDRV1&!SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                46.274834,
+                                45.991274,
+                                45.518324,
+                                44.845694,
+                                44.244654,
+                                43.499214
+                            ],
+                            [
+                                40.272392,
+                                39.948642,
+                                39.568182,
+                                38.790752,
+                                38.165962,
+                                37.455172
+                            ],
+                            [
+                                40.003467,
+                                39.551507,
+                                38.796067,
+                                38.442257,
+                                37.608247,
+                                36.875197
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                6.739039,
+                                6.876973,
+                                6.916711,
+                                6.936756,
+                                6.948209,
+                                6.955916
+                            ],
+                            [
+                                9.028018,
+                                10.796208,
+                                11.408518,
+                                11.703708,
+                                11.872508,
+                                11.981138
+                            ],
+                            [
+                                10.057485,
+                                11.792675,
+                                12.344345,
+                                12.543125,
+                                12.674375,
+                                12.764785
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "A&!IE&!PDRV0&PDRV1&SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                43.391534,
+                                45.007234,
+                                44.542874,
+                                43.875304,
+                                43.259154,
+                                42.471564
+                            ],
+                            [
+                                37.495812,
+                                39.050642,
+                                38.605052,
+                                37.855902,
+                                37.338822,
+                                36.518592
+                            ],
+                            [
+                                37.066087,
+                                38.088477,
+                                37.932577,
+                                37.299747,
+                                36.756427,
+                                36.096437
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                6.729617,
+                                6.99166,
+                                7.077899,
+                                7.072852,
+                                7.050627,
+                                7.034296
+                            ],
+                            [
+                                8.956328,
+                                10.517698,
+                                11.099458,
+                                11.431398,
+                                11.657488,
+                                11.822588
+                            ],
+                            [
+                                9.869435,
+                                11.788195,
+                                12.738825,
+                                13.234635,
+                                13.551115,
+                                13.697295
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "A&!IE&PDRV0&!PDRV1&!SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                39.371444,
+                                38.906694,
+                                38.544754,
+                                37.818554,
+                                37.213864,
+                                36.130574
+                            ],
+                            [
+                                33.431082,
+                                33.071562,
+                                32.412492,
+                                31.793142,
+                                30.887322,
+                                30.002172
+                            ],
+                            [
+                                32.734927,
+                                32.389527,
+                                31.848237,
+                                31.156917,
+                                30.392337,
+                                29.671777
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                6.750757,
+                                7.146049,
+                                7.268109,
+                                7.324501,
+                                7.355984,
+                                7.376228
+                            ],
+                            [
+                                5.448158,
+                                6.618238,
+                                6.954248,
+                                7.121508,
+                                7.213818,
+                                7.273568
+                            ],
+                            [
+                                6.358415,
+                                7.572395,
+                                7.943925,
+                                8.117495,
+                                8.214245,
+                                8.275755
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "A&!IE&PDRV0&!PDRV1&SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                38.131354,
+                                38.281814,
+                                37.870054,
+                                37.201334,
+                                36.325034,
+                                35.524374
+                            ],
+                            [
+                                32.097902,
+                                32.266362,
+                                31.870162,
+                                31.069422,
+                                30.412302,
+                                29.499442
+                            ],
+                            [
+                                31.589227,
+                                31.833057,
+                                31.147187,
+                                30.552497,
+                                29.680297,
+                                28.757547
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                6.745893,
+                                7.133075,
+                                7.241994,
+                                7.290862,
+                                7.318464,
+                                7.336353
+                            ],
+                            [
+                                5.446008,
+                                6.694638,
+                                6.978558,
+                                7.198458,
+                                7.301558,
+                                7.369148
+                            ],
+                            [
+                                6.398755,
+                                7.512515,
+                                7.969085,
+                                8.154755,
+                                8.255405,
+                                8.317045
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "A&!IE&PDRV0&PDRV1&!SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                54.704004,
+                                54.930124,
+                                54.749954,
+                                53.824304,
+                                53.624864,
+                                52.773464
+                            ],
+                            [
+                                48.566272,
+                                48.838682,
+                                48.389982,
+                                47.931072,
+                                47.274402,
+                                46.626942
+                            ],
+                            [
+                                47.946067,
+                                48.339227,
+                                47.667127,
+                                47.502457,
+                                46.660357,
+                                45.955527
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                9.715382,
+                                10.111792,
+                                10.269422,
+                                10.345032,
+                                10.387752,
+                                10.414842
+                            ],
+                            [
+                                12.793958,
+                                14.918558,
+                                15.722238,
+                                16.147018,
+                                16.411798,
+                                16.590868
+                            ],
+                            [
+                                13.827015,
+                                15.954485,
+                                16.792205,
+                                17.211595,
+                                17.468215,
+                                17.638145
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "A&!IE&PDRV0&PDRV1&SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                50.849434,
+                                53.598654,
+                                53.222984,
+                                52.560724,
+                                52.245744,
+                                51.652034
+                            ],
+                            [
+                                44.747312,
+                                47.338232,
+                                47.121352,
+                                46.568032,
+                                46.036262,
+                                45.550742
+                            ],
+                            [
+                                44.114467,
+                                46.589097,
+                                46.524457,
+                                46.048757,
+                                45.532037,
+                                44.675957
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                9.682592,
+                                10.127092,
+                                10.300502,
+                                10.363692,
+                                10.386902,
+                                10.395542
+                            ],
+                            [
+                                12.957458,
+                                15.046588,
+                                15.798878,
+                                16.237128,
+                                16.509768,
+                                16.712338
+                            ],
+                            [
+                                13.884515,
+                                15.573295,
+                                16.725885,
+                                17.411055,
+                                17.796565,
+                                18.001255
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "!A&!IE&!PDRV0&!PDRV1&!SL",
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                29.136604,
+                                29.276944,
+                                29.322794,
+                                29.411454,
+                                29.133754,
+                                29.645994
+                            ],
+                            [
+                                23.539702,
+                                23.664222,
+                                23.713582,
+                                23.830522,
+                                23.427872,
+                                24.333422
+                            ],
+                            [
+                                23.051337,
+                                23.248227,
+                                23.277087,
+                                23.364257,
+                                23.219297,
+                                23.194177
+                            ]
+                        ]
+                    },
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                3.271765,
+                                -76.000958,
+                                -155.132948,
+                                -234.227248,
+                                -313.307748,
+                                -392.381748
+                            ],
+                            [
+                                -0.001546,
+                                -79.598572,
+                                -158.806402,
+                                -237.925902,
+                                -317.018402,
+                                -396.099302
+                            ],
+                            [
+                                0.563811,
+                                -79.219785,
+                                -158.422685,
+                                -237.537685,
+                                -316.625385,
+                                -395.701685
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "!A&!IE&!PDRV0&!PDRV1&SL",
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                27.349134,
+                                28.491364,
+                                28.769584,
+                                28.854534,
+                                28.869624,
+                                28.703854
+                            ],
+                            [
+                                21.767972,
+                                22.888912,
+                                23.151692,
+                                23.224602,
+                                23.216152,
+                                23.200862
+                            ],
+                            [
+                                21.306937,
+                                22.458307,
+                                22.720057,
+                                22.753947,
+                                22.835787,
+                                22.770947
+                            ]
+                        ]
+                    },
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                3.177385,
+                                -76.122818,
+                                -155.248948,
+                                -234.340548,
+                                -313.419448,
+                                -392.492248
+                            ],
+                            [
+                                -0.220265,
+                                -79.453022,
+                                -158.572302,
+                                -237.663502,
+                                -316.743302,
+                                -395.817102
+                            ],
+                            [
+                                0.312013,
+                                -79.059745,
+                                -158.204985,
+                                -237.315485,
+                                -316.403185,
+                                -395.481285
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "!A&!IE&!PDRV0&PDRV1&!SL",
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                40.613484,
+                                41.732254,
+                                41.857864,
+                                42.158124,
+                                42.012684,
+                                42.025024
+                            ],
+                            [
+                                35.055432,
+                                36.195242,
+                                36.578092,
+                                36.202652,
+                                36.615962,
+                                36.508902
+                            ],
+                            [
+                                34.711187,
+                                35.834627,
+                                36.022057,
+                                35.982267,
+                                36.108807,
+                                36.131407
+                            ]
+                        ]
+                    },
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                8.346017,
+                                -70.908378,
+                                -150.121148,
+                                -229.269948,
+                                -308.376448,
+                                -387.466048
+                            ],
+                            [
+                                6.817608,
+                                -72.653552,
+                                -151.869302,
+                                -231.012502,
+                                -310.123602,
+                                -389.245902
+                            ],
+                            [
+                                7.664685,
+                                -71.908945,
+                                -150.333285,
+                                -229.318585,
+                                -308.400785,
+                                -387.491385
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "!A&!IE&!PDRV0&PDRV1&SL",
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                34.750774,
+                                36.523324,
+                                38.035974,
+                                39.016864,
+                                39.652334,
+                                40.013404
+                            ],
+                            [
+                                29.046712,
+                                30.964662,
+                                32.539562,
+                                33.322522,
+                                34.011812,
+                                34.433322
+                            ],
+                            [
+                                28.521647,
+                                30.459357,
+                                32.128707,
+                                32.914927,
+                                33.577837,
+                                34.067557
+                            ]
+                        ]
+                    },
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                8.24166,
+                                -71.038878,
+                                -150.175248,
+                                -229.287348,
+                                -308.385348,
+                                -387.474248
+                            ],
+                            [
+                                6.978288,
+                                -72.538032,
+                                -151.832502,
+                                -231.017302,
+                                -310.150202,
+                                -389.256102
+                            ],
+                            [
+                                7.862985,
+                                -71.954165,
+                                -151.319085,
+                                -230.499985,
+                                -309.624885,
+                                -388.743685
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "!A&!IE&PDRV0&!PDRV1&!SL",
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                35.355884,
+                                35.823904,
+                                35.921564,
+                                35.959744,
+                                35.996574,
+                                36.015264
+                            ],
+                            [
+                                29.832032,
+                                30.243892,
+                                30.302732,
+                                30.374762,
+                                30.400172,
+                                30.412222
+                            ],
+                            [
+                                29.392207,
+                                29.838047,
+                                29.932057,
+                                29.996037,
+                                30.033077,
+                                30.048987
+                            ]
+                        ]
+                    },
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                6.718862,
+                                -72.672238,
+                                -151.841548,
+                                -230.956548,
+                                -310.049848,
+                                -389.132548
+                            ],
+                            [
+                                3.388617,
+                                -76.010212,
+                                -155.168902,
+                                -234.281502,
+                                -313.374002,
+                                -392.456402
+                            ],
+                            [
+                                4.313127,
+                                -75.431015,
+                                -154.645585,
+                                -233.765485,
+                                -312.856885,
+                                -391.936085
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "!A&!IE&PDRV0&!PDRV1&SL",
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                31.276674,
+                                33.051854,
+                                34.091664,
+                                34.543054,
+                                34.807884,
+                                34.905404
+                            ],
+                            [
+                                25.695962,
+                                27.405542,
+                                28.578092,
+                                29.020602,
+                                29.210232,
+                                29.243212
+                            ],
+                            [
+                                25.161617,
+                                27.052927,
+                                28.107767,
+                                28.602847,
+                                28.849617,
+                                28.952437
+                            ]
+                        ]
+                    },
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                6.604665,
+                                -72.787718,
+                                -151.961248,
+                                -231.079648,
+                                -310.175248,
+                                -389.259448
+                            ],
+                            [
+                                3.621885,
+                                -76.030342,
+                                -155.259602,
+                                -234.391002,
+                                -313.490102,
+                                -392.575002
+                            ],
+                            [
+                                4.265661,
+                                -75.297685,
+                                -154.375185,
+                                -233.438285,
+                                -312.505285,
+                                -391.574485
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "!A&!IE&PDRV0&PDRV1&!SL",
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                46.101704,
+                                48.014744,
+                                48.353604,
+                                48.456624,
+                                48.537554,
+                                48.568934
+                            ],
+                            [
+                                40.534672,
+                                42.429922,
+                                42.780462,
+                                42.887622,
+                                42.961502,
+                                42.989362
+                            ],
+                            [
+                                40.194547,
+                                42.135947,
+                                42.475027,
+                                42.456517,
+                                42.715247,
+                                42.681397
+                            ]
+                        ]
+                    },
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                11.694822,
+                                -67.645718,
+                                -146.819548,
+                                -226.004348,
+                                -305.104548,
+                                -384.192048
+                            ],
+                            [
+                                10.380428,
+                                -69.106902,
+                                -148.337602,
+                                -227.498002,
+                                -306.617302,
+                                -385.717202
+                            ],
+                            [
+                                11.287525,
+                                -68.195835,
+                                -147.475785,
+                                -226.543785,
+                                -305.743785,
+                                -384.907885
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "!A&!IE&PDRV0&PDRV1&SL",
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                38.713454,
+                                40.446844,
+                                42.117004,
+                                43.588514,
+                                44.392124,
+                                45.109024
+                            ],
+                            [
+                                32.997342,
+                                34.789422,
+                                36.412452,
+                                38.099102,
+                                38.602382,
+                                39.538232
+                            ],
+                            [
+                                32.378527,
+                                34.280827,
+                                35.981167,
+                                37.735447,
+                                38.354477,
+                                39.165347
+                            ]
+                        ]
+                    },
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                11.548732,
+                                -67.748968,
+                                -146.931948,
+                                -226.082648,
+                                -305.207948,
+                                -384.316448
+                            ],
+                            [
+                                10.508598,
+                                -69.027292,
+                                -148.183702,
+                                -227.314802,
+                                -306.423102,
+                                -385.520802
+                            ],
+                            [
+                                11.336495,
+                                -67.773995,
+                                -146.960985,
+                                -226.175785,
+                                -305.333185,
+                                -384.455485
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "A",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                90.226185,
+                                92.082158,
+                                91.611231,
+                                90.517938,
+                                89.16564,
+                                87.751088
+                            ],
+                            [
+                                90.237201,
+                                92.363394,
+                                91.509666,
+                                90.780373,
+                                89.018589,
+                                88.190774
+                            ],
+                            [
+                                90.188654,
+                                92.077884,
+                                91.684019,
+                                90.740824,
+                                89.285009,
+                                87.807322
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                90.282646,
+                                94.11004,
+                                96.216573,
+                                97.090828,
+                                98.200926,
+                                98.292548
+                            ],
+                            [
+                                90.155224,
+                                94.112614,
+                                96.209116,
+                                97.140264,
+                                98.356034,
+                                98.100007
+                            ],
+                            [
+                                90.123439,
+                                94.216041,
+                                96.130793,
+                                97.292699,
+                                98.049743,
+                                98.631588
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                49.057019,
+                                -29.902292,
+                                -109.533656,
+                                -189.445484,
+                                -269.144025,
+                                -349.176559
+                            ],
+                            [
+                                40.820239,
+                                -38.32422,
+                                -118.035382,
+                                -197.894707,
+                                -277.757865,
+                                -357.628999
+                            ],
+                            [
+                                41.056639,
+                                -38.214918,
+                                -117.907472,
+                                -197.518633,
+                                -277.567509,
+                                -357.384072
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                42.132775,
+                                43.686412,
+                                44.423419,
+                                44.900737,
+                                45.094451,
+                                45.302351
+                            ],
+                            [
+                                37.016131,
+                                39.677165,
+                                40.815837,
+                                41.426232,
+                                41.761921,
+                                42.142589
+                            ],
+                            [
+                                37.490073,
+                                40.155887,
+                                41.408552,
+                                42.068761,
+                                42.47812,
+                                42.742811
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "rise_power power_inputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "values": [
+                            -22.56977,
+                            -22.73447,
+                            -22.73576
+                        ]
+                    },
+                    "fall_power power_inputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "values": [
+                            23.0016,
+                            22.83947,
+                            22.89223
+                        ]
+                    }
+                }
+            ],
+            "timing ": [
+                {
+                    "related_pin": "A",
+                    "timing_type": "combinational",
+                    "timing_sense": "positive_unate",
+                    "when": "!IE&OE&!PDRV0&!PDRV1&!SL",
+                    "sdf_cond": "IE==1'b0&&OE==1'b1&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b0",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.015346,
+                            9.015346,
+                            15.015346,
+                            21.015346,
+                            27.015346,
+                            33.015346
+                        ],
+                        "values": [
+                            [
+                                2.897863,
+                                3.936657,
+                                4.968327,
+                                6.003347,
+                                7.031725,
+                                8.064563
+                            ],
+                            [
+                                2.955119,
+                                3.992125,
+                                5.026894,
+                                6.04983,
+                                7.086898,
+                                8.111924
+                            ],
+                            [
+                                2.971514,
+                                4.010726,
+                                5.036915,
+                                6.073595,
+                                7.098686,
+                                8.13503
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.015346,
+                            9.015346,
+                            15.015346,
+                            21.015346,
+                            27.015346,
+                            33.015346
+                        ],
+                        "values": [
+                            [
+                                1.298806,
+                                3.457749,
+                                5.657774,
+                                7.859103,
+                                10.06989,
+                                12.29027
+                            ],
+                            [
+                                1.300229,
+                                3.453851,
+                                5.662634,
+                                7.871769,
+                                10.05488,
+                                12.26066
+                            ],
+                            [
+                                1.302642,
+                                3.454825,
+                                5.653719,
+                                7.865166,
+                                10.08683,
+                                12.29338
+                            ]
+                        ]
+                    },
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.015346,
+                            9.015346,
+                            15.015346,
+                            21.015346,
+                            27.015346,
+                            33.015346
+                        ],
+                        "values": [
+                            [
+                                3.037671,
+                                3.91871,
+                                4.758531,
+                                5.597884,
+                                6.434471,
+                                7.278902
+                            ],
+                            [
+                                3.171406,
+                                4.052455,
+                                4.891252,
+                                5.732581,
+                                6.569811,
+                                7.413034
+                            ],
+                            [
+                                3.332076,
+                                4.212007,
+                                5.054237,
+                                5.897244,
+                                6.737807,
+                                7.571706
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.015346,
+                            9.015346,
+                            15.015346,
+                            21.015346,
+                            27.015346,
+                            33.015346
+                        ],
+                        "values": [
+                            [
+                                1.101389,
+                                2.691147,
+                                4.332157,
+                                5.989803,
+                                7.646635,
+                                9.324869
+                            ],
+                            [
+                                1.101654,
+                                2.692562,
+                                4.327815,
+                                5.989024,
+                                7.642697,
+                                9.327098
+                            ],
+                            [
+                                1.102976,
+                                2.68733,
+                                4.331693,
+                                5.992918,
+                                7.64181,
+                                9.306383
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "A",
+                    "timing_type": "combinational",
+                    "timing_sense": "positive_unate",
+                    "when": "!IE&OE&!PDRV0&!PDRV1&SL",
+                    "sdf_cond": "IE==1'b0&&OE==1'b1&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b1",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.015346,
+                            9.015346,
+                            15.015346,
+                            21.015346,
+                            27.015346,
+                            33.015346
+                        ],
+                        "values": [
+                            [
+                                3.442781,
+                                4.752831,
+                                5.813486,
+                                6.847352,
+                                7.882821,
+                                8.914761
+                            ],
+                            [
+                                3.502112,
+                                4.810829,
+                                5.871356,
+                                6.905427,
+                                7.94078,
+                                8.973716
+                            ],
+                            [
+                                3.517953,
+                                4.827238,
+                                5.88744,
+                                6.921686,
+                                7.956156,
+                                8.980366
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.015346,
+                            9.015346,
+                            15.015346,
+                            21.015346,
+                            27.015346,
+                            33.015346
+                        ],
+                        "values": [
+                            [
+                                2.084689,
+                                4.029062,
+                                6.054577,
+                                8.14729,
+                                10.28625,
+                                12.44717
+                            ],
+                            [
+                                2.083326,
+                                4.026265,
+                                6.054813,
+                                8.146165,
+                                10.28609,
+                                12.45205
+                            ],
+                            [
+                                2.083412,
+                                4.026294,
+                                6.054731,
+                                8.144197,
+                                10.28971,
+                                12.42681
+                            ]
+                        ]
+                    },
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.015346,
+                            9.015346,
+                            15.015346,
+                            21.015346,
+                            27.015346,
+                            33.015346
+                        ],
+                        "values": [
+                            [
+                                3.23462,
+                                4.754353,
+                                5.962518,
+                                7.005755,
+                                7.964743,
+                                8.871741
+                            ],
+                            [
+                                3.36754,
+                                4.887175,
+                                6.098306,
+                                7.13942,
+                                8.096793,
+                                9.002934
+                            ],
+                            [
+                                3.528876,
+                                5.048885,
+                                6.259261,
+                                7.302097,
+                                8.256746,
+                                9.165071
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.015346,
+                            9.015346,
+                            15.015346,
+                            21.015346,
+                            27.015346,
+                            33.015346
+                        ],
+                        "values": [
+                            [
+                                1.758855,
+                                3.982068,
+                                5.741874,
+                                7.363399,
+                                8.941628,
+                                10.51749
+                            ],
+                            [
+                                1.76064,
+                                3.988639,
+                                5.743696,
+                                7.366512,
+                                8.948244,
+                                10.51616
+                            ],
+                            [
+                                1.765848,
+                                3.987874,
+                                5.738627,
+                                7.36479,
+                                8.936855,
+                                10.51581
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "A",
+                    "timing_type": "combinational",
+                    "timing_sense": "positive_unate",
+                    "when": "!IE&OE&!PDRV0&PDRV1&!SL",
+                    "sdf_cond": "IE==1'b0&&OE==1'b1&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b0",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.015346,
+                            9.015346,
+                            15.015346,
+                            21.015346,
+                            27.015346,
+                            33.015346
+                        ],
+                        "values": [
+                            [
+                                2.478462,
+                                2.868519,
+                                3.218111,
+                                3.563712,
+                                3.906857,
+                                4.249368
+                            ],
+                            [
+                                2.536055,
+                                2.926217,
+                                3.275889,
+                                3.621344,
+                                3.964714,
+                                4.307366
+                            ],
+                            [
+                                2.551836,
+                                2.94239,
+                                3.292073,
+                                3.637671,
+                                3.980931,
+                                4.323542
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.015346,
+                            9.015346,
+                            15.015346,
+                            21.015346,
+                            27.015346,
+                            33.015346
+                        ],
+                        "values": [
+                            [
+                                0.622827,
+                                1.269175,
+                                1.969519,
+                                2.688497,
+                                3.403577,
+                                4.138231
+                            ],
+                            [
+                                0.622042,
+                                1.269264,
+                                1.969508,
+                                2.688484,
+                                3.402132,
+                                4.137001
+                            ],
+                            [
+                                0.623531,
+                                1.269223,
+                                1.969314,
+                                2.688573,
+                                3.402453,
+                                4.137461
+                            ]
+                        ]
+                    },
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.015346,
+                            9.015346,
+                            15.015346,
+                            21.015346,
+                            27.015346,
+                            33.015346
+                        ],
+                        "values": [
+                            [
+                                2.647331,
+                                3.042778,
+                                3.354451,
+                                3.646459,
+                                3.930593,
+                                4.211872
+                            ],
+                            [
+                                2.781104,
+                                3.176479,
+                                3.488102,
+                                3.780148,
+                                4.064196,
+                                4.345438
+                            ],
+                            [
+                                2.941893,
+                                3.337562,
+                                3.649055,
+                                3.941146,
+                                4.224898,
+                                4.505961
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.015346,
+                            9.015346,
+                            15.015346,
+                            21.015346,
+                            27.015346,
+                            33.015346
+                        ],
+                        "values": [
+                            [
+                                0.569362,
+                                1.0962,
+                                1.610614,
+                                2.1335,
+                                2.672955,
+                                3.214302
+                            ],
+                            [
+                                0.56923,
+                                1.096327,
+                                1.610806,
+                                2.133488,
+                                2.672329,
+                                3.214076
+                            ],
+                            [
+                                0.569583,
+                                1.096508,
+                                1.609715,
+                                2.137557,
+                                2.667067,
+                                3.209637
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "A",
+                    "timing_type": "combinational",
+                    "timing_sense": "positive_unate",
+                    "when": "!IE&OE&!PDRV0&PDRV1&SL",
+                    "sdf_cond": "IE==1'b0&&OE==1'b1&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b1",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.015346,
+                            9.015346,
+                            15.015346,
+                            21.015346,
+                            27.015346,
+                            33.015346
+                        ],
+                        "values": [
+                            [
+                                2.568651,
+                                3.395001,
+                                3.915282,
+                                4.338003,
+                                4.720407,
+                                5.082371
+                            ],
+                            [
+                                2.626288,
+                                3.45248,
+                                3.972459,
+                                4.39563,
+                                4.777604,
+                                5.140238
+                            ],
+                            [
+                                2.642281,
+                                3.46854,
+                                3.98827,
+                                4.411379,
+                                4.79334,
+                                5.155722
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.015346,
+                            9.015346,
+                            15.015346,
+                            21.015346,
+                            27.015346,
+                            33.015346
+                        ],
+                        "values": [
+                            [
+                                1.128833,
+                                2.050953,
+                                2.721975,
+                                3.360143,
+                                4.002909,
+                                4.664833
+                            ],
+                            [
+                                1.129946,
+                                2.050061,
+                                2.722406,
+                                3.362925,
+                                4.00163,
+                                4.66456
+                            ],
+                            [
+                                1.129501,
+                                2.050766,
+                                2.722533,
+                                3.362805,
+                                4.000706,
+                                4.663639
+                            ]
+                        ]
+                    },
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.015346,
+                            9.015346,
+                            15.015346,
+                            21.015346,
+                            27.015346,
+                            33.015346
+                        ],
+                        "values": [
+                            [
+                                2.622117,
+                                3.213698,
+                                3.760037,
+                                4.26345,
+                                4.726285,
+                                5.153379
+                            ],
+                            [
+                                2.755844,
+                                3.347445,
+                                3.893745,
+                                4.397159,
+                                4.859997,
+                                5.287074
+                            ],
+                            [
+                                2.916921,
+                                3.508419,
+                                4.05464,
+                                4.557467,
+                                5.01979,
+                                5.447614
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.015346,
+                            9.015346,
+                            15.015346,
+                            21.015346,
+                            27.015346,
+                            33.015346
+                        ],
+                        "values": [
+                            [
+                                0.678622,
+                                1.700477,
+                                2.543329,
+                                3.274076,
+                                3.932204,
+                                4.539391
+                            ],
+                            [
+                                0.678689,
+                                1.700007,
+                                2.543333,
+                                3.274072,
+                                3.932197,
+                                4.539262
+                            ],
+                            [
+                                0.677762,
+                                1.702,
+                                2.541085,
+                                3.271686,
+                                3.925047,
+                                4.539519
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "A",
+                    "timing_type": "combinational",
+                    "timing_sense": "positive_unate",
+                    "when": "!IE&OE&PDRV0&!PDRV1&!SL",
+                    "sdf_cond": "IE==1'b0&&OE==1'b1&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b0",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.015346,
+                            9.015346,
+                            15.015346,
+                            21.015346,
+                            27.015346,
+                            33.015346
+                        ],
+                        "values": [
+                            [
+                                2.601101,
+                                3.143168,
+                                3.661392,
+                                4.174542,
+                                4.69262,
+                                5.2084
+                            ],
+                            [
+                                2.659,
+                                3.201097,
+                                3.719445,
+                                4.235186,
+                                4.751208,
+                                5.267312
+                            ],
+                            [
+                                2.675031,
+                                3.216673,
+                                3.735267,
+                                4.250735,
+                                4.767163,
+                                5.283241
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.015346,
+                            9.015346,
+                            15.015346,
+                            21.015346,
+                            27.015346,
+                            33.015346
+                        ],
+                        "values": [
+                            [
+                                0.772952,
+                                1.801033,
+                                2.880909,
+                                3.965517,
+                                5.070246,
+                                6.17185
+                            ],
+                            [
+                                0.77277,
+                                1.801151,
+                                2.878739,
+                                3.970402,
+                                5.074787,
+                                6.178156
+                            ],
+                            [
+                                0.774854,
+                                1.793802,
+                                2.875278,
+                                3.966689,
+                                5.074465,
+                                6.177992
+                            ]
+                        ]
+                    },
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.015346,
+                            9.015346,
+                            15.015346,
+                            21.015346,
+                            27.015346,
+                            33.015346
+                        ],
+                        "values": [
+                            [
+                                2.758316,
+                                3.265345,
+                                3.702391,
+                                4.124933,
+                                4.547168,
+                                4.967116
+                            ],
+                            [
+                                2.892024,
+                                3.399073,
+                                3.835999,
+                                4.258772,
+                                4.680779,
+                                5.100778
+                            ],
+                            [
+                                3.052511,
+                                3.559997,
+                                3.99688,
+                                4.421226,
+                                4.84063,
+                                5.259529
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.015346,
+                            9.015346,
+                            15.015346,
+                            21.015346,
+                            27.015346,
+                            33.015346
+                        ],
+                        "values": [
+                            [
+                                0.704211,
+                                1.478137,
+                                2.269,
+                                3.076579,
+                                3.888688,
+                                4.715432
+                            ],
+                            [
+                                0.704219,
+                                1.477924,
+                                2.268035,
+                                3.077809,
+                                3.89112,
+                                4.717881
+                            ],
+                            [
+                                0.70333,
+                                1.475826,
+                                2.270683,
+                                3.079132,
+                                3.894131,
+                                4.724188
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "A",
+                    "timing_type": "combinational",
+                    "timing_sense": "positive_unate",
+                    "when": "!IE&OE&PDRV0&!PDRV1&SL",
+                    "sdf_cond": "IE==1'b0&&OE==1'b1&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b1",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.015346,
+                            9.015346,
+                            15.015346,
+                            21.015346,
+                            27.015346,
+                            33.015346
+                        ],
+                        "values": [
+                            [
+                                2.850913,
+                                3.812417,
+                                4.448764,
+                                5.006069,
+                                5.534673,
+                                6.055749
+                            ],
+                            [
+                                2.908851,
+                                3.870611,
+                                4.506687,
+                                5.064029,
+                                5.592431,
+                                6.11361
+                            ],
+                            [
+                                2.924444,
+                                3.886106,
+                                4.522319,
+                                5.080111,
+                                5.606714,
+                                6.129088
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.015346,
+                            9.015346,
+                            15.015346,
+                            21.015346,
+                            27.015346,
+                            33.015346
+                        ],
+                        "values": [
+                            [
+                                1.432065,
+                                2.566287,
+                                3.516619,
+                                4.499179,
+                                5.507929,
+                                6.534937
+                            ],
+                            [
+                                1.432255,
+                                2.565101,
+                                3.517437,
+                                4.500326,
+                                5.506455,
+                                6.533568
+                            ],
+                            [
+                                1.431215,
+                                2.565566,
+                                3.5242,
+                                4.506183,
+                                5.498968,
+                                6.522483
+                            ]
+                        ]
+                    },
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.015346,
+                            9.015346,
+                            15.015346,
+                            21.015346,
+                            27.015346,
+                            33.015346
+                        ],
+                        "values": [
+                            [
+                                2.77228,
+                                3.628272,
+                                4.387393,
+                                5.054366,
+                                5.656282,
+                                6.208167
+                            ],
+                            [
+                                2.905985,
+                                3.761982,
+                                4.521104,
+                                5.188079,
+                                5.789997,
+                                6.341875
+                            ],
+                            [
+                                3.066099,
+                                3.922515,
+                                4.681294,
+                                5.350175,
+                                5.949662,
+                                6.500639
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.015346,
+                            9.015346,
+                            15.015346,
+                            21.015346,
+                            27.015346,
+                            33.015346
+                        ],
+                        "values": [
+                            [
+                                0.964074,
+                                2.363751,
+                                3.460993,
+                                4.402835,
+                                5.27018,
+                                6.10734
+                            ],
+                            [
+                                0.963916,
+                                2.363748,
+                                3.460995,
+                                4.402842,
+                                5.270159,
+                                6.107312
+                            ],
+                            [
+                                0.966011,
+                                2.368409,
+                                3.456473,
+                                4.405336,
+                                5.269283,
+                                6.098816
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "A",
+                    "timing_type": "combinational",
+                    "timing_sense": "positive_unate",
+                    "when": "!IE&OE&PDRV0&PDRV1&!SL",
+                    "sdf_cond": "IE==1'b0&&OE==1'b1&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b0",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.015346,
+                            9.015346,
+                            15.015346,
+                            21.015346,
+                            27.015346,
+                            33.015346
+                        ],
+                        "values": [
+                            [
+                                2.409653,
+                                2.731511,
+                                3.000308,
+                                3.261198,
+                                3.520831,
+                                3.779189
+                            ],
+                            [
+                                2.467274,
+                                2.789207,
+                                3.058015,
+                                3.318927,
+                                3.578523,
+                                3.835916
+                            ],
+                            [
+                                2.483368,
+                                2.804982,
+                                3.074083,
+                                3.335228,
+                                3.592818,
+                                3.851588
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.015346,
+                            9.015346,
+                            15.015346,
+                            21.015346,
+                            27.015346,
+                            33.015346
+                        ],
+                        "values": [
+                            [
+                                0.560027,
+                                1.017685,
+                                1.526937,
+                                2.055415,
+                                2.595903,
+                                3.136256
+                            ],
+                            [
+                                0.559926,
+                                1.017654,
+                                1.52692,
+                                2.055273,
+                                2.595846,
+                                3.133882
+                            ],
+                            [
+                                0.559998,
+                                1.015439,
+                                1.527181,
+                                2.055875,
+                                2.59227,
+                                3.138791
+                            ]
+                        ]
+                    },
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.015346,
+                            9.015346,
+                            15.015346,
+                            21.015346,
+                            27.015346,
+                            33.015346
+                        ],
+                        "values": [
+                            [
+                                2.572119,
+                                2.915599,
+                                3.167712,
+                                3.396478,
+                                3.615265,
+                                3.829635
+                            ],
+                            [
+                                2.705788,
+                                3.049303,
+                                3.301419,
+                                3.530185,
+                                3.748978,
+                                3.963354
+                            ],
+                            [
+                                2.867155,
+                                3.210757,
+                                3.462839,
+                                3.691314,
+                                3.910497,
+                                4.125003
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.015346,
+                            9.015346,
+                            15.015346,
+                            21.015346,
+                            27.015346,
+                            33.015346
+                        ],
+                        "values": [
+                            [
+                                0.492547,
+                                0.90809,
+                                1.291347,
+                                1.674633,
+                                2.068345,
+                                2.467235
+                            ],
+                            [
+                                0.492474,
+                                0.908124,
+                                1.291344,
+                                1.674571,
+                                2.068441,
+                                2.467415
+                            ],
+                            [
+                                0.492684,
+                                0.906861,
+                                1.289354,
+                                1.677241,
+                                2.070818,
+                                2.471005
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "A",
+                    "timing_type": "combinational",
+                    "timing_sense": "positive_unate",
+                    "when": "!IE&OE&PDRV0&PDRV1&SL",
+                    "sdf_cond": "IE==1'b0&&OE==1'b1&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b1",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.015346,
+                            9.015346,
+                            15.015346,
+                            21.015346,
+                            27.015346,
+                            33.015346
+                        ],
+                        "values": [
+                            [
+                                2.415413,
+                                3.134744,
+                                3.601947,
+                                3.966154,
+                                4.281716,
+                                4.573499
+                            ],
+                            [
+                                2.473166,
+                                3.192689,
+                                3.659824,
+                                4.024252,
+                                4.339757,
+                                4.631239
+                            ],
+                            [
+                                2.48952,
+                                3.208752,
+                                3.677099,
+                                4.039801,
+                                4.356268,
+                                4.648398
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.015346,
+                            9.015346,
+                            15.015346,
+                            21.015346,
+                            27.015346,
+                            33.015346
+                        ],
+                        "values": [
+                            [
+                                0.933503,
+                                1.756697,
+                                2.307994,
+                                2.797512,
+                                3.277705,
+                                3.756631
+                            ],
+                            [
+                                0.932975,
+                                1.756988,
+                                2.308013,
+                                2.796668,
+                                3.278589,
+                                3.755069
+                            ],
+                            [
+                                0.934437,
+                                1.758,
+                                2.304684,
+                                2.798648,
+                                3.271282,
+                                3.750743
+                            ]
+                        ]
+                    },
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.015346,
+                            9.015346,
+                            15.015346,
+                            21.015346,
+                            27.015346,
+                            33.015346
+                        ],
+                        "values": [
+                            [
+                                2.540106,
+                                2.996755,
+                                3.421626,
+                                3.820702,
+                                4.195789,
+                                4.546928
+                            ],
+                            [
+                                2.673825,
+                                3.130429,
+                                3.555352,
+                                3.954409,
+                                4.329499,
+                                4.680637
+                            ],
+                            [
+                                2.83484,
+                                3.290459,
+                                3.715897,
+                                4.115317,
+                                4.489976,
+                                4.84173
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.015346,
+                            9.015346,
+                            15.015346,
+                            21.015346,
+                            27.015346,
+                            33.015346
+                        ],
+                        "values": [
+                            [
+                                0.533987,
+                                1.330298,
+                                2.016089,
+                                2.62104,
+                                3.161762,
+                                3.658488
+                            ],
+                            [
+                                0.533771,
+                                1.330596,
+                                2.01661,
+                                2.621063,
+                                3.161779,
+                                3.658472
+                            ],
+                            [
+                                0.533322,
+                                1.327422,
+                                2.019971,
+                                2.61646,
+                                3.155523,
+                                3.659778
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "A&!IE&!PDRV0&!PDRV1&!SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b0",
+                    "timing_type": "three_state_enable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.015346,
+                            9.015346,
+                            15.015346,
+                            21.015346,
+                            27.015346,
+                            33.015346
+                        ],
+                        "values": [
+                            [
+                                2.528574,
+                                3.562368,
+                                4.593828,
+                                5.618974,
+                                6.644749,
+                                7.670589
+                            ],
+                            [
+                                2.548016,
+                                3.582783,
+                                4.60793,
+                                5.644205,
+                                6.669209,
+                                7.705411
+                            ],
+                            [
+                                2.546111,
+                                3.580878,
+                                4.609424,
+                                5.645278,
+                                6.675029,
+                                7.704844
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.015346,
+                            9.015346,
+                            15.015346,
+                            21.015346,
+                            27.015346,
+                            33.015346
+                        ],
+                        "values": [
+                            [
+                                1.316811,
+                                3.462176,
+                                5.660824,
+                                7.872531,
+                                10.07169,
+                                12.28149
+                            ],
+                            [
+                                1.31764,
+                                3.45865,
+                                5.657049,
+                                7.865588,
+                                10.0871,
+                                12.28724
+                            ],
+                            [
+                                1.315812,
+                                3.464074,
+                                5.659512,
+                                7.868957,
+                                10.07918,
+                                12.29185
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "A&!IE&!PDRV0&!PDRV1&SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b1",
+                    "timing_type": "three_state_enable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.015346,
+                            9.015346,
+                            15.015346,
+                            21.015346,
+                            27.015346,
+                            33.015346
+                        ],
+                        "values": [
+                            [
+                                3.059862,
+                                4.37932,
+                                5.439788,
+                                6.473189,
+                                7.50868,
+                                8.541334
+                            ],
+                            [
+                                3.080336,
+                                4.397157,
+                                5.460988,
+                                6.496263,
+                                7.520424,
+                                8.549095
+                            ],
+                            [
+                                3.078048,
+                                4.397097,
+                                5.45762,
+                                6.491325,
+                                7.526318,
+                                8.558898
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.015346,
+                            9.015346,
+                            15.015346,
+                            21.015346,
+                            27.015346,
+                            33.015346
+                        ],
+                        "values": [
+                            [
+                                2.122884,
+                                4.063791,
+                                6.074336,
+                                8.162242,
+                                10.29273,
+                                12.46159
+                            ],
+                            [
+                                2.123607,
+                                4.077784,
+                                6.077563,
+                                8.152558,
+                                10.27943,
+                                12.45251
+                            ],
+                            [
+                                2.122014,
+                                4.062084,
+                                6.074758,
+                                8.160861,
+                                10.2945,
+                                12.46018
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "A&!IE&!PDRV0&PDRV1&!SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b0",
+                    "timing_type": "three_state_enable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.015346,
+                            9.015346,
+                            15.015346,
+                            21.015346,
+                            27.015346,
+                            33.015346
+                        ],
+                        "values": [
+                            [
+                                2.154456,
+                                2.542941,
+                                2.890724,
+                                3.234267,
+                                3.578169,
+                                3.921014
+                            ],
+                            [
+                                2.190826,
+                                2.580451,
+                                2.928286,
+                                3.272074,
+                                3.615557,
+                                3.958373
+                            ],
+                            [
+                                2.19845,
+                                2.588245,
+                                2.936069,
+                                3.280226,
+                                3.622589,
+                                3.965345
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.015346,
+                            9.015346,
+                            15.015346,
+                            21.015346,
+                            27.015346,
+                            33.015346
+                        ],
+                        "values": [
+                            [
+                                0.668243,
+                                1.284242,
+                                1.976753,
+                                2.695088,
+                                3.412771,
+                                4.141292
+                            ],
+                            [
+                                0.668308,
+                                1.289223,
+                                1.979897,
+                                2.695685,
+                                3.41351,
+                                4.14217
+                            ],
+                            [
+                                0.669894,
+                                1.29045,
+                                1.981902,
+                                2.69238,
+                                3.41921,
+                                4.149019
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "A&!IE&!PDRV0&PDRV1&SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b1",
+                    "timing_type": "three_state_enable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.015346,
+                            9.015346,
+                            15.015346,
+                            21.015346,
+                            27.015346,
+                            33.015346
+                        ],
+                        "values": [
+                            [
+                                2.23234,
+                                3.056132,
+                                3.580085,
+                                4.004151,
+                                4.386854,
+                                4.751668
+                            ],
+                            [
+                                2.270448,
+                                3.093485,
+                                3.617384,
+                                4.041716,
+                                4.424104,
+                                4.788862
+                            ],
+                            [
+                                2.27874,
+                                3.103096,
+                                3.62525,
+                                4.050033,
+                                4.432779,
+                                4.796459
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.015346,
+                            9.015346,
+                            15.015346,
+                            21.015346,
+                            27.015346,
+                            33.015346
+                        ],
+                        "values": [
+                            [
+                                1.144389,
+                                2.082967,
+                                2.761787,
+                                3.395507,
+                                4.04121,
+                                4.688505
+                            ],
+                            [
+                                1.144622,
+                                2.082436,
+                                2.760415,
+                                3.397678,
+                                4.039853,
+                                4.690284
+                            ],
+                            [
+                                1.142056,
+                                2.08233,
+                                2.756778,
+                                3.398887,
+                                4.035885,
+                                4.689253
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "A&!IE&PDRV0&!PDRV1&!SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b0",
+                    "timing_type": "three_state_enable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.015346,
+                            9.015346,
+                            15.015346,
+                            21.015346,
+                            27.015346,
+                            33.015346
+                        ],
+                        "values": [
+                            [
+                                2.222126,
+                                2.760731,
+                                3.275845,
+                                3.791816,
+                                4.305559,
+                                4.820809
+                            ],
+                            [
+                                2.241985,
+                                2.779962,
+                                3.296192,
+                                3.809557,
+                                4.325773,
+                                4.841206
+                            ],
+                            [
+                                2.239556,
+                                2.778045,
+                                3.293608,
+                                3.807202,
+                                4.320353,
+                                4.83345
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.015346,
+                            9.015346,
+                            15.015346,
+                            21.015346,
+                            27.015346,
+                            33.015346
+                        ],
+                        "values": [
+                            [
+                                0.809104,
+                                1.808464,
+                                2.876953,
+                                3.973887,
+                                5.071953,
+                                6.17365
+                            ],
+                            [
+                                0.806899,
+                                1.809111,
+                                2.88225,
+                                3.964181,
+                                5.074543,
+                                6.17701
+                            ],
+                            [
+                                0.809419,
+                                1.810218,
+                                2.882977,
+                                3.975539,
+                                5.061398,
+                                6.17102
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "A&!IE&PDRV0&!PDRV1&SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b1",
+                    "timing_type": "three_state_enable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.015346,
+                            9.015346,
+                            15.015346,
+                            21.015346,
+                            27.015346,
+                            33.015346
+                        ],
+                        "values": [
+                            [
+                                2.4503,
+                                3.421132,
+                                4.060686,
+                                4.618409,
+                                5.149001,
+                                5.669222
+                            ],
+                            [
+                                2.470247,
+                                3.440441,
+                                4.080174,
+                                4.6382,
+                                5.168103,
+                                5.688466
+                            ],
+                            [
+                                2.468566,
+                                3.439401,
+                                4.078895,
+                                4.637447,
+                                5.164386,
+                                5.686394
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.015346,
+                            9.015346,
+                            15.015346,
+                            21.015346,
+                            27.015346,
+                            33.015346
+                        ],
+                        "values": [
+                            [
+                                1.457915,
+                                2.606763,
+                                3.567778,
+                                4.536863,
+                                5.53584,
+                                6.560678
+                            ],
+                            [
+                                1.457999,
+                                2.609238,
+                                3.564768,
+                                4.538507,
+                                5.535964,
+                                6.558277
+                            ],
+                            [
+                                1.456201,
+                                2.607544,
+                                3.561843,
+                                4.533425,
+                                5.524502,
+                                6.542807
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "A&!IE&PDRV0&PDRV1&!SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b0",
+                    "timing_type": "three_state_enable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.015346,
+                            9.015346,
+                            15.015346,
+                            21.015346,
+                            27.015346,
+                            33.015346
+                        ],
+                        "values": [
+                            [
+                                2.060584,
+                                2.384722,
+                                2.651669,
+                                2.911143,
+                                3.169252,
+                                3.426843
+                            ],
+                            [
+                                2.092992,
+                                2.418725,
+                                2.685799,
+                                2.945465,
+                                3.202076,
+                                3.460336
+                            ],
+                            [
+                                2.097853,
+                                2.424602,
+                                2.691495,
+                                2.951392,
+                                3.209107,
+                                3.465534
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.015346,
+                            9.015346,
+                            15.015346,
+                            21.015346,
+                            27.015346,
+                            33.015346
+                        ],
+                        "values": [
+                            [
+                                0.612933,
+                                1.046007,
+                                1.54245,
+                                2.060995,
+                                2.599257,
+                                3.136487
+                            ],
+                            [
+                                0.612017,
+                                1.047836,
+                                1.546512,
+                                2.065223,
+                                2.60281,
+                                3.14237
+                            ],
+                            [
+                                0.611984,
+                                1.050454,
+                                1.545467,
+                                2.070838,
+                                2.597083,
+                                3.136096
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "A&!IE&PDRV0&PDRV1&SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b1",
+                    "timing_type": "three_state_enable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.015346,
+                            9.015346,
+                            15.015346,
+                            21.015346,
+                            27.015346,
+                            33.015346
+                        ],
+                        "values": [
+                            [
+                                2.060869,
+                                2.771588,
+                                3.241823,
+                                3.60807,
+                                3.925317,
+                                4.218479
+                            ],
+                            [
+                                2.09575,
+                                2.8055,
+                                3.275576,
+                                3.641618,
+                                3.959268,
+                                4.252652
+                            ],
+                            [
+                                2.102546,
+                                2.811524,
+                                3.28356,
+                                3.648354,
+                                3.966398,
+                                4.258554
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.015346,
+                            9.015346,
+                            15.015346,
+                            21.015346,
+                            27.015346,
+                            33.015346
+                        ],
+                        "values": [
+                            [
+                                0.949705,
+                                1.783628,
+                                2.344359,
+                                2.83692,
+                                3.310431,
+                                3.790131
+                            ],
+                            [
+                                0.951606,
+                                1.782374,
+                                2.34335,
+                                2.836005,
+                                3.313181,
+                                3.790759
+                            ],
+                            [
+                                0.952094,
+                                1.783418,
+                                2.34066,
+                                2.836989,
+                                3.308679,
+                                3.791941
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "!A&!IE&!PDRV0&!PDRV1&!SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b0",
+                    "timing_type": "three_state_enable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.015346,
+                            9.015346,
+                            15.015346,
+                            21.015346,
+                            27.015346,
+                            33.015346
+                        ],
+                        "values": [
+                            [
+                                1.992116,
+                                2.872255,
+                                3.710615,
+                                4.551291,
+                                5.388042,
+                                6.231014
+                            ],
+                            [
+                                2.048465,
+                                2.928623,
+                                3.766926,
+                                4.60759,
+                                5.444148,
+                                6.287305
+                            ],
+                            [
+                                2.068279,
+                                2.947343,
+                                3.788878,
+                                4.629984,
+                                5.470651,
+                                6.302793
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.015346,
+                            9.015346,
+                            15.015346,
+                            21.015346,
+                            27.015346,
+                            33.015346
+                        ],
+                        "values": [
+                            [
+                                1.123547,
+                                2.699715,
+                                4.330667,
+                                5.990682,
+                                7.64228,
+                                9.327115
+                            ],
+                            [
+                                1.123113,
+                                2.699829,
+                                4.331524,
+                                5.990808,
+                                7.640121,
+                                9.326787
+                            ],
+                            [
+                                1.12232,
+                                2.696311,
+                                4.330552,
+                                5.992884,
+                                7.648012,
+                                9.30681
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "!A&!IE&!PDRV0&!PDRV1&SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b1",
+                    "timing_type": "three_state_enable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.015346,
+                            9.015346,
+                            15.015346,
+                            21.015346,
+                            27.015346,
+                            33.015346
+                        ],
+                        "values": [
+                            [
+                                2.172166,
+                                3.692469,
+                                4.902784,
+                                5.946052,
+                                6.904336,
+                                7.814388
+                            ],
+                            [
+                                2.228931,
+                                3.748363,
+                                4.960938,
+                                6.005409,
+                                6.959951,
+                                7.87
+                            ],
+                            [
+                                2.248666,
+                                3.767893,
+                                4.980846,
+                                6.026263,
+                                6.979856,
+                                7.889762
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.015346,
+                            9.015346,
+                            15.015346,
+                            21.015346,
+                            27.015346,
+                            33.015346
+                        ],
+                        "values": [
+                            [
+                                1.767436,
+                                4.000625,
+                                5.752712,
+                                7.383764,
+                                8.962838,
+                                10.51887
+                            ],
+                            [
+                                1.771208,
+                                3.994964,
+                                5.754569,
+                                7.389348,
+                                8.953076,
+                                10.50597
+                            ],
+                            [
+                                1.771549,
+                                3.995495,
+                                5.755221,
+                                7.390736,
+                                8.947426,
+                                10.51297
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "!A&!IE&!PDRV0&PDRV1&!SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b0",
+                    "timing_type": "three_state_enable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.015346,
+                            9.015346,
+                            15.015346,
+                            21.015346,
+                            27.015346,
+                            33.015346
+                        ],
+                        "values": [
+                            [
+                                1.681455,
+                                2.084297,
+                                2.397045,
+                                2.688896,
+                                2.973719,
+                                3.255312
+                            ],
+                            [
+                                1.736859,
+                                2.140065,
+                                2.453047,
+                                2.744453,
+                                3.029632,
+                                3.310824
+                            ],
+                            [
+                                1.757397,
+                                2.16003,
+                                2.472761,
+                                2.764537,
+                                3.049516,
+                                3.330987
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.015346,
+                            9.015346,
+                            15.015346,
+                            21.015346,
+                            27.015346,
+                            33.015346
+                        ],
+                        "values": [
+                            [
+                                0.597866,
+                                1.126725,
+                                1.635978,
+                                2.152431,
+                                2.681913,
+                                3.218386
+                            ],
+                            [
+                                0.597838,
+                                1.128199,
+                                1.634056,
+                                2.155271,
+                                2.686492,
+                                3.224341
+                            ],
+                            [
+                                0.598784,
+                                1.127543,
+                                1.636145,
+                                2.154072,
+                                2.68122,
+                                3.218656
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "!A&!IE&!PDRV0&PDRV1&SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b1",
+                    "timing_type": "three_state_enable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.015346,
+                            9.015346,
+                            15.015346,
+                            21.015346,
+                            27.015346,
+                            33.015346
+                        ],
+                        "values": [
+                            [
+                                1.662854,
+                                2.241913,
+                                2.783408,
+                                3.283532,
+                                3.744773,
+                                4.17287
+                            ],
+                            [
+                                1.718616,
+                                2.298142,
+                                2.839053,
+                                3.339849,
+                                3.801349,
+                                4.228281
+                            ],
+                            [
+                                1.738616,
+                                2.317917,
+                                2.858801,
+                                3.35988,
+                                3.821705,
+                                4.248549
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.015346,
+                            9.015346,
+                            15.015346,
+                            21.015346,
+                            27.015346,
+                            33.015346
+                        ],
+                        "values": [
+                            [
+                                0.703101,
+                                1.70606,
+                                2.543729,
+                                3.266193,
+                                3.930053,
+                                4.544152
+                            ],
+                            [
+                                0.701153,
+                                1.702173,
+                                2.541218,
+                                3.272484,
+                                3.930407,
+                                4.537135
+                            ],
+                            [
+                                0.700894,
+                                1.703616,
+                                2.544369,
+                                3.273721,
+                                3.932478,
+                                4.54186
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "!A&!IE&PDRV0&!PDRV1&!SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b0",
+                    "timing_type": "three_state_enable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.015346,
+                            9.015346,
+                            15.015346,
+                            21.015346,
+                            27.015346,
+                            33.015346
+                        ],
+                        "values": [
+                            [
+                                1.694962,
+                                2.202305,
+                                2.639054,
+                                3.062568,
+                                3.482096,
+                                3.900932
+                            ],
+                            [
+                                1.750651,
+                                2.25885,
+                                2.694694,
+                                3.117399,
+                                3.53892,
+                                3.95873
+                            ],
+                            [
+                                1.770641,
+                                2.278248,
+                                2.714548,
+                                3.138187,
+                                3.55669,
+                                3.974981
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.015346,
+                            9.015346,
+                            15.015346,
+                            21.015346,
+                            27.015346,
+                            33.015346
+                        ],
+                        "values": [
+                            [
+                                0.732496,
+                                1.491219,
+                                2.281295,
+                                3.085229,
+                                3.901284,
+                                4.72581
+                            ],
+                            [
+                                0.73232,
+                                1.493296,
+                                2.278034,
+                                3.083487,
+                                3.892496,
+                                4.721028
+                            ],
+                            [
+                                0.732388,
+                                1.495101,
+                                2.278306,
+                                3.080545,
+                                3.902104,
+                                4.718005
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "!A&!IE&PDRV0&!PDRV1&SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b1",
+                    "timing_type": "three_state_enable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.015346,
+                            9.015346,
+                            15.015346,
+                            21.015346,
+                            27.015346,
+                            33.015346
+                        ],
+                        "values": [
+                            [
+                                1.699863,
+                                2.54659,
+                                3.305357,
+                                3.974834,
+                                4.575911,
+                                5.126179
+                            ],
+                            [
+                                1.756437,
+                                2.603414,
+                                3.36168,
+                                4.029805,
+                                4.632827,
+                                5.18476
+                            ],
+                            [
+                                1.775705,
+                                2.622836,
+                                3.380581,
+                                4.049582,
+                                4.650012,
+                                5.205664
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.015346,
+                            9.015346,
+                            15.015346,
+                            21.015346,
+                            27.015346,
+                            33.015346
+                        ],
+                        "values": [
+                            [
+                                0.971614,
+                                2.375417,
+                                3.467877,
+                                4.416353,
+                                5.280566,
+                                6.111966
+                            ],
+                            [
+                                0.974287,
+                                2.372944,
+                                3.46971,
+                                4.413624,
+                                5.281045,
+                                6.116368
+                            ],
+                            [
+                                0.975173,
+                                2.373552,
+                                3.462427,
+                                4.41212,
+                                5.285156,
+                                6.120172
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "!A&!IE&PDRV0&PDRV1&!SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b0",
+                    "timing_type": "three_state_enable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.015346,
+                            9.015346,
+                            15.015346,
+                            21.015346,
+                            27.015346,
+                            33.015346
+                        ],
+                        "values": [
+                            [
+                                1.567914,
+                                1.917698,
+                                2.172022,
+                                2.401342,
+                                2.620438,
+                                2.835259
+                            ],
+                            [
+                                1.624032,
+                                1.973549,
+                                2.227939,
+                                2.457184,
+                                2.676534,
+                                2.891172
+                            ],
+                            [
+                                1.643736,
+                                1.993297,
+                                2.247698,
+                                2.476939,
+                                2.696309,
+                                2.910927
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.015346,
+                            9.015346,
+                            15.015346,
+                            21.015346,
+                            27.015346,
+                            33.015346
+                        ],
+                        "values": [
+                            [
+                                0.523844,
+                                0.939407,
+                                1.318947,
+                                1.700716,
+                                2.089657,
+                                2.486381
+                            ],
+                            [
+                                0.524482,
+                                0.938651,
+                                1.319358,
+                                1.701173,
+                                2.090992,
+                                2.485598
+                            ],
+                            [
+                                0.524874,
+                                0.938644,
+                                1.319381,
+                                1.701294,
+                                2.091094,
+                                2.485419
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "!A&!IE&PDRV0&PDRV1&SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b1",
+                    "timing_type": "three_state_enable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.015346,
+                            9.015346,
+                            15.015346,
+                            21.015346,
+                            27.015346,
+                            33.015346
+                        ],
+                        "values": [
+                            [
+                                1.544205,
+                                1.991596,
+                                2.411772,
+                                2.808877,
+                                3.183358,
+                                3.534407
+                            ],
+                            [
+                                1.599954,
+                                2.047253,
+                                2.467365,
+                                2.865089,
+                                3.239416,
+                                3.590914
+                            ],
+                            [
+                                1.619917,
+                                2.067314,
+                                2.487487,
+                                2.884586,
+                                3.259021,
+                                3.610099
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.015346,
+                            9.015346,
+                            15.015346,
+                            21.015346,
+                            27.015346,
+                            33.015346
+                        ],
+                        "values": [
+                            [
+                                0.568979,
+                                1.344208,
+                                2.024501,
+                                2.627986,
+                                3.169391,
+                                3.665341
+                            ],
+                            [
+                                0.570618,
+                                1.34139,
+                                2.026482,
+                                2.627852,
+                                3.170446,
+                                3.670625
+                            ],
+                            [
+                                0.568813,
+                                1.344174,
+                                2.025351,
+                                2.627918,
+                                3.169206,
+                                3.666984
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "!A&!IE&!PDRV0&!PDRV1&!SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b0",
+                    "timing_type": "three_state_disable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.015346,
+                            9.015346,
+                            15.015346,
+                            21.015346,
+                            27.015346,
+                            33.015346
+                        ],
+                        "values": [
+                            [
+                                1.13643,
+                                1.136431,
+                                1.136432,
+                                1.136433,
+                                1.136434,
+                                1.136435
+                            ],
+                            [
+                                1.267316,
+                                1.267317,
+                                1.267318,
+                                1.267319,
+                                1.26732,
+                                1.267321
+                            ],
+                            [
+                                1.428718,
+                                1.428719,
+                                1.42872,
+                                1.428721,
+                                1.428722,
+                                1.428723
+                            ]
+                        ]
+                    },
+                    "rise_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "!A&!IE&!PDRV0&!PDRV1&SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b1",
+                    "timing_type": "three_state_disable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.015346,
+                            9.015346,
+                            15.015346,
+                            21.015346,
+                            27.015346,
+                            33.015346
+                        ],
+                        "values": [
+                            [
+                                1.121495,
+                                1.121496,
+                                1.121497,
+                                1.121498,
+                                1.121499,
+                                1.1215
+                            ],
+                            [
+                                1.252004,
+                                1.252005,
+                                1.252006,
+                                1.252007,
+                                1.252008,
+                                1.252009
+                            ],
+                            [
+                                1.412455,
+                                1.412456,
+                                1.412457,
+                                1.412458,
+                                1.412459,
+                                1.41246
+                            ]
+                        ]
+                    },
+                    "rise_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "!A&!IE&!PDRV0&PDRV1&!SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b0",
+                    "timing_type": "three_state_disable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.015346,
+                            9.015346,
+                            15.015346,
+                            21.015346,
+                            27.015346,
+                            33.015346
+                        ],
+                        "values": [
+                            [
+                                1.23908,
+                                1.239081,
+                                1.239082,
+                                1.239083,
+                                1.239084,
+                                1.239085
+                            ],
+                            [
+                                1.370404,
+                                1.370405,
+                                1.370406,
+                                1.370407,
+                                1.370408,
+                                1.370409
+                            ],
+                            [
+                                1.53331,
+                                1.533311,
+                                1.533312,
+                                1.533313,
+                                1.533314,
+                                1.533315
+                            ]
+                        ]
+                    },
+                    "rise_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "!A&!IE&!PDRV0&PDRV1&SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b1",
+                    "timing_type": "three_state_disable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.015346,
+                            9.015346,
+                            15.015346,
+                            21.015346,
+                            27.015346,
+                            33.015346
+                        ],
+                        "values": [
+                            [
+                                1.229749,
+                                1.22975,
+                                1.229751,
+                                1.229752,
+                                1.229753,
+                                1.229754
+                            ],
+                            [
+                                1.361131,
+                                1.361132,
+                                1.361133,
+                                1.361134,
+                                1.361135,
+                                1.361136
+                            ],
+                            [
+                                1.522822,
+                                1.522823,
+                                1.522824,
+                                1.522825,
+                                1.522826,
+                                1.522827
+                            ]
+                        ]
+                    },
+                    "rise_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "!A&!IE&PDRV0&!PDRV1&!SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b0",
+                    "timing_type": "three_state_disable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.015346,
+                            9.015346,
+                            15.015346,
+                            21.015346,
+                            27.015346,
+                            33.015346
+                        ],
+                        "values": [
+                            [
+                                1.125551,
+                                1.125552,
+                                1.125553,
+                                1.125554,
+                                1.125555,
+                                1.125556
+                            ],
+                            [
+                                1.256063,
+                                1.256064,
+                                1.256065,
+                                1.256066,
+                                1.256067,
+                                1.256068
+                            ],
+                            [
+                                1.415538,
+                                1.415539,
+                                1.41639,
+                                1.416391,
+                                1.416392,
+                                1.416393
+                            ]
+                        ]
+                    },
+                    "rise_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "!A&!IE&PDRV0&!PDRV1&SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b1",
+                    "timing_type": "three_state_disable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.015346,
+                            9.015346,
+                            15.015346,
+                            21.015346,
+                            27.015346,
+                            33.015346
+                        ],
+                        "values": [
+                            [
+                                1.114939,
+                                1.11494,
+                                1.114941,
+                                1.114942,
+                                1.114943,
+                                1.114944
+                            ],
+                            [
+                                1.244981,
+                                1.244982,
+                                1.244983,
+                                1.244984,
+                                1.244985,
+                                1.244986
+                            ],
+                            [
+                                1.405981,
+                                1.405982,
+                                1.405983,
+                                1.405984,
+                                1.405985,
+                                1.405986
+                            ]
+                        ]
+                    },
+                    "rise_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "!A&!IE&PDRV0&PDRV1&!SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b0",
+                    "timing_type": "three_state_disable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.015346,
+                            9.015346,
+                            15.015346,
+                            21.015346,
+                            27.015346,
+                            33.015346
+                        ],
+                        "values": [
+                            [
+                                1.21893,
+                                1.218931,
+                                1.218932,
+                                1.218933,
+                                1.218934,
+                                1.218935
+                            ],
+                            [
+                                1.350315,
+                                1.350316,
+                                1.350317,
+                                1.350318,
+                                1.350319,
+                                1.35032
+                            ],
+                            [
+                                1.513909,
+                                1.514301,
+                                1.514302,
+                                1.514303,
+                                1.514304,
+                                1.514305
+                            ]
+                        ]
+                    },
+                    "rise_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "!A&!IE&PDRV0&PDRV1&SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b1",
+                    "timing_type": "three_state_disable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.015346,
+                            9.015346,
+                            15.015346,
+                            21.015346,
+                            27.015346,
+                            33.015346
+                        ],
+                        "values": [
+                            [
+                                1.209494,
+                                1.209495,
+                                1.209496,
+                                1.209497,
+                                1.209498,
+                                1.209499
+                            ],
+                            [
+                                1.340959,
+                                1.34096,
+                                1.340961,
+                                1.340962,
+                                1.340963,
+                                1.340964
+                            ],
+                            [
+                                1.503516,
+                                1.503894,
+                                1.503895,
+                                1.503896,
+                                1.503897,
+                                1.503898
+                            ]
+                        ]
+                    },
+                    "rise_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "A&!IE&!PDRV0&!PDRV1&!SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b0",
+                    "timing_type": "three_state_disable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.015346,
+                            9.015346,
+                            15.015346,
+                            21.015346,
+                            27.015346,
+                            33.015346
+                        ],
+                        "values": [
+                            [
+                                1.334137,
+                                1.334138,
+                                1.334139,
+                                1.33414,
+                                1.334141,
+                                1.334142
+                            ],
+                            [
+                                1.469118,
+                                1.469119,
+                                1.46912,
+                                1.469121,
+                                1.469122,
+                                1.469123
+                            ],
+                            [
+                                1.636149,
+                                1.63615,
+                                1.636151,
+                                1.636152,
+                                1.636153,
+                                1.636154
+                            ]
+                        ]
+                    },
+                    "fall_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "A&!IE&!PDRV0&!PDRV1&SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b1",
+                    "timing_type": "three_state_disable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.015346,
+                            9.015346,
+                            15.015346,
+                            21.015346,
+                            27.015346,
+                            33.015346
+                        ],
+                        "values": [
+                            [
+                                1.336498,
+                                1.336499,
+                                1.3365,
+                                1.336501,
+                                1.336502,
+                                1.336503
+                            ],
+                            [
+                                1.469166,
+                                1.469167,
+                                1.469168,
+                                1.469169,
+                                1.46917,
+                                1.469171
+                            ],
+                            [
+                                1.634923,
+                                1.634924,
+                                1.634925,
+                                1.634926,
+                                1.634927,
+                                1.634928
+                            ]
+                        ]
+                    },
+                    "fall_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "A&!IE&!PDRV0&PDRV1&!SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b0",
+                    "timing_type": "three_state_disable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.015346,
+                            9.015346,
+                            15.015346,
+                            21.015346,
+                            27.015346,
+                            33.015346
+                        ],
+                        "values": [
+                            [
+                                1.514945,
+                                1.514946,
+                                1.514947,
+                                1.514948,
+                                1.514949,
+                                1.51495
+                            ],
+                            [
+                                1.651286,
+                                1.651287,
+                                1.651288,
+                                1.651289,
+                                1.65129,
+                                1.651291
+                            ],
+                            [
+                                1.818775,
+                                1.818776,
+                                1.818777,
+                                1.818778,
+                                1.818779,
+                                1.81878
+                            ]
+                        ]
+                    },
+                    "fall_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "A&!IE&!PDRV0&PDRV1&SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b1",
+                    "timing_type": "three_state_disable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.015346,
+                            9.015346,
+                            15.015346,
+                            21.015346,
+                            27.015346,
+                            33.015346
+                        ],
+                        "values": [
+                            [
+                                1.516015,
+                                1.516016,
+                                1.516017,
+                                1.516018,
+                                1.516019,
+                                1.51602
+                            ],
+                            [
+                                1.649901,
+                                1.649902,
+                                1.649903,
+                                1.649904,
+                                1.649905,
+                                1.649906
+                            ],
+                            [
+                                1.817864,
+                                1.817865,
+                                1.817866,
+                                1.817867,
+                                1.817868,
+                                1.817869
+                            ]
+                        ]
+                    },
+                    "fall_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "A&!IE&PDRV0&!PDRV1&!SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b0",
+                    "timing_type": "three_state_disable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.015346,
+                            9.015346,
+                            15.015346,
+                            21.015346,
+                            27.015346,
+                            33.015346
+                        ],
+                        "values": [
+                            [
+                                1.323066,
+                                1.323067,
+                                1.323068,
+                                1.323069,
+                                1.32307,
+                                1.323071
+                            ],
+                            [
+                                1.457878,
+                                1.457879,
+                                1.45788,
+                                1.457881,
+                                1.457882,
+                                1.457883
+                            ],
+                            [
+                                1.623783,
+                                1.623784,
+                                1.623785,
+                                1.623786,
+                                1.623787,
+                                1.623788
+                            ]
+                        ]
+                    },
+                    "fall_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "A&!IE&PDRV0&!PDRV1&SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b1",
+                    "timing_type": "three_state_disable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.015346,
+                            9.015346,
+                            15.015346,
+                            21.015346,
+                            27.015346,
+                            33.015346
+                        ],
+                        "values": [
+                            [
+                                1.326053,
+                                1.326054,
+                                1.326055,
+                                1.326056,
+                                1.326057,
+                                1.326058
+                            ],
+                            [
+                                1.458299,
+                                1.4583,
+                                1.458301,
+                                1.458302,
+                                1.458303,
+                                1.458304
+                            ],
+                            [
+                                1.624801,
+                                1.624802,
+                                1.624803,
+                                1.624804,
+                                1.624805,
+                                1.624806
+                            ]
+                        ]
+                    },
+                    "fall_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "A&!IE&PDRV0&PDRV1&!SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b0",
+                    "timing_type": "three_state_disable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.015346,
+                            9.015346,
+                            15.015346,
+                            21.015346,
+                            27.015346,
+                            33.015346
+                        ],
+                        "values": [
+                            [
+                                1.501553,
+                                1.501554,
+                                1.501555,
+                                1.501556,
+                                1.501557,
+                                1.501558
+                            ],
+                            [
+                                1.636723,
+                                1.636724,
+                                1.636725,
+                                1.636726,
+                                1.636727,
+                                1.636728
+                            ],
+                            [
+                                1.805149,
+                                1.80515,
+                                1.805151,
+                                1.805152,
+                                1.805153,
+                                1.805154
+                            ]
+                        ]
+                    },
+                    "fall_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "A&!IE&PDRV0&PDRV1&SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b1",
+                    "timing_type": "three_state_disable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.015346,
+                            9.015346,
+                            15.015346,
+                            21.015346,
+                            27.015346,
+                            33.015346
+                        ],
+                        "values": [
+                            [
+                                1.498789,
+                                1.49879,
+                                1.498791,
+                                1.498792,
+                                1.498793,
+                                1.498794
+                            ],
+                            [
+                                1.632941,
+                                1.632942,
+                                1.632943,
+                                1.632944,
+                                1.632945,
+                                1.632946
+                            ],
+                            [
+                                1.801708,
+                                1.801709,
+                                1.80171,
+                                1.801711,
+                                1.801712,
+                                1.801713
+                            ]
+                        ]
+                    },
+                    "fall_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                }
+            ]
+        },
+        "pin Y": {
+            "function": "((IE*PAD))",
+            "direction": "output",
+            "max_capacitance": "0.500000",
+            "output_signal_level": "VDD",
+            "internal_power ": [
+                {
+                    "related_pin": "IE",
+                    "when": "!CS&!OE&PAD",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                2.615614,
+                                2.448652,
+                                2.469969,
+                                2.417179,
+                                2.447668,
+                                2.428243
+                            ],
+                            [
+                                2.097473,
+                                2.016577,
+                                1.894912,
+                                1.964499,
+                                1.859466,
+                                1.814141
+                            ],
+                            [
+                                2.090382,
+                                2.031203,
+                                1.984501,
+                                1.875029,
+                                1.879908,
+                                1.930986
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                3.047467,
+                                3.071803,
+                                3.047587,
+                                3.094217,
+                                3.051721,
+                                3.119983
+                            ],
+                            [
+                                2.581299,
+                                2.648401,
+                                2.654942,
+                                2.615067,
+                                2.86856,
+                                2.740634
+                            ],
+                            [
+                                2.593454,
+                                2.545694,
+                                2.574566,
+                                2.53509,
+                                2.549226,
+                                2.723338
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "IE",
+                    "when": "CS&!OE&PAD",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                2.946585,
+                                2.883047,
+                                2.835339,
+                                2.867678,
+                                2.713263,
+                                2.623512
+                            ],
+                            [
+                                2.408063,
+                                2.360994,
+                                2.254244,
+                                2.266086,
+                                2.212355,
+                                2.176879
+                            ],
+                            [
+                                2.409472,
+                                2.325767,
+                                2.289336,
+                                2.302009,
+                                2.2102,
+                                2.149284
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                3.270094,
+                                3.219127,
+                                3.323945,
+                                3.382269,
+                                3.372301,
+                                3.309608
+                            ],
+                            [
+                                2.753058,
+                                2.775972,
+                                2.723171,
+                                2.92788,
+                                2.877738,
+                                2.799129
+                            ],
+                            [
+                                2.751372,
+                                2.844134,
+                                2.782404,
+                                3.046047,
+                                3.115372,
+                                2.73815
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "PAD",
+                    "when": "!CS&IE&!OE",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                1.74345,
+                                1.67572,
+                                1.62486,
+                                1.52374,
+                                1.49026,
+                                1.47194
+                            ],
+                            [
+                                2.21547,
+                                2.14573,
+                                2.09601,
+                                1.99864,
+                                1.96682,
+                                1.93676
+                            ],
+                            [
+                                2.03983,
+                                1.97051,
+                                1.91863,
+                                1.81499,
+                                1.77516,
+                                1.73921
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                1.61674,
+                                1.62341,
+                                1.67263,
+                                1.7709,
+                                1.79869,
+                                1.81798
+                            ],
+                            [
+                                1.62289,
+                                1.62988,
+                                1.6785,
+                                1.77746,
+                                1.80706,
+                                1.82655
+                            ],
+                            [
+                                1.54691,
+                                1.55622,
+                                1.60417,
+                                1.69878,
+                                1.72798,
+                                1.75053
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "PAD",
+                    "when": "CS&IE&!OE",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                2.19118,
+                                2.12493,
+                                2.07615,
+                                1.97936,
+                                1.93697,
+                                1.91614
+                            ],
+                            [
+                                2.45889,
+                                2.39285,
+                                2.33852,
+                                2.24511,
+                                2.20707,
+                                2.1756
+                            ],
+                            [
+                                2.65872,
+                                2.59157,
+                                2.53879,
+                                2.44494,
+                                2.42325,
+                                2.37083
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                2.59997,
+                                2.61795,
+                                2.69989,
+                                2.89695,
+                                2.96696,
+                                3.01952
+                            ],
+                            [
+                                2.25554,
+                                2.27059,
+                                2.35413,
+                                2.55562,
+                                2.62531,
+                                2.67645
+                            ],
+                            [
+                                2.24922,
+                                2.26846,
+                                2.34901,
+                                2.55134,
+                                2.6146,
+                                2.67601
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "IE",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                2.781099,
+                                2.66585,
+                                2.652654,
+                                2.642429,
+                                2.580465,
+                                2.525877
+                            ],
+                            [
+                                2.252768,
+                                2.188785,
+                                2.074578,
+                                2.115292,
+                                2.03591,
+                                1.99551
+                            ],
+                            [
+                                2.249927,
+                                2.178485,
+                                2.136919,
+                                2.088519,
+                                2.045054,
+                                2.040135
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                3.15878,
+                                3.145465,
+                                3.185766,
+                                3.238243,
+                                3.212011,
+                                3.214796
+                            ],
+                            [
+                                2.667178,
+                                2.712186,
+                                2.689056,
+                                2.771473,
+                                2.873149,
+                                2.769882
+                            ],
+                            [
+                                2.672413,
+                                2.694914,
+                                2.678485,
+                                2.790569,
+                                2.832299,
+                                2.730744
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "PAD",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                1.967315,
+                                1.900325,
+                                1.850505,
+                                1.75155,
+                                1.713615,
+                                1.69404
+                            ],
+                            [
+                                2.33718,
+                                2.26929,
+                                2.217265,
+                                2.121875,
+                                2.086945,
+                                2.05618
+                            ],
+                            [
+                                2.349275,
+                                2.28104,
+                                2.22871,
+                                2.129965,
+                                2.099205,
+                                2.05502
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                2.108355,
+                                2.12068,
+                                2.18626,
+                                2.333925,
+                                2.382825,
+                                2.41875
+                            ],
+                            [
+                                1.939215,
+                                1.950235,
+                                2.016315,
+                                2.16654,
+                                2.216185,
+                                2.2515
+                            ],
+                            [
+                                1.898065,
+                                1.91234,
+                                1.97659,
+                                2.12506,
+                                2.17129,
+                                2.21327
+                            ]
+                        ]
+                    }
+                }
+            ],
+            "timing ": [
+                {
+                    "related_pin": "IE",
+                    "timing_type": "combinational",
+                    "timing_sense": "positive_unate",
+                    "when": "!CS&!OE&PAD",
+                    "sdf_cond": "CS==1'b0&&OE==1'b0&&PAD==1'b1",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                1.735248,
+                                1.791239,
+                                1.860691,
+                                2.062623,
+                                2.15912,
+                                2.255528
+                            ],
+                            [
+                                1.815913,
+                                1.871874,
+                                1.94129,
+                                2.143291,
+                                2.239777,
+                                2.336195
+                            ],
+                            [
+                                1.861988,
+                                1.917975,
+                                1.988319,
+                                2.189892,
+                                2.286859,
+                                2.383813
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.228213,
+                                0.296772,
+                                0.408995,
+                                0.78637,
+                                0.982138,
+                                1.18266
+                            ],
+                            [
+                                0.228031,
+                                0.297527,
+                                0.408886,
+                                0.786518,
+                                0.982177,
+                                1.182591
+                            ],
+                            [
+                                0.223555,
+                                0.300595,
+                                0.408583,
+                                0.786275,
+                                0.982233,
+                                1.18256
+                            ]
+                        ]
+                    },
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                1.420472,
+                                1.468281,
+                                1.526445,
+                                1.687222,
+                                1.760383,
+                                1.832278
+                            ],
+                            [
+                                1.550563,
+                                1.598424,
+                                1.656712,
+                                1.817148,
+                                1.890479,
+                                1.962477
+                            ],
+                            [
+                                1.699901,
+                                1.746766,
+                                1.805114,
+                                1.965691,
+                                2.03897,
+                                2.111125
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.113134,
+                                0.174599,
+                                0.257915,
+                                0.517877,
+                                0.650021,
+                                0.782197
+                            ],
+                            [
+                                0.113379,
+                                0.176068,
+                                0.25793,
+                                0.518443,
+                                0.649652,
+                                0.780471
+                            ],
+                            [
+                                0.113772,
+                                0.174544,
+                                0.258958,
+                                0.517374,
+                                0.650473,
+                                0.783079
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "IE",
+                    "timing_type": "combinational",
+                    "timing_sense": "positive_unate",
+                    "when": "CS&!OE&PAD",
+                    "sdf_cond": "CS==1'b1&&OE==1'b0&&PAD==1'b1",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                1.816673,
+                                1.873167,
+                                1.942633,
+                                2.144754,
+                                2.241325,
+                                2.337776
+                            ],
+                            [
+                                1.898024,
+                                1.953649,
+                                2.023235,
+                                2.225315,
+                                2.321814,
+                                2.418242
+                            ],
+                            [
+                                1.943828,
+                                1.999543,
+                                2.069436,
+                                2.271628,
+                                2.368452,
+                                2.465028
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.226249,
+                                0.299166,
+                                0.405902,
+                                0.785175,
+                                0.982795,
+                                1.181639
+                            ],
+                            [
+                                0.227075,
+                                0.299048,
+                                0.406608,
+                                0.786128,
+                                0.982403,
+                                1.182116
+                            ],
+                            [
+                                0.223887,
+                                0.298157,
+                                0.405889,
+                                0.785648,
+                                0.982663,
+                                1.182051
+                            ]
+                        ]
+                    },
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                1.489322,
+                                1.537046,
+                                1.595136,
+                                1.755896,
+                                1.82919,
+                                1.901309
+                            ],
+                            [
+                                1.6208,
+                                1.668608,
+                                1.726843,
+                                1.887397,
+                                1.960672,
+                                2.03268
+                            ],
+                            [
+                                1.769403,
+                                1.817053,
+                                1.875334,
+                                2.036198,
+                                2.109256,
+                                2.181229
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.115311,
+                                0.175309,
+                                0.258749,
+                                0.517383,
+                                0.65005,
+                                0.782644
+                            ],
+                            [
+                                0.113743,
+                                0.175704,
+                                0.258287,
+                                0.518579,
+                                0.649252,
+                                0.781462
+                            ],
+                            [
+                                0.114148,
+                                0.175803,
+                                0.258488,
+                                0.518486,
+                                0.650057,
+                                0.782723
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "PAD",
+                    "timing_type": "combinational",
+                    "timing_sense": "positive_unate",
+                    "when": "!CS&IE&!OE",
+                    "sdf_cond": "CS==1'b0&&IE==1'b1&&OE==1'b0",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                1.239917,
+                                1.295529,
+                                1.364723,
+                                1.566952,
+                                1.663894,
+                                1.760314
+                            ],
+                            [
+                                1.30506,
+                                1.360899,
+                                1.429905,
+                                1.631869,
+                                1.728812,
+                                1.82553
+                            ],
+                            [
+                                1.310116,
+                                1.366035,
+                                1.435046,
+                                1.637592,
+                                1.734448,
+                                1.831525
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.223412,
+                                0.293795,
+                                0.402856,
+                                0.785287,
+                                0.980574,
+                                1.181774
+                            ],
+                            [
+                                0.223514,
+                                0.293108,
+                                0.402963,
+                                0.785076,
+                                0.981519,
+                                1.181733
+                            ],
+                            [
+                                0.223621,
+                                0.2943,
+                                0.404368,
+                                0.787717,
+                                0.980442,
+                                1.180362
+                            ]
+                        ]
+                    },
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                1.121508,
+                                1.169102,
+                                1.227329,
+                                1.388056,
+                                1.461422,
+                                1.533521
+                            ],
+                            [
+                                1.17909,
+                                1.226662,
+                                1.284813,
+                                1.445521,
+                                1.519007,
+                                1.591225
+                            ],
+                            [
+                                1.373708,
+                                1.421354,
+                                1.479421,
+                                1.639841,
+                                1.713321,
+                                1.78524
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.114798,
+                                0.176554,
+                                0.257147,
+                                0.517694,
+                                0.649292,
+                                0.780943
+                            ],
+                            [
+                                0.115086,
+                                0.174963,
+                                0.257224,
+                                0.518705,
+                                0.649034,
+                                0.780762
+                            ],
+                            [
+                                0.114259,
+                                0.17493,
+                                0.256739,
+                                0.519119,
+                                0.648492,
+                                0.7811
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "PAD",
+                    "timing_type": "combinational",
+                    "timing_sense": "positive_unate",
+                    "when": "CS&IE&!OE",
+                    "sdf_cond": "CS==1'b1&&IE==1'b1&&OE==1'b0",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                1.347501,
+                                1.403299,
+                                1.472789,
+                                1.675146,
+                                1.772224,
+                                1.868734
+                            ],
+                            [
+                                1.451629,
+                                1.507769,
+                                1.576781,
+                                1.778718,
+                                1.875793,
+                                1.972405
+                            ],
+                            [
+                                1.524369,
+                                1.580421,
+                                1.649582,
+                                1.852392,
+                                1.949769,
+                                2.046567
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.223127,
+                                0.292697,
+                                0.403898,
+                                0.787125,
+                                0.982431,
+                                1.182859
+                            ],
+                            [
+                                0.224154,
+                                0.293914,
+                                0.40517,
+                                0.788255,
+                                0.983935,
+                                1.178206
+                            ],
+                            [
+                                0.223669,
+                                0.293834,
+                                0.404839,
+                                0.786251,
+                                0.985572,
+                                1.180805
+                            ]
+                        ]
+                    },
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                1.772381,
+                                1.820052,
+                                1.87806,
+                                2.039387,
+                                2.11267,
+                                2.184552
+                            ],
+                            [
+                                1.717402,
+                                1.765148,
+                                1.822885,
+                                1.984173,
+                                2.057572,
+                                2.129798
+                            ],
+                            [
+                                1.912309,
+                                1.959668,
+                                2.017918,
+                                2.179139,
+                                2.252356,
+                                2.324402
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.116449,
+                                0.176567,
+                                0.258461,
+                                0.519708,
+                                0.650127,
+                                0.781008
+                            ],
+                            [
+                                0.116464,
+                                0.177801,
+                                0.258772,
+                                0.520995,
+                                0.65006,
+                                0.782301
+                            ],
+                            [
+                                0.116321,
+                                0.177087,
+                                0.259421,
+                                0.51941,
+                                0.650281,
+                                0.781511
+                            ]
+                        ]
+                    }
+                }
+            ]
+        },
+        "pin DVDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin DVSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        }
+    }
+}
\ No newline at end of file
diff --git a/cells/bi_t/gf180mcu_fd_io__bi_t__ff_125C_5v50.lib b/cells/bi_t/gf180mcu_fd_io__bi_t__ff_125C_5v50.lib
new file mode 100644
index 0000000..0275dee
--- /dev/null
+++ b/cells/bi_t/gf180mcu_fd_io__bi_t__ff_125C_5v50.lib
@@ -0,0 +1,1841 @@
+/*
+ * Copyright 2022 GlobalFoundries PDK Authors
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+	cell ("gf180mcu_fd_io__bi_t") {
+		scaling_factors : "gf_factors";
+		area : 26250.000000;
+		pad_cell : true;
+		dont_use : true;
+		dont_touch : true;
+		cell_leakage_power : 1.477380e-01;
+		leakage_power () {
+			when : "!PDRV0 !PDRV1 !CS !SL !IE !OE !PU !PD !A !PAD";
+			value : "0.147738";
+		}
+		pin ("CS") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.023866;
+			rise_capacitance_range(0.023259,0.024318);
+			capacitance : 0.023608;
+			fall_capacitance : 0.023350;
+			fall_capacitance_range(0.022676,0.024457);
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("2.040367, 4.044918, 4.326484");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("2.395225, 3.621105, 3.997682");
+				}
+			}
+		}
+		pin ("SL") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.032249;
+			rise_capacitance_range(0.031940,0.032463);
+			capacitance : 0.032093;
+			fall_capacitance : 0.031936;
+			fall_capacitance_range(0.031340,0.032622);
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("1.298504, 4.252129, 4.476624");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("1.882587, 4.375732, 4.691997");
+				}
+			}
+		}
+		pin ("IE") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.015294;
+			rise_capacitance_range(0.014482,0.015852);
+			capacitance : 0.014967;
+			fall_capacitance : 0.014639;
+			fall_capacitance_range(0.013910,0.015633);
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("1.704549, 2.496262, 2.756541");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("1.680957, 2.364990, 2.668592");
+				}
+			}
+		}
+		pin ("OE") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.090673;
+			rise_capacitance_range(0.083591,0.099785);
+			capacitance : 0.090307;
+			fall_capacitance : 0.088472;
+			fall_capacitance_range(0.083189,0.095333);
+		}
+		pin ("PU") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.087367;
+			rise_capacitance_range(0.069584,0.100149);
+			capacitance : 0.087882;
+			fall_capacitance : 0.088396;
+			fall_capacitance_range(0.065233,0.103601);
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("-0.366136, 1.161965, 1.606646");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("3.153937, 4.704292, 5.526669");
+				}
+			}
+		}
+		pin ("PD") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.049637;
+			rise_capacitance_range(0.047042,0.052612);
+			capacitance : 0.050549;
+			fall_capacitance : 0.051461;
+			fall_capacitance_range(0.049447,0.052660);
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("0.602008, 2.893344, 3.222064");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("3.018593, 4.260777, 4.823390");
+				}
+			}
+		}
+		pin ("A") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.037869;
+			rise_capacitance_range(0.036021,0.038935);
+			capacitance : 0.037900;
+			fall_capacitance : 0.037933;
+			fall_capacitance_range(0.036739,0.038842);
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("-0.355338, -0.334259, -0.347774");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("0.423396, 0.443715, 0.413485");
+				}
+			}
+		}
+		pin ("PDRV0") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.031289;
+			rise_capacitance_range(0.031060,0.031598);
+			capacitance : 0.031209;
+			fall_capacitance : 0.031129;
+			fall_capacitance_range(0.030838,0.031434);
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("-0.319538, -0.307989, -0.306109");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("0.326507, 0.309480, 0.307218");
+				}
+			}
+		}
+		pin ("PDRV1") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.033487;
+			rise_capacitance_range(0.033111,0.034075);
+			capacitance : 0.033345;
+			fall_capacitance : 0.033203;
+			fall_capacitance_range(0.032885,0.033518);
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("-0.375637, -0.359569, -0.358346");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("0.379044, 0.361074, 0.359396");
+				}
+			}
+		}
+		pin ("PAD") {
+			drive_current : 16000.000000;
+			is_pad : true;
+			function : "((A))";
+			three_state : "((!OE))";
+			direction : "inout";
+			max_transition : 1.000000;
+			max_capacitance : 30.000000;
+			input_signal_level : "DVDD";
+			output_signal_level : "DVDD";
+			capacitance : 2.792762;
+			internal_power () {
+				related_pin : "A";
+				when : "!IE&OE&!PDRV0&!PDRV1&!SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("72.145008, 70.998868, 70.226168, 67.991788, 62.462008, 63.198018", \
+					  "71.885839, 71.601959, 70.066109, 68.250159, 67.438129, 64.741989", \
+					  "72.274484, 71.686564, 70.401594, 68.575684, 65.138604, 63.507664");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("77.977774, 79.141204, 79.035344, 79.172384, 80.000614, 79.284944", \
+					  "78.270475, 79.364715, 79.315475, 79.631125, 80.204085, 79.073355", \
+					  "78.631895, 79.439505, 79.711525, 79.806845, 79.945695, 80.186365");
+				}
+			}
+			internal_power () {
+				related_pin : "A";
+				when : "!IE&OE&!PDRV0&!PDRV1&SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("70.738248, 70.652128, 68.886458, 67.317538, 63.786708, 64.288908", \
+					  "71.000269, 70.804079, 69.152269, 67.141929, 66.226979, 64.672879", \
+					  "71.253044, 70.744594, 69.366504, 67.749884, 65.055294, 62.297154");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("74.168224, 76.882784, 77.806274, 78.036214, 77.671704, 78.373944", \
+					  "74.531565, 76.857905, 78.108165, 78.332665, 77.623945, 78.946615", \
+					  "74.678335, 77.199635, 78.587075, 78.767415, 77.803985, 79.945835");
+				}
+			}
+			internal_power () {
+				related_pin : "A";
+				when : "!IE&OE&!PDRV0&PDRV1&!SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("121.341338, 123.021138, 123.157238, 122.491638, 121.720038, 120.452338", \
+					  "121.758159, 123.414759, 123.299759, 122.572959, 121.563159, 120.397159", \
+					  "121.564874, 123.363374, 123.429974, 122.846474, 122.005774, 120.685674");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("124.969904, 129.553804, 130.431604, 130.955004, 131.238704, 131.601804", \
+					  "125.202785, 129.431885, 130.561985, 131.135985, 131.408585, 131.783485", \
+					  "125.244415, 129.974915, 130.442715, 132.022715, 131.223015, 131.907315");
+				}
+			}
+			internal_power () {
+				related_pin : "A";
+				when : "!IE&OE&!PDRV0&PDRV1&SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("113.326438, 119.765538, 120.817738, 119.997738, 118.514238, 117.208038", \
+					  "113.622359, 119.809459, 122.025959, 118.963959, 117.622759, 118.483659", \
+					  "114.020674, 119.815174, 120.325874, 120.812574, 119.046674, 117.256474");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("110.012204, 117.608504, 122.763704, 124.989604, 124.697804, 127.332404", \
+					  "109.582685, 117.214085, 122.932685, 124.155285, 124.928785, 127.721085", \
+					  "110.468315, 118.812215, 122.562615, 125.487915, 125.110015, 127.054415");
+				}
+			}
+			internal_power () {
+				related_pin : "A";
+				when : "!IE&OE&PDRV0&!PDRV1&!SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("96.897818, 97.723318, 96.317718, 96.016628, 94.104328, 91.927238", \
+					  "97.027299, 97.800279, 96.550699, 95.842759, 94.148919, 92.146279", \
+					  "97.262264, 97.963914, 96.858624, 96.028094, 94.419544, 92.541744");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("102.220904, 104.323004, 105.220504, 105.144604, 105.554804, 105.723204", \
+					  "102.510085, 104.472985, 105.295385, 105.404085, 105.734985, 105.878585", \
+					  "102.652815, 104.855215, 106.055615, 105.369815, 106.041215, 106.356715");
+				}
+			}
+			internal_power () {
+				related_pin : "A";
+				when : "!IE&OE&PDRV0&!PDRV1&SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("92.628128, 95.747298, 94.608098, 93.756938, 91.867708, 89.828098", \
+					  "92.982229, 95.578859, 94.552469, 94.015479, 92.006309, 91.397099", \
+					  "92.667954, 96.007184, 95.463214, 93.995914, 92.452914, 90.591104");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("92.696314, 97.906064, 101.603904, 101.531704, 102.777204, 103.220404", \
+					  "92.319565, 98.096145, 101.758385, 101.577585, 103.139085, 103.577085", \
+					  "92.234985, 99.120825, 100.667815, 102.545915, 103.733615, 104.036315");
+				}
+			}
+			internal_power () {
+				related_pin : "A";
+				when : "!IE&OE&PDRV0&PDRV1&!SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("146.207238, 148.566738, 148.438038, 148.909038, 147.114138, 146.382738", \
+					  "146.225759, 148.967559, 148.773759, 149.017659, 147.142259, 146.551859", \
+					  "146.432874, 148.501674, 149.309874, 148.932374, 147.709474, 147.333474");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("146.835904, 153.780404, 155.444304, 156.439304, 156.633204, 158.068504", \
+					  "146.693385, 153.460385, 155.808985, 156.419785, 156.793085, 158.481885", \
+					  "146.414015, 154.604815, 154.989815, 157.380515, 156.410615, 158.236415");
+				}
+			}
+			internal_power () {
+				related_pin : "A";
+				when : "!IE&OE&PDRV0&PDRV1&SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("133.198538, 142.254938, 146.075338, 145.586838, 143.771338, 142.274638", \
+					  "133.438659, 142.177259, 146.929659, 147.168859, 143.677659, 141.991059", \
+					  "133.493074, 141.887474, 145.683174, 145.137574, 145.159574, 143.043374");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("128.431004, 135.939704, 140.636804, 147.061704, 148.859304, 147.784104", \
+					  "127.485285, 136.408185, 140.696685, 147.186085, 148.683385, 147.941185", \
+					  "127.910415, 135.788915, 140.787615, 147.202215, 148.989315, 148.099515");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "A&!IE&!PDRV0&!PDRV1&!SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("69.633324, 68.309884, 67.268424, 64.864094, 61.938884, 61.429284", \
+					  "55.133520, 53.901570, 52.816050, 50.452770, 47.853010, 46.420140", \
+					  "54.683850, 53.585380, 52.246460, 50.208720, 47.920150, 45.431090");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("11.082375, 12.545645, 12.932585, 13.115445, 13.222085, 13.290255", \
+					  "4.386550, 6.121750, 6.528440, 6.668580, 6.747250, 6.795610", \
+					  "4.984850, 6.142450, 6.457160, 6.458930, 6.529700, 6.594980");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "A&!IE&!PDRV0&!PDRV1&SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("68.466964, 67.654824, 66.014274, 64.121094, 61.916604, 59.224614", \
+					  "54.066960, 53.272770, 51.523130, 49.629980, 47.086140, 45.197130", \
+					  "53.617110, 52.932730, 51.161460, 49.200090, 47.118640, 44.347070");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("11.046655, 12.484605, 12.837965, 13.075405, 13.177695, 13.242125", \
+					  "4.301910, 5.834310, 6.310490, 6.507290, 6.595530, 6.659970", \
+					  "5.305640, 6.743440, 7.079790, 7.071910, 7.117740, 7.172360");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "A&!IE&!PDRV0&PDRV1&!SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("111.194734, 111.180134, 110.317534, 109.103334, 107.959134, 106.438334", \
+					  "96.446060, 96.143260, 95.691260, 94.052160, 93.309760, 91.821560", \
+					  "95.486370, 95.490470, 94.554470, 93.654370, 92.597470, 90.826170");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("28.158105, 31.928775, 33.322355, 34.000925, 34.404395, 34.675465", \
+					  "22.955130, 27.152850, 28.309930, 29.106140, 29.603480, 29.927370", \
+					  "23.828710, 27.237300, 29.312490, 30.142600, 30.492730, 30.721730");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "A&!IE&!PDRV0&PDRV1&SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("103.476434, 107.979434, 107.562634, 106.343434, 105.205234, 103.758334", \
+					  "88.446260, 92.677160, 93.151160, 92.026060, 90.170960, 88.459260", \
+					  "88.057270, 91.969870, 92.651770, 91.518170, 89.632270, 87.907670");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("28.173375, 32.010875, 33.333545, 33.967325, 34.357455, 34.630435", \
+					  "22.815470, 27.256710, 28.519450, 29.037880, 29.431300, 29.784020", \
+					  "23.830250, 28.502930, 31.046200, 31.974480, 31.796960, 32.484950");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "A&!IE&PDRV0&!PDRV1&!SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("94.822354, 93.579794, 92.582864, 91.290854, 89.825164, 88.410524", \
+					  "79.464500, 78.554960, 77.500070, 76.037510, 74.754700, 73.128430", \
+					  "79.298020, 77.875290, 76.679560, 75.493960, 73.806500, 72.127360");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("20.336925, 23.274875, 24.168685, 24.579355, 24.813115, 24.963975", \
+					  "13.827510, 16.937960, 17.745430, 18.119280, 18.346390, 18.497040", \
+					  "14.817780, 17.638740, 18.123310, 18.502740, 18.837050, 19.059890");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "A&!IE&PDRV0&!PDRV1&SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("90.303884, 92.187634, 91.272884, 89.498564, 87.790044, 86.165014", \
+					  "75.126030, 76.743450, 75.562070, 74.118130, 72.442440, 70.701530", \
+					  "74.415740, 76.237840, 74.837600, 73.356440, 71.807430, 70.132950");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("20.345635, 23.350275, 24.239205, 24.621505, 24.863715, 25.018275", \
+					  "14.068280, 16.860470, 17.649590, 18.014520, 18.229300, 18.373030", \
+					  "14.851890, 17.452280, 18.253360, 18.629720, 18.770760, 18.933420");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "A&!IE&PDRV0&PDRV1&!SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("134.948134, 135.488434, 134.333034, 133.733834, 131.930734, 130.778034", \
+					  "119.894760, 119.711260, 119.177960, 117.595360, 116.916260, 115.720560", \
+					  "119.325270, 119.261270, 118.220270, 116.971170, 115.837070, 114.575370");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("37.058825, 41.865095, 43.826335, 44.815645, 45.431275, 45.859955", \
+					  "32.031700, 37.507250, 39.255030, 40.084940, 40.654520, 41.059780", \
+					  "33.355900, 38.513180, 40.677070, 42.020550, 42.830420, 43.269090");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "A&!IE&PDRV0&PDRV1&SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("122.929734, 129.520434, 131.855934, 130.025134, 129.426334, 126.917534", \
+					  "107.438160, 114.058860, 114.715760, 114.715460, 113.857060, 111.490660", \
+					  "106.814270, 112.240970, 113.952370, 114.454270, 112.577570, 111.332370");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("37.218575, 42.071695, 44.106445, 45.139675, 45.684485, 46.072905", \
+					  "32.280070, 37.408370, 39.007250, 39.905410, 40.499750, 40.976110", \
+					  "33.435080, 37.905620, 39.289750, 40.824580, 41.965420, 43.004710");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "!A&!IE&!PDRV0&!PDRV1&!SL";
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("63.508354, 63.976104, 63.994244, 64.242374, 64.088294, 63.217244", \
+					  "49.821330, 50.291070, 50.316990, 50.608630, 50.317980, 49.166290", \
+					  "49.771100, 50.102650, 50.228880, 50.325640, 50.293340, 50.237490");
+				}
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("7.573395, -174.442075, -356.095075, -537.666875, -719.208275, -900.734975", \
+					  "-0.001920, -181.917880, -363.428180, -544.975280, -726.510580, -908.035380", \
+					  "0.033490, -181.674430, -363.209530, -544.672830, -726.180530, -907.695030");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "!A&!IE&!PDRV0&!PDRV1&SL";
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("59.958714, 62.168024, 62.719434, 62.877354, 62.678444, 63.048724", \
+					  "46.212040, 48.485680, 49.034750, 49.194290, 49.038850, 49.350580", \
+					  "46.124470, 48.449260, 48.975150, 49.120200, 49.071830, 49.101450");
+				}
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("7.292455, -174.823675, -356.490675, -538.063075, -719.604475, -901.131575", \
+					  "0.060870, -181.960980, -363.588280, -545.158380, -726.704180, -908.236280", \
+					  "0.391470, -181.034330, -362.652030, -544.221130, -725.768930, -907.306630");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "!A&!IE&!PDRV0&PDRV1&!SL";
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("92.008774, 94.794404, 95.177934, 94.890264, 95.385104, 95.391344", \
+					  "78.492550, 81.209270, 81.624740, 81.386010, 81.866870, 81.836400", \
+					  "78.795590, 81.298070, 81.577740, 81.895930, 81.832980, 81.941860");
+				}
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("24.196325, -158.095675, -339.901075, -521.573775, -703.173975, -884.761275", \
+					  "17.156090, -165.194880, -347.116380, -528.354880, -710.050080, -891.902280", \
+					  "17.987210, -164.467230, -345.952630, -527.715030, -709.437130, -891.018430");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "!A&!IE&!PDRV0&PDRV1&SL";
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("79.114364, 83.655414, 86.839834, 88.721724, 90.290284, 90.808454", \
+					  "65.337550, 70.069720, 73.279620, 75.276270, 76.633760, 77.266150", \
+					  "65.350880, 70.059760, 73.499170, 75.481090, 76.751650, 77.442830");
+				}
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("24.315195, -158.003275, -339.814775, -521.481375, -703.085075, -884.653975", \
+					  "17.815210, -163.604980, -345.057180, -526.631580, -708.209380, -889.775180", \
+					  "18.029170, -164.659430, -346.733130, -528.198630, -709.589230, -891.040130");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "!A&!IE&PDRV0&!PDRV1&!SL";
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("78.950494, 79.811564, 80.066784, 80.169694, 80.328374, 80.337194", \
+					  "65.509080, 66.287230, 66.291110, 66.892150, 66.760790, 66.740750", \
+					  "65.652150, 66.519510, 66.758740, 66.847280, 66.939420, 67.002500");
+				}
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("16.118695, -166.153175, -347.893275, -529.508275, -711.078475, -892.625875", \
+					  "8.950360, -173.344380, -355.183980, -536.783480, -718.331980, -899.855380", \
+					  "9.799910, -172.529430, -354.337830, -535.951830, -717.532730, -899.090430");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "!A&!IE&PDRV0&!PDRV1&SL";
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("70.069144, 74.262824, 76.012394, 77.362184, 77.807874, 77.919974", \
+					  "56.533090, 60.622640, 62.939170, 63.591940, 64.140790, 64.357210", \
+					  "56.507640, 60.801150, 63.000240, 63.884490, 64.361170, 64.534070");
+				}
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("16.289795, -165.960775, -347.709775, -529.330175, -710.900575, -892.446675", \
+					  "8.164640, -174.124680, -355.614480, -537.108480, -718.607680, -900.109480", \
+					  "9.856620, -172.478030, -354.624730, -536.371030, -717.979730, -899.537930");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "!A&!IE&PDRV0&PDRV1&!SL";
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("105.540934, 110.187334, 110.699434, 111.151234, 111.032434, 111.516334", \
+					  "92.157260, 96.860660, 97.245060, 97.774360, 97.604860, 98.300160", \
+					  "92.695470, 97.274270, 97.950470, 98.204970, 98.286270, 98.464670");
+				}
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("32.688205, -149.608975, -331.435875, -513.099275, -694.738475, -876.291875", \
+					  "25.896340, -156.458680, -338.303480, -519.990880, -701.594080, -883.143480", \
+					  "26.979760, -155.848030, -337.204830, -518.650330, -700.224430, -881.827930");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "!A&!IE&PDRV0&PDRV1&SL";
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("89.215714, 93.865354, 98.236234, 100.285434, 103.248434, 104.693034", \
+					  "75.378980, 80.256890, 84.942910, 86.671660, 89.435160, 91.469260", \
+					  "75.741010, 80.968710, 84.928070, 87.783370, 89.571670, 90.987870");
+				}
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("32.828435, -149.506875, -331.371275, -513.072575, -694.695175, -876.276275", \
+					  "26.237150, -155.954880, -337.724080, -519.422680, -701.066880, -882.675980", \
+					  "27.362790, -155.302830, -337.054330, -518.454430, -700.339030, -882.208330");
+				}
+			}
+			internal_power () {
+				related_pin : "A";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("211.620688, 217.182491, 217.131698, 215.517036, 210.835126, 208.890004", \
+					  "211.985143, 217.538553, 217.837671, 215.743440, 212.456543, 210.095496", \
+					  "212.242310, 217.492488, 217.709708, 216.019643, 212.746963, 209.314166");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("214.328058, 223.783868, 228.235610, 230.832630, 231.858336, 232.847328", \
+					  "214.148957, 223.826572, 228.619438, 230.960650, 232.128985, 233.350820", \
+					  "214.558798, 224.949010, 228.451198, 232.145838, 232.314368, 233.955722");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("119.634758, -61.336741, -243.688027, -426.851882, -610.061546, -793.225103", \
+					  "97.536874, -83.437256, -265.734823, -448.724776, -631.835564, -815.099271", \
+					  "97.767290, -83.549990, -265.933135, -448.672256, -631.969330, -815.380599");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("103.973370, 110.281608, 112.814176, 114.126943, 115.101683, 115.585712", \
+					  "84.513562, 91.145354, 93.624995, 94.854919, 95.738323, 96.319966", \
+					  "85.631051, 91.951165, 94.644699, 96.146060, 96.931139, 97.619234");
+				}
+			}
+			timing () {
+				related_pin : "A";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				when : "!IE&OE&!PDRV0&!PDRV1&!SL";
+				sdf_cond : "IE==1'b0&&OE==1'b1&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b0";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.792762, 8.792762, 14.792762, 20.792762, 26.792762, 32.792762");
+					values("2.112845, 2.851851, 3.583585, 4.307960, 5.036702, 5.774595", \
+					  "2.151409, 2.890839, 3.621988, 4.350103, 5.082269, 5.813971", \
+					  "2.154476, 2.893806, 3.625030, 4.351287, 5.081495, 5.816367");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.792762, 8.792762, 14.792762, 20.792762, 26.792762, 32.792762");
+					values("0.897937, 2.438848, 4.022707, 5.604829, 7.189750, 8.788795", \
+					  "0.898088, 2.433900, 4.015416, 5.593117, 7.194360, 8.790392", \
+					  "0.897324, 2.433501, 4.019215, 5.597311, 7.175216, 8.790569");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.792762, 8.792762, 14.792762, 20.792762, 26.792762, 32.792762");
+					values("2.201951, 2.902672, 3.579138, 4.249468, 4.922250, 5.592326", \
+					  "2.339074, 3.040980, 3.714518, 4.389610, 5.061630, 5.731092", \
+					  "2.492410, 3.194435, 3.869191, 4.543571, 5.215000, 5.887498");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.792762, 8.792762, 14.792762, 20.792762, 26.792762, 32.792762");
+					values("0.806479, 2.091351, 3.425024, 4.762279, 6.106656, 7.454533", \
+					  "0.807927, 2.098432, 3.422223, 4.758412, 6.100387, 7.451634", \
+					  "0.806188, 2.096293, 3.423414, 4.764325, 6.102362, 7.454091");
+				}
+			}
+			timing () {
+				related_pin : "A";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				when : "!IE&OE&!PDRV0&!PDRV1&SL";
+				sdf_cond : "IE==1'b0&&OE==1'b1&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b1";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.792762, 8.792762, 14.792762, 20.792762, 26.792762, 32.792762");
+					values("2.489398, 3.505897, 4.275585, 5.013532, 5.742833, 6.471106", \
+					  "2.527683, 3.542876, 4.315655, 5.052133, 5.780949, 6.508694", \
+					  "2.530564, 3.547174, 4.317505, 5.054779, 5.786841, 6.518134");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.792762, 8.792762, 14.792762, 20.792762, 26.792762, 32.792762");
+					values("1.514416, 2.962438, 4.391135, 5.860534, 7.396562, 8.931411", \
+					  "1.514055, 2.959835, 4.393399, 5.858408, 7.399163, 8.946343", \
+					  "1.514947, 2.957959, 4.383221, 5.872526, 7.391823, 8.949542");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.792762, 8.792762, 14.792762, 20.792762, 26.792762, 32.792762");
+					values("2.363955, 3.518690, 4.426045, 5.222537, 5.959277, 6.667821", \
+					  "2.501413, 3.656087, 4.562966, 5.360091, 6.096105, 6.805256", \
+					  "2.654160, 3.809698, 4.715101, 5.510989, 6.248162, 6.957919");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.792762, 8.792762, 14.792762, 20.792762, 26.792762, 32.792762");
+					values("1.281884, 2.950533, 4.313389, 5.606487, 6.889608, 8.146938", \
+					  "1.281909, 2.948160, 4.316370, 5.613138, 6.888800, 8.138035", \
+					  "1.279191, 2.952190, 4.319675, 5.611814, 6.881473, 8.158992");
+				}
+			}
+			timing () {
+				related_pin : "A";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				when : "!IE&OE&!PDRV0&PDRV1&!SL";
+				sdf_cond : "IE==1'b0&&OE==1'b1&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b0";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.792762, 8.792762, 14.792762, 20.792762, 26.792762, 32.792762");
+					values("1.818742, 2.107500, 2.356912, 2.602813, 2.845104, 3.089586", \
+					  "1.857254, 2.145986, 2.395725, 2.640510, 2.885203, 3.129136", \
+					  "1.860508, 2.149152, 2.398474, 2.644276, 2.887594, 3.131913");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.792762, 8.792762, 14.792762, 20.792762, 26.792762, 32.792762");
+					values("0.454439, 0.912136, 1.410345, 1.924123, 2.442790, 2.965863", \
+					  "0.453489, 0.910382, 1.412131, 1.923827, 2.445785, 2.972039", \
+					  "0.454592, 0.911741, 1.410156, 1.924500, 2.442864, 2.969805");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.792762, 8.792762, 14.792762, 20.792762, 26.792762, 32.792762");
+					values("1.914979, 2.220262, 2.465568, 2.697010, 2.925296, 3.150942", \
+					  "2.051942, 2.357587, 2.602559, 2.834440, 3.062549, 3.288267", \
+					  "2.205018, 2.510310, 2.755616, 2.987769, 3.214330, 3.439616");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.792762, 8.792762, 14.792762, 20.792762, 26.792762, 32.792762");
+					values("0.409801, 0.830962, 1.248441, 1.676164, 2.107007, 2.545545", \
+					  "0.409363, 0.830788, 1.248789, 1.674224, 2.109455, 2.547964", \
+					  "0.409803, 0.830830, 1.246714, 1.677489, 2.104444, 2.542504");
+				}
+			}
+			timing () {
+				related_pin : "A";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				when : "!IE&OE&!PDRV0&PDRV1&SL";
+				sdf_cond : "IE==1'b0&&OE==1'b1&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b1";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.792762, 8.792762, 14.792762, 20.792762, 26.792762, 32.792762");
+					values("1.852996, 2.483344, 2.891929, 3.213904, 3.500265, 3.766337", \
+					  "1.892058, 2.522661, 2.929775, 3.253118, 3.538536, 3.803529", \
+					  "1.894881, 2.525051, 2.933167, 3.255273, 3.542248, 3.808762");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.792762, 8.792762, 14.792762, 20.792762, 26.792762, 32.792762");
+					values("0.791263, 1.530292, 2.039737, 2.508560, 2.963468, 3.428108", \
+					  "0.790954, 1.529171, 2.037936, 2.509901, 2.970782, 3.440461", \
+					  "0.791447, 1.530810, 2.039987, 2.505985, 2.971190, 3.435455");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.792762, 8.792762, 14.792762, 20.792762, 26.792762, 32.792762");
+					values("1.904614, 2.373414, 2.794966, 3.176123, 3.522534, 3.841909", \
+					  "2.041846, 2.510598, 2.932256, 3.313237, 3.659701, 3.979626", \
+					  "2.194421, 2.663637, 3.085228, 3.465703, 3.811794, 4.131448");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.792762, 8.792762, 14.792762, 20.792762, 26.792762, 32.792762");
+					values("0.507991, 1.285261, 1.909721, 2.458313, 2.957369, 3.424497", \
+					  "0.507740, 1.286451, 1.911455, 2.457845, 2.957747, 3.423692", \
+					  "0.506497, 1.288461, 1.912724, 2.455954, 2.952738, 3.422446");
+				}
+			}
+			timing () {
+				related_pin : "A";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				when : "!IE&OE&PDRV0&!PDRV1&!SL";
+				sdf_cond : "IE==1'b0&&OE==1'b1&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b0";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.792762, 8.792762, 14.792762, 20.792762, 26.792762, 32.792762");
+					values("1.907195, 2.299454, 2.667657, 3.033986, 3.396369, 3.760800", \
+					  "1.945679, 2.337970, 2.705598, 3.071996, 3.436006, 3.800881", \
+					  "1.948689, 2.340955, 2.708519, 3.074982, 3.439272, 3.804086");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.792762, 8.792762, 14.792762, 20.792762, 26.792762, 32.792762");
+					values("0.554728, 1.281379, 2.051185, 2.835823, 3.622293, 4.410883", \
+					  "0.554674, 1.281372, 2.051810, 2.829579, 3.626477, 4.418248", \
+					  "0.554196, 1.281290, 2.051850, 2.828706, 3.626562, 4.418444");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.792762, 8.792762, 14.792762, 20.792762, 26.792762, 32.792762");
+					values("1.996223, 2.393291, 2.740921, 3.080468, 3.416301, 3.752922", \
+					  "2.133527, 2.530558, 2.878232, 3.217780, 3.553633, 3.890264", \
+					  "2.286127, 2.683518, 3.031396, 3.370914, 3.707479, 4.044433");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.792762, 8.792762, 14.792762, 20.792762, 26.792762, 32.792762");
+					values("0.507384, 1.132367, 1.775027, 2.432912, 3.097745, 3.761234", \
+					  "0.507684, 1.132143, 1.775283, 2.432643, 3.097660, 3.760971", \
+					  "0.508149, 1.132597, 1.778660, 2.432930, 3.091061, 3.761140");
+				}
+			}
+			timing () {
+				related_pin : "A";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				when : "!IE&OE&PDRV0&!PDRV1&SL";
+				sdf_cond : "IE==1'b0&&OE==1'b1&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b1";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.792762, 8.792762, 14.792762, 20.792762, 26.792762, 32.792762");
+					values("2.048031, 2.803606, 3.291464, 3.704140, 4.086566, 4.459861", \
+					  "2.086955, 2.842629, 3.331354, 3.743990, 4.126868, 4.497466", \
+					  "2.090123, 2.845575, 3.333097, 3.745531, 4.129185, 4.501905");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.792762, 8.792762, 14.792762, 20.792762, 26.792762, 32.792762");
+					values("1.022532, 1.915169, 2.614709, 3.317148, 4.035314, 4.755953", \
+					  "1.022943, 1.913792, 2.622352, 3.312494, 4.030531, 4.752537", \
+					  "1.024557, 1.915048, 2.618307, 3.320862, 4.033300, 4.758465");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.792762, 8.792762, 14.792762, 20.792762, 26.792762, 32.792762");
+					values("2.019010, 2.688771, 3.261478, 3.758836, 4.207805, 4.622512", \
+					  "2.156145, 2.826386, 3.399084, 3.895625, 4.345116, 4.759573", \
+					  "2.309293, 2.979265, 3.551025, 4.047606, 4.497048, 4.913637");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.792762, 8.792762, 14.792762, 20.792762, 26.792762, 32.792762");
+					values("0.718707, 1.765672, 2.577692, 3.298188, 3.978618, 4.633315", \
+					  "0.717810, 1.765979, 2.579123, 3.300423, 3.976961, 4.630957", \
+					  "0.716612, 1.763423, 2.579186, 3.297486, 3.973797, 4.638992");
+				}
+			}
+			timing () {
+				related_pin : "A";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				when : "!IE&OE&PDRV0&PDRV1&!SL";
+				sdf_cond : "IE==1'b0&&OE==1'b1&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b0";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.792762, 8.792762, 14.792762, 20.792762, 26.792762, 32.792762");
+					values("1.765962, 2.008402, 2.201954, 2.387892, 2.571122, 2.754419", \
+					  "1.804595, 2.047019, 2.240501, 2.426260, 2.610276, 2.792989", \
+					  "1.807896, 2.050704, 2.243425, 2.429004, 2.614221, 2.797031");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.792762, 8.792762, 14.792762, 20.792762, 26.792762, 32.792762");
+					values("0.411990, 0.737643, 1.099283, 1.473239, 1.861096, 2.251590", \
+					  "0.412103, 0.738857, 1.099950, 1.476895, 1.861728, 2.251420", \
+					  "0.411933, 0.739143, 1.098684, 1.475657, 1.862908, 2.249520");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.792762, 8.792762, 14.792762, 20.792762, 26.792762, 32.792762");
+					values("1.861249, 2.123767, 2.320392, 2.500259, 2.674936, 2.846214", \
+					  "1.998627, 2.261055, 2.457665, 2.637535, 2.812205, 2.983470", \
+					  "2.151705, 2.414178, 2.610506, 2.790821, 2.965019, 3.136580");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.792762, 8.792762, 14.792762, 20.792762, 26.792762, 32.792762");
+					values("0.355814, 0.681477, 0.990588, 1.305425, 1.626104, 1.951229", \
+					  "0.355687, 0.681062, 0.990478, 1.305319, 1.626036, 1.951200", \
+					  "0.355835, 0.681246, 0.990110, 1.304016, 1.623609, 1.947792");
+				}
+			}
+			timing () {
+				related_pin : "A";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				when : "!IE&OE&PDRV0&PDRV1&SL";
+				sdf_cond : "IE==1'b0&&OE==1'b1&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b1";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.792762, 8.792762, 14.792762, 20.792762, 26.792762, 32.792762");
+					values("1.750436, 2.283210, 2.649702, 2.932182, 3.173909, 3.393058", \
+					  "1.789175, 2.321996, 2.688711, 2.971694, 3.213101, 3.430592", \
+					  "1.792540, 2.325008, 2.692097, 2.974216, 3.215866, 3.435325");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.792762, 8.792762, 14.792762, 20.792762, 26.792762, 32.792762");
+					values("0.645453, 1.305873, 1.733848, 2.100259, 2.453333, 2.801190", \
+					  "0.644634, 1.305900, 1.733683, 2.100576, 2.453196, 2.799116", \
+					  "0.646286, 1.304790, 1.733592, 2.100821, 2.452770, 2.800882");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.792762, 8.792762, 14.792762, 20.792762, 26.792762, 32.792762");
+					values("1.843081, 2.206607, 2.538270, 2.844936, 3.128750, 3.391627", \
+					  "1.980293, 2.343911, 2.675515, 2.982251, 3.266040, 3.528944", \
+					  "2.133201, 2.496444, 2.828618, 3.134713, 3.418171, 3.681559");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.792762, 8.792762, 14.792762, 20.792762, 26.792762, 32.792762");
+					values("0.401461, 1.016599, 1.528163, 1.975701, 2.378026, 2.756305", \
+					  "0.401418, 1.016307, 1.527593, 1.975973, 2.378564, 2.756061", \
+					  "0.400503, 1.016744, 1.529547, 1.974143, 2.380177, 2.758472");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "A&!IE&!PDRV0&!PDRV1&!SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b0";
+				timing_type : "three_state_enable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.792762, 8.792762, 14.792762, 20.792762, 26.792762, 32.792762");
+					values("1.868552, 2.603358, 3.334060, 4.062539, 4.792182, 5.521616", \
+					  "1.866500, 2.601234, 3.331911, 4.061175, 4.790911, 5.518858", \
+					  "1.845216, 2.579817, 3.310008, 4.041659, 4.771458, 5.493893");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.792762, 8.792762, 14.792762, 20.792762, 26.792762, 32.792762");
+					values("0.912927, 2.443117, 4.019300, 5.608875, 7.197618, 8.774795", \
+					  "0.912563, 2.442924, 4.017790, 5.608912, 7.197001, 8.770605", \
+					  "0.910857, 2.441835, 4.011850, 5.608510, 7.193353, 8.760526");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "A&!IE&!PDRV0&!PDRV1&SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b1";
+				timing_type : "three_state_enable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.792762, 8.792762, 14.792762, 20.792762, 26.792762, 32.792762");
+					values("2.230812, 3.255787, 4.026226, 4.763062, 5.494379, 6.222941", \
+					  "2.228955, 3.254007, 4.024302, 4.761652, 5.492339, 6.220829", \
+					  "2.208636, 3.231956, 4.002533, 4.740210, 5.469933, 6.198417");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.792762, 8.792762, 14.792762, 20.792762, 26.792762, 32.792762");
+					values("1.540960, 2.986580, 4.408057, 5.884124, 7.394549, 8.923366", \
+					  "1.540781, 2.987521, 4.407573, 5.879822, 7.397572, 8.918533", \
+					  "1.539654, 2.990089, 4.406874, 5.873948, 7.402215, 8.929404");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "A&!IE&!PDRV0&PDRV1&!SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b0";
+				timing_type : "three_state_enable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.792762, 8.792762, 14.792762, 20.792762, 26.792762, 32.792762");
+					values("1.583377, 1.871113, 2.119224, 2.362832, 2.607011, 2.849994", \
+					  "1.598046, 1.886966, 2.134928, 2.379459, 2.621852, 2.864063", \
+					  "1.588397, 1.876871, 2.125086, 2.369107, 2.612979, 2.855816");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.792762, 8.792762, 14.792762, 20.792762, 26.792762, 32.792762");
+					values("0.490526, 0.923561, 1.418167, 1.927337, 2.449178, 2.971758", \
+					  "0.489827, 0.926559, 1.416607, 1.929234, 2.448042, 2.969796", \
+					  "0.489811, 0.924177, 1.418446, 1.927254, 2.448030, 2.970425");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "A&!IE&!PDRV0&PDRV1&SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b1";
+				timing_type : "three_state_enable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.792762, 8.792762, 14.792762, 20.792762, 26.792762, 32.792762");
+					values("1.609015, 2.236576, 2.645067, 2.970236, 3.255317, 3.523438", \
+					  "1.625814, 2.251898, 2.661731, 2.984887, 3.271935, 3.537827", \
+					  "1.617046, 2.242739, 2.652380, 2.975527, 3.262377, 3.528030");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.792762, 8.792762, 14.792762, 20.792762, 26.792762, 32.792762");
+					values("0.801772, 1.549002, 2.063423, 2.533069, 2.993412, 3.458954", \
+					  "0.802573, 1.546930, 2.063644, 2.528861, 2.986128, 3.453146", \
+					  "0.799912, 1.546247, 2.062476, 2.529239, 2.985504, 3.453892");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "A&!IE&PDRV0&!PDRV1&!SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b0";
+				timing_type : "three_state_enable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.792762, 8.792762, 14.792762, 20.792762, 26.792762, 32.792762");
+					values("1.654308, 2.044852, 2.411334, 2.774336, 3.140740, 3.505544", \
+					  "1.652569, 2.043152, 2.408606, 2.774406, 3.136496, 3.500314", \
+					  "1.630753, 2.021273, 2.387823, 2.750835, 3.117155, 3.482001");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.792762, 8.792762, 14.792762, 20.792762, 26.792762, 32.792762");
+					values("0.582121, 1.289058, 2.054730, 2.839412, 3.626941, 4.418535", \
+					  "0.584886, 1.289012, 2.056304, 2.832985, 3.626075, 4.416200", \
+					  "0.581696, 1.288054, 2.054302, 2.839055, 3.627270, 4.418298");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "A&!IE&PDRV0&!PDRV1&SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b1";
+				timing_type : "three_state_enable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.792762, 8.792762, 14.792762, 20.792762, 26.792762, 32.792762");
+					values("1.778957, 2.539556, 3.030494, 3.444338, 3.826620, 4.199863", \
+					  "1.777470, 2.538539, 3.028887, 3.443500, 3.827287, 4.198641", \
+					  "1.756391, 2.516571, 3.007893, 3.421214, 3.805345, 4.177193");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.792762, 8.792762, 14.792762, 20.792762, 26.792762, 32.792762");
+					values("1.038425, 1.944240, 2.643886, 3.340763, 4.050206, 4.779950", \
+					  "1.039626, 1.943574, 2.648971, 3.337893, 4.054939, 4.775750", \
+					  "1.036455, 1.942738, 2.650284, 3.339568, 4.052151, 4.779348");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "A&!IE&PDRV0&PDRV1&!SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b0";
+				timing_type : "three_state_enable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.792762, 8.792762, 14.792762, 20.792762, 26.792762, 32.792762");
+					values("1.515284, 1.760021, 1.952089, 2.136832, 2.318730, 2.501337", \
+					  "1.527200, 1.772704, 1.964179, 2.149320, 2.332271, 2.514520", \
+					  "1.514718, 1.760960, 1.953213, 2.138061, 2.320162, 2.503030");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.792762, 8.792762, 14.792762, 20.792762, 26.792762, 32.792762");
+					values("0.450356, 0.759888, 1.111542, 1.484148, 1.867564, 2.255387", \
+					  "0.450002, 0.761348, 1.113025, 1.483525, 1.867014, 2.253757", \
+					  "0.449319, 0.762194, 1.113519, 1.486729, 1.868861, 2.256804");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "A&!IE&PDRV0&PDRV1&SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b1";
+				timing_type : "three_state_enable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.792762, 8.792762, 14.792762, 20.792762, 26.792762, 32.792762");
+					values("1.495397, 2.020268, 2.388620, 2.672383, 2.915433, 3.135846", \
+					  "1.509120, 2.033574, 2.402425, 2.685266, 2.927683, 3.148264", \
+					  "1.498173, 2.022227, 2.390381, 2.674701, 2.916596, 3.134887");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.792762, 8.792762, 14.792762, 20.792762, 26.792762, 32.792762");
+					values("0.658268, 1.320070, 1.755935, 2.128194, 2.476001, 2.824964", \
+					  "0.658495, 1.319515, 1.755129, 2.125662, 2.474088, 2.823688", \
+					  "0.660019, 1.318880, 1.754278, 2.124495, 2.475580, 2.820634");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "!A&!IE&!PDRV0&!PDRV1&!SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b0";
+				timing_type : "three_state_enable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.792762, 8.792762, 14.792762, 20.792762, 26.792762, 32.792762");
+					values("1.437922, 2.137834, 2.811032, 3.485386, 4.156886, 4.828670", \
+					  "1.475953, 2.175869, 2.849358, 3.523444, 4.194784, 4.866951", \
+					  "1.480398, 2.180283, 2.854691, 3.528010, 4.198766, 4.871151");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.792762, 8.792762, 14.792762, 20.792762, 26.792762, 32.792762");
+					values("0.818929, 2.097337, 3.426546, 4.765152, 6.105862, 7.445310", \
+					  "0.818999, 2.098577, 3.426120, 4.765011, 6.104178, 7.450273", \
+					  "0.818024, 2.102230, 3.422834, 4.764377, 6.098168, 7.453957");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "!A&!IE&!PDRV0&!PDRV1&SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b1";
+				timing_type : "three_state_enable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.792762, 8.792762, 14.792762, 20.792762, 26.792762, 32.792762");
+					values("1.591168, 2.738052, 3.643820, 4.439701, 5.176123, 5.884543", \
+					  "1.629153, 2.776125, 3.682061, 4.477592, 5.214329, 5.922469", \
+					  "1.633597, 2.780968, 3.685849, 4.482503, 5.217894, 5.927173");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.792762, 8.792762, 14.792762, 20.792762, 26.792762, 32.792762");
+					values("1.280717, 2.948570, 4.312240, 5.606406, 6.889834, 8.146811", \
+					  "1.280561, 2.949663, 4.310556, 5.604239, 6.887850, 8.149768", \
+					  "1.281010, 2.947989, 4.317062, 5.616775, 6.885605, 8.154755");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "!A&!IE&!PDRV0&PDRV1&!SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b0";
+				timing_type : "three_state_enable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.792762, 8.792762, 14.792762, 20.792762, 26.792762, 32.792762");
+					values("1.212169, 1.519608, 1.764924, 1.996451, 2.222825, 2.447603", \
+					  "1.249772, 1.557120, 1.802432, 2.033961, 2.260302, 2.485183", \
+					  "1.253974, 1.561447, 1.806748, 2.038291, 2.264413, 2.490042");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.792762, 8.792762, 14.792762, 20.792762, 26.792762, 32.792762");
+					values("0.424548, 0.847242, 1.261884, 1.686872, 2.110528, 2.546381", \
+					  "0.424479, 0.846942, 1.261625, 1.686758, 2.111177, 2.547240", \
+					  "0.424858, 0.846173, 1.260071, 1.685587, 2.115661, 2.552708");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "!A&!IE&!PDRV0&PDRV1&SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b1";
+				timing_type : "three_state_enable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.792762, 8.792762, 14.792762, 20.792762, 26.792762, 32.792762");
+					values("1.208695, 1.664680, 2.078127, 2.454219, 2.797281, 3.113909", \
+					  "1.246165, 1.702157, 2.115622, 2.491725, 2.834768, 3.151520", \
+					  "1.250362, 1.705953, 2.120410, 2.495311, 2.838307, 3.157086");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.792762, 8.792762, 14.792762, 20.792762, 26.792762, 32.792762");
+					values("0.520225, 1.277795, 1.897323, 2.441842, 2.941089, 3.410332", \
+					  "0.520038, 1.277311, 1.896939, 2.442309, 2.941163, 3.410307", \
+					  "0.519030, 1.278793, 1.900413, 2.441016, 2.938896, 3.409385");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "!A&!IE&PDRV0&!PDRV1&!SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b0";
+				timing_type : "three_state_enable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.792762, 8.792762, 14.792762, 20.792762, 26.792762, 32.792762");
+					values("1.220086, 1.616039, 1.962684, 2.301117, 2.638324, 2.975070", \
+					  "1.257982, 1.653772, 2.000408, 2.339125, 2.674438, 3.010452", \
+					  "1.262572, 1.658441, 2.004632, 2.342309, 2.680881, 3.017495");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.792762, 8.792762, 14.792762, 20.792762, 26.792762, 32.792762");
+					values("0.522796, 1.144239, 1.780401, 2.436213, 3.099990, 3.765078", \
+					  "0.523620, 1.139941, 1.781323, 2.436824, 3.100025, 3.764433", \
+					  "0.523113, 1.141602, 1.783461, 2.431360, 3.090697, 3.754113");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "!A&!IE&PDRV0&!PDRV1&SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b1";
+				timing_type : "three_state_enable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.792762, 8.792762, 14.792762, 20.792762, 26.792762, 32.792762");
+					values("1.240371, 1.899578, 2.467201, 2.962937, 3.410203, 3.827904", \
+					  "1.278280, 1.937376, 2.505925, 3.002359, 3.449443, 3.864566", \
+					  "1.282348, 1.942148, 2.510594, 3.006462, 3.454420, 3.868871");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.792762, 8.792762, 14.792762, 20.792762, 26.792762, 32.792762");
+					values("0.721572, 1.762549, 2.576559, 3.297031, 3.976946, 4.627828", \
+					  "0.721477, 1.761628, 2.575309, 3.295568, 3.977132, 4.633800", \
+					  "0.721854, 1.763611, 2.575822, 3.296163, 3.977338, 4.632722");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "!A&!IE&PDRV0&PDRV1&!SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b0";
+				timing_type : "three_state_enable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.792762, 8.792762, 14.792762, 20.792762, 26.792762, 32.792762");
+					values("1.131285, 1.395447, 1.592348, 1.772505, 1.946347, 2.117429", \
+					  "1.168936, 1.433112, 1.629981, 1.810130, 1.983982, 2.155056", \
+					  "1.173166, 1.437330, 1.634070, 1.814132, 1.988234, 2.158993");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.792762, 8.792762, 14.792762, 20.792762, 26.792762, 32.792762");
+					values("0.372263, 0.699199, 1.007672, 1.319584, 1.636334, 1.956420", \
+					  "0.372264, 0.699337, 1.007722, 1.319474, 1.636211, 1.956282", \
+					  "0.372220, 0.699694, 1.006782, 1.317871, 1.633673, 1.957372");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "!A&!IE&PDRV0&PDRV1&SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b1";
+				timing_type : "three_state_enable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.792762, 8.792762, 14.792762, 20.792762, 26.792762, 32.792762");
+					values("1.121015, 1.475078, 1.799855, 2.102365, 2.382760, 2.644784", \
+					  "1.158658, 1.512554, 1.837568, 2.140026, 2.420544, 2.682376", \
+					  "1.162496, 1.516681, 1.841562, 2.144101, 2.424560, 2.686537");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.792762, 8.792762, 14.792762, 20.792762, 26.792762, 32.792762");
+					values("0.423521, 1.016901, 1.523954, 1.964149, 2.369595, 2.751042", \
+					  "0.422138, 1.014815, 1.522804, 1.966786, 2.371890, 2.749749", \
+					  "0.422062, 1.016182, 1.523535, 1.965292, 2.370799, 2.750730");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "!A&!IE&!PDRV0&!PDRV1&!SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b0";
+				timing_type : "three_state_disable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.792762, 8.792762, 14.792762, 20.792762, 26.792762, 32.792762");
+					values("0.848657, 0.848658, 0.848659, 0.848660, 0.848661, 0.848662", \
+					  "0.984285, 0.984286, 0.984287, 0.984288, 0.984289, 0.984290", \
+					  "1.138123, 1.138124, 1.138125, 1.138126, 1.138127, 1.138128");
+				}
+				rise_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "!A&!IE&!PDRV0&!PDRV1&SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b1";
+				timing_type : "three_state_disable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.792762, 8.792762, 14.792762, 20.792762, 26.792762, 32.792762");
+					values("0.837937, 0.837938, 0.837939, 0.837940, 0.837941, 0.837942", \
+					  "0.972352, 0.972353, 0.972354, 0.972355, 0.972356, 0.972357", \
+					  "1.127901, 1.127902, 1.127903, 1.127904, 1.127905, 1.127906");
+				}
+				rise_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "!A&!IE&!PDRV0&PDRV1&!SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b0";
+				timing_type : "three_state_disable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.792762, 8.792762, 14.792762, 20.792762, 26.792762, 32.792762");
+					values("0.937686, 0.937687, 0.937688, 0.937689, 0.937690, 0.937691", \
+					  "1.073522, 1.073523, 1.073524, 1.073525, 1.073526, 1.073527", \
+					  "1.227572, 1.227573, 1.227574, 1.227575, 1.227576, 1.227577");
+				}
+				rise_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "!A&!IE&!PDRV0&PDRV1&SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b1";
+				timing_type : "three_state_disable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.792762, 8.792762, 14.792762, 20.792762, 26.792762, 32.792762");
+					values("0.926629, 0.926630, 0.926631, 0.926632, 0.926633, 0.926634", \
+					  "1.062046, 1.062047, 1.062048, 1.062049, 1.062050, 1.062051", \
+					  "1.215981, 1.215982, 1.215983, 1.215984, 1.215985, 1.215986");
+				}
+				rise_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "!A&!IE&PDRV0&!PDRV1&!SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b0";
+				timing_type : "three_state_disable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.792762, 8.792762, 14.792762, 20.792762, 26.792762, 32.792762");
+					values("0.842294, 0.842295, 0.842296, 0.842297, 0.842298, 0.842299", \
+					  "0.977807, 0.977808, 0.977809, 0.977810, 0.977811, 0.977812", \
+					  "1.133348, 1.133349, 1.133350, 1.133351, 1.133352, 1.133353");
+				}
+				rise_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "!A&!IE&PDRV0&!PDRV1&SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b1";
+				timing_type : "three_state_disable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.792762, 8.792762, 14.792762, 20.792762, 26.792762, 32.792762");
+					values("0.832097, 0.832098, 0.832099, 0.832100, 0.832101, 0.832102", \
+					  "0.967880, 0.967881, 0.967882, 0.967883, 0.967884, 0.967885", \
+					  "1.122435, 1.122436, 1.122437, 1.122438, 1.122439, 1.122440");
+				}
+				rise_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "!A&!IE&PDRV0&PDRV1&!SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b0";
+				timing_type : "three_state_disable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.792762, 8.792762, 14.792762, 20.792762, 26.792762, 32.792762");
+					values("0.922485, 0.922486, 0.922487, 0.922488, 0.922489, 0.922490", \
+					  "1.057105, 1.057106, 1.057107, 1.057108, 1.057109, 1.057110", \
+					  "1.211986, 1.211987, 1.211988, 1.211989, 1.211990, 1.211991");
+				}
+				rise_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "!A&!IE&PDRV0&PDRV1&SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b1";
+				timing_type : "three_state_disable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.792762, 8.792762, 14.792762, 20.792762, 26.792762, 32.792762");
+					values("0.911684, 0.911685, 0.911686, 0.911687, 0.911688, 0.911689", \
+					  "1.046523, 1.046524, 1.046525, 1.046526, 1.046527, 1.046528", \
+					  "1.200326, 1.200327, 1.200328, 1.200329, 1.200330, 1.200331");
+				}
+				rise_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "A&!IE&!PDRV0&!PDRV1&!SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b0";
+				timing_type : "three_state_disable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.792762, 8.792762, 14.792762, 20.792762, 26.792762, 32.792762");
+					values("0.983716, 0.983717, 0.983718, 0.983719, 0.983720, 0.983721", \
+					  "1.123871, 1.123872, 1.123873, 1.123874, 1.123875, 1.123876", \
+					  "1.285175, 1.285176, 1.285177, 1.285178, 1.285179, 1.285180");
+				}
+				fall_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "A&!IE&!PDRV0&!PDRV1&SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b1";
+				timing_type : "three_state_disable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.792762, 8.792762, 14.792762, 20.792762, 26.792762, 32.792762");
+					values("0.984024, 0.984025, 0.984026, 0.984027, 0.984028, 0.984029", \
+					  "1.120923, 1.120924, 1.120925, 1.120926, 1.120927, 1.120928", \
+					  "1.283024, 1.283025, 1.283026, 1.283027, 1.283028, 1.283029");
+				}
+				fall_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "A&!IE&!PDRV0&PDRV1&!SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b0";
+				timing_type : "three_state_disable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.792762, 8.792762, 14.792762, 20.792762, 26.792762, 32.792762");
+					values("1.111846, 1.111847, 1.111848, 1.111849, 1.111850, 1.111851", \
+					  "1.252124, 1.253044, 1.253045, 1.253046, 1.253047, 1.253048", \
+					  "1.415319, 1.415320, 1.415321, 1.415322, 1.415323, 1.415324");
+				}
+				fall_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "A&!IE&!PDRV0&PDRV1&SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b1";
+				timing_type : "three_state_disable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.792762, 8.792762, 14.792762, 20.792762, 26.792762, 32.792762");
+					values("1.110589, 1.110590, 1.110591, 1.110592, 1.110593, 1.110594", \
+					  "1.248455, 1.248456, 1.248457, 1.248458, 1.248459, 1.248460", \
+					  "1.412762, 1.412763, 1.412764, 1.412765, 1.412766, 1.412767");
+				}
+				fall_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "A&!IE&PDRV0&!PDRV1&!SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b0";
+				timing_type : "three_state_disable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.792762, 8.792762, 14.792762, 20.792762, 26.792762, 32.792762");
+					values("0.975213, 0.975214, 0.975215, 0.975216, 0.975217, 0.975218", \
+					  "1.113946, 1.113947, 1.113948, 1.113949, 1.113950, 1.113951", \
+					  "1.276747, 1.276748, 1.276749, 1.276750, 1.276751, 1.276752");
+				}
+				fall_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "A&!IE&PDRV0&!PDRV1&SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b1";
+				timing_type : "three_state_disable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.792762, 8.792762, 14.792762, 20.792762, 26.792762, 32.792762");
+					values("0.975901, 0.975902, 0.975903, 0.975904, 0.975905, 0.975906", \
+					  "1.112897, 1.112898, 1.112899, 1.112900, 1.112901, 1.112902", \
+					  "1.274498, 1.274499, 1.274500, 1.274501, 1.274502, 1.274503");
+				}
+				fall_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "A&!IE&PDRV0&PDRV1&!SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b0";
+				timing_type : "three_state_disable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.792762, 8.792762, 14.792762, 20.792762, 26.792762, 32.792762");
+					values("1.099409, 1.099410, 1.099411, 1.099412, 1.099413, 1.099414", \
+					  "1.238427, 1.238428, 1.238429, 1.238430, 1.238431, 1.238432", \
+					  "1.401239, 1.401532, 1.401533, 1.401534, 1.401535, 1.401536");
+				}
+				fall_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "A&!IE&PDRV0&PDRV1&SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b1";
+				timing_type : "three_state_disable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.792762, 8.792762, 14.792762, 20.792762, 26.792762, 32.792762");
+					values("1.096612, 1.096613, 1.096614, 1.096615, 1.096616, 1.096617", \
+					  "1.236061, 1.236062, 1.236063, 1.236064, 1.236065, 1.236066", \
+					  "1.396875, 1.396876, 1.396877, 1.396878, 1.396879, 1.396880");
+				}
+				fall_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("-48.441060, -48.782110, -48.553440");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("48.811440, 49.729440, 49.253370");
+				}
+			}
+		}
+		pin ("Y") {
+			function : "((IE*PAD))";
+			direction : "output";
+			max_capacitance : 0.500000;
+			output_signal_level : "VDD";
+			internal_power () {
+				related_pin : "IE";
+				when : "!CS&!OE&PAD";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("6.109339, 6.059861, 5.842627, 5.593371, 5.442676, 5.352407", \
+					  "5.491071, 5.391285, 5.318160, 4.805591, 4.822829, 4.710052", \
+					  "5.503740, 5.323170, 5.161135, 4.777344, 4.872251, 4.700257");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("6.813364, 6.860455, 6.846198, 6.937913, 6.904478, 7.330005", \
+					  "6.301479, 6.216226, 6.350072, 6.325612, 6.137564, 6.544885", \
+					  "6.424792, 6.462999, 6.569856, 6.532354, 6.111083, 6.908238");
+				}
+			}
+			internal_power () {
+				related_pin : "IE";
+				when : "CS&!OE&PAD";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("6.916368, 6.727059, 6.552333, 6.363543, 6.311691, 6.105343", \
+					  "6.292374, 6.076740, 5.896362, 5.761737, 5.562643, 5.512791", \
+					  "6.264628, 6.057656, 5.885870, 5.829748, 5.602457, 5.459346");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("7.187263, 7.346697, 7.277518, 7.825126, 7.955497, 7.907861", \
+					  "6.760487, 6.879449, 6.730058, 7.368488, 7.436784, 7.325174", \
+					  "6.700503, 6.888438, 6.764119, 7.297966, 7.204749, 7.188696");
+				}
+			}
+			internal_power () {
+				related_pin : "PAD";
+				when : "!CS&IE&!OE";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("4.504060, 4.298720, 4.120020, 3.781280, 3.692960, 3.601050", \
+					  "5.053980, 4.815540, 4.625930, 4.304660, 4.212420, 4.082120", \
+					  "5.154830, 4.908610, 4.683030, 4.347500, 4.198600, 4.120100");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("4.436500, 4.426440, 4.514810, 4.688960, 4.738710, 4.777520", \
+					  "4.242260, 4.229900, 4.311360, 4.487990, 4.533120, 4.574960", \
+					  "3.898450, 3.888670, 3.969570, 4.145270, 4.203750, 4.231640");
+				}
+			}
+			internal_power () {
+				related_pin : "PAD";
+				when : "CS&IE&!OE";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("4.798580, 4.587220, 4.407460, 4.072530, 3.983440, 3.891170", \
+					  "6.255510, 6.046710, 5.859770, 5.557520, 5.466640, 5.365380", \
+					  "6.511810, 6.322750, 6.142550, 5.828770, 5.693040, 5.613060");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("6.163020, 6.188040, 6.358030, 6.812090, 6.954310, 7.068320", \
+					  "5.293280, 5.315060, 5.486540, 5.942180, 6.087900, 6.195380", \
+					  "6.108210, 6.152450, 6.330400, 6.782110, 6.931170, 7.039310");
+				}
+			}
+			internal_power () {
+				related_pin : "IE";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("6.512854, 6.393460, 6.197480, 5.978457, 5.877183, 5.728875", \
+					  "5.891723, 5.734013, 5.607261, 5.283664, 5.192736, 5.111422", \
+					  "5.884184, 5.690413, 5.523502, 5.303546, 5.237354, 5.079802");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("7.000313, 7.103576, 7.061858, 7.381519, 7.429988, 7.618933", \
+					  "6.530983, 6.547837, 6.540065, 6.847050, 6.787174, 6.935029", \
+					  "6.562648, 6.675719, 6.666987, 6.915160, 6.657916, 7.048467");
+				}
+			}
+			internal_power () {
+				related_pin : "PAD";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("4.651320, 4.442970, 4.263740, 3.926905, 3.838200, 3.746110", \
+					  "5.654745, 5.431125, 5.242850, 4.931090, 4.839530, 4.723750", \
+					  "5.833320, 5.615680, 5.412790, 5.088135, 4.945820, 4.866580");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("5.299760, 5.307240, 5.436420, 5.750525, 5.846510, 5.922920", \
+					  "4.767770, 4.772480, 4.898950, 5.215085, 5.310510, 5.385170", \
+					  "5.003330, 5.020560, 5.149985, 5.463690, 5.567460, 5.635475");
+				}
+			}
+			timing () {
+				related_pin : "IE";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				when : "!CS&!OE&PAD";
+				sdf_cond : "CS==1'b0&&OE==1'b0&&PAD==1'b1";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("1.280360, 1.320841, 1.369655, 1.510508, 1.577739, 1.644866", \
+					  "1.342749, 1.384070, 1.432552, 1.573154, 1.640437, 1.707632", \
+					  "1.375644, 1.416388, 1.465555, 1.605861, 1.673329, 1.740660");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.192767, 0.231394, 0.306681, 0.570411, 0.707546, 0.846645", \
+					  "0.186621, 0.235339, 0.305651, 0.569058, 0.708313, 0.847464", \
+					  "0.186263, 0.233795, 0.305417, 0.570663, 0.706836, 0.848767");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("1.013558, 1.049970, 1.095061, 1.224222, 1.284254, 1.344000", \
+					  "1.139792, 1.176276, 1.221319, 1.350149, 1.410612, 1.470285", \
+					  "1.271725, 1.308218, 1.353344, 1.482256, 1.542610, 1.602306");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.090693, 0.137304, 0.203767, 0.419026, 0.529768, 0.640464", \
+					  "0.089941, 0.138383, 0.203166, 0.419529, 0.528641, 0.640105", \
+					  "0.090303, 0.138495, 0.203357, 0.418606, 0.529366, 0.638023");
+				}
+			}
+			timing () {
+				related_pin : "IE";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				when : "CS&!OE&PAD";
+				sdf_cond : "CS==1'b1&&OE==1'b0&&PAD==1'b1";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("1.348904, 1.390474, 1.438650, 1.579483, 1.646713, 1.713847", \
+					  "1.412626, 1.453009, 1.501774, 1.642621, 1.709864, 1.776981", \
+					  "1.445274, 1.485716, 1.534446, 1.675427, 1.742703, 1.809868");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.187671, 0.233986, 0.306345, 0.570158, 0.708063, 0.847009", \
+					  "0.191557, 0.231241, 0.306311, 0.569978, 0.706801, 0.847687", \
+					  "0.190703, 0.230842, 0.305908, 0.570008, 0.707045, 0.846846");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("1.056115, 1.092618, 1.137521, 1.266311, 1.326739, 1.386471", \
+					  "1.182231, 1.218658, 1.263594, 1.392407, 1.452813, 1.512558", \
+					  "1.313942, 1.350413, 1.395487, 1.524403, 1.584669, 1.644451");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.090762, 0.138393, 0.203632, 0.419805, 0.529031, 0.639248", \
+					  "0.090618, 0.138599, 0.203744, 0.419844, 0.529191, 0.639121", \
+					  "0.090720, 0.137989, 0.204151, 0.419934, 0.529984, 0.640335");
+				}
+			}
+			timing () {
+				related_pin : "PAD";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				when : "!CS&IE&!OE";
+				sdf_cond : "CS==1'b0&&IE==1'b1&&OE==1'b0";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.922463, 0.962824, 1.011537, 1.151937, 1.219526, 1.286807", \
+					  "0.954324, 0.994666, 1.043166, 1.184135, 1.252124, 1.319329", \
+					  "0.920495, 0.961289, 1.009721, 1.149373, 1.217384, 1.285063");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.186040, 0.230336, 0.303998, 0.567746, 0.706603, 0.848253", \
+					  "0.185994, 0.231009, 0.302995, 0.569785, 0.708058, 0.848307", \
+					  "0.186629, 0.230203, 0.303489, 0.568568, 0.705682, 0.848202");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.739347, 0.775764, 0.820979, 0.949968, 1.010239, 1.069758", \
+					  "0.861272, 0.897408, 0.942559, 1.071579, 1.131722, 1.191321", \
+					  "1.078715, 1.114939, 1.159813, 1.288678, 1.349038, 1.408718");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.090185, 0.137987, 0.203058, 0.419912, 0.528681, 0.638192", \
+					  "0.090450, 0.137979, 0.203784, 0.421455, 0.530979, 0.639350", \
+					  "0.091091, 0.138033, 0.202980, 0.418433, 0.528129, 0.638989");
+				}
+			}
+			timing () {
+				related_pin : "PAD";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				when : "CS&IE&!OE";
+				sdf_cond : "CS==1'b1&&IE==1'b1&&OE==1'b0";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("1.015615, 1.055895, 1.104349, 1.245112, 1.312483, 1.379737", \
+					  "1.093602, 1.134039, 1.182577, 1.323773, 1.391370, 1.458724", \
+					  "1.117669, 1.158301, 1.206655, 1.347376, 1.414650, 1.482065");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.186658, 0.230393, 0.303314, 0.568259, 0.706387, 0.844778", \
+					  "0.186345, 0.230094, 0.303140, 0.570372, 0.708001, 0.848974", \
+					  "0.186412, 0.230177, 0.304279, 0.569776, 0.709453, 0.847131");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("1.115249, 1.151672, 1.196244, 1.325056, 1.385435, 1.444922", \
+					  "1.194591, 1.230928, 1.275437, 1.403888, 1.464610, 1.524181", \
+					  "1.434082, 1.470238, 1.514930, 1.643462, 1.703922, 1.763386");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.093095, 0.140326, 0.204871, 0.420994, 0.529809, 0.638971", \
+					  "0.092296, 0.139650, 0.205198, 0.421035, 0.530554, 0.639508", \
+					  "0.092263, 0.139565, 0.205918, 0.419642, 0.530513, 0.640065");
+				}
+			}
+		}
+		pin ("DVDD") {
+			direction : "inout";
+			capacitance : 0;
+		}
+		pin ("DVSS") {
+			direction : "inout";
+			capacitance : 0;
+		}
+		pin ("VDD") {
+			direction : "inout";
+			capacitance : 0;
+		}
+		pin ("VSS") {
+			direction : "inout";
+			capacitance : 0;
+		}
+	}
diff --git a/cells/bi_t/gf180mcu_fd_io__bi_t__ff_125C_5v50.lib.json b/cells/bi_t/gf180mcu_fd_io__bi_t__ff_125C_5v50.lib.json
new file mode 100644
index 0000000..860d5b9
--- /dev/null
+++ b/cells/bi_t/gf180mcu_fd_io__bi_t__ff_125C_5v50.lib.json
@@ -0,0 +1,7452 @@
+{
+    "cell gf180mcu_fd_io__bi_t": {
+        "scaling_factors": "gf_factors",
+        "area": "26250.000000",
+        "pad_cell": "true",
+        "dont_use": "true",
+        "dont_touch": "true",
+        "cell_leakage_power": "1.477380e-01",
+        "leakage_power ": {
+            "when": "!PDRV0 !PDRV1 !CS !SL !IE !OE !PU !PD !A !PAD",
+            "value": "0.147738"
+        },
+        "pin CS": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.023866",
+            "comp_attribute rise_capacitance_range": "0.023259,0.024318",
+            "capacitance": "0.023608",
+            "fall_capacitance": "0.023350",
+            "comp_attribute fall_capacitance_range": "0.022676,0.024457",
+            "internal_power ": {
+                "rise_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        2.040367,
+                        4.044918,
+                        4.326484
+                    ]
+                },
+                "fall_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        2.395225,
+                        3.621105,
+                        3.997682
+                    ]
+                }
+            }
+        },
+        "pin SL": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.032249",
+            "comp_attribute rise_capacitance_range": "0.031940,0.032463",
+            "capacitance": "0.032093",
+            "fall_capacitance": "0.031936",
+            "comp_attribute fall_capacitance_range": "0.031340,0.032622",
+            "internal_power ": {
+                "rise_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        1.298504,
+                        4.252129,
+                        4.476624
+                    ]
+                },
+                "fall_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        1.882587,
+                        4.375732,
+                        4.691997
+                    ]
+                }
+            }
+        },
+        "pin IE": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.015294",
+            "comp_attribute rise_capacitance_range": "0.014482,0.015852",
+            "capacitance": "0.014967",
+            "fall_capacitance": "0.014639",
+            "comp_attribute fall_capacitance_range": "0.013910,0.015633",
+            "internal_power ": {
+                "rise_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        1.704549,
+                        2.496262,
+                        2.756541
+                    ]
+                },
+                "fall_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        1.680957,
+                        2.36499,
+                        2.668592
+                    ]
+                }
+            }
+        },
+        "pin OE": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.090673",
+            "comp_attribute rise_capacitance_range": "0.083591,0.099785",
+            "capacitance": "0.090307",
+            "fall_capacitance": "0.088472",
+            "comp_attribute fall_capacitance_range": "0.083189,0.095333"
+        },
+        "pin PU": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.087367",
+            "comp_attribute rise_capacitance_range": "0.069584,0.100149",
+            "capacitance": "0.087882",
+            "fall_capacitance": "0.088396",
+            "comp_attribute fall_capacitance_range": "0.065233,0.103601",
+            "internal_power ": {
+                "rise_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        -0.366136,
+                        1.161965,
+                        1.606646
+                    ]
+                },
+                "fall_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        3.153937,
+                        4.704292,
+                        5.526669
+                    ]
+                }
+            }
+        },
+        "pin PD": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.049637",
+            "comp_attribute rise_capacitance_range": "0.047042,0.052612",
+            "capacitance": "0.050549",
+            "fall_capacitance": "0.051461",
+            "comp_attribute fall_capacitance_range": "0.049447,0.052660",
+            "internal_power ": {
+                "rise_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        0.602008,
+                        2.893344,
+                        3.222064
+                    ]
+                },
+                "fall_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        3.018593,
+                        4.260777,
+                        4.82339
+                    ]
+                }
+            }
+        },
+        "pin A": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.037869",
+            "comp_attribute rise_capacitance_range": "0.036021,0.038935",
+            "capacitance": "0.037900",
+            "fall_capacitance": "0.037933",
+            "comp_attribute fall_capacitance_range": "0.036739,0.038842",
+            "internal_power ": {
+                "rise_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        -0.355338,
+                        -0.334259,
+                        -0.347774
+                    ]
+                },
+                "fall_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        0.423396,
+                        0.443715,
+                        0.413485
+                    ]
+                }
+            }
+        },
+        "pin PDRV0": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.031289",
+            "comp_attribute rise_capacitance_range": "0.031060,0.031598",
+            "capacitance": "0.031209",
+            "fall_capacitance": "0.031129",
+            "comp_attribute fall_capacitance_range": "0.030838,0.031434",
+            "internal_power ": {
+                "rise_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        -0.319538,
+                        -0.307989,
+                        -0.306109
+                    ]
+                },
+                "fall_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        0.326507,
+                        0.30948,
+                        0.307218
+                    ]
+                }
+            }
+        },
+        "pin PDRV1": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.033487",
+            "comp_attribute rise_capacitance_range": "0.033111,0.034075",
+            "capacitance": "0.033345",
+            "fall_capacitance": "0.033203",
+            "comp_attribute fall_capacitance_range": "0.032885,0.033518",
+            "internal_power ": {
+                "rise_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        -0.375637,
+                        -0.359569,
+                        -0.358346
+                    ]
+                },
+                "fall_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        0.379044,
+                        0.361074,
+                        0.359396
+                    ]
+                }
+            }
+        },
+        "pin PAD": {
+            "drive_current": "16000.000000",
+            "is_pad": "true",
+            "function": "((A))",
+            "three_state": "((!OE))",
+            "direction": "inout",
+            "max_transition": "1.000000",
+            "max_capacitance": "30.000000",
+            "input_signal_level": "DVDD",
+            "output_signal_level": "DVDD",
+            "capacitance": "2.792762",
+            "internal_power ": [
+                {
+                    "related_pin": "A",
+                    "when": "!IE&OE&!PDRV0&!PDRV1&!SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                72.145008,
+                                70.998868,
+                                70.226168,
+                                67.991788,
+                                62.462008,
+                                63.198018
+                            ],
+                            [
+                                71.885839,
+                                71.601959,
+                                70.066109,
+                                68.250159,
+                                67.438129,
+                                64.741989
+                            ],
+                            [
+                                72.274484,
+                                71.686564,
+                                70.401594,
+                                68.575684,
+                                65.138604,
+                                63.507664
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                77.977774,
+                                79.141204,
+                                79.035344,
+                                79.172384,
+                                80.000614,
+                                79.284944
+                            ],
+                            [
+                                78.270475,
+                                79.364715,
+                                79.315475,
+                                79.631125,
+                                80.204085,
+                                79.073355
+                            ],
+                            [
+                                78.631895,
+                                79.439505,
+                                79.711525,
+                                79.806845,
+                                79.945695,
+                                80.186365
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "A",
+                    "when": "!IE&OE&!PDRV0&!PDRV1&SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                70.738248,
+                                70.652128,
+                                68.886458,
+                                67.317538,
+                                63.786708,
+                                64.288908
+                            ],
+                            [
+                                71.000269,
+                                70.804079,
+                                69.152269,
+                                67.141929,
+                                66.226979,
+                                64.672879
+                            ],
+                            [
+                                71.253044,
+                                70.744594,
+                                69.366504,
+                                67.749884,
+                                65.055294,
+                                62.297154
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                74.168224,
+                                76.882784,
+                                77.806274,
+                                78.036214,
+                                77.671704,
+                                78.373944
+                            ],
+                            [
+                                74.531565,
+                                76.857905,
+                                78.108165,
+                                78.332665,
+                                77.623945,
+                                78.946615
+                            ],
+                            [
+                                74.678335,
+                                77.199635,
+                                78.587075,
+                                78.767415,
+                                77.803985,
+                                79.945835
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "A",
+                    "when": "!IE&OE&!PDRV0&PDRV1&!SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                121.341338,
+                                123.021138,
+                                123.157238,
+                                122.491638,
+                                121.720038,
+                                120.452338
+                            ],
+                            [
+                                121.758159,
+                                123.414759,
+                                123.299759,
+                                122.572959,
+                                121.563159,
+                                120.397159
+                            ],
+                            [
+                                121.564874,
+                                123.363374,
+                                123.429974,
+                                122.846474,
+                                122.005774,
+                                120.685674
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                124.969904,
+                                129.553804,
+                                130.431604,
+                                130.955004,
+                                131.238704,
+                                131.601804
+                            ],
+                            [
+                                125.202785,
+                                129.431885,
+                                130.561985,
+                                131.135985,
+                                131.408585,
+                                131.783485
+                            ],
+                            [
+                                125.244415,
+                                129.974915,
+                                130.442715,
+                                132.022715,
+                                131.223015,
+                                131.907315
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "A",
+                    "when": "!IE&OE&!PDRV0&PDRV1&SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                113.326438,
+                                119.765538,
+                                120.817738,
+                                119.997738,
+                                118.514238,
+                                117.208038
+                            ],
+                            [
+                                113.622359,
+                                119.809459,
+                                122.025959,
+                                118.963959,
+                                117.622759,
+                                118.483659
+                            ],
+                            [
+                                114.020674,
+                                119.815174,
+                                120.325874,
+                                120.812574,
+                                119.046674,
+                                117.256474
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                110.012204,
+                                117.608504,
+                                122.763704,
+                                124.989604,
+                                124.697804,
+                                127.332404
+                            ],
+                            [
+                                109.582685,
+                                117.214085,
+                                122.932685,
+                                124.155285,
+                                124.928785,
+                                127.721085
+                            ],
+                            [
+                                110.468315,
+                                118.812215,
+                                122.562615,
+                                125.487915,
+                                125.110015,
+                                127.054415
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "A",
+                    "when": "!IE&OE&PDRV0&!PDRV1&!SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                96.897818,
+                                97.723318,
+                                96.317718,
+                                96.016628,
+                                94.104328,
+                                91.927238
+                            ],
+                            [
+                                97.027299,
+                                97.800279,
+                                96.550699,
+                                95.842759,
+                                94.148919,
+                                92.146279
+                            ],
+                            [
+                                97.262264,
+                                97.963914,
+                                96.858624,
+                                96.028094,
+                                94.419544,
+                                92.541744
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                102.220904,
+                                104.323004,
+                                105.220504,
+                                105.144604,
+                                105.554804,
+                                105.723204
+                            ],
+                            [
+                                102.510085,
+                                104.472985,
+                                105.295385,
+                                105.404085,
+                                105.734985,
+                                105.878585
+                            ],
+                            [
+                                102.652815,
+                                104.855215,
+                                106.055615,
+                                105.369815,
+                                106.041215,
+                                106.356715
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "A",
+                    "when": "!IE&OE&PDRV0&!PDRV1&SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                92.628128,
+                                95.747298,
+                                94.608098,
+                                93.756938,
+                                91.867708,
+                                89.828098
+                            ],
+                            [
+                                92.982229,
+                                95.578859,
+                                94.552469,
+                                94.015479,
+                                92.006309,
+                                91.397099
+                            ],
+                            [
+                                92.667954,
+                                96.007184,
+                                95.463214,
+                                93.995914,
+                                92.452914,
+                                90.591104
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                92.696314,
+                                97.906064,
+                                101.603904,
+                                101.531704,
+                                102.777204,
+                                103.220404
+                            ],
+                            [
+                                92.319565,
+                                98.096145,
+                                101.758385,
+                                101.577585,
+                                103.139085,
+                                103.577085
+                            ],
+                            [
+                                92.234985,
+                                99.120825,
+                                100.667815,
+                                102.545915,
+                                103.733615,
+                                104.036315
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "A",
+                    "when": "!IE&OE&PDRV0&PDRV1&!SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                146.207238,
+                                148.566738,
+                                148.438038,
+                                148.909038,
+                                147.114138,
+                                146.382738
+                            ],
+                            [
+                                146.225759,
+                                148.967559,
+                                148.773759,
+                                149.017659,
+                                147.142259,
+                                146.551859
+                            ],
+                            [
+                                146.432874,
+                                148.501674,
+                                149.309874,
+                                148.932374,
+                                147.709474,
+                                147.333474
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                146.835904,
+                                153.780404,
+                                155.444304,
+                                156.439304,
+                                156.633204,
+                                158.068504
+                            ],
+                            [
+                                146.693385,
+                                153.460385,
+                                155.808985,
+                                156.419785,
+                                156.793085,
+                                158.481885
+                            ],
+                            [
+                                146.414015,
+                                154.604815,
+                                154.989815,
+                                157.380515,
+                                156.410615,
+                                158.236415
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "A",
+                    "when": "!IE&OE&PDRV0&PDRV1&SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                133.198538,
+                                142.254938,
+                                146.075338,
+                                145.586838,
+                                143.771338,
+                                142.274638
+                            ],
+                            [
+                                133.438659,
+                                142.177259,
+                                146.929659,
+                                147.168859,
+                                143.677659,
+                                141.991059
+                            ],
+                            [
+                                133.493074,
+                                141.887474,
+                                145.683174,
+                                145.137574,
+                                145.159574,
+                                143.043374
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                128.431004,
+                                135.939704,
+                                140.636804,
+                                147.061704,
+                                148.859304,
+                                147.784104
+                            ],
+                            [
+                                127.485285,
+                                136.408185,
+                                140.696685,
+                                147.186085,
+                                148.683385,
+                                147.941185
+                            ],
+                            [
+                                127.910415,
+                                135.788915,
+                                140.787615,
+                                147.202215,
+                                148.989315,
+                                148.099515
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "A&!IE&!PDRV0&!PDRV1&!SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                69.633324,
+                                68.309884,
+                                67.268424,
+                                64.864094,
+                                61.938884,
+                                61.429284
+                            ],
+                            [
+                                55.13352,
+                                53.90157,
+                                52.81605,
+                                50.45277,
+                                47.85301,
+                                46.42014
+                            ],
+                            [
+                                54.68385,
+                                53.58538,
+                                52.24646,
+                                50.20872,
+                                47.92015,
+                                45.43109
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                11.082375,
+                                12.545645,
+                                12.932585,
+                                13.115445,
+                                13.222085,
+                                13.290255
+                            ],
+                            [
+                                4.38655,
+                                6.12175,
+                                6.52844,
+                                6.66858,
+                                6.74725,
+                                6.79561
+                            ],
+                            [
+                                4.98485,
+                                6.14245,
+                                6.45716,
+                                6.45893,
+                                6.5297,
+                                6.59498
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "A&!IE&!PDRV0&!PDRV1&SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                68.466964,
+                                67.654824,
+                                66.014274,
+                                64.121094,
+                                61.916604,
+                                59.224614
+                            ],
+                            [
+                                54.06696,
+                                53.27277,
+                                51.52313,
+                                49.62998,
+                                47.08614,
+                                45.19713
+                            ],
+                            [
+                                53.61711,
+                                52.93273,
+                                51.16146,
+                                49.20009,
+                                47.11864,
+                                44.34707
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                11.046655,
+                                12.484605,
+                                12.837965,
+                                13.075405,
+                                13.177695,
+                                13.242125
+                            ],
+                            [
+                                4.30191,
+                                5.83431,
+                                6.31049,
+                                6.50729,
+                                6.59553,
+                                6.65997
+                            ],
+                            [
+                                5.30564,
+                                6.74344,
+                                7.07979,
+                                7.07191,
+                                7.11774,
+                                7.17236
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "A&!IE&!PDRV0&PDRV1&!SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                111.194734,
+                                111.180134,
+                                110.317534,
+                                109.103334,
+                                107.959134,
+                                106.438334
+                            ],
+                            [
+                                96.44606,
+                                96.14326,
+                                95.69126,
+                                94.05216,
+                                93.30976,
+                                91.82156
+                            ],
+                            [
+                                95.48637,
+                                95.49047,
+                                94.55447,
+                                93.65437,
+                                92.59747,
+                                90.82617
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                28.158105,
+                                31.928775,
+                                33.322355,
+                                34.000925,
+                                34.404395,
+                                34.675465
+                            ],
+                            [
+                                22.95513,
+                                27.15285,
+                                28.30993,
+                                29.10614,
+                                29.60348,
+                                29.92737
+                            ],
+                            [
+                                23.82871,
+                                27.2373,
+                                29.31249,
+                                30.1426,
+                                30.49273,
+                                30.72173
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "A&!IE&!PDRV0&PDRV1&SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                103.476434,
+                                107.979434,
+                                107.562634,
+                                106.343434,
+                                105.205234,
+                                103.758334
+                            ],
+                            [
+                                88.44626,
+                                92.67716,
+                                93.15116,
+                                92.02606,
+                                90.17096,
+                                88.45926
+                            ],
+                            [
+                                88.05727,
+                                91.96987,
+                                92.65177,
+                                91.51817,
+                                89.63227,
+                                87.90767
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                28.173375,
+                                32.010875,
+                                33.333545,
+                                33.967325,
+                                34.357455,
+                                34.630435
+                            ],
+                            [
+                                22.81547,
+                                27.25671,
+                                28.51945,
+                                29.03788,
+                                29.4313,
+                                29.78402
+                            ],
+                            [
+                                23.83025,
+                                28.50293,
+                                31.0462,
+                                31.97448,
+                                31.79696,
+                                32.48495
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "A&!IE&PDRV0&!PDRV1&!SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                94.822354,
+                                93.579794,
+                                92.582864,
+                                91.290854,
+                                89.825164,
+                                88.410524
+                            ],
+                            [
+                                79.4645,
+                                78.55496,
+                                77.50007,
+                                76.03751,
+                                74.7547,
+                                73.12843
+                            ],
+                            [
+                                79.29802,
+                                77.87529,
+                                76.67956,
+                                75.49396,
+                                73.8065,
+                                72.12736
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                20.336925,
+                                23.274875,
+                                24.168685,
+                                24.579355,
+                                24.813115,
+                                24.963975
+                            ],
+                            [
+                                13.82751,
+                                16.93796,
+                                17.74543,
+                                18.11928,
+                                18.34639,
+                                18.49704
+                            ],
+                            [
+                                14.81778,
+                                17.63874,
+                                18.12331,
+                                18.50274,
+                                18.83705,
+                                19.05989
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "A&!IE&PDRV0&!PDRV1&SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                90.303884,
+                                92.187634,
+                                91.272884,
+                                89.498564,
+                                87.790044,
+                                86.165014
+                            ],
+                            [
+                                75.12603,
+                                76.74345,
+                                75.56207,
+                                74.11813,
+                                72.44244,
+                                70.70153
+                            ],
+                            [
+                                74.41574,
+                                76.23784,
+                                74.8376,
+                                73.35644,
+                                71.80743,
+                                70.13295
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                20.345635,
+                                23.350275,
+                                24.239205,
+                                24.621505,
+                                24.863715,
+                                25.018275
+                            ],
+                            [
+                                14.06828,
+                                16.86047,
+                                17.64959,
+                                18.01452,
+                                18.2293,
+                                18.37303
+                            ],
+                            [
+                                14.85189,
+                                17.45228,
+                                18.25336,
+                                18.62972,
+                                18.77076,
+                                18.93342
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "A&!IE&PDRV0&PDRV1&!SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                134.948134,
+                                135.488434,
+                                134.333034,
+                                133.733834,
+                                131.930734,
+                                130.778034
+                            ],
+                            [
+                                119.89476,
+                                119.71126,
+                                119.17796,
+                                117.59536,
+                                116.91626,
+                                115.72056
+                            ],
+                            [
+                                119.32527,
+                                119.26127,
+                                118.22027,
+                                116.97117,
+                                115.83707,
+                                114.57537
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                37.058825,
+                                41.865095,
+                                43.826335,
+                                44.815645,
+                                45.431275,
+                                45.859955
+                            ],
+                            [
+                                32.0317,
+                                37.50725,
+                                39.25503,
+                                40.08494,
+                                40.65452,
+                                41.05978
+                            ],
+                            [
+                                33.3559,
+                                38.51318,
+                                40.67707,
+                                42.02055,
+                                42.83042,
+                                43.26909
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "A&!IE&PDRV0&PDRV1&SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                122.929734,
+                                129.520434,
+                                131.855934,
+                                130.025134,
+                                129.426334,
+                                126.917534
+                            ],
+                            [
+                                107.43816,
+                                114.05886,
+                                114.71576,
+                                114.71546,
+                                113.85706,
+                                111.49066
+                            ],
+                            [
+                                106.81427,
+                                112.24097,
+                                113.95237,
+                                114.45427,
+                                112.57757,
+                                111.33237
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                37.218575,
+                                42.071695,
+                                44.106445,
+                                45.139675,
+                                45.684485,
+                                46.072905
+                            ],
+                            [
+                                32.28007,
+                                37.40837,
+                                39.00725,
+                                39.90541,
+                                40.49975,
+                                40.97611
+                            ],
+                            [
+                                33.43508,
+                                37.90562,
+                                39.28975,
+                                40.82458,
+                                41.96542,
+                                43.00471
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "!A&!IE&!PDRV0&!PDRV1&!SL",
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                63.508354,
+                                63.976104,
+                                63.994244,
+                                64.242374,
+                                64.088294,
+                                63.217244
+                            ],
+                            [
+                                49.82133,
+                                50.29107,
+                                50.31699,
+                                50.60863,
+                                50.31798,
+                                49.16629
+                            ],
+                            [
+                                49.7711,
+                                50.10265,
+                                50.22888,
+                                50.32564,
+                                50.29334,
+                                50.23749
+                            ]
+                        ]
+                    },
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                7.573395,
+                                -174.442075,
+                                -356.095075,
+                                -537.666875,
+                                -719.208275,
+                                -900.734975
+                            ],
+                            [
+                                -0.00192,
+                                -181.91788,
+                                -363.42818,
+                                -544.97528,
+                                -726.51058,
+                                -908.03538
+                            ],
+                            [
+                                0.03349,
+                                -181.67443,
+                                -363.20953,
+                                -544.67283,
+                                -726.18053,
+                                -907.69503
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "!A&!IE&!PDRV0&!PDRV1&SL",
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                59.958714,
+                                62.168024,
+                                62.719434,
+                                62.877354,
+                                62.678444,
+                                63.048724
+                            ],
+                            [
+                                46.21204,
+                                48.48568,
+                                49.03475,
+                                49.19429,
+                                49.03885,
+                                49.35058
+                            ],
+                            [
+                                46.12447,
+                                48.44926,
+                                48.97515,
+                                49.1202,
+                                49.07183,
+                                49.10145
+                            ]
+                        ]
+                    },
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                7.292455,
+                                -174.823675,
+                                -356.490675,
+                                -538.063075,
+                                -719.604475,
+                                -901.131575
+                            ],
+                            [
+                                0.06087,
+                                -181.96098,
+                                -363.58828,
+                                -545.15838,
+                                -726.70418,
+                                -908.23628
+                            ],
+                            [
+                                0.39147,
+                                -181.03433,
+                                -362.65203,
+                                -544.22113,
+                                -725.76893,
+                                -907.30663
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "!A&!IE&!PDRV0&PDRV1&!SL",
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                92.008774,
+                                94.794404,
+                                95.177934,
+                                94.890264,
+                                95.385104,
+                                95.391344
+                            ],
+                            [
+                                78.49255,
+                                81.20927,
+                                81.62474,
+                                81.38601,
+                                81.86687,
+                                81.8364
+                            ],
+                            [
+                                78.79559,
+                                81.29807,
+                                81.57774,
+                                81.89593,
+                                81.83298,
+                                81.94186
+                            ]
+                        ]
+                    },
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                24.196325,
+                                -158.095675,
+                                -339.901075,
+                                -521.573775,
+                                -703.173975,
+                                -884.761275
+                            ],
+                            [
+                                17.15609,
+                                -165.19488,
+                                -347.11638,
+                                -528.35488,
+                                -710.05008,
+                                -891.90228
+                            ],
+                            [
+                                17.98721,
+                                -164.46723,
+                                -345.95263,
+                                -527.71503,
+                                -709.43713,
+                                -891.01843
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "!A&!IE&!PDRV0&PDRV1&SL",
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                79.114364,
+                                83.655414,
+                                86.839834,
+                                88.721724,
+                                90.290284,
+                                90.808454
+                            ],
+                            [
+                                65.33755,
+                                70.06972,
+                                73.27962,
+                                75.27627,
+                                76.63376,
+                                77.26615
+                            ],
+                            [
+                                65.35088,
+                                70.05976,
+                                73.49917,
+                                75.48109,
+                                76.75165,
+                                77.44283
+                            ]
+                        ]
+                    },
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                24.315195,
+                                -158.003275,
+                                -339.814775,
+                                -521.481375,
+                                -703.085075,
+                                -884.653975
+                            ],
+                            [
+                                17.81521,
+                                -163.60498,
+                                -345.05718,
+                                -526.63158,
+                                -708.20938,
+                                -889.77518
+                            ],
+                            [
+                                18.02917,
+                                -164.65943,
+                                -346.73313,
+                                -528.19863,
+                                -709.58923,
+                                -891.04013
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "!A&!IE&PDRV0&!PDRV1&!SL",
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                78.950494,
+                                79.811564,
+                                80.066784,
+                                80.169694,
+                                80.328374,
+                                80.337194
+                            ],
+                            [
+                                65.50908,
+                                66.28723,
+                                66.29111,
+                                66.89215,
+                                66.76079,
+                                66.74075
+                            ],
+                            [
+                                65.65215,
+                                66.51951,
+                                66.75874,
+                                66.84728,
+                                66.93942,
+                                67.0025
+                            ]
+                        ]
+                    },
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                16.118695,
+                                -166.153175,
+                                -347.893275,
+                                -529.508275,
+                                -711.078475,
+                                -892.625875
+                            ],
+                            [
+                                8.95036,
+                                -173.34438,
+                                -355.18398,
+                                -536.78348,
+                                -718.33198,
+                                -899.85538
+                            ],
+                            [
+                                9.79991,
+                                -172.52943,
+                                -354.33783,
+                                -535.95183,
+                                -717.53273,
+                                -899.09043
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "!A&!IE&PDRV0&!PDRV1&SL",
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                70.069144,
+                                74.262824,
+                                76.012394,
+                                77.362184,
+                                77.807874,
+                                77.919974
+                            ],
+                            [
+                                56.53309,
+                                60.62264,
+                                62.93917,
+                                63.59194,
+                                64.14079,
+                                64.35721
+                            ],
+                            [
+                                56.50764,
+                                60.80115,
+                                63.00024,
+                                63.88449,
+                                64.36117,
+                                64.53407
+                            ]
+                        ]
+                    },
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                16.289795,
+                                -165.960775,
+                                -347.709775,
+                                -529.330175,
+                                -710.900575,
+                                -892.446675
+                            ],
+                            [
+                                8.16464,
+                                -174.12468,
+                                -355.61448,
+                                -537.10848,
+                                -718.60768,
+                                -900.10948
+                            ],
+                            [
+                                9.85662,
+                                -172.47803,
+                                -354.62473,
+                                -536.37103,
+                                -717.97973,
+                                -899.53793
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "!A&!IE&PDRV0&PDRV1&!SL",
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                105.540934,
+                                110.187334,
+                                110.699434,
+                                111.151234,
+                                111.032434,
+                                111.516334
+                            ],
+                            [
+                                92.15726,
+                                96.86066,
+                                97.24506,
+                                97.77436,
+                                97.60486,
+                                98.30016
+                            ],
+                            [
+                                92.69547,
+                                97.27427,
+                                97.95047,
+                                98.20497,
+                                98.28627,
+                                98.46467
+                            ]
+                        ]
+                    },
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                32.688205,
+                                -149.608975,
+                                -331.435875,
+                                -513.099275,
+                                -694.738475,
+                                -876.291875
+                            ],
+                            [
+                                25.89634,
+                                -156.45868,
+                                -338.30348,
+                                -519.99088,
+                                -701.59408,
+                                -883.14348
+                            ],
+                            [
+                                26.97976,
+                                -155.84803,
+                                -337.20483,
+                                -518.65033,
+                                -700.22443,
+                                -881.82793
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "!A&!IE&PDRV0&PDRV1&SL",
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                89.215714,
+                                93.865354,
+                                98.236234,
+                                100.285434,
+                                103.248434,
+                                104.693034
+                            ],
+                            [
+                                75.37898,
+                                80.25689,
+                                84.94291,
+                                86.67166,
+                                89.43516,
+                                91.46926
+                            ],
+                            [
+                                75.74101,
+                                80.96871,
+                                84.92807,
+                                87.78337,
+                                89.57167,
+                                90.98787
+                            ]
+                        ]
+                    },
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                32.828435,
+                                -149.506875,
+                                -331.371275,
+                                -513.072575,
+                                -694.695175,
+                                -876.276275
+                            ],
+                            [
+                                26.23715,
+                                -155.95488,
+                                -337.72408,
+                                -519.42268,
+                                -701.06688,
+                                -882.67598
+                            ],
+                            [
+                                27.36279,
+                                -155.30283,
+                                -337.05433,
+                                -518.45443,
+                                -700.33903,
+                                -882.20833
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "A",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                211.620688,
+                                217.182491,
+                                217.131698,
+                                215.517036,
+                                210.835126,
+                                208.890004
+                            ],
+                            [
+                                211.985143,
+                                217.538553,
+                                217.837671,
+                                215.74344,
+                                212.456543,
+                                210.095496
+                            ],
+                            [
+                                212.24231,
+                                217.492488,
+                                217.709708,
+                                216.019643,
+                                212.746963,
+                                209.314166
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                214.328058,
+                                223.783868,
+                                228.23561,
+                                230.83263,
+                                231.858336,
+                                232.847328
+                            ],
+                            [
+                                214.148957,
+                                223.826572,
+                                228.619438,
+                                230.96065,
+                                232.128985,
+                                233.35082
+                            ],
+                            [
+                                214.558798,
+                                224.94901,
+                                228.451198,
+                                232.145838,
+                                232.314368,
+                                233.955722
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                119.634758,
+                                -61.336741,
+                                -243.688027,
+                                -426.851882,
+                                -610.061546,
+                                -793.225103
+                            ],
+                            [
+                                97.536874,
+                                -83.437256,
+                                -265.734823,
+                                -448.724776,
+                                -631.835564,
+                                -815.099271
+                            ],
+                            [
+                                97.76729,
+                                -83.54999,
+                                -265.933135,
+                                -448.672256,
+                                -631.96933,
+                                -815.380599
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                103.97337,
+                                110.281608,
+                                112.814176,
+                                114.126943,
+                                115.101683,
+                                115.585712
+                            ],
+                            [
+                                84.513562,
+                                91.145354,
+                                93.624995,
+                                94.854919,
+                                95.738323,
+                                96.319966
+                            ],
+                            [
+                                85.631051,
+                                91.951165,
+                                94.644699,
+                                96.14606,
+                                96.931139,
+                                97.619234
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "rise_power power_inputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "values": [
+                            -48.44106,
+                            -48.78211,
+                            -48.55344
+                        ]
+                    },
+                    "fall_power power_inputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "values": [
+                            48.81144,
+                            49.72944,
+                            49.25337
+                        ]
+                    }
+                }
+            ],
+            "timing ": [
+                {
+                    "related_pin": "A",
+                    "timing_type": "combinational",
+                    "timing_sense": "positive_unate",
+                    "when": "!IE&OE&!PDRV0&!PDRV1&!SL",
+                    "sdf_cond": "IE==1'b0&&OE==1'b1&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b0",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.792762,
+                            8.792762,
+                            14.792762,
+                            20.792762,
+                            26.792762,
+                            32.792762
+                        ],
+                        "values": [
+                            [
+                                2.112845,
+                                2.851851,
+                                3.583585,
+                                4.30796,
+                                5.036702,
+                                5.774595
+                            ],
+                            [
+                                2.151409,
+                                2.890839,
+                                3.621988,
+                                4.350103,
+                                5.082269,
+                                5.813971
+                            ],
+                            [
+                                2.154476,
+                                2.893806,
+                                3.62503,
+                                4.351287,
+                                5.081495,
+                                5.816367
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.792762,
+                            8.792762,
+                            14.792762,
+                            20.792762,
+                            26.792762,
+                            32.792762
+                        ],
+                        "values": [
+                            [
+                                0.897937,
+                                2.438848,
+                                4.022707,
+                                5.604829,
+                                7.18975,
+                                8.788795
+                            ],
+                            [
+                                0.898088,
+                                2.4339,
+                                4.015416,
+                                5.593117,
+                                7.19436,
+                                8.790392
+                            ],
+                            [
+                                0.897324,
+                                2.433501,
+                                4.019215,
+                                5.597311,
+                                7.175216,
+                                8.790569
+                            ]
+                        ]
+                    },
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.792762,
+                            8.792762,
+                            14.792762,
+                            20.792762,
+                            26.792762,
+                            32.792762
+                        ],
+                        "values": [
+                            [
+                                2.201951,
+                                2.902672,
+                                3.579138,
+                                4.249468,
+                                4.92225,
+                                5.592326
+                            ],
+                            [
+                                2.339074,
+                                3.04098,
+                                3.714518,
+                                4.38961,
+                                5.06163,
+                                5.731092
+                            ],
+                            [
+                                2.49241,
+                                3.194435,
+                                3.869191,
+                                4.543571,
+                                5.215,
+                                5.887498
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.792762,
+                            8.792762,
+                            14.792762,
+                            20.792762,
+                            26.792762,
+                            32.792762
+                        ],
+                        "values": [
+                            [
+                                0.806479,
+                                2.091351,
+                                3.425024,
+                                4.762279,
+                                6.106656,
+                                7.454533
+                            ],
+                            [
+                                0.807927,
+                                2.098432,
+                                3.422223,
+                                4.758412,
+                                6.100387,
+                                7.451634
+                            ],
+                            [
+                                0.806188,
+                                2.096293,
+                                3.423414,
+                                4.764325,
+                                6.102362,
+                                7.454091
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "A",
+                    "timing_type": "combinational",
+                    "timing_sense": "positive_unate",
+                    "when": "!IE&OE&!PDRV0&!PDRV1&SL",
+                    "sdf_cond": "IE==1'b0&&OE==1'b1&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b1",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.792762,
+                            8.792762,
+                            14.792762,
+                            20.792762,
+                            26.792762,
+                            32.792762
+                        ],
+                        "values": [
+                            [
+                                2.489398,
+                                3.505897,
+                                4.275585,
+                                5.013532,
+                                5.742833,
+                                6.471106
+                            ],
+                            [
+                                2.527683,
+                                3.542876,
+                                4.315655,
+                                5.052133,
+                                5.780949,
+                                6.508694
+                            ],
+                            [
+                                2.530564,
+                                3.547174,
+                                4.317505,
+                                5.054779,
+                                5.786841,
+                                6.518134
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.792762,
+                            8.792762,
+                            14.792762,
+                            20.792762,
+                            26.792762,
+                            32.792762
+                        ],
+                        "values": [
+                            [
+                                1.514416,
+                                2.962438,
+                                4.391135,
+                                5.860534,
+                                7.396562,
+                                8.931411
+                            ],
+                            [
+                                1.514055,
+                                2.959835,
+                                4.393399,
+                                5.858408,
+                                7.399163,
+                                8.946343
+                            ],
+                            [
+                                1.514947,
+                                2.957959,
+                                4.383221,
+                                5.872526,
+                                7.391823,
+                                8.949542
+                            ]
+                        ]
+                    },
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.792762,
+                            8.792762,
+                            14.792762,
+                            20.792762,
+                            26.792762,
+                            32.792762
+                        ],
+                        "values": [
+                            [
+                                2.363955,
+                                3.51869,
+                                4.426045,
+                                5.222537,
+                                5.959277,
+                                6.667821
+                            ],
+                            [
+                                2.501413,
+                                3.656087,
+                                4.562966,
+                                5.360091,
+                                6.096105,
+                                6.805256
+                            ],
+                            [
+                                2.65416,
+                                3.809698,
+                                4.715101,
+                                5.510989,
+                                6.248162,
+                                6.957919
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.792762,
+                            8.792762,
+                            14.792762,
+                            20.792762,
+                            26.792762,
+                            32.792762
+                        ],
+                        "values": [
+                            [
+                                1.281884,
+                                2.950533,
+                                4.313389,
+                                5.606487,
+                                6.889608,
+                                8.146938
+                            ],
+                            [
+                                1.281909,
+                                2.94816,
+                                4.31637,
+                                5.613138,
+                                6.8888,
+                                8.138035
+                            ],
+                            [
+                                1.279191,
+                                2.95219,
+                                4.319675,
+                                5.611814,
+                                6.881473,
+                                8.158992
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "A",
+                    "timing_type": "combinational",
+                    "timing_sense": "positive_unate",
+                    "when": "!IE&OE&!PDRV0&PDRV1&!SL",
+                    "sdf_cond": "IE==1'b0&&OE==1'b1&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b0",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.792762,
+                            8.792762,
+                            14.792762,
+                            20.792762,
+                            26.792762,
+                            32.792762
+                        ],
+                        "values": [
+                            [
+                                1.818742,
+                                2.1075,
+                                2.356912,
+                                2.602813,
+                                2.845104,
+                                3.089586
+                            ],
+                            [
+                                1.857254,
+                                2.145986,
+                                2.395725,
+                                2.64051,
+                                2.885203,
+                                3.129136
+                            ],
+                            [
+                                1.860508,
+                                2.149152,
+                                2.398474,
+                                2.644276,
+                                2.887594,
+                                3.131913
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.792762,
+                            8.792762,
+                            14.792762,
+                            20.792762,
+                            26.792762,
+                            32.792762
+                        ],
+                        "values": [
+                            [
+                                0.454439,
+                                0.912136,
+                                1.410345,
+                                1.924123,
+                                2.44279,
+                                2.965863
+                            ],
+                            [
+                                0.453489,
+                                0.910382,
+                                1.412131,
+                                1.923827,
+                                2.445785,
+                                2.972039
+                            ],
+                            [
+                                0.454592,
+                                0.911741,
+                                1.410156,
+                                1.9245,
+                                2.442864,
+                                2.969805
+                            ]
+                        ]
+                    },
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.792762,
+                            8.792762,
+                            14.792762,
+                            20.792762,
+                            26.792762,
+                            32.792762
+                        ],
+                        "values": [
+                            [
+                                1.914979,
+                                2.220262,
+                                2.465568,
+                                2.69701,
+                                2.925296,
+                                3.150942
+                            ],
+                            [
+                                2.051942,
+                                2.357587,
+                                2.602559,
+                                2.83444,
+                                3.062549,
+                                3.288267
+                            ],
+                            [
+                                2.205018,
+                                2.51031,
+                                2.755616,
+                                2.987769,
+                                3.21433,
+                                3.439616
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.792762,
+                            8.792762,
+                            14.792762,
+                            20.792762,
+                            26.792762,
+                            32.792762
+                        ],
+                        "values": [
+                            [
+                                0.409801,
+                                0.830962,
+                                1.248441,
+                                1.676164,
+                                2.107007,
+                                2.545545
+                            ],
+                            [
+                                0.409363,
+                                0.830788,
+                                1.248789,
+                                1.674224,
+                                2.109455,
+                                2.547964
+                            ],
+                            [
+                                0.409803,
+                                0.83083,
+                                1.246714,
+                                1.677489,
+                                2.104444,
+                                2.542504
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "A",
+                    "timing_type": "combinational",
+                    "timing_sense": "positive_unate",
+                    "when": "!IE&OE&!PDRV0&PDRV1&SL",
+                    "sdf_cond": "IE==1'b0&&OE==1'b1&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b1",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.792762,
+                            8.792762,
+                            14.792762,
+                            20.792762,
+                            26.792762,
+                            32.792762
+                        ],
+                        "values": [
+                            [
+                                1.852996,
+                                2.483344,
+                                2.891929,
+                                3.213904,
+                                3.500265,
+                                3.766337
+                            ],
+                            [
+                                1.892058,
+                                2.522661,
+                                2.929775,
+                                3.253118,
+                                3.538536,
+                                3.803529
+                            ],
+                            [
+                                1.894881,
+                                2.525051,
+                                2.933167,
+                                3.255273,
+                                3.542248,
+                                3.808762
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.792762,
+                            8.792762,
+                            14.792762,
+                            20.792762,
+                            26.792762,
+                            32.792762
+                        ],
+                        "values": [
+                            [
+                                0.791263,
+                                1.530292,
+                                2.039737,
+                                2.50856,
+                                2.963468,
+                                3.428108
+                            ],
+                            [
+                                0.790954,
+                                1.529171,
+                                2.037936,
+                                2.509901,
+                                2.970782,
+                                3.440461
+                            ],
+                            [
+                                0.791447,
+                                1.53081,
+                                2.039987,
+                                2.505985,
+                                2.97119,
+                                3.435455
+                            ]
+                        ]
+                    },
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.792762,
+                            8.792762,
+                            14.792762,
+                            20.792762,
+                            26.792762,
+                            32.792762
+                        ],
+                        "values": [
+                            [
+                                1.904614,
+                                2.373414,
+                                2.794966,
+                                3.176123,
+                                3.522534,
+                                3.841909
+                            ],
+                            [
+                                2.041846,
+                                2.510598,
+                                2.932256,
+                                3.313237,
+                                3.659701,
+                                3.979626
+                            ],
+                            [
+                                2.194421,
+                                2.663637,
+                                3.085228,
+                                3.465703,
+                                3.811794,
+                                4.131448
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.792762,
+                            8.792762,
+                            14.792762,
+                            20.792762,
+                            26.792762,
+                            32.792762
+                        ],
+                        "values": [
+                            [
+                                0.507991,
+                                1.285261,
+                                1.909721,
+                                2.458313,
+                                2.957369,
+                                3.424497
+                            ],
+                            [
+                                0.50774,
+                                1.286451,
+                                1.911455,
+                                2.457845,
+                                2.957747,
+                                3.423692
+                            ],
+                            [
+                                0.506497,
+                                1.288461,
+                                1.912724,
+                                2.455954,
+                                2.952738,
+                                3.422446
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "A",
+                    "timing_type": "combinational",
+                    "timing_sense": "positive_unate",
+                    "when": "!IE&OE&PDRV0&!PDRV1&!SL",
+                    "sdf_cond": "IE==1'b0&&OE==1'b1&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b0",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.792762,
+                            8.792762,
+                            14.792762,
+                            20.792762,
+                            26.792762,
+                            32.792762
+                        ],
+                        "values": [
+                            [
+                                1.907195,
+                                2.299454,
+                                2.667657,
+                                3.033986,
+                                3.396369,
+                                3.7608
+                            ],
+                            [
+                                1.945679,
+                                2.33797,
+                                2.705598,
+                                3.071996,
+                                3.436006,
+                                3.800881
+                            ],
+                            [
+                                1.948689,
+                                2.340955,
+                                2.708519,
+                                3.074982,
+                                3.439272,
+                                3.804086
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.792762,
+                            8.792762,
+                            14.792762,
+                            20.792762,
+                            26.792762,
+                            32.792762
+                        ],
+                        "values": [
+                            [
+                                0.554728,
+                                1.281379,
+                                2.051185,
+                                2.835823,
+                                3.622293,
+                                4.410883
+                            ],
+                            [
+                                0.554674,
+                                1.281372,
+                                2.05181,
+                                2.829579,
+                                3.626477,
+                                4.418248
+                            ],
+                            [
+                                0.554196,
+                                1.28129,
+                                2.05185,
+                                2.828706,
+                                3.626562,
+                                4.418444
+                            ]
+                        ]
+                    },
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.792762,
+                            8.792762,
+                            14.792762,
+                            20.792762,
+                            26.792762,
+                            32.792762
+                        ],
+                        "values": [
+                            [
+                                1.996223,
+                                2.393291,
+                                2.740921,
+                                3.080468,
+                                3.416301,
+                                3.752922
+                            ],
+                            [
+                                2.133527,
+                                2.530558,
+                                2.878232,
+                                3.21778,
+                                3.553633,
+                                3.890264
+                            ],
+                            [
+                                2.286127,
+                                2.683518,
+                                3.031396,
+                                3.370914,
+                                3.707479,
+                                4.044433
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.792762,
+                            8.792762,
+                            14.792762,
+                            20.792762,
+                            26.792762,
+                            32.792762
+                        ],
+                        "values": [
+                            [
+                                0.507384,
+                                1.132367,
+                                1.775027,
+                                2.432912,
+                                3.097745,
+                                3.761234
+                            ],
+                            [
+                                0.507684,
+                                1.132143,
+                                1.775283,
+                                2.432643,
+                                3.09766,
+                                3.760971
+                            ],
+                            [
+                                0.508149,
+                                1.132597,
+                                1.77866,
+                                2.43293,
+                                3.091061,
+                                3.76114
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "A",
+                    "timing_type": "combinational",
+                    "timing_sense": "positive_unate",
+                    "when": "!IE&OE&PDRV0&!PDRV1&SL",
+                    "sdf_cond": "IE==1'b0&&OE==1'b1&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b1",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.792762,
+                            8.792762,
+                            14.792762,
+                            20.792762,
+                            26.792762,
+                            32.792762
+                        ],
+                        "values": [
+                            [
+                                2.048031,
+                                2.803606,
+                                3.291464,
+                                3.70414,
+                                4.086566,
+                                4.459861
+                            ],
+                            [
+                                2.086955,
+                                2.842629,
+                                3.331354,
+                                3.74399,
+                                4.126868,
+                                4.497466
+                            ],
+                            [
+                                2.090123,
+                                2.845575,
+                                3.333097,
+                                3.745531,
+                                4.129185,
+                                4.501905
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.792762,
+                            8.792762,
+                            14.792762,
+                            20.792762,
+                            26.792762,
+                            32.792762
+                        ],
+                        "values": [
+                            [
+                                1.022532,
+                                1.915169,
+                                2.614709,
+                                3.317148,
+                                4.035314,
+                                4.755953
+                            ],
+                            [
+                                1.022943,
+                                1.913792,
+                                2.622352,
+                                3.312494,
+                                4.030531,
+                                4.752537
+                            ],
+                            [
+                                1.024557,
+                                1.915048,
+                                2.618307,
+                                3.320862,
+                                4.0333,
+                                4.758465
+                            ]
+                        ]
+                    },
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.792762,
+                            8.792762,
+                            14.792762,
+                            20.792762,
+                            26.792762,
+                            32.792762
+                        ],
+                        "values": [
+                            [
+                                2.01901,
+                                2.688771,
+                                3.261478,
+                                3.758836,
+                                4.207805,
+                                4.622512
+                            ],
+                            [
+                                2.156145,
+                                2.826386,
+                                3.399084,
+                                3.895625,
+                                4.345116,
+                                4.759573
+                            ],
+                            [
+                                2.309293,
+                                2.979265,
+                                3.551025,
+                                4.047606,
+                                4.497048,
+                                4.913637
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.792762,
+                            8.792762,
+                            14.792762,
+                            20.792762,
+                            26.792762,
+                            32.792762
+                        ],
+                        "values": [
+                            [
+                                0.718707,
+                                1.765672,
+                                2.577692,
+                                3.298188,
+                                3.978618,
+                                4.633315
+                            ],
+                            [
+                                0.71781,
+                                1.765979,
+                                2.579123,
+                                3.300423,
+                                3.976961,
+                                4.630957
+                            ],
+                            [
+                                0.716612,
+                                1.763423,
+                                2.579186,
+                                3.297486,
+                                3.973797,
+                                4.638992
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "A",
+                    "timing_type": "combinational",
+                    "timing_sense": "positive_unate",
+                    "when": "!IE&OE&PDRV0&PDRV1&!SL",
+                    "sdf_cond": "IE==1'b0&&OE==1'b1&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b0",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.792762,
+                            8.792762,
+                            14.792762,
+                            20.792762,
+                            26.792762,
+                            32.792762
+                        ],
+                        "values": [
+                            [
+                                1.765962,
+                                2.008402,
+                                2.201954,
+                                2.387892,
+                                2.571122,
+                                2.754419
+                            ],
+                            [
+                                1.804595,
+                                2.047019,
+                                2.240501,
+                                2.42626,
+                                2.610276,
+                                2.792989
+                            ],
+                            [
+                                1.807896,
+                                2.050704,
+                                2.243425,
+                                2.429004,
+                                2.614221,
+                                2.797031
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.792762,
+                            8.792762,
+                            14.792762,
+                            20.792762,
+                            26.792762,
+                            32.792762
+                        ],
+                        "values": [
+                            [
+                                0.41199,
+                                0.737643,
+                                1.099283,
+                                1.473239,
+                                1.861096,
+                                2.25159
+                            ],
+                            [
+                                0.412103,
+                                0.738857,
+                                1.09995,
+                                1.476895,
+                                1.861728,
+                                2.25142
+                            ],
+                            [
+                                0.411933,
+                                0.739143,
+                                1.098684,
+                                1.475657,
+                                1.862908,
+                                2.24952
+                            ]
+                        ]
+                    },
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.792762,
+                            8.792762,
+                            14.792762,
+                            20.792762,
+                            26.792762,
+                            32.792762
+                        ],
+                        "values": [
+                            [
+                                1.861249,
+                                2.123767,
+                                2.320392,
+                                2.500259,
+                                2.674936,
+                                2.846214
+                            ],
+                            [
+                                1.998627,
+                                2.261055,
+                                2.457665,
+                                2.637535,
+                                2.812205,
+                                2.98347
+                            ],
+                            [
+                                2.151705,
+                                2.414178,
+                                2.610506,
+                                2.790821,
+                                2.965019,
+                                3.13658
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.792762,
+                            8.792762,
+                            14.792762,
+                            20.792762,
+                            26.792762,
+                            32.792762
+                        ],
+                        "values": [
+                            [
+                                0.355814,
+                                0.681477,
+                                0.990588,
+                                1.305425,
+                                1.626104,
+                                1.951229
+                            ],
+                            [
+                                0.355687,
+                                0.681062,
+                                0.990478,
+                                1.305319,
+                                1.626036,
+                                1.9512
+                            ],
+                            [
+                                0.355835,
+                                0.681246,
+                                0.99011,
+                                1.304016,
+                                1.623609,
+                                1.947792
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "A",
+                    "timing_type": "combinational",
+                    "timing_sense": "positive_unate",
+                    "when": "!IE&OE&PDRV0&PDRV1&SL",
+                    "sdf_cond": "IE==1'b0&&OE==1'b1&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b1",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.792762,
+                            8.792762,
+                            14.792762,
+                            20.792762,
+                            26.792762,
+                            32.792762
+                        ],
+                        "values": [
+                            [
+                                1.750436,
+                                2.28321,
+                                2.649702,
+                                2.932182,
+                                3.173909,
+                                3.393058
+                            ],
+                            [
+                                1.789175,
+                                2.321996,
+                                2.688711,
+                                2.971694,
+                                3.213101,
+                                3.430592
+                            ],
+                            [
+                                1.79254,
+                                2.325008,
+                                2.692097,
+                                2.974216,
+                                3.215866,
+                                3.435325
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.792762,
+                            8.792762,
+                            14.792762,
+                            20.792762,
+                            26.792762,
+                            32.792762
+                        ],
+                        "values": [
+                            [
+                                0.645453,
+                                1.305873,
+                                1.733848,
+                                2.100259,
+                                2.453333,
+                                2.80119
+                            ],
+                            [
+                                0.644634,
+                                1.3059,
+                                1.733683,
+                                2.100576,
+                                2.453196,
+                                2.799116
+                            ],
+                            [
+                                0.646286,
+                                1.30479,
+                                1.733592,
+                                2.100821,
+                                2.45277,
+                                2.800882
+                            ]
+                        ]
+                    },
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.792762,
+                            8.792762,
+                            14.792762,
+                            20.792762,
+                            26.792762,
+                            32.792762
+                        ],
+                        "values": [
+                            [
+                                1.843081,
+                                2.206607,
+                                2.53827,
+                                2.844936,
+                                3.12875,
+                                3.391627
+                            ],
+                            [
+                                1.980293,
+                                2.343911,
+                                2.675515,
+                                2.982251,
+                                3.26604,
+                                3.528944
+                            ],
+                            [
+                                2.133201,
+                                2.496444,
+                                2.828618,
+                                3.134713,
+                                3.418171,
+                                3.681559
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.792762,
+                            8.792762,
+                            14.792762,
+                            20.792762,
+                            26.792762,
+                            32.792762
+                        ],
+                        "values": [
+                            [
+                                0.401461,
+                                1.016599,
+                                1.528163,
+                                1.975701,
+                                2.378026,
+                                2.756305
+                            ],
+                            [
+                                0.401418,
+                                1.016307,
+                                1.527593,
+                                1.975973,
+                                2.378564,
+                                2.756061
+                            ],
+                            [
+                                0.400503,
+                                1.016744,
+                                1.529547,
+                                1.974143,
+                                2.380177,
+                                2.758472
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "A&!IE&!PDRV0&!PDRV1&!SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b0",
+                    "timing_type": "three_state_enable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.792762,
+                            8.792762,
+                            14.792762,
+                            20.792762,
+                            26.792762,
+                            32.792762
+                        ],
+                        "values": [
+                            [
+                                1.868552,
+                                2.603358,
+                                3.33406,
+                                4.062539,
+                                4.792182,
+                                5.521616
+                            ],
+                            [
+                                1.8665,
+                                2.601234,
+                                3.331911,
+                                4.061175,
+                                4.790911,
+                                5.518858
+                            ],
+                            [
+                                1.845216,
+                                2.579817,
+                                3.310008,
+                                4.041659,
+                                4.771458,
+                                5.493893
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.792762,
+                            8.792762,
+                            14.792762,
+                            20.792762,
+                            26.792762,
+                            32.792762
+                        ],
+                        "values": [
+                            [
+                                0.912927,
+                                2.443117,
+                                4.0193,
+                                5.608875,
+                                7.197618,
+                                8.774795
+                            ],
+                            [
+                                0.912563,
+                                2.442924,
+                                4.01779,
+                                5.608912,
+                                7.197001,
+                                8.770605
+                            ],
+                            [
+                                0.910857,
+                                2.441835,
+                                4.01185,
+                                5.60851,
+                                7.193353,
+                                8.760526
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "A&!IE&!PDRV0&!PDRV1&SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b1",
+                    "timing_type": "three_state_enable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.792762,
+                            8.792762,
+                            14.792762,
+                            20.792762,
+                            26.792762,
+                            32.792762
+                        ],
+                        "values": [
+                            [
+                                2.230812,
+                                3.255787,
+                                4.026226,
+                                4.763062,
+                                5.494379,
+                                6.222941
+                            ],
+                            [
+                                2.228955,
+                                3.254007,
+                                4.024302,
+                                4.761652,
+                                5.492339,
+                                6.220829
+                            ],
+                            [
+                                2.208636,
+                                3.231956,
+                                4.002533,
+                                4.74021,
+                                5.469933,
+                                6.198417
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.792762,
+                            8.792762,
+                            14.792762,
+                            20.792762,
+                            26.792762,
+                            32.792762
+                        ],
+                        "values": [
+                            [
+                                1.54096,
+                                2.98658,
+                                4.408057,
+                                5.884124,
+                                7.394549,
+                                8.923366
+                            ],
+                            [
+                                1.540781,
+                                2.987521,
+                                4.407573,
+                                5.879822,
+                                7.397572,
+                                8.918533
+                            ],
+                            [
+                                1.539654,
+                                2.990089,
+                                4.406874,
+                                5.873948,
+                                7.402215,
+                                8.929404
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "A&!IE&!PDRV0&PDRV1&!SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b0",
+                    "timing_type": "three_state_enable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.792762,
+                            8.792762,
+                            14.792762,
+                            20.792762,
+                            26.792762,
+                            32.792762
+                        ],
+                        "values": [
+                            [
+                                1.583377,
+                                1.871113,
+                                2.119224,
+                                2.362832,
+                                2.607011,
+                                2.849994
+                            ],
+                            [
+                                1.598046,
+                                1.886966,
+                                2.134928,
+                                2.379459,
+                                2.621852,
+                                2.864063
+                            ],
+                            [
+                                1.588397,
+                                1.876871,
+                                2.125086,
+                                2.369107,
+                                2.612979,
+                                2.855816
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.792762,
+                            8.792762,
+                            14.792762,
+                            20.792762,
+                            26.792762,
+                            32.792762
+                        ],
+                        "values": [
+                            [
+                                0.490526,
+                                0.923561,
+                                1.418167,
+                                1.927337,
+                                2.449178,
+                                2.971758
+                            ],
+                            [
+                                0.489827,
+                                0.926559,
+                                1.416607,
+                                1.929234,
+                                2.448042,
+                                2.969796
+                            ],
+                            [
+                                0.489811,
+                                0.924177,
+                                1.418446,
+                                1.927254,
+                                2.44803,
+                                2.970425
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "A&!IE&!PDRV0&PDRV1&SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b1",
+                    "timing_type": "three_state_enable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.792762,
+                            8.792762,
+                            14.792762,
+                            20.792762,
+                            26.792762,
+                            32.792762
+                        ],
+                        "values": [
+                            [
+                                1.609015,
+                                2.236576,
+                                2.645067,
+                                2.970236,
+                                3.255317,
+                                3.523438
+                            ],
+                            [
+                                1.625814,
+                                2.251898,
+                                2.661731,
+                                2.984887,
+                                3.271935,
+                                3.537827
+                            ],
+                            [
+                                1.617046,
+                                2.242739,
+                                2.65238,
+                                2.975527,
+                                3.262377,
+                                3.52803
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.792762,
+                            8.792762,
+                            14.792762,
+                            20.792762,
+                            26.792762,
+                            32.792762
+                        ],
+                        "values": [
+                            [
+                                0.801772,
+                                1.549002,
+                                2.063423,
+                                2.533069,
+                                2.993412,
+                                3.458954
+                            ],
+                            [
+                                0.802573,
+                                1.54693,
+                                2.063644,
+                                2.528861,
+                                2.986128,
+                                3.453146
+                            ],
+                            [
+                                0.799912,
+                                1.546247,
+                                2.062476,
+                                2.529239,
+                                2.985504,
+                                3.453892
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "A&!IE&PDRV0&!PDRV1&!SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b0",
+                    "timing_type": "three_state_enable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.792762,
+                            8.792762,
+                            14.792762,
+                            20.792762,
+                            26.792762,
+                            32.792762
+                        ],
+                        "values": [
+                            [
+                                1.654308,
+                                2.044852,
+                                2.411334,
+                                2.774336,
+                                3.14074,
+                                3.505544
+                            ],
+                            [
+                                1.652569,
+                                2.043152,
+                                2.408606,
+                                2.774406,
+                                3.136496,
+                                3.500314
+                            ],
+                            [
+                                1.630753,
+                                2.021273,
+                                2.387823,
+                                2.750835,
+                                3.117155,
+                                3.482001
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.792762,
+                            8.792762,
+                            14.792762,
+                            20.792762,
+                            26.792762,
+                            32.792762
+                        ],
+                        "values": [
+                            [
+                                0.582121,
+                                1.289058,
+                                2.05473,
+                                2.839412,
+                                3.626941,
+                                4.418535
+                            ],
+                            [
+                                0.584886,
+                                1.289012,
+                                2.056304,
+                                2.832985,
+                                3.626075,
+                                4.4162
+                            ],
+                            [
+                                0.581696,
+                                1.288054,
+                                2.054302,
+                                2.839055,
+                                3.62727,
+                                4.418298
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "A&!IE&PDRV0&!PDRV1&SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b1",
+                    "timing_type": "three_state_enable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.792762,
+                            8.792762,
+                            14.792762,
+                            20.792762,
+                            26.792762,
+                            32.792762
+                        ],
+                        "values": [
+                            [
+                                1.778957,
+                                2.539556,
+                                3.030494,
+                                3.444338,
+                                3.82662,
+                                4.199863
+                            ],
+                            [
+                                1.77747,
+                                2.538539,
+                                3.028887,
+                                3.4435,
+                                3.827287,
+                                4.198641
+                            ],
+                            [
+                                1.756391,
+                                2.516571,
+                                3.007893,
+                                3.421214,
+                                3.805345,
+                                4.177193
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.792762,
+                            8.792762,
+                            14.792762,
+                            20.792762,
+                            26.792762,
+                            32.792762
+                        ],
+                        "values": [
+                            [
+                                1.038425,
+                                1.94424,
+                                2.643886,
+                                3.340763,
+                                4.050206,
+                                4.77995
+                            ],
+                            [
+                                1.039626,
+                                1.943574,
+                                2.648971,
+                                3.337893,
+                                4.054939,
+                                4.77575
+                            ],
+                            [
+                                1.036455,
+                                1.942738,
+                                2.650284,
+                                3.339568,
+                                4.052151,
+                                4.779348
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "A&!IE&PDRV0&PDRV1&!SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b0",
+                    "timing_type": "three_state_enable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.792762,
+                            8.792762,
+                            14.792762,
+                            20.792762,
+                            26.792762,
+                            32.792762
+                        ],
+                        "values": [
+                            [
+                                1.515284,
+                                1.760021,
+                                1.952089,
+                                2.136832,
+                                2.31873,
+                                2.501337
+                            ],
+                            [
+                                1.5272,
+                                1.772704,
+                                1.964179,
+                                2.14932,
+                                2.332271,
+                                2.51452
+                            ],
+                            [
+                                1.514718,
+                                1.76096,
+                                1.953213,
+                                2.138061,
+                                2.320162,
+                                2.50303
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.792762,
+                            8.792762,
+                            14.792762,
+                            20.792762,
+                            26.792762,
+                            32.792762
+                        ],
+                        "values": [
+                            [
+                                0.450356,
+                                0.759888,
+                                1.111542,
+                                1.484148,
+                                1.867564,
+                                2.255387
+                            ],
+                            [
+                                0.450002,
+                                0.761348,
+                                1.113025,
+                                1.483525,
+                                1.867014,
+                                2.253757
+                            ],
+                            [
+                                0.449319,
+                                0.762194,
+                                1.113519,
+                                1.486729,
+                                1.868861,
+                                2.256804
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "A&!IE&PDRV0&PDRV1&SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b1",
+                    "timing_type": "three_state_enable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.792762,
+                            8.792762,
+                            14.792762,
+                            20.792762,
+                            26.792762,
+                            32.792762
+                        ],
+                        "values": [
+                            [
+                                1.495397,
+                                2.020268,
+                                2.38862,
+                                2.672383,
+                                2.915433,
+                                3.135846
+                            ],
+                            [
+                                1.50912,
+                                2.033574,
+                                2.402425,
+                                2.685266,
+                                2.927683,
+                                3.148264
+                            ],
+                            [
+                                1.498173,
+                                2.022227,
+                                2.390381,
+                                2.674701,
+                                2.916596,
+                                3.134887
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.792762,
+                            8.792762,
+                            14.792762,
+                            20.792762,
+                            26.792762,
+                            32.792762
+                        ],
+                        "values": [
+                            [
+                                0.658268,
+                                1.32007,
+                                1.755935,
+                                2.128194,
+                                2.476001,
+                                2.824964
+                            ],
+                            [
+                                0.658495,
+                                1.319515,
+                                1.755129,
+                                2.125662,
+                                2.474088,
+                                2.823688
+                            ],
+                            [
+                                0.660019,
+                                1.31888,
+                                1.754278,
+                                2.124495,
+                                2.47558,
+                                2.820634
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "!A&!IE&!PDRV0&!PDRV1&!SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b0",
+                    "timing_type": "three_state_enable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.792762,
+                            8.792762,
+                            14.792762,
+                            20.792762,
+                            26.792762,
+                            32.792762
+                        ],
+                        "values": [
+                            [
+                                1.437922,
+                                2.137834,
+                                2.811032,
+                                3.485386,
+                                4.156886,
+                                4.82867
+                            ],
+                            [
+                                1.475953,
+                                2.175869,
+                                2.849358,
+                                3.523444,
+                                4.194784,
+                                4.866951
+                            ],
+                            [
+                                1.480398,
+                                2.180283,
+                                2.854691,
+                                3.52801,
+                                4.198766,
+                                4.871151
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.792762,
+                            8.792762,
+                            14.792762,
+                            20.792762,
+                            26.792762,
+                            32.792762
+                        ],
+                        "values": [
+                            [
+                                0.818929,
+                                2.097337,
+                                3.426546,
+                                4.765152,
+                                6.105862,
+                                7.44531
+                            ],
+                            [
+                                0.818999,
+                                2.098577,
+                                3.42612,
+                                4.765011,
+                                6.104178,
+                                7.450273
+                            ],
+                            [
+                                0.818024,
+                                2.10223,
+                                3.422834,
+                                4.764377,
+                                6.098168,
+                                7.453957
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "!A&!IE&!PDRV0&!PDRV1&SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b1",
+                    "timing_type": "three_state_enable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.792762,
+                            8.792762,
+                            14.792762,
+                            20.792762,
+                            26.792762,
+                            32.792762
+                        ],
+                        "values": [
+                            [
+                                1.591168,
+                                2.738052,
+                                3.64382,
+                                4.439701,
+                                5.176123,
+                                5.884543
+                            ],
+                            [
+                                1.629153,
+                                2.776125,
+                                3.682061,
+                                4.477592,
+                                5.214329,
+                                5.922469
+                            ],
+                            [
+                                1.633597,
+                                2.780968,
+                                3.685849,
+                                4.482503,
+                                5.217894,
+                                5.927173
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.792762,
+                            8.792762,
+                            14.792762,
+                            20.792762,
+                            26.792762,
+                            32.792762
+                        ],
+                        "values": [
+                            [
+                                1.280717,
+                                2.94857,
+                                4.31224,
+                                5.606406,
+                                6.889834,
+                                8.146811
+                            ],
+                            [
+                                1.280561,
+                                2.949663,
+                                4.310556,
+                                5.604239,
+                                6.88785,
+                                8.149768
+                            ],
+                            [
+                                1.28101,
+                                2.947989,
+                                4.317062,
+                                5.616775,
+                                6.885605,
+                                8.154755
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "!A&!IE&!PDRV0&PDRV1&!SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b0",
+                    "timing_type": "three_state_enable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.792762,
+                            8.792762,
+                            14.792762,
+                            20.792762,
+                            26.792762,
+                            32.792762
+                        ],
+                        "values": [
+                            [
+                                1.212169,
+                                1.519608,
+                                1.764924,
+                                1.996451,
+                                2.222825,
+                                2.447603
+                            ],
+                            [
+                                1.249772,
+                                1.55712,
+                                1.802432,
+                                2.033961,
+                                2.260302,
+                                2.485183
+                            ],
+                            [
+                                1.253974,
+                                1.561447,
+                                1.806748,
+                                2.038291,
+                                2.264413,
+                                2.490042
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.792762,
+                            8.792762,
+                            14.792762,
+                            20.792762,
+                            26.792762,
+                            32.792762
+                        ],
+                        "values": [
+                            [
+                                0.424548,
+                                0.847242,
+                                1.261884,
+                                1.686872,
+                                2.110528,
+                                2.546381
+                            ],
+                            [
+                                0.424479,
+                                0.846942,
+                                1.261625,
+                                1.686758,
+                                2.111177,
+                                2.54724
+                            ],
+                            [
+                                0.424858,
+                                0.846173,
+                                1.260071,
+                                1.685587,
+                                2.115661,
+                                2.552708
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "!A&!IE&!PDRV0&PDRV1&SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b1",
+                    "timing_type": "three_state_enable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.792762,
+                            8.792762,
+                            14.792762,
+                            20.792762,
+                            26.792762,
+                            32.792762
+                        ],
+                        "values": [
+                            [
+                                1.208695,
+                                1.66468,
+                                2.078127,
+                                2.454219,
+                                2.797281,
+                                3.113909
+                            ],
+                            [
+                                1.246165,
+                                1.702157,
+                                2.115622,
+                                2.491725,
+                                2.834768,
+                                3.15152
+                            ],
+                            [
+                                1.250362,
+                                1.705953,
+                                2.12041,
+                                2.495311,
+                                2.838307,
+                                3.157086
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.792762,
+                            8.792762,
+                            14.792762,
+                            20.792762,
+                            26.792762,
+                            32.792762
+                        ],
+                        "values": [
+                            [
+                                0.520225,
+                                1.277795,
+                                1.897323,
+                                2.441842,
+                                2.941089,
+                                3.410332
+                            ],
+                            [
+                                0.520038,
+                                1.277311,
+                                1.896939,
+                                2.442309,
+                                2.941163,
+                                3.410307
+                            ],
+                            [
+                                0.51903,
+                                1.278793,
+                                1.900413,
+                                2.441016,
+                                2.938896,
+                                3.409385
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "!A&!IE&PDRV0&!PDRV1&!SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b0",
+                    "timing_type": "three_state_enable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.792762,
+                            8.792762,
+                            14.792762,
+                            20.792762,
+                            26.792762,
+                            32.792762
+                        ],
+                        "values": [
+                            [
+                                1.220086,
+                                1.616039,
+                                1.962684,
+                                2.301117,
+                                2.638324,
+                                2.97507
+                            ],
+                            [
+                                1.257982,
+                                1.653772,
+                                2.000408,
+                                2.339125,
+                                2.674438,
+                                3.010452
+                            ],
+                            [
+                                1.262572,
+                                1.658441,
+                                2.004632,
+                                2.342309,
+                                2.680881,
+                                3.017495
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.792762,
+                            8.792762,
+                            14.792762,
+                            20.792762,
+                            26.792762,
+                            32.792762
+                        ],
+                        "values": [
+                            [
+                                0.522796,
+                                1.144239,
+                                1.780401,
+                                2.436213,
+                                3.09999,
+                                3.765078
+                            ],
+                            [
+                                0.52362,
+                                1.139941,
+                                1.781323,
+                                2.436824,
+                                3.100025,
+                                3.764433
+                            ],
+                            [
+                                0.523113,
+                                1.141602,
+                                1.783461,
+                                2.43136,
+                                3.090697,
+                                3.754113
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "!A&!IE&PDRV0&!PDRV1&SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b1",
+                    "timing_type": "three_state_enable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.792762,
+                            8.792762,
+                            14.792762,
+                            20.792762,
+                            26.792762,
+                            32.792762
+                        ],
+                        "values": [
+                            [
+                                1.240371,
+                                1.899578,
+                                2.467201,
+                                2.962937,
+                                3.410203,
+                                3.827904
+                            ],
+                            [
+                                1.27828,
+                                1.937376,
+                                2.505925,
+                                3.002359,
+                                3.449443,
+                                3.864566
+                            ],
+                            [
+                                1.282348,
+                                1.942148,
+                                2.510594,
+                                3.006462,
+                                3.45442,
+                                3.868871
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.792762,
+                            8.792762,
+                            14.792762,
+                            20.792762,
+                            26.792762,
+                            32.792762
+                        ],
+                        "values": [
+                            [
+                                0.721572,
+                                1.762549,
+                                2.576559,
+                                3.297031,
+                                3.976946,
+                                4.627828
+                            ],
+                            [
+                                0.721477,
+                                1.761628,
+                                2.575309,
+                                3.295568,
+                                3.977132,
+                                4.6338
+                            ],
+                            [
+                                0.721854,
+                                1.763611,
+                                2.575822,
+                                3.296163,
+                                3.977338,
+                                4.632722
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "!A&!IE&PDRV0&PDRV1&!SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b0",
+                    "timing_type": "three_state_enable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.792762,
+                            8.792762,
+                            14.792762,
+                            20.792762,
+                            26.792762,
+                            32.792762
+                        ],
+                        "values": [
+                            [
+                                1.131285,
+                                1.395447,
+                                1.592348,
+                                1.772505,
+                                1.946347,
+                                2.117429
+                            ],
+                            [
+                                1.168936,
+                                1.433112,
+                                1.629981,
+                                1.81013,
+                                1.983982,
+                                2.155056
+                            ],
+                            [
+                                1.173166,
+                                1.43733,
+                                1.63407,
+                                1.814132,
+                                1.988234,
+                                2.158993
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.792762,
+                            8.792762,
+                            14.792762,
+                            20.792762,
+                            26.792762,
+                            32.792762
+                        ],
+                        "values": [
+                            [
+                                0.372263,
+                                0.699199,
+                                1.007672,
+                                1.319584,
+                                1.636334,
+                                1.95642
+                            ],
+                            [
+                                0.372264,
+                                0.699337,
+                                1.007722,
+                                1.319474,
+                                1.636211,
+                                1.956282
+                            ],
+                            [
+                                0.37222,
+                                0.699694,
+                                1.006782,
+                                1.317871,
+                                1.633673,
+                                1.957372
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "!A&!IE&PDRV0&PDRV1&SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b1",
+                    "timing_type": "three_state_enable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.792762,
+                            8.792762,
+                            14.792762,
+                            20.792762,
+                            26.792762,
+                            32.792762
+                        ],
+                        "values": [
+                            [
+                                1.121015,
+                                1.475078,
+                                1.799855,
+                                2.102365,
+                                2.38276,
+                                2.644784
+                            ],
+                            [
+                                1.158658,
+                                1.512554,
+                                1.837568,
+                                2.140026,
+                                2.420544,
+                                2.682376
+                            ],
+                            [
+                                1.162496,
+                                1.516681,
+                                1.841562,
+                                2.144101,
+                                2.42456,
+                                2.686537
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.792762,
+                            8.792762,
+                            14.792762,
+                            20.792762,
+                            26.792762,
+                            32.792762
+                        ],
+                        "values": [
+                            [
+                                0.423521,
+                                1.016901,
+                                1.523954,
+                                1.964149,
+                                2.369595,
+                                2.751042
+                            ],
+                            [
+                                0.422138,
+                                1.014815,
+                                1.522804,
+                                1.966786,
+                                2.37189,
+                                2.749749
+                            ],
+                            [
+                                0.422062,
+                                1.016182,
+                                1.523535,
+                                1.965292,
+                                2.370799,
+                                2.75073
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "!A&!IE&!PDRV0&!PDRV1&!SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b0",
+                    "timing_type": "three_state_disable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.792762,
+                            8.792762,
+                            14.792762,
+                            20.792762,
+                            26.792762,
+                            32.792762
+                        ],
+                        "values": [
+                            [
+                                0.848657,
+                                0.848658,
+                                0.848659,
+                                0.84866,
+                                0.848661,
+                                0.848662
+                            ],
+                            [
+                                0.984285,
+                                0.984286,
+                                0.984287,
+                                0.984288,
+                                0.984289,
+                                0.98429
+                            ],
+                            [
+                                1.138123,
+                                1.138124,
+                                1.138125,
+                                1.138126,
+                                1.138127,
+                                1.138128
+                            ]
+                        ]
+                    },
+                    "rise_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "!A&!IE&!PDRV0&!PDRV1&SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b1",
+                    "timing_type": "three_state_disable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.792762,
+                            8.792762,
+                            14.792762,
+                            20.792762,
+                            26.792762,
+                            32.792762
+                        ],
+                        "values": [
+                            [
+                                0.837937,
+                                0.837938,
+                                0.837939,
+                                0.83794,
+                                0.837941,
+                                0.837942
+                            ],
+                            [
+                                0.972352,
+                                0.972353,
+                                0.972354,
+                                0.972355,
+                                0.972356,
+                                0.972357
+                            ],
+                            [
+                                1.127901,
+                                1.127902,
+                                1.127903,
+                                1.127904,
+                                1.127905,
+                                1.127906
+                            ]
+                        ]
+                    },
+                    "rise_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "!A&!IE&!PDRV0&PDRV1&!SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b0",
+                    "timing_type": "three_state_disable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.792762,
+                            8.792762,
+                            14.792762,
+                            20.792762,
+                            26.792762,
+                            32.792762
+                        ],
+                        "values": [
+                            [
+                                0.937686,
+                                0.937687,
+                                0.937688,
+                                0.937689,
+                                0.93769,
+                                0.937691
+                            ],
+                            [
+                                1.073522,
+                                1.073523,
+                                1.073524,
+                                1.073525,
+                                1.073526,
+                                1.073527
+                            ],
+                            [
+                                1.227572,
+                                1.227573,
+                                1.227574,
+                                1.227575,
+                                1.227576,
+                                1.227577
+                            ]
+                        ]
+                    },
+                    "rise_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "!A&!IE&!PDRV0&PDRV1&SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b1",
+                    "timing_type": "three_state_disable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.792762,
+                            8.792762,
+                            14.792762,
+                            20.792762,
+                            26.792762,
+                            32.792762
+                        ],
+                        "values": [
+                            [
+                                0.926629,
+                                0.92663,
+                                0.926631,
+                                0.926632,
+                                0.926633,
+                                0.926634
+                            ],
+                            [
+                                1.062046,
+                                1.062047,
+                                1.062048,
+                                1.062049,
+                                1.06205,
+                                1.062051
+                            ],
+                            [
+                                1.215981,
+                                1.215982,
+                                1.215983,
+                                1.215984,
+                                1.215985,
+                                1.215986
+                            ]
+                        ]
+                    },
+                    "rise_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "!A&!IE&PDRV0&!PDRV1&!SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b0",
+                    "timing_type": "three_state_disable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.792762,
+                            8.792762,
+                            14.792762,
+                            20.792762,
+                            26.792762,
+                            32.792762
+                        ],
+                        "values": [
+                            [
+                                0.842294,
+                                0.842295,
+                                0.842296,
+                                0.842297,
+                                0.842298,
+                                0.842299
+                            ],
+                            [
+                                0.977807,
+                                0.977808,
+                                0.977809,
+                                0.97781,
+                                0.977811,
+                                0.977812
+                            ],
+                            [
+                                1.133348,
+                                1.133349,
+                                1.13335,
+                                1.133351,
+                                1.133352,
+                                1.133353
+                            ]
+                        ]
+                    },
+                    "rise_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "!A&!IE&PDRV0&!PDRV1&SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b1",
+                    "timing_type": "three_state_disable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.792762,
+                            8.792762,
+                            14.792762,
+                            20.792762,
+                            26.792762,
+                            32.792762
+                        ],
+                        "values": [
+                            [
+                                0.832097,
+                                0.832098,
+                                0.832099,
+                                0.8321,
+                                0.832101,
+                                0.832102
+                            ],
+                            [
+                                0.96788,
+                                0.967881,
+                                0.967882,
+                                0.967883,
+                                0.967884,
+                                0.967885
+                            ],
+                            [
+                                1.122435,
+                                1.122436,
+                                1.122437,
+                                1.122438,
+                                1.122439,
+                                1.12244
+                            ]
+                        ]
+                    },
+                    "rise_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "!A&!IE&PDRV0&PDRV1&!SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b0",
+                    "timing_type": "three_state_disable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.792762,
+                            8.792762,
+                            14.792762,
+                            20.792762,
+                            26.792762,
+                            32.792762
+                        ],
+                        "values": [
+                            [
+                                0.922485,
+                                0.922486,
+                                0.922487,
+                                0.922488,
+                                0.922489,
+                                0.92249
+                            ],
+                            [
+                                1.057105,
+                                1.057106,
+                                1.057107,
+                                1.057108,
+                                1.057109,
+                                1.05711
+                            ],
+                            [
+                                1.211986,
+                                1.211987,
+                                1.211988,
+                                1.211989,
+                                1.21199,
+                                1.211991
+                            ]
+                        ]
+                    },
+                    "rise_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "!A&!IE&PDRV0&PDRV1&SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b1",
+                    "timing_type": "three_state_disable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.792762,
+                            8.792762,
+                            14.792762,
+                            20.792762,
+                            26.792762,
+                            32.792762
+                        ],
+                        "values": [
+                            [
+                                0.911684,
+                                0.911685,
+                                0.911686,
+                                0.911687,
+                                0.911688,
+                                0.911689
+                            ],
+                            [
+                                1.046523,
+                                1.046524,
+                                1.046525,
+                                1.046526,
+                                1.046527,
+                                1.046528
+                            ],
+                            [
+                                1.200326,
+                                1.200327,
+                                1.200328,
+                                1.200329,
+                                1.20033,
+                                1.200331
+                            ]
+                        ]
+                    },
+                    "rise_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "A&!IE&!PDRV0&!PDRV1&!SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b0",
+                    "timing_type": "three_state_disable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.792762,
+                            8.792762,
+                            14.792762,
+                            20.792762,
+                            26.792762,
+                            32.792762
+                        ],
+                        "values": [
+                            [
+                                0.983716,
+                                0.983717,
+                                0.983718,
+                                0.983719,
+                                0.98372,
+                                0.983721
+                            ],
+                            [
+                                1.123871,
+                                1.123872,
+                                1.123873,
+                                1.123874,
+                                1.123875,
+                                1.123876
+                            ],
+                            [
+                                1.285175,
+                                1.285176,
+                                1.285177,
+                                1.285178,
+                                1.285179,
+                                1.28518
+                            ]
+                        ]
+                    },
+                    "fall_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "A&!IE&!PDRV0&!PDRV1&SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b1",
+                    "timing_type": "three_state_disable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.792762,
+                            8.792762,
+                            14.792762,
+                            20.792762,
+                            26.792762,
+                            32.792762
+                        ],
+                        "values": [
+                            [
+                                0.984024,
+                                0.984025,
+                                0.984026,
+                                0.984027,
+                                0.984028,
+                                0.984029
+                            ],
+                            [
+                                1.120923,
+                                1.120924,
+                                1.120925,
+                                1.120926,
+                                1.120927,
+                                1.120928
+                            ],
+                            [
+                                1.283024,
+                                1.283025,
+                                1.283026,
+                                1.283027,
+                                1.283028,
+                                1.283029
+                            ]
+                        ]
+                    },
+                    "fall_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "A&!IE&!PDRV0&PDRV1&!SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b0",
+                    "timing_type": "three_state_disable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.792762,
+                            8.792762,
+                            14.792762,
+                            20.792762,
+                            26.792762,
+                            32.792762
+                        ],
+                        "values": [
+                            [
+                                1.111846,
+                                1.111847,
+                                1.111848,
+                                1.111849,
+                                1.11185,
+                                1.111851
+                            ],
+                            [
+                                1.252124,
+                                1.253044,
+                                1.253045,
+                                1.253046,
+                                1.253047,
+                                1.253048
+                            ],
+                            [
+                                1.415319,
+                                1.41532,
+                                1.415321,
+                                1.415322,
+                                1.415323,
+                                1.415324
+                            ]
+                        ]
+                    },
+                    "fall_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "A&!IE&!PDRV0&PDRV1&SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b1",
+                    "timing_type": "three_state_disable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.792762,
+                            8.792762,
+                            14.792762,
+                            20.792762,
+                            26.792762,
+                            32.792762
+                        ],
+                        "values": [
+                            [
+                                1.110589,
+                                1.11059,
+                                1.110591,
+                                1.110592,
+                                1.110593,
+                                1.110594
+                            ],
+                            [
+                                1.248455,
+                                1.248456,
+                                1.248457,
+                                1.248458,
+                                1.248459,
+                                1.24846
+                            ],
+                            [
+                                1.412762,
+                                1.412763,
+                                1.412764,
+                                1.412765,
+                                1.412766,
+                                1.412767
+                            ]
+                        ]
+                    },
+                    "fall_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "A&!IE&PDRV0&!PDRV1&!SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b0",
+                    "timing_type": "three_state_disable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.792762,
+                            8.792762,
+                            14.792762,
+                            20.792762,
+                            26.792762,
+                            32.792762
+                        ],
+                        "values": [
+                            [
+                                0.975213,
+                                0.975214,
+                                0.975215,
+                                0.975216,
+                                0.975217,
+                                0.975218
+                            ],
+                            [
+                                1.113946,
+                                1.113947,
+                                1.113948,
+                                1.113949,
+                                1.11395,
+                                1.113951
+                            ],
+                            [
+                                1.276747,
+                                1.276748,
+                                1.276749,
+                                1.27675,
+                                1.276751,
+                                1.276752
+                            ]
+                        ]
+                    },
+                    "fall_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "A&!IE&PDRV0&!PDRV1&SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b1",
+                    "timing_type": "three_state_disable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.792762,
+                            8.792762,
+                            14.792762,
+                            20.792762,
+                            26.792762,
+                            32.792762
+                        ],
+                        "values": [
+                            [
+                                0.975901,
+                                0.975902,
+                                0.975903,
+                                0.975904,
+                                0.975905,
+                                0.975906
+                            ],
+                            [
+                                1.112897,
+                                1.112898,
+                                1.112899,
+                                1.1129,
+                                1.112901,
+                                1.112902
+                            ],
+                            [
+                                1.274498,
+                                1.274499,
+                                1.2745,
+                                1.274501,
+                                1.274502,
+                                1.274503
+                            ]
+                        ]
+                    },
+                    "fall_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "A&!IE&PDRV0&PDRV1&!SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b0",
+                    "timing_type": "three_state_disable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.792762,
+                            8.792762,
+                            14.792762,
+                            20.792762,
+                            26.792762,
+                            32.792762
+                        ],
+                        "values": [
+                            [
+                                1.099409,
+                                1.09941,
+                                1.099411,
+                                1.099412,
+                                1.099413,
+                                1.099414
+                            ],
+                            [
+                                1.238427,
+                                1.238428,
+                                1.238429,
+                                1.23843,
+                                1.238431,
+                                1.238432
+                            ],
+                            [
+                                1.401239,
+                                1.401532,
+                                1.401533,
+                                1.401534,
+                                1.401535,
+                                1.401536
+                            ]
+                        ]
+                    },
+                    "fall_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "A&!IE&PDRV0&PDRV1&SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b1",
+                    "timing_type": "three_state_disable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.792762,
+                            8.792762,
+                            14.792762,
+                            20.792762,
+                            26.792762,
+                            32.792762
+                        ],
+                        "values": [
+                            [
+                                1.096612,
+                                1.096613,
+                                1.096614,
+                                1.096615,
+                                1.096616,
+                                1.096617
+                            ],
+                            [
+                                1.236061,
+                                1.236062,
+                                1.236063,
+                                1.236064,
+                                1.236065,
+                                1.236066
+                            ],
+                            [
+                                1.396875,
+                                1.396876,
+                                1.396877,
+                                1.396878,
+                                1.396879,
+                                1.39688
+                            ]
+                        ]
+                    },
+                    "fall_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                }
+            ]
+        },
+        "pin Y": {
+            "function": "((IE*PAD))",
+            "direction": "output",
+            "max_capacitance": "0.500000",
+            "output_signal_level": "VDD",
+            "internal_power ": [
+                {
+                    "related_pin": "IE",
+                    "when": "!CS&!OE&PAD",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                6.109339,
+                                6.059861,
+                                5.842627,
+                                5.593371,
+                                5.442676,
+                                5.352407
+                            ],
+                            [
+                                5.491071,
+                                5.391285,
+                                5.31816,
+                                4.805591,
+                                4.822829,
+                                4.710052
+                            ],
+                            [
+                                5.50374,
+                                5.32317,
+                                5.161135,
+                                4.777344,
+                                4.872251,
+                                4.700257
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                6.813364,
+                                6.860455,
+                                6.846198,
+                                6.937913,
+                                6.904478,
+                                7.330005
+                            ],
+                            [
+                                6.301479,
+                                6.216226,
+                                6.350072,
+                                6.325612,
+                                6.137564,
+                                6.544885
+                            ],
+                            [
+                                6.424792,
+                                6.462999,
+                                6.569856,
+                                6.532354,
+                                6.111083,
+                                6.908238
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "IE",
+                    "when": "CS&!OE&PAD",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                6.916368,
+                                6.727059,
+                                6.552333,
+                                6.363543,
+                                6.311691,
+                                6.105343
+                            ],
+                            [
+                                6.292374,
+                                6.07674,
+                                5.896362,
+                                5.761737,
+                                5.562643,
+                                5.512791
+                            ],
+                            [
+                                6.264628,
+                                6.057656,
+                                5.88587,
+                                5.829748,
+                                5.602457,
+                                5.459346
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                7.187263,
+                                7.346697,
+                                7.277518,
+                                7.825126,
+                                7.955497,
+                                7.907861
+                            ],
+                            [
+                                6.760487,
+                                6.879449,
+                                6.730058,
+                                7.368488,
+                                7.436784,
+                                7.325174
+                            ],
+                            [
+                                6.700503,
+                                6.888438,
+                                6.764119,
+                                7.297966,
+                                7.204749,
+                                7.188696
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "PAD",
+                    "when": "!CS&IE&!OE",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                4.50406,
+                                4.29872,
+                                4.12002,
+                                3.78128,
+                                3.69296,
+                                3.60105
+                            ],
+                            [
+                                5.05398,
+                                4.81554,
+                                4.62593,
+                                4.30466,
+                                4.21242,
+                                4.08212
+                            ],
+                            [
+                                5.15483,
+                                4.90861,
+                                4.68303,
+                                4.3475,
+                                4.1986,
+                                4.1201
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                4.4365,
+                                4.42644,
+                                4.51481,
+                                4.68896,
+                                4.73871,
+                                4.77752
+                            ],
+                            [
+                                4.24226,
+                                4.2299,
+                                4.31136,
+                                4.48799,
+                                4.53312,
+                                4.57496
+                            ],
+                            [
+                                3.89845,
+                                3.88867,
+                                3.96957,
+                                4.14527,
+                                4.20375,
+                                4.23164
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "PAD",
+                    "when": "CS&IE&!OE",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                4.79858,
+                                4.58722,
+                                4.40746,
+                                4.07253,
+                                3.98344,
+                                3.89117
+                            ],
+                            [
+                                6.25551,
+                                6.04671,
+                                5.85977,
+                                5.55752,
+                                5.46664,
+                                5.36538
+                            ],
+                            [
+                                6.51181,
+                                6.32275,
+                                6.14255,
+                                5.82877,
+                                5.69304,
+                                5.61306
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                6.16302,
+                                6.18804,
+                                6.35803,
+                                6.81209,
+                                6.95431,
+                                7.06832
+                            ],
+                            [
+                                5.29328,
+                                5.31506,
+                                5.48654,
+                                5.94218,
+                                6.0879,
+                                6.19538
+                            ],
+                            [
+                                6.10821,
+                                6.15245,
+                                6.3304,
+                                6.78211,
+                                6.93117,
+                                7.03931
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "IE",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                6.512854,
+                                6.39346,
+                                6.19748,
+                                5.978457,
+                                5.877183,
+                                5.728875
+                            ],
+                            [
+                                5.891723,
+                                5.734013,
+                                5.607261,
+                                5.283664,
+                                5.192736,
+                                5.111422
+                            ],
+                            [
+                                5.884184,
+                                5.690413,
+                                5.523502,
+                                5.303546,
+                                5.237354,
+                                5.079802
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                7.000313,
+                                7.103576,
+                                7.061858,
+                                7.381519,
+                                7.429988,
+                                7.618933
+                            ],
+                            [
+                                6.530983,
+                                6.547837,
+                                6.540065,
+                                6.84705,
+                                6.787174,
+                                6.935029
+                            ],
+                            [
+                                6.562648,
+                                6.675719,
+                                6.666987,
+                                6.91516,
+                                6.657916,
+                                7.048467
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "PAD",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                4.65132,
+                                4.44297,
+                                4.26374,
+                                3.926905,
+                                3.8382,
+                                3.74611
+                            ],
+                            [
+                                5.654745,
+                                5.431125,
+                                5.24285,
+                                4.93109,
+                                4.83953,
+                                4.72375
+                            ],
+                            [
+                                5.83332,
+                                5.61568,
+                                5.41279,
+                                5.088135,
+                                4.94582,
+                                4.86658
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                5.29976,
+                                5.30724,
+                                5.43642,
+                                5.750525,
+                                5.84651,
+                                5.92292
+                            ],
+                            [
+                                4.76777,
+                                4.77248,
+                                4.89895,
+                                5.215085,
+                                5.31051,
+                                5.38517
+                            ],
+                            [
+                                5.00333,
+                                5.02056,
+                                5.149985,
+                                5.46369,
+                                5.56746,
+                                5.635475
+                            ]
+                        ]
+                    }
+                }
+            ],
+            "timing ": [
+                {
+                    "related_pin": "IE",
+                    "timing_type": "combinational",
+                    "timing_sense": "positive_unate",
+                    "when": "!CS&!OE&PAD",
+                    "sdf_cond": "CS==1'b0&&OE==1'b0&&PAD==1'b1",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                1.28036,
+                                1.320841,
+                                1.369655,
+                                1.510508,
+                                1.577739,
+                                1.644866
+                            ],
+                            [
+                                1.342749,
+                                1.38407,
+                                1.432552,
+                                1.573154,
+                                1.640437,
+                                1.707632
+                            ],
+                            [
+                                1.375644,
+                                1.416388,
+                                1.465555,
+                                1.605861,
+                                1.673329,
+                                1.74066
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.192767,
+                                0.231394,
+                                0.306681,
+                                0.570411,
+                                0.707546,
+                                0.846645
+                            ],
+                            [
+                                0.186621,
+                                0.235339,
+                                0.305651,
+                                0.569058,
+                                0.708313,
+                                0.847464
+                            ],
+                            [
+                                0.186263,
+                                0.233795,
+                                0.305417,
+                                0.570663,
+                                0.706836,
+                                0.848767
+                            ]
+                        ]
+                    },
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                1.013558,
+                                1.04997,
+                                1.095061,
+                                1.224222,
+                                1.284254,
+                                1.344
+                            ],
+                            [
+                                1.139792,
+                                1.176276,
+                                1.221319,
+                                1.350149,
+                                1.410612,
+                                1.470285
+                            ],
+                            [
+                                1.271725,
+                                1.308218,
+                                1.353344,
+                                1.482256,
+                                1.54261,
+                                1.602306
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.090693,
+                                0.137304,
+                                0.203767,
+                                0.419026,
+                                0.529768,
+                                0.640464
+                            ],
+                            [
+                                0.089941,
+                                0.138383,
+                                0.203166,
+                                0.419529,
+                                0.528641,
+                                0.640105
+                            ],
+                            [
+                                0.090303,
+                                0.138495,
+                                0.203357,
+                                0.418606,
+                                0.529366,
+                                0.638023
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "IE",
+                    "timing_type": "combinational",
+                    "timing_sense": "positive_unate",
+                    "when": "CS&!OE&PAD",
+                    "sdf_cond": "CS==1'b1&&OE==1'b0&&PAD==1'b1",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                1.348904,
+                                1.390474,
+                                1.43865,
+                                1.579483,
+                                1.646713,
+                                1.713847
+                            ],
+                            [
+                                1.412626,
+                                1.453009,
+                                1.501774,
+                                1.642621,
+                                1.709864,
+                                1.776981
+                            ],
+                            [
+                                1.445274,
+                                1.485716,
+                                1.534446,
+                                1.675427,
+                                1.742703,
+                                1.809868
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.187671,
+                                0.233986,
+                                0.306345,
+                                0.570158,
+                                0.708063,
+                                0.847009
+                            ],
+                            [
+                                0.191557,
+                                0.231241,
+                                0.306311,
+                                0.569978,
+                                0.706801,
+                                0.847687
+                            ],
+                            [
+                                0.190703,
+                                0.230842,
+                                0.305908,
+                                0.570008,
+                                0.707045,
+                                0.846846
+                            ]
+                        ]
+                    },
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                1.056115,
+                                1.092618,
+                                1.137521,
+                                1.266311,
+                                1.326739,
+                                1.386471
+                            ],
+                            [
+                                1.182231,
+                                1.218658,
+                                1.263594,
+                                1.392407,
+                                1.452813,
+                                1.512558
+                            ],
+                            [
+                                1.313942,
+                                1.350413,
+                                1.395487,
+                                1.524403,
+                                1.584669,
+                                1.644451
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.090762,
+                                0.138393,
+                                0.203632,
+                                0.419805,
+                                0.529031,
+                                0.639248
+                            ],
+                            [
+                                0.090618,
+                                0.138599,
+                                0.203744,
+                                0.419844,
+                                0.529191,
+                                0.639121
+                            ],
+                            [
+                                0.09072,
+                                0.137989,
+                                0.204151,
+                                0.419934,
+                                0.529984,
+                                0.640335
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "PAD",
+                    "timing_type": "combinational",
+                    "timing_sense": "positive_unate",
+                    "when": "!CS&IE&!OE",
+                    "sdf_cond": "CS==1'b0&&IE==1'b1&&OE==1'b0",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.922463,
+                                0.962824,
+                                1.011537,
+                                1.151937,
+                                1.219526,
+                                1.286807
+                            ],
+                            [
+                                0.954324,
+                                0.994666,
+                                1.043166,
+                                1.184135,
+                                1.252124,
+                                1.319329
+                            ],
+                            [
+                                0.920495,
+                                0.961289,
+                                1.009721,
+                                1.149373,
+                                1.217384,
+                                1.285063
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.18604,
+                                0.230336,
+                                0.303998,
+                                0.567746,
+                                0.706603,
+                                0.848253
+                            ],
+                            [
+                                0.185994,
+                                0.231009,
+                                0.302995,
+                                0.569785,
+                                0.708058,
+                                0.848307
+                            ],
+                            [
+                                0.186629,
+                                0.230203,
+                                0.303489,
+                                0.568568,
+                                0.705682,
+                                0.848202
+                            ]
+                        ]
+                    },
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.739347,
+                                0.775764,
+                                0.820979,
+                                0.949968,
+                                1.010239,
+                                1.069758
+                            ],
+                            [
+                                0.861272,
+                                0.897408,
+                                0.942559,
+                                1.071579,
+                                1.131722,
+                                1.191321
+                            ],
+                            [
+                                1.078715,
+                                1.114939,
+                                1.159813,
+                                1.288678,
+                                1.349038,
+                                1.408718
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.090185,
+                                0.137987,
+                                0.203058,
+                                0.419912,
+                                0.528681,
+                                0.638192
+                            ],
+                            [
+                                0.09045,
+                                0.137979,
+                                0.203784,
+                                0.421455,
+                                0.530979,
+                                0.63935
+                            ],
+                            [
+                                0.091091,
+                                0.138033,
+                                0.20298,
+                                0.418433,
+                                0.528129,
+                                0.638989
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "PAD",
+                    "timing_type": "combinational",
+                    "timing_sense": "positive_unate",
+                    "when": "CS&IE&!OE",
+                    "sdf_cond": "CS==1'b1&&IE==1'b1&&OE==1'b0",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                1.015615,
+                                1.055895,
+                                1.104349,
+                                1.245112,
+                                1.312483,
+                                1.379737
+                            ],
+                            [
+                                1.093602,
+                                1.134039,
+                                1.182577,
+                                1.323773,
+                                1.39137,
+                                1.458724
+                            ],
+                            [
+                                1.117669,
+                                1.158301,
+                                1.206655,
+                                1.347376,
+                                1.41465,
+                                1.482065
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.186658,
+                                0.230393,
+                                0.303314,
+                                0.568259,
+                                0.706387,
+                                0.844778
+                            ],
+                            [
+                                0.186345,
+                                0.230094,
+                                0.30314,
+                                0.570372,
+                                0.708001,
+                                0.848974
+                            ],
+                            [
+                                0.186412,
+                                0.230177,
+                                0.304279,
+                                0.569776,
+                                0.709453,
+                                0.847131
+                            ]
+                        ]
+                    },
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                1.115249,
+                                1.151672,
+                                1.196244,
+                                1.325056,
+                                1.385435,
+                                1.444922
+                            ],
+                            [
+                                1.194591,
+                                1.230928,
+                                1.275437,
+                                1.403888,
+                                1.46461,
+                                1.524181
+                            ],
+                            [
+                                1.434082,
+                                1.470238,
+                                1.51493,
+                                1.643462,
+                                1.703922,
+                                1.763386
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.093095,
+                                0.140326,
+                                0.204871,
+                                0.420994,
+                                0.529809,
+                                0.638971
+                            ],
+                            [
+                                0.092296,
+                                0.13965,
+                                0.205198,
+                                0.421035,
+                                0.530554,
+                                0.639508
+                            ],
+                            [
+                                0.092263,
+                                0.139565,
+                                0.205918,
+                                0.419642,
+                                0.530513,
+                                0.640065
+                            ]
+                        ]
+                    }
+                }
+            ]
+        },
+        "pin DVDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin DVSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        }
+    }
+}
\ No newline at end of file
diff --git a/cells/bi_t/gf180mcu_fd_io__bi_t__ff_n40C_2v75.lib b/cells/bi_t/gf180mcu_fd_io__bi_t__ff_n40C_2v75.lib
new file mode 100644
index 0000000..1ff52cb
--- /dev/null
+++ b/cells/bi_t/gf180mcu_fd_io__bi_t__ff_n40C_2v75.lib
@@ -0,0 +1,1841 @@
+/*
+ * Copyright 2022 GlobalFoundries PDK Authors
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+	cell ("gf180mcu_fd_io__bi_t") {
+		scaling_factors : "gf_factors";
+		area : 26250.000000;
+		pad_cell : true;
+		dont_use : true;
+		dont_touch : true;
+		cell_leakage_power : 1.385110e-03;
+		leakage_power () {
+			when : "!PDRV0 !PDRV1 !CS !SL !IE !OE !PU !PD !A !PAD";
+			value : "0.001385";
+		}
+		pin ("CS") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.023230;
+			rise_capacitance_range(0.021881,0.024012);
+			capacitance : 0.022819;
+			fall_capacitance : 0.022408;
+			fall_capacitance_range(0.021859,0.023339);
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("0.218824, 0.764784, 0.776591");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("0.312309, 0.711312, 0.711243");
+				}
+			}
+		}
+		pin ("SL") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.031826;
+			rise_capacitance_range(0.030335,0.032711);
+			capacitance : 0.031466;
+			fall_capacitance : 0.031105;
+			fall_capacitance_range(0.030470,0.032353);
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("0.186136, 0.973298, 0.971560");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("0.341927, 1.089250, 1.091698");
+				}
+			}
+		}
+		pin ("IE") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.014576;
+			rise_capacitance_range(0.013332,0.015363);
+			capacitance : 0.014157;
+			fall_capacitance : 0.013737;
+			fall_capacitance_range(0.013127,0.014587);
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("0.255169, 0.487362, 0.500066");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("0.248753, 0.436295, 0.460449");
+				}
+			}
+		}
+		pin ("OE") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.086926;
+			rise_capacitance_range(0.079824,0.096298);
+			capacitance : 0.086552;
+			fall_capacitance : 0.084665;
+			fall_capacitance_range(0.080272,0.090345);
+		}
+		pin ("PU") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.079676;
+			rise_capacitance_range(0.064312,0.091825);
+			capacitance : 0.080200;
+			fall_capacitance : 0.080723;
+			fall_capacitance_range(0.061446,0.096873);
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("-0.168159, 0.117143, 0.122743");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("0.637833, 0.993663, 1.086161");
+				}
+			}
+		}
+		pin ("PD") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.047824;
+			rise_capacitance_range(0.046550,0.048765);
+			capacitance : 0.049187;
+			fall_capacitance : 0.050549;
+			fall_capacitance_range(0.048701,0.051776);
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("0.025318, 0.559589, 0.520578");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("0.572313, 0.880183, 0.898424");
+				}
+			}
+		}
+		pin ("A") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.036903;
+			rise_capacitance_range(0.034999,0.038248);
+			capacitance : 0.036909;
+			fall_capacitance : 0.036914;
+			fall_capacitance_range(0.035861,0.038095);
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("-0.088940, -0.088168, -0.085537");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("0.101362, 0.100781, 0.098860");
+				}
+			}
+		}
+		pin ("PDRV0") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.030472;
+			rise_capacitance_range(0.030012,0.030897);
+			capacitance : 0.030076;
+			fall_capacitance : 0.029681;
+			fall_capacitance_range(0.029330,0.030108);
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("-0.073625, -0.074067, -0.072265");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("0.073462, 0.072327, 0.072700");
+				}
+			}
+		}
+		pin ("PDRV1") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.032557;
+			rise_capacitance_range(0.032050,0.033018);
+			capacitance : 0.032150;
+			fall_capacitance : 0.031743;
+			fall_capacitance_range(0.031400,0.032194);
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("-0.086327, -0.087143, -0.085219");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("0.086036, 0.085141, 0.085704");
+				}
+			}
+		}
+		pin ("PAD") {
+			drive_current : 16000.000000;
+			is_pad : true;
+			function : "((A))";
+			three_state : "((!OE))";
+			direction : "inout";
+			max_transition : 1.000000;
+			max_capacitance : 30.000000;
+			input_signal_level : "DVDD";
+			output_signal_level : "DVDD";
+			capacitance : 2.957754;
+			internal_power () {
+				related_pin : "A";
+				when : "!IE&OE&!PDRV0&!PDRV1&!SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("16.765210, 16.612860, 16.300810, 15.700260, 14.943500, 14.602460", \
+					  "16.617048, 16.876058, 16.200168, 15.765768, 14.939648, 14.449968", \
+					  "16.770037, 16.523337, 16.183657, 15.716647, 15.245077, 15.008617");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("18.477808, 18.661108, 18.707028, 18.745528, 18.748748, 18.758338", \
+					  "18.408289, 18.751499, 18.736049, 18.754819, 18.777389, 18.800839", \
+					  "18.487390, 18.713600, 18.908910, 18.741160, 18.815000, 18.900810");
+				}
+			}
+			internal_power () {
+				related_pin : "A";
+				when : "!IE&OE&!PDRV0&!PDRV1&SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("16.641530, 16.454290, 16.104410, 15.491920, 15.228190, 14.531440", \
+					  "16.624938, 16.486568, 16.172408, 15.687188, 15.316318, 14.844588", \
+					  "16.620787, 16.461397, 16.114947, 15.559267, 15.360717, 14.411517");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("17.417898, 18.417128, 18.435788, 18.480108, 18.469748, 18.513998", \
+					  "17.443049, 18.201609, 18.438039, 18.512609, 18.488069, 18.505939", \
+					  "17.434920, 18.130370, 18.421260, 18.523720, 18.561000, 18.520390");
+				}
+			}
+			internal_power () {
+				related_pin : "A";
+				when : "!IE&OE&!PDRV0&PDRV1&!SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("26.110850, 26.542910, 26.460950, 26.160900, 25.676480, 25.891610", \
+					  "26.246468, 26.564538, 26.287388, 26.125238, 25.756938, 25.577978", \
+					  "26.148167, 26.526907, 26.593537, 25.991867, 25.826757, 25.376937");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("27.128198, 28.162128, 28.404398, 28.523608, 28.583188, 28.644518", \
+					  "27.109559, 28.143789, 28.374379, 28.492809, 28.519779, 28.640869", \
+					  "27.114350, 28.116640, 28.513580, 28.492310, 28.593270, 28.607340");
+				}
+			}
+			internal_power () {
+				related_pin : "A";
+				when : "!IE&OE&!PDRV0&PDRV1&SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("24.878070, 25.968580, 25.971910, 26.150090, 25.615320, 25.213120", \
+					  "24.843838, 26.092238, 25.963418, 25.852588, 25.517278, 25.236508", \
+					  "24.966367, 26.088627, 25.994347, 25.837107, 25.500997, 25.230957");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("23.534018, 25.008158, 26.213038, 26.946018, 27.190618, 27.661208", \
+					  "23.569009, 24.753549, 25.753989, 27.054389, 27.138739, 27.561609", \
+					  "23.556600, 24.773310, 26.219200, 26.987760, 26.223320, 28.301850");
+				}
+			}
+			internal_power () {
+				related_pin : "A";
+				when : "!IE&OE&PDRV0&!PDRV1&!SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("21.396490, 21.438290, 21.255550, 20.882590, 20.541020, 20.091350", \
+					  "21.719458, 22.091368, 21.131888, 21.600468, 21.087838, 20.715208", \
+					  "21.388397, 21.493107, 21.227017, 20.854447, 20.611347, 20.058637");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("23.017038, 23.513368, 23.626008, 23.688838, 23.726968, 23.764208", \
+					  "22.934529, 23.413509, 23.643269, 23.715119, 23.687869, 23.787509", \
+					  "23.080070, 23.766020, 23.432000, 23.671190, 23.819950, 23.751050");
+				}
+			}
+			internal_power () {
+				related_pin : "A";
+				when : "!IE&OE&PDRV0&!PDRV1&SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("20.863500, 21.304470, 21.024570, 20.717910, 20.484400, 19.992010", \
+					  "20.872998, 21.173568, 21.001278, 20.843218, 20.401508, 19.858248", \
+					  "20.851947, 21.284497, 21.057427, 20.714627, 20.488127, 20.001647");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("20.616368, 22.149568, 22.920048, 23.077178, 23.252088, 23.321408", \
+					  "20.512859, 21.621229, 22.082359, 22.831259, 23.227069, 23.178309", \
+					  "20.606100, 21.958090, 22.649360, 23.174380, 23.578850, 23.766950");
+				}
+			}
+			internal_power () {
+				related_pin : "A";
+				when : "!IE&OE&PDRV0&PDRV1&!SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("30.424500, 31.024540, 31.138710, 30.847030, 30.783830, 30.541000", \
+					  "30.481348, 31.039618, 31.158878, 30.892958, 30.602528, 30.737438", \
+					  "30.222117, 30.996197, 30.984047, 30.820917, 30.779817, 30.532497");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("31.029338, 32.678558, 33.103728, 33.299448, 33.371698, 33.441638", \
+					  "31.198099, 32.531599, 33.059959, 33.337379, 33.374379, 33.415379", \
+					  "30.971630, 32.616380, 33.103160, 33.345720, 33.396510, 33.408860");
+				}
+			}
+			internal_power () {
+				related_pin : "A";
+				when : "!IE&OE&PDRV0&PDRV1&SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("28.567700, 30.746180, 30.464000, 30.468180, 30.720720, 29.848070", \
+					  "28.464258, 30.681998, 30.728168, 30.533548, 30.549358, 30.052938", \
+					  "28.515777, 30.628797, 30.483857, 30.471107, 30.623157, 29.771087");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("26.730158, 28.044828, 29.359498, 30.681198, 31.261878, 31.751728", \
+					  "26.512339, 28.638379, 29.726529, 30.161689, 31.298819, 31.547099", \
+					  "26.535980, 28.750770, 29.240250, 29.486660, 30.701670, 30.061300");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "A&!IE&!PDRV0&!PDRV1&!SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("15.949211, 15.702871, 15.208651, 14.498591, 13.949231, 14.142251", \
+					  "12.860551, 12.631861, 12.160911, 11.368111, 11.000801, 9.408001", \
+					  "12.748023, 12.491573, 12.102813, 11.869423, 11.634153, 11.007623");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("2.168324, 2.345398, 2.393104, 2.411367, 2.421141, 2.427265", \
+					  "0.925287, 1.238664, 1.318395, 1.351666, 1.369639, 1.380853", \
+					  "1.221601, 1.487790, 1.588859, 1.635505, 1.662124, 1.679230");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "A&!IE&!PDRV0&!PDRV1&SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("15.847801, 15.465241, 15.168551, 14.919151, 14.036021, 12.981551", \
+					  "12.650551, 12.411641, 12.055801, 11.737771, 11.353901, 10.514991", \
+					  "12.568343, 12.306433, 11.977043, 11.431293, 11.245613, 10.211943");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("2.158031, 2.303898, 2.366564, 2.385103, 2.381667, 2.389027", \
+					  "0.932487, 1.286931, 1.299956, 1.356227, 1.395595, 1.402571", \
+					  "1.407885, 1.415779, 1.704914, 1.812700, 1.864415, 1.897274");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "A&!IE&!PDRV0&PDRV1&!SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("23.478781, 23.180111, 23.003091, 22.700241, 22.365071, 21.920661", \
+					  "20.416801, 20.165971, 19.874231, 19.620131, 19.274371, 19.081361", \
+					  "20.321103, 20.024853, 19.774703, 19.489363, 19.151793, 18.760743");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("4.092260, 4.184823, 4.244189, 4.271672, 4.290883, 4.305565", \
+					  "4.665650, 5.590620, 5.864081, 6.023775, 6.121038, 6.184964", \
+					  "5.167736, 5.855524, 6.064996, 6.261638, 6.384700, 6.465519");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "A&!IE&!PDRV0&PDRV1&SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("22.135491, 22.939561, 22.627431, 22.375851, 21.913041, 21.663841", \
+					  "18.962781, 19.820581, 19.702461, 19.100551, 19.053221, 18.731291", \
+					  "18.851803, 19.624283, 19.242983, 19.157433, 18.809033, 18.465873");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("3.974006, 4.203884, 4.250279, 4.273433, 4.288725, 4.299721", \
+					  "4.787049, 5.729541, 5.973273, 6.071173, 6.152220, 6.213595", \
+					  "5.016574, 5.553680, 5.815865, 6.054241, 6.194301, 6.293781");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "A&!IE&PDRV0&!PDRV1&!SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("20.081681, 19.874361, 19.601991, 19.347481, 18.822201, 18.602511", \
+					  "16.996991, 16.778221, 16.452741, 16.067501, 15.842381, 15.174001", \
+					  "16.834473, 16.615603, 16.316433, 15.979563, 15.659923, 15.268573");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("3.930879, 4.385828, 4.414780, 4.477720, 4.512994, 4.534485", \
+					  "2.987119, 3.570513, 3.765146, 3.846544, 3.891654, 3.920787", \
+					  "3.321463, 4.188993, 4.338840, 4.355535, 4.348604, 4.338685");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "A&!IE&PDRV0&!PDRV1&SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("19.518111, 19.644961, 19.362131, 19.055571, 18.735271, 18.319561", \
+					  "16.383141, 16.461801, 16.234671, 15.835191, 15.603111, 15.325271", \
+					  "16.232083, 16.365533, 16.093493, 15.745843, 15.393893, 14.795263");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("3.921424, 4.287875, 4.410284, 4.463199, 4.494960, 4.516337", \
+					  "3.011791, 3.671081, 3.837285, 3.901447, 3.936243, 3.958547", \
+					  "3.356479, 4.024160, 4.143903, 4.205902, 4.231401, 4.250776");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "A&!IE&PDRV0&PDRV1&!SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("27.441611, 27.433461, 27.193431, 26.899671, 26.666591, 26.307461", \
+					  "24.307861, 24.265861, 23.971241, 23.851941, 23.409491, 23.116131", \
+					  "24.177433, 24.120483, 24.034703, 23.751433, 23.336973, 23.110253");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("5.751450, 6.097097, 6.258012, 6.335921, 6.369738, 6.393576", \
+					  "6.702479, 7.840207, 8.233527, 8.451097, 8.571237, 8.654147", \
+					  "7.070851, 8.162459, 8.618039, 8.804339, 8.895559, 8.943979");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "A&!IE&PDRV0&PDRV1&SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("25.357851, 26.742971, 26.720421, 26.071971, 26.190001, 25.764421", \
+					  "22.113031, 23.460521, 23.694521, 23.200601, 22.775571, 22.625221", \
+					  "22.009503, 23.401743, 23.302813, 23.236983, 22.945763, 22.473023");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("5.680093, 6.181773, 6.251333, 6.319525, 6.360976, 6.395300", \
+					  "6.765527, 7.910177, 8.383587, 8.361737, 8.500017, 8.601417", \
+					  "7.390618, 7.735534, 8.051059, 9.272499, 9.001089, 8.802829");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "!A&!IE&!PDRV0&!PDRV1&!SL";
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("15.974251, 16.233371, 16.063941, 16.287031, 16.247451, 16.582701", \
+					  "13.080161, 13.105411, 13.165221, 13.164291, 13.254031, 13.314571", \
+					  "12.969703, 13.063533, 13.084373, 13.109573, 13.104013, 13.013763");
+				}
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("1.723721, -43.741848, -89.172728, -134.468848, -179.856548, -225.239748", \
+					  "-0.000890, -45.586493, -90.984743, -136.370273, -181.750873, -227.129273", \
+					  "0.293389, -45.467671, -90.877471, -136.254131, -181.625731, -226.997031");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "!A&!IE&!PDRV0&!PDRV1&SL";
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("15.105341, 15.836711, 15.857091, 15.875641, 15.798031, 16.044461", \
+					  "12.101481, 12.777091, 12.919981, 12.922921, 12.906211, 13.035171", \
+					  "11.930753, 12.623623, 12.796263, 12.852733, 12.880573, 12.903953");
+				}
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("1.772716, -43.748698, -89.167638, -134.562748, -179.946848, -225.327648", \
+					  "0.020497, -45.509463, -90.925573, -136.319373, -181.705173, -227.087073", \
+					  "0.370435, -45.232931, -90.572431, -135.942631, -181.314931, -226.865031");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "!A&!IE&!PDRV0&PDRV1&!SL";
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("21.914861, 22.519171, 22.722921, 22.634391, 22.790921, 22.674771", \
+					  "18.966741, 19.602881, 19.722631, 19.710171, 19.794771, 19.753911", \
+					  "18.873353, 19.455823, 19.604053, 19.649393, 19.669543, 19.662943");
+				}
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("5.018569, -40.601208, -86.060188, -131.479848, -176.881748, -222.273348", \
+					  "3.337381, -42.257663, -87.623453, -132.983773, -178.364473, -223.751173", \
+					  "4.727845, -40.750171, -87.256641, -132.982731, -178.453031, -223.869631");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "!A&!IE&!PDRV0&PDRV1&SL";
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("18.701531, 19.594671, 20.400171, 20.991911, 21.358931, 21.616571", \
+					  "15.657911, 16.543151, 17.409531, 18.083621, 18.383691, 18.678851", \
+					  "15.442893, 16.436583, 17.310153, 17.925153, 18.319043, 18.544703");
+				}
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("4.996387, -40.616298, -86.087608, -131.510048, -176.912148, -222.303048", \
+					  "3.710287, -42.035863, -87.447513, -132.792373, -178.189973, -223.617573", \
+					  "4.041486, -41.802091, -87.048881, -132.455731, -177.843331, -223.224331");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "!A&!IE&PDRV0&!PDRV1&!SL";
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("19.296941, 19.588171, 19.463381, 19.583091, 19.623401, 19.734771", \
+					  "16.339441, 16.614381, 16.564381, 16.619631, 16.673781, 16.731871", \
+					  "16.227283, 16.494603, 16.503263, 16.542093, 16.579723, 16.620983");
+				}
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("3.633565, -41.981768, -87.424398, -132.832948, -178.227148, -223.615048", \
+					  "1.990873, -43.698273, -89.128913, -134.521473, -179.909973, -225.279073", \
+					  "2.230786, -43.111891, -88.313591, -133.682531, -179.059231, -224.436731");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "!A&!IE&PDRV0&!PDRV1&SL";
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("17.054741, 18.028101, 18.497591, 18.703201, 19.069741, 19.099331", \
+					  "13.979161, 14.955131, 15.614351, 15.906931, 16.037691, 16.105931", \
+					  "13.846693, 14.846793, 15.471873, 15.778013, 15.979643, 16.044233");
+				}
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("3.647249, -41.948298, -87.386458, -132.791948, -178.185048, -223.572048", \
+					  "1.964951, -43.665153, -89.117213, -134.529273, -179.925873, -225.314873", \
+					  "2.241710, -43.497021, -88.638011, -134.051931, -179.477731, -224.968531");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "!A&!IE&PDRV0&PDRV1&!SL";
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("24.688051, 25.782011, 25.998201, 26.005451, 26.071471, 26.158281", \
+					  "21.720961, 22.790671, 23.051101, 23.048351, 23.139131, 23.143751", \
+					  "21.603393, 22.656803, 23.059173, 22.866603, 23.169923, 23.000993");
+				}
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("6.838021, -38.763428, -84.225218, -129.647448, -175.051948, -220.440048", \
+					  "5.441571, -40.221313, -85.646693, -131.037173, -176.425673, -221.811573", \
+					  "5.398586, -40.470551, -85.395931, -130.855531, -176.284831, -221.696731");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "!A&!IE&PDRV0&PDRV1&SL";
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("20.745581, 21.601231, 22.431051, 23.192011, 23.741281, 24.244911", \
+					  "17.636901, 18.581171, 19.387541, 20.162261, 20.722851, 21.361231", \
+					  "17.400803, 18.390123, 19.336683, 20.114393, 20.734893, 21.118563");
+				}
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("6.783783, -38.900968, -84.277818, -129.657648, -175.049648, -220.440248", \
+					  "5.485722, -40.232703, -85.755473, -131.110273, -176.370373, -221.821573", \
+					  "5.868703, -39.743971, -85.304021, -130.750331, -176.150331, -221.537031");
+				}
+			}
+			internal_power () {
+				related_pin : "A";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("46.411963, 47.523030, 47.180227, 46.604720, 45.998365, 45.177765", \
+					  "46.467588, 47.751488, 47.160899, 46.825243, 46.042854, 45.368219", \
+					  "46.370899, 47.500716, 47.159709, 46.491497, 46.108999, 45.097974");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("46.987706, 49.158711, 50.192383, 50.860481, 51.151234, 51.464261", \
+					  "46.921933, 49.013790, 49.953643, 50.715018, 51.128028, 51.359388", \
+					  "46.946760, 49.206295, 50.121930, 50.605725, 50.922393, 51.329637");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("25.528069, -19.914872, -65.614544, -111.385369, -157.179207, -202.938616", \
+					  "20.830263, -24.651308, -70.310374, -116.110273, -161.791192, -207.729489", \
+					  "21.114463, -24.390724, -70.070249, -115.789277, -161.504000, -207.437719");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("23.144721, 24.146752, 24.502862, 24.776334, 24.977789, 25.177134", \
+					  "20.032518, 21.475953, 22.063748, 22.372730, 22.606225, 22.805271", \
+					  "20.281010, 21.548975, 22.186539, 22.655039, 22.877443, 22.947776");
+				}
+			}
+			timing () {
+				related_pin : "A";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				when : "!IE&OE&!PDRV0&!PDRV1&!SL";
+				sdf_cond : "IE==1'b0&&OE==1'b1&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b0";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.957754, 8.957754, 14.957754, 20.957754, 26.957754, 32.957754");
+					values("2.631046, 3.596588, 4.556077, 5.516688, 6.475640, 7.434657", \
+					  "2.704990, 3.670577, 4.630897, 5.591142, 6.550408, 7.508509", \
+					  "2.733385, 3.698983, 4.659845, 5.617537, 6.575880, 7.535307");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.957754, 8.957754, 14.957754, 20.957754, 26.957754, 32.957754");
+					values("1.073363, 2.940563, 4.841015, 6.726079, 8.637510, 10.546990", \
+					  "1.072165, 2.946706, 4.840243, 6.735207, 8.640874, 10.528900", \
+					  "1.072386, 2.946897, 4.837874, 6.741262, 8.629520, 10.529530");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.957754, 8.957754, 14.957754, 20.957754, 26.957754, 32.957754");
+					values("2.704428, 3.400295, 4.065379, 4.728785, 5.395154, 6.054366", \
+					  "2.847187, 3.542981, 4.208006, 4.871113, 5.533945, 6.196931", \
+					  "3.003239, 3.699202, 4.364166, 5.027302, 5.690549, 6.353159");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.957754, 8.957754, 14.957754, 20.957754, 26.957754, 32.957754");
+					values("0.839666, 2.012100, 3.232564, 4.473983, 5.721668, 6.960627", \
+					  "0.840209, 2.014017, 3.237778, 4.474360, 5.729801, 6.980496", \
+					  "0.841577, 2.010524, 3.227825, 4.475477, 5.718729, 6.970360");
+				}
+			}
+			timing () {
+				related_pin : "A";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				when : "!IE&OE&!PDRV0&!PDRV1&SL";
+				sdf_cond : "IE==1'b0&&OE==1'b1&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b1";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.957754, 8.957754, 14.957754, 20.957754, 26.957754, 32.957754");
+					values("3.190293, 4.345079, 5.317354, 6.275754, 7.235034, 8.193484", \
+					  "3.263746, 4.418939, 5.390373, 6.349687, 7.308882, 8.267548", \
+					  "3.291848, 4.446992, 5.419406, 6.378037, 7.337022, 8.295450");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.957754, 8.957754, 14.957754, 20.957754, 26.957754, 32.957754");
+					values("1.792089, 3.397852, 5.109267, 6.919316, 8.778424, 10.634680", \
+					  "1.791815, 3.397213, 5.115757, 6.920409, 8.780856, 10.653320", \
+					  "1.791080, 3.398519, 5.115056, 6.918041, 8.768828, 10.652740");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.957754, 8.957754, 14.957754, 20.957754, 26.957754, 32.957754");
+					values("2.827147, 4.125723, 5.177601, 6.051996, 6.836841, 7.570076", \
+					  "2.969515, 4.269209, 5.318840, 6.195481, 6.979029, 7.712787", \
+					  "3.125845, 4.425527, 5.475270, 6.351787, 7.135006, 7.869440");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.957754, 8.957754, 14.957754, 20.957754, 26.957754, 32.957754");
+					values("1.361567, 3.255436, 4.626673, 5.843549, 7.007193, 8.165594", \
+					  "1.361794, 3.256957, 4.625798, 5.842529, 7.012603, 8.163346", \
+					  "1.361841, 3.256572, 4.625271, 5.842772, 7.005538, 8.155308");
+				}
+			}
+			timing () {
+				related_pin : "A";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				when : "!IE&OE&!PDRV0&PDRV1&!SL";
+				sdf_cond : "IE==1'b0&&OE==1'b1&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b0";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.957754, 8.957754, 14.957754, 20.957754, 26.957754, 32.957754");
+					values("2.269885, 2.615769, 2.939552, 3.259923, 3.580354, 3.901249", \
+					  "2.343255, 2.688989, 3.012117, 3.333056, 3.653887, 3.973948", \
+					  "2.371174, 2.717063, 3.040835, 3.361201, 3.682754, 4.002542");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.957754, 8.957754, 14.957754, 20.957754, 26.957754, 32.957754");
+					values("0.482956, 1.051046, 1.661453, 2.290428, 2.918528, 3.536750", \
+					  "0.484008, 1.050704, 1.663039, 2.290299, 2.918443, 3.547795", \
+					  "0.482996, 1.051043, 1.661453, 2.290427, 2.910822, 3.536943");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.957754, 8.957754, 14.957754, 20.957754, 26.957754, 32.957754");
+					values("2.395388, 2.716003, 2.962116, 3.192251, 3.416799, 3.639330", \
+					  "2.537439, 2.858006, 3.104177, 3.334312, 3.558818, 3.781320", \
+					  "2.694147, 3.014797, 3.260862, 3.491006, 3.715516, 3.938020");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.957754, 8.957754, 14.957754, 20.957754, 26.957754, 32.957754");
+					values("0.456283, 0.844187, 1.218768, 1.605373, 2.000714, 2.403939", \
+					  "0.456351, 0.843410, 1.218497, 1.605488, 1.998640, 2.405967", \
+					  "0.456344, 0.844366, 1.217987, 1.605428, 1.998608, 2.405929");
+				}
+			}
+			timing () {
+				related_pin : "A";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				when : "!IE&OE&!PDRV0&PDRV1&SL";
+				sdf_cond : "IE==1'b0&&OE==1'b1&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b1";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.957754, 8.957754, 14.957754, 20.957754, 26.957754, 32.957754");
+					values("2.385302, 3.160871, 3.612821, 3.982555, 4.322585, 4.650992", \
+					  "2.458935, 3.233799, 3.686442, 4.056261, 4.396581, 4.724273", \
+					  "2.486581, 3.261766, 3.714276, 4.084149, 4.424179, 4.751828");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.957754, 8.957754, 14.957754, 20.957754, 26.957754, 32.957754");
+					values("0.994119, 1.772795, 2.313739, 2.832373, 3.375749, 3.932226", \
+					  "0.992277, 1.774054, 2.309855, 2.831933, 3.372712, 3.931474", \
+					  "0.994051, 1.774130, 2.309810, 2.831031, 3.374702, 3.933249");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.957754, 8.957754, 14.957754, 20.957754, 26.957754, 32.957754");
+					values("2.357986, 2.826070, 3.278856, 3.709496, 4.110801, 4.482683", \
+					  "2.500113, 2.968267, 3.420474, 3.851374, 4.251927, 4.623922", \
+					  "2.656704, 3.124377, 3.577168, 4.008065, 4.408818, 4.780712");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.957754, 8.957754, 14.957754, 20.957754, 26.957754, 32.957754");
+					values("0.500134, 1.322883, 2.050029, 2.660434, 3.199303, 3.684849", \
+					  "0.499682, 1.324044, 2.051295, 2.663558, 3.201232, 3.678643", \
+					  "0.500451, 1.325681, 2.046938, 2.663985, 3.202814, 3.682962");
+				}
+			}
+			timing () {
+				related_pin : "A";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				when : "!IE&OE&PDRV0&!PDRV1&!SL";
+				sdf_cond : "IE==1'b0&&OE==1'b1&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b0";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.957754, 8.957754, 14.957754, 20.957754, 26.957754, 32.957754");
+					values("2.370226, 2.864795, 3.346178, 3.826660, 4.306389, 4.785991", \
+					  "2.444030, 2.938444, 3.420617, 3.900429, 4.379956, 4.859289", \
+					  "2.472379, 2.966869, 3.448368, 3.928784, 4.408485, 4.888082");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.957754, 8.957754, 14.957754, 20.957754, 26.957754, 32.957754");
+					values("0.615893, 1.512110, 2.453302, 3.388393, 4.339646, 5.279556", \
+					  "0.615780, 1.513396, 2.448014, 3.394560, 4.346732, 5.292548", \
+					  "0.615738, 1.513032, 2.453034, 3.387942, 4.342271, 5.279051");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.957754, 8.957754, 14.957754, 20.957754, 26.957754, 32.957754");
+					values("2.485565, 2.889602, 3.234429, 3.568880, 3.901503, 4.233200", \
+					  "2.628019, 3.031703, 3.376091, 3.711170, 4.043395, 4.374793", \
+					  "2.785308, 3.188732, 3.533309, 3.868192, 4.200845, 4.532049");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.957754, 8.957754, 14.957754, 20.957754, 26.957754, 32.957754");
+					values("0.558517, 1.118988, 1.701949, 2.304545, 2.916797, 3.529486", \
+					  "0.558113, 1.116937, 1.698699, 2.301916, 2.915856, 3.526749", \
+					  "0.557540, 1.118956, 1.702644, 2.306051, 2.912991, 3.531458");
+				}
+			}
+			timing () {
+				related_pin : "A";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				when : "!IE&OE&PDRV0&!PDRV1&SL";
+				sdf_cond : "IE==1'b0&&OE==1'b1&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b1";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.957754, 8.957754, 14.957754, 20.957754, 26.957754, 32.957754");
+					values("2.651773, 3.522654, 4.079003, 4.578858, 5.063183, 5.544332", \
+					  "2.725629, 3.596746, 4.152672, 4.652275, 5.137199, 5.617182", \
+					  "2.753895, 3.624962, 4.181076, 4.680924, 5.165307, 5.646377");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.957754, 8.957754, 14.957754, 20.957754, 26.957754, 32.957754");
+					values("1.264044, 2.185812, 2.971037, 3.791767, 4.656389, 5.540368", \
+					  "1.263266, 2.185424, 2.970516, 3.790948, 4.649794, 5.536023", \
+					  "1.264036, 2.185939, 2.971040, 3.791723, 4.655937, 5.541899");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.957754, 8.957754, 14.957754, 20.957754, 26.957754, 32.957754");
+					values("2.470590, 3.160042, 3.813199, 4.398400, 4.917784, 5.387419", \
+					  "2.612522, 3.302502, 3.955769, 4.539460, 5.060059, 5.530560", \
+					  "2.768939, 3.458972, 4.111610, 4.696270, 5.216357, 5.686608");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.957754, 8.957754, 14.957754, 20.957754, 26.957754, 32.957754");
+					values("0.714478, 1.901281, 2.824305, 3.585164, 4.263292, 4.896628", \
+					  "0.713608, 1.899676, 2.824243, 3.579940, 4.265398, 4.894251", \
+					  "0.713333, 1.899242, 2.826948, 3.586207, 4.262572, 4.894437");
+				}
+			}
+			timing () {
+				related_pin : "A";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				when : "!IE&OE&PDRV0&PDRV1&!SL";
+				sdf_cond : "IE==1'b0&&OE==1'b1&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b0";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.957754, 8.957754, 14.957754, 20.957754, 26.957754, 32.957754");
+					values("2.216697, 2.493223, 2.739169, 2.980712, 3.221434, 3.461356", \
+					  "2.289952, 2.566641, 2.812049, 3.054008, 3.295214, 3.535504", \
+					  "2.318190, 2.594715, 2.840107, 3.082822, 3.322810, 3.562722");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.957754, 8.957754, 14.957754, 20.957754, 26.957754, 32.957754");
+					values("0.427582, 0.827893, 1.276292, 1.740273, 2.207102, 2.680132", \
+					  "0.426625, 0.828356, 1.277338, 1.738230, 2.207202, 2.676371", \
+					  "0.426799, 0.827714, 1.277281, 1.738117, 2.207204, 2.680122");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.957754, 8.957754, 14.957754, 20.957754, 26.957754, 32.957754");
+					values("2.329592, 2.614615, 2.814383, 2.994492, 3.167056, 3.336337", \
+					  "2.471296, 2.756693, 2.956324, 3.136476, 3.309024, 3.478550", \
+					  "2.628136, 2.913254, 3.113090, 3.293295, 3.465871, 3.635158");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.957754, 8.957754, 14.957754, 20.957754, 26.957754, 32.957754");
+					values("0.395362, 0.708290, 0.987286, 1.268890, 1.561822, 1.850247", \
+					  "0.395314, 0.708444, 0.986716, 1.268802, 1.555625, 1.853102", \
+					  "0.394798, 0.708752, 0.985725, 1.269193, 1.559633, 1.851354");
+				}
+			}
+			timing () {
+				related_pin : "A";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				when : "!IE&OE&PDRV0&PDRV1&SL";
+				sdf_cond : "IE==1'b0&&OE==1'b1&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b1";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.957754, 8.957754, 14.957754, 20.957754, 26.957754, 32.957754");
+					values("2.246732, 2.928258, 3.342973, 3.659255, 3.935952, 4.194364", \
+					  "2.320025, 3.001295, 3.416797, 3.732627, 4.009352, 4.267765", \
+					  "2.348213, 3.029557, 3.444470, 3.760702, 4.037402, 4.295812");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.957754, 8.957754, 14.957754, 20.957754, 26.957754, 32.957754");
+					values("0.806662, 1.537226, 1.980052, 2.370268, 2.764523, 3.165492", \
+					  "0.806874, 1.537260, 1.980012, 2.370400, 2.764554, 3.165559", \
+					  "0.806793, 1.537204, 1.979896, 2.370246, 2.764477, 3.165472");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.957754, 8.957754, 14.957754, 20.957754, 26.957754, 32.957754");
+					values("2.294541, 2.653780, 2.996688, 3.332493, 3.653274, 3.956897", \
+					  "2.436614, 2.795390, 3.139234, 3.474379, 3.795342, 4.099205", \
+					  "2.593132, 2.952306, 3.295264, 3.630940, 3.951917, 4.255774");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.957754, 8.957754, 14.957754, 20.957754, 26.957754, 32.957754");
+					values("0.394801, 1.012784, 1.601847, 2.114161, 2.566571, 2.981307", \
+					  "0.395123, 1.013160, 1.602239, 2.115466, 2.569152, 2.978076", \
+					  "0.394727, 1.014410, 1.603507, 2.116920, 2.570778, 2.978425");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "A&!IE&!PDRV0&!PDRV1&!SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b0";
+				timing_type : "three_state_enable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.957754, 8.957754, 14.957754, 20.957754, 26.957754, 32.957754");
+					values("2.288693, 3.249825, 4.208230, 5.168069, 6.126729, 7.084810", \
+					  "2.333178, 3.295029, 4.254595, 5.212407, 6.170915, 7.129013", \
+					  "2.353973, 3.315127, 4.274726, 5.232358, 6.191101, 7.150917");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.957754, 8.957754, 14.957754, 20.957754, 26.957754, 32.957754");
+					values("1.081770, 2.943369, 4.835996, 6.737551, 8.636809, 10.524680", \
+					  "1.081368, 2.947392, 4.834135, 6.743992, 8.625029, 10.530980", \
+					  "1.081511, 2.948858, 4.839862, 6.740030, 8.634890, 10.538310");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "A&!IE&!PDRV0&!PDRV1&SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b1";
+				timing_type : "three_state_enable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.957754, 8.957754, 14.957754, 20.957754, 26.957754, 32.957754");
+					values("2.839515, 4.002060, 4.973922, 5.932832, 6.889604, 7.848681", \
+					  "2.885608, 4.048046, 5.019027, 5.977984, 6.937012, 7.895443", \
+					  "2.905581, 4.067664, 5.039965, 5.998312, 6.956843, 7.915109");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.957754, 8.957754, 14.957754, 20.957754, 26.957754, 32.957754");
+					values("1.834205, 3.433138, 5.129717, 6.933046, 8.765870, 10.634760", \
+					  "1.834914, 3.424932, 5.131991, 6.933733, 8.784372, 10.654660", \
+					  "1.835429, 3.433381, 5.131537, 6.932260, 8.774310, 10.654990");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "A&!IE&!PDRV0&PDRV1&!SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b0";
+				timing_type : "three_state_enable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.957754, 8.957754, 14.957754, 20.957754, 26.957754, 32.957754");
+					values("1.965372, 2.308827, 2.629897, 2.950034, 3.270090, 3.589367", \
+					  "2.021702, 2.365475, 2.687123, 3.006931, 3.326704, 3.645377", \
+					  "2.046840, 2.390874, 2.712517, 3.032230, 3.352169, 3.671639");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.957754, 8.957754, 14.957754, 20.957754, 26.957754, 32.957754");
+					values("0.521584, 1.064027, 1.668367, 2.287349, 2.911868, 3.539784", \
+					  "0.523641, 1.064454, 1.668468, 2.287012, 2.916298, 3.546655", \
+					  "0.523455, 1.065245, 1.668897, 2.287254, 2.915250, 3.544925");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "A&!IE&!PDRV0&PDRV1&SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b1";
+				timing_type : "three_state_enable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.957754, 8.957754, 14.957754, 20.957754, 26.957754, 32.957754");
+					values("2.063319, 2.847029, 3.306947, 3.678682, 4.019533, 4.347857", \
+					  "2.120186, 2.903485, 3.364445, 3.735376, 4.076236, 4.404465", \
+					  "2.146093, 2.929341, 3.388772, 3.761483, 4.102318, 4.430353");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.957754, 8.957754, 14.957754, 20.957754, 26.957754, 32.957754");
+					values("1.006795, 1.813647, 2.357729, 2.877099, 3.405987, 3.951989", \
+					  "1.006151, 1.812916, 2.360932, 2.877448, 3.406352, 3.958954", \
+					  "1.007006, 1.812540, 2.361959, 2.874941, 3.407146, 3.956957");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "A&!IE&PDRV0&!PDRV1&!SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b0";
+				timing_type : "three_state_enable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.957754, 8.957754, 14.957754, 20.957754, 26.957754, 32.957754");
+					values("2.019113, 2.509195, 2.989289, 3.468263, 3.947167, 4.426438", \
+					  "2.063665, 2.553455, 3.033765, 3.512532, 3.991611, 4.470432", \
+					  "2.084142, 2.574086, 3.053930, 3.533487, 4.013188, 4.492292");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.957754, 8.957754, 14.957754, 20.957754, 26.957754, 32.957754");
+					values("0.638190, 1.520424, 2.450230, 3.393977, 4.339760, 5.290931", \
+					  "0.638952, 1.520542, 2.448858, 3.392668, 4.347409, 5.287865", \
+					  "0.638721, 1.517741, 2.450839, 3.398222, 4.343828, 5.291078");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "A&!IE&PDRV0&!PDRV1&SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b1";
+				timing_type : "three_state_enable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.957754, 8.957754, 14.957754, 20.957754, 26.957754, 32.957754");
+					values("2.276745, 3.164417, 3.723830, 4.223858, 4.708533, 5.188876", \
+					  "2.321380, 3.209111, 3.768787, 4.269196, 4.753609, 5.233986", \
+					  "2.343124, 3.229692, 3.789749, 4.290484, 4.774672, 5.254445");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.957754, 8.957754, 14.957754, 20.957754, 26.957754, 32.957754");
+					values("1.287357, 2.229659, 3.010293, 3.822210, 4.672992, 5.564637", \
+					  "1.287490, 2.230580, 3.011103, 3.818062, 4.673947, 5.555829", \
+					  "1.287264, 2.232234, 3.009835, 3.819125, 4.667197, 5.550822");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "A&!IE&PDRV0&PDRV1&!SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b0";
+				timing_type : "three_state_enable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.957754, 8.957754, 14.957754, 20.957754, 26.957754, 32.957754");
+					values("1.890325, 2.168310, 2.411719, 2.652134, 2.892720, 3.132475", \
+					  "1.944116, 2.223268, 2.466934, 2.707763, 2.947102, 3.186752", \
+					  "1.968064, 2.247714, 2.491417, 2.731861, 2.972308, 3.211988");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.957754, 8.957754, 14.957754, 20.957754, 26.957754, 32.957754");
+					values("0.477032, 0.852007, 1.289045, 1.745650, 2.205850, 2.675397", \
+					  "0.477900, 0.854379, 1.291431, 1.745331, 2.210320, 2.682214", \
+					  "0.477338, 0.854258, 1.289988, 1.747791, 2.207953, 2.676605");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "A&!IE&PDRV0&PDRV1&SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b1";
+				timing_type : "three_state_enable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.957754, 8.957754, 14.957754, 20.957754, 26.957754, 32.957754");
+					values("1.908033, 2.588588, 3.012859, 3.330853, 3.609453, 3.868987", \
+					  "1.963505, 2.642923, 3.068011, 3.386186, 3.664769, 3.924442", \
+					  "1.988127, 2.666694, 3.092541, 3.410842, 3.689980, 3.948965");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.957754, 8.957754, 14.957754, 20.957754, 26.957754, 32.957754");
+					values("0.816564, 1.570085, 2.023854, 2.422922, 2.808900, 3.202306", \
+					  "0.817834, 1.571619, 2.024096, 2.422662, 2.808214, 3.202124", \
+					  "0.816916, 1.571335, 2.020550, 2.419352, 2.806547, 3.202391");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "!A&!IE&!PDRV0&!PDRV1&!SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b0";
+				timing_type : "three_state_enable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.957754, 8.957754, 14.957754, 20.957754, 26.957754, 32.957754");
+					values("1.732190, 2.427845, 3.092522, 3.755701, 4.418429, 5.081251", \
+					  "1.805588, 2.501070, 3.165653, 3.828668, 4.491594, 5.154424", \
+					  "1.836901, 2.532833, 3.197179, 3.860148, 4.523165, 5.185832");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.957754, 8.957754, 14.957754, 20.957754, 26.957754, 32.957754");
+					values("0.862699, 2.017941, 3.230878, 4.475520, 5.719783, 6.970268", \
+					  "0.861591, 2.015359, 3.232495, 4.474973, 5.708059, 6.973969", \
+					  "0.862993, 2.019599, 3.235386, 4.477754, 5.720214, 6.953558");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "!A&!IE&!PDRV0&!PDRV1&SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b1";
+				timing_type : "three_state_enable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.957754, 8.957754, 14.957754, 20.957754, 26.957754, 32.957754");
+					values("1.841598, 3.141436, 4.197850, 5.076422, 5.861835, 6.597996", \
+					  "1.914762, 3.214366, 4.270612, 5.150670, 5.934868, 6.671544", \
+					  "1.945551, 3.246706, 4.302401, 5.181543, 5.969309, 6.700657");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.957754, 8.957754, 14.957754, 20.957754, 26.957754, 32.957754");
+					values("1.366735, 3.272175, 4.639557, 5.872465, 7.038182, 8.173735", \
+					  "1.366020, 3.266852, 4.644494, 5.855179, 7.038782, 8.176618", \
+					  "1.367039, 3.269987, 4.645701, 5.861015, 7.032149, 8.172139");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "!A&!IE&!PDRV0&PDRV1&!SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b0";
+				timing_type : "three_state_enable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.957754, 8.957754, 14.957754, 20.957754, 26.957754, 32.957754");
+					values("1.495028, 1.828818, 2.076942, 2.307452, 2.532157, 2.754620", \
+					  "1.568285, 1.901564, 2.150060, 2.380602, 2.605114, 2.827401", \
+					  "1.599845, 1.933394, 2.181737, 2.412134, 2.636997, 2.859387");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.957754, 8.957754, 14.957754, 20.957754, 26.957754, 32.957754");
+					values("0.482373, 0.874522, 1.245372, 1.625025, 2.016001, 2.419262", \
+					  "0.483433, 0.875813, 1.243921, 1.625026, 2.015319, 2.417830", \
+					  "0.482555, 0.875652, 1.244781, 1.624320, 2.018949, 2.415786");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "!A&!IE&!PDRV0&PDRV1&SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b1";
+				timing_type : "three_state_enable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.957754, 8.957754, 14.957754, 20.957754, 26.957754, 32.957754");
+					values("1.467668, 1.929026, 2.377628, 2.808579, 3.211968, 3.584328", \
+					  "1.540569, 2.001867, 2.450926, 2.881811, 3.284249, 3.657642", \
+					  "1.572435, 2.033565, 2.482493, 2.913167, 3.315443, 3.689016");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.957754, 8.957754, 14.957754, 20.957754, 26.957754, 32.957754");
+					values("0.526957, 1.329819, 2.058163, 2.675093, 3.207544, 3.701708", \
+					  "0.527554, 1.329663, 2.056679, 2.674137, 3.211133, 3.701840", \
+					  "0.526090, 1.332334, 2.058480, 2.674299, 3.214175, 3.693994");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "!A&!IE&PDRV0&!PDRV1&!SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b0";
+				timing_type : "three_state_enable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.957754, 8.957754, 14.957754, 20.957754, 26.957754, 32.957754");
+					values("1.496529, 1.902673, 2.246884, 2.581539, 2.913525, 3.245205", \
+					  "1.569670, 1.975837, 2.320046, 2.654698, 2.986717, 3.318380", \
+					  "1.600929, 2.007231, 2.351461, 2.686113, 3.018001, 3.349740");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.957754, 8.957754, 14.957754, 20.957754, 26.957754, 32.957754");
+					values("0.585467, 1.135865, 1.708894, 2.304773, 2.917396, 3.534020", \
+					  "0.585435, 1.136050, 1.709203, 2.305344, 2.916973, 3.534441", \
+					  "0.586041, 1.134810, 1.708025, 2.304356, 2.918610, 3.532545");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "!A&!IE&PDRV0&!PDRV1&SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b1";
+				timing_type : "three_state_enable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.957754, 8.957754, 14.957754, 20.957754, 26.957754, 32.957754");
+					values("1.474286, 2.157332, 2.810830, 3.398519, 3.922375, 4.391896", \
+					  "1.547416, 2.230242, 2.883600, 3.471247, 3.994196, 4.466364", \
+					  "1.578622, 2.261670, 2.915211, 3.502829, 4.026698, 4.497710");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.957754, 8.957754, 14.957754, 20.957754, 26.957754, 32.957754");
+					values("0.721260, 1.906675, 2.836258, 3.598140, 4.283970, 4.914007", \
+					  "0.721177, 1.907448, 2.838125, 3.603625, 4.277540, 4.910953", \
+					  "0.721311, 1.906589, 2.836474, 3.598107, 4.283523, 4.919954");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "!A&!IE&PDRV0&PDRV1&!SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b0";
+				timing_type : "three_state_enable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.957754, 8.957754, 14.957754, 20.957754, 26.957754, 32.957754");
+					values("1.397329, 1.690082, 1.894334, 2.075804, 2.248797, 2.418103", \
+					  "1.470314, 1.763100, 1.967265, 2.148774, 2.321767, 2.491173", \
+					  "1.501368, 1.794254, 1.998385, 2.179901, 2.352954, 2.522458");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.957754, 8.957754, 14.957754, 20.957754, 26.957754, 32.957754");
+					values("0.427396, 0.737030, 1.015471, 1.293767, 1.577398, 1.872739", \
+					  "0.427277, 0.737308, 1.016046, 1.295338, 1.579366, 1.872207", \
+					  "0.426609, 0.737945, 1.015912, 1.295213, 1.580416, 1.869538");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "!A&!IE&PDRV0&PDRV1&SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b1";
+				timing_type : "three_state_enable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.957754, 8.957754, 14.957754, 20.957754, 26.957754, 32.957754");
+					values("1.369456, 1.724275, 2.064120, 2.398964, 2.720848, 3.026632", \
+					  "1.442480, 1.797261, 2.137194, 2.471985, 2.793902, 3.099735", \
+					  "1.473702, 1.828421, 2.168661, 2.503081, 2.825298, 3.131170");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.957754, 8.957754, 14.957754, 20.957754, 26.957754, 32.957754");
+					values("0.434783, 1.026703, 1.613870, 2.128865, 2.588139, 3.002744", \
+					  "0.434747, 1.026666, 1.614604, 2.129342, 2.588134, 3.002739", \
+					  "0.434675, 1.029367, 1.611695, 2.130869, 2.586960, 2.997925");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "!A&!IE&!PDRV0&!PDRV1&!SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b0";
+				timing_type : "three_state_disable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.957754, 8.957754, 14.957754, 20.957754, 26.957754, 32.957754");
+					values("1.024935, 1.024936, 1.024937, 1.024938, 1.024939, 1.024940", \
+					  "1.167946, 1.167947, 1.167948, 1.167949, 1.167950, 1.167951", \
+					  "1.329936, 1.329937, 1.329938, 1.329939, 1.329940, 1.329941");
+				}
+				rise_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "!A&!IE&!PDRV0&!PDRV1&SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b1";
+				timing_type : "three_state_disable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.957754, 8.957754, 14.957754, 20.957754, 26.957754, 32.957754");
+					values("1.017545, 1.017546, 1.017547, 1.017548, 1.017549, 1.017550", \
+					  "1.158506, 1.158507, 1.158508, 1.158509, 1.158510, 1.158511", \
+					  "1.317693, 1.317694, 1.317695, 1.317696, 1.317697, 1.317698");
+				}
+				rise_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "!A&!IE&!PDRV0&PDRV1&!SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b0";
+				timing_type : "three_state_disable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.957754, 8.957754, 14.957754, 20.957754, 26.957754, 32.957754");
+					values("1.116763, 1.117129, 1.117130, 1.117131, 1.117132, 1.117133", \
+					  "1.257110, 1.257111, 1.257112, 1.257113, 1.257114, 1.257115", \
+					  "1.420054, 1.420829, 1.420830, 1.420831, 1.420832, 1.420833");
+				}
+				rise_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "!A&!IE&!PDRV0&PDRV1&SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b1";
+				timing_type : "three_state_disable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.957754, 8.957754, 14.957754, 20.957754, 26.957754, 32.957754");
+					values("1.111410, 1.111411, 1.111412, 1.111413, 1.111414, 1.111415", \
+					  "1.250638, 1.251094, 1.251095, 1.251096, 1.251097, 1.251098", \
+					  "1.411488, 1.411876, 1.411877, 1.411878, 1.411879, 1.411880");
+				}
+				rise_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "!A&!IE&PDRV0&!PDRV1&!SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b0";
+				timing_type : "three_state_disable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.957754, 8.957754, 14.957754, 20.957754, 26.957754, 32.957754");
+					values("1.014316, 1.015428, 1.015429, 1.015430, 1.015431, 1.015432", \
+					  "1.154129, 1.154172, 1.154173, 1.154174, 1.154175, 1.154176", \
+					  "1.319538, 1.319910, 1.319911, 1.319912, 1.319913, 1.319914");
+				}
+				rise_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "!A&!IE&PDRV0&!PDRV1&SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b1";
+				timing_type : "three_state_disable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.957754, 8.957754, 14.957754, 20.957754, 26.957754, 32.957754");
+					values("1.005666, 1.005667, 1.005668, 1.005722, 1.005723, 1.005724", \
+					  "1.145064, 1.145193, 1.145194, 1.145195, 1.145196, 1.145197", \
+					  "1.309184, 1.309466, 1.309467, 1.309468, 1.309469, 1.309470");
+				}
+				rise_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "!A&!IE&PDRV0&PDRV1&!SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b0";
+				timing_type : "three_state_disable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.957754, 8.957754, 14.957754, 20.957754, 26.957754, 32.957754");
+					values("1.097696, 1.097697, 1.097698, 1.097699, 1.097700, 1.097701", \
+					  "1.237888, 1.237889, 1.237890, 1.237891, 1.237892, 1.237893", \
+					  "1.400015, 1.400016, 1.400017, 1.400018, 1.400019, 1.400020");
+				}
+				rise_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "!A&!IE&PDRV0&PDRV1&SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b1";
+				timing_type : "three_state_disable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.957754, 8.957754, 14.957754, 20.957754, 26.957754, 32.957754");
+					values("1.094419, 1.094420, 1.094421, 1.094422, 1.094423, 1.094424", \
+					  "1.234077, 1.234078, 1.234079, 1.234080, 1.234081, 1.234082", \
+					  "1.393031, 1.393535, 1.394243, 1.394244, 1.394245, 1.394246");
+				}
+				rise_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "A&!IE&!PDRV0&!PDRV1&!SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b0";
+				timing_type : "three_state_disable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.957754, 8.957754, 14.957754, 20.957754, 26.957754, 32.957754");
+					values("1.217401, 1.217402, 1.217403, 1.217404, 1.217405, 1.217406", \
+					  "1.361838, 1.361839, 1.361840, 1.361841, 1.361842, 1.361843", \
+					  "1.524471, 1.524840, 1.524841, 1.524842, 1.524843, 1.524844");
+				}
+				fall_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "A&!IE&!PDRV0&!PDRV1&SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b1";
+				timing_type : "three_state_disable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.957754, 8.957754, 14.957754, 20.957754, 26.957754, 32.957754");
+					values("1.219043, 1.219044, 1.219045, 1.219046, 1.219047, 1.219048", \
+					  "1.360415, 1.360621, 1.360622, 1.360623, 1.360624, 1.360625", \
+					  "1.522708, 1.522709, 1.522710, 1.522711, 1.522712, 1.522713");
+				}
+				fall_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "A&!IE&!PDRV0&PDRV1&!SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b0";
+				timing_type : "three_state_disable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.957754, 8.957754, 14.957754, 20.957754, 26.957754, 32.957754");
+					values("1.395803, 1.395804, 1.395805, 1.395806, 1.395807, 1.395808", \
+					  "1.540099, 1.540100, 1.540101, 1.540102, 1.540103, 1.540104", \
+					  "1.706098, 1.706099, 1.706100, 1.706101, 1.706102, 1.706103");
+				}
+				fall_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "A&!IE&!PDRV0&PDRV1&SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b1";
+				timing_type : "three_state_disable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.957754, 8.957754, 14.957754, 20.957754, 26.957754, 32.957754");
+					values("1.395214, 1.395215, 1.395216, 1.395217, 1.395218, 1.395219", \
+					  "1.537778, 1.537779, 1.537780, 1.537781, 1.537782, 1.537783", \
+					  "1.703591, 1.703592, 1.703593, 1.703594, 1.703595, 1.703596");
+				}
+				fall_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "A&!IE&PDRV0&!PDRV1&!SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b0";
+				timing_type : "three_state_disable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.957754, 8.957754, 14.957754, 20.957754, 26.957754, 32.957754");
+					values("1.206129, 1.206130, 1.206131, 1.206132, 1.206133, 1.206134", \
+					  "1.346423, 1.347581, 1.347582, 1.347583, 1.347584, 1.347585", \
+					  "1.510473, 1.510474, 1.510475, 1.510476, 1.510477, 1.510478");
+				}
+				fall_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "A&!IE&PDRV0&!PDRV1&SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b1";
+				timing_type : "three_state_disable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.957754, 8.957754, 14.957754, 20.957754, 26.957754, 32.957754");
+					values("1.207596, 1.207597, 1.207598, 1.207599, 1.207600, 1.207601", \
+					  "1.349760, 1.349761, 1.349762, 1.349763, 1.349764, 1.349765", \
+					  "1.512859, 1.512860, 1.512861, 1.512862, 1.512863, 1.512864");
+				}
+				fall_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "A&!IE&PDRV0&PDRV1&!SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b0";
+				timing_type : "three_state_disable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.957754, 8.957754, 14.957754, 20.957754, 26.957754, 32.957754");
+					values("1.384866, 1.384867, 1.384868, 1.384869, 1.384870, 1.384871", \
+					  "1.528384, 1.528385, 1.528386, 1.528387, 1.528388, 1.528389", \
+					  "1.693480, 1.693481, 1.693482, 1.693483, 1.693484, 1.693485");
+				}
+				fall_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "A&!IE&PDRV0&PDRV1&SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b1";
+				timing_type : "three_state_disable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.957754, 8.957754, 14.957754, 20.957754, 26.957754, 32.957754");
+					values("1.384302, 1.384303, 1.384304, 1.384305, 1.384306, 1.384307", \
+					  "1.527523, 1.527524, 1.527525, 1.527526, 1.527527, 1.527528", \
+					  "1.691791, 1.691792, 1.691793, 1.691794, 1.691795, 1.691796");
+				}
+				fall_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("-12.777650, -12.971380, -12.790460");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("12.749410, 12.917880, 12.930350");
+				}
+			}
+		}
+		pin ("Y") {
+			function : "((IE*PAD))";
+			direction : "output";
+			max_capacitance : 0.500000;
+			output_signal_level : "VDD";
+			internal_power () {
+				related_pin : "IE";
+				when : "!CS&!OE&PAD";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("1.211037, 1.262759, 1.192802, 1.200424, 1.173037, 1.197182", \
+					  "0.955475, 1.010049, 1.035093, 0.994317, 0.968989, 0.989284", \
+					  "0.931442, 0.906237, 0.918394, 0.902274, 0.833548, 0.937449");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("1.483041, 1.501496, 1.519003, 1.557595, 1.569391, 1.537225", \
+					  "1.281801, 1.415325, 1.368941, 1.479703, 1.299756, 1.249543", \
+					  "1.291558, 1.262398, 1.352727, 1.415765, 1.363728, 1.544326");
+				}
+			}
+			internal_power () {
+				related_pin : "IE";
+				when : "CS&!OE&PAD";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("1.349604, 1.341620, 1.334286, 1.331593, 1.320468, 1.321583", \
+					  "1.115774, 1.106358, 1.102856, 1.092241, 1.096208, 1.094912", \
+					  "1.109048, 1.100326, 1.096522, 1.085047, 1.090710, 1.092881");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("1.583589, 1.609200, 1.643069, 1.686285, 1.698470, 1.707594", \
+					  "1.394620, 1.454986, 1.352394, 1.413880, 1.426954, 1.449717", \
+					  "1.376451, 1.384473, 1.464541, 1.535026, 1.349367, 1.342020");
+				}
+			}
+			internal_power () {
+				related_pin : "PAD";
+				when : "!CS&IE&!OE";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("0.860430, 0.850160, 0.839960, 0.809920, 0.797780, 0.788670", \
+					  "1.088730, 1.077690, 1.066260, 1.036190, 1.026110, 1.015510", \
+					  "0.944730, 0.948140, 0.934350, 0.899740, 0.890500, 0.884630");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("1.026310, 1.051620, 1.088280, 1.148550, 1.164190, 1.175620", \
+					  "0.899940, 0.923120, 0.960300, 1.022070, 1.037350, 1.048590", \
+					  "0.740700, 0.765370, 0.803620, 0.865060, 0.880030, 0.891960");
+				}
+			}
+			internal_power () {
+				related_pin : "PAD";
+				when : "CS&IE&!OE";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("1.079080, 1.069700, 1.059950, 1.030350, 1.018850, 1.013580", \
+					  "1.370830, 1.360820, 1.350770, 1.328350, 1.314160, 1.307080", \
+					  "1.272680, 1.262380, 1.249730, 1.223790, 1.208620, 1.199770");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("1.356640, 1.386600, 1.438820, 1.549330, 1.584140, 1.610160", \
+					  "1.050720, 1.081630, 1.133300, 1.243710, 1.279200, 1.302760", \
+					  "1.025350, 1.050720, 1.104710, 1.213530, 1.249470, 1.274570");
+				}
+			}
+			internal_power () {
+				related_pin : "IE";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("1.280320, 1.302189, 1.263544, 1.266008, 1.246752, 1.259383", \
+					  "1.035624, 1.058203, 1.068974, 1.043279, 1.032598, 1.042098", \
+					  "1.020245, 1.003281, 1.007458, 0.993661, 0.962129, 1.015165");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("1.533315, 1.555348, 1.581036, 1.621940, 1.633930, 1.622410", \
+					  "1.338210, 1.435156, 1.360667, 1.446792, 1.363355, 1.349630", \
+					  "1.334005, 1.323435, 1.408634, 1.475395, 1.356548, 1.443173");
+				}
+			}
+			internal_power () {
+				related_pin : "PAD";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("0.969755, 0.959930, 0.949955, 0.920135, 0.908315, 0.901125", \
+					  "1.229780, 1.219255, 1.208515, 1.182270, 1.170135, 1.161295", \
+					  "1.108705, 1.105260, 1.092040, 1.061765, 1.049560, 1.042200");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("1.191475, 1.219110, 1.263550, 1.348940, 1.374165, 1.392890", \
+					  "0.975330, 1.002375, 1.046800, 1.132890, 1.158275, 1.175675", \
+					  "0.883025, 0.908045, 0.954165, 1.039295, 1.064750, 1.083265");
+				}
+			}
+			timing () {
+				related_pin : "IE";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				when : "!CS&!OE&PAD";
+				sdf_cond : "CS==1'b0&&OE==1'b0&&PAD==1'b1";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("1.579684, 1.634080, 1.700978, 1.891230, 1.982983, 2.074585", \
+					  "1.675393, 1.730363, 1.796877, 1.986869, 2.078603, 2.170399", \
+					  "1.735317, 1.790176, 1.856207, 2.046948, 2.138746, 2.230436");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.159404, 0.231154, 0.327208, 0.657721, 0.831185, 1.006530", \
+					  "0.158354, 0.230770, 0.327772, 0.658933, 0.832098, 1.003803", \
+					  "0.158068, 0.229556, 0.327783, 0.658115, 0.830984, 1.003717");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("1.353657, 1.399083, 1.452190, 1.597759, 1.665451, 1.732181", \
+					  "1.497533, 1.542936, 1.596366, 1.741569, 1.809235, 1.876017", \
+					  "1.646092, 1.691506, 1.745024, 1.890180, 1.957825, 2.024572");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.088267, 0.141909, 0.213127, 0.437362, 0.552403, 0.668883", \
+					  "0.088364, 0.142726, 0.212577, 0.437542, 0.551864, 0.668999", \
+					  "0.088670, 0.142315, 0.212319, 0.437179, 0.552640, 0.668627");
+				}
+			}
+			timing () {
+				related_pin : "IE";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				when : "CS&!OE&PAD";
+				sdf_cond : "CS==1'b1&&OE==1'b0&&PAD==1'b1";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("1.635463, 1.690307, 1.756537, 1.946762, 2.038475, 2.130196", \
+					  "1.731388, 1.786122, 1.852757, 2.042639, 2.134456, 2.226376", \
+					  "1.790996, 1.845562, 1.911414, 2.101073, 2.192790, 2.285846");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.158414, 0.231648, 0.327760, 0.659094, 0.832151, 1.002485", \
+					  "0.159865, 0.230961, 0.327558, 0.658613, 0.831605, 1.007452", \
+					  "0.159052, 0.229816, 0.326975, 0.660174, 0.831346, 1.004208");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("1.433676, 1.478673, 1.531992, 1.677275, 1.744909, 1.811644", \
+					  "1.577404, 1.622879, 1.676077, 1.821446, 1.889132, 1.955905", \
+					  "1.726271, 1.771268, 1.824583, 1.969922, 2.037545, 2.104274");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.088132, 0.142430, 0.212427, 0.437530, 0.552596, 0.668358", \
+					  "0.088656, 0.142375, 0.213426, 0.437002, 0.551765, 0.668414", \
+					  "0.088127, 0.142429, 0.212443, 0.437843, 0.552554, 0.668358");
+				}
+			}
+			timing () {
+				related_pin : "PAD";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				when : "!CS&IE&!OE";
+				sdf_cond : "CS==1'b0&&IE==1'b1&&OE==1'b0";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("1.116164, 1.170953, 1.236779, 1.426953, 1.518853, 1.610068", \
+					  "1.198677, 1.253304, 1.319113, 1.509617, 1.601771, 1.693853", \
+					  "1.227423, 1.282256, 1.348305, 1.538816, 1.630390, 1.721965");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.157090, 0.227798, 0.323885, 0.658885, 0.830440, 1.002119", \
+					  "0.157644, 0.228134, 0.324081, 0.658909, 0.831360, 1.003989", \
+					  "0.158187, 0.227338, 0.324749, 0.656760, 0.830738, 1.003757");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("1.081677, 1.127039, 1.179799, 1.325343, 1.392834, 1.459929", \
+					  "1.138665, 1.183443, 1.236513, 1.381939, 1.449706, 1.516569", \
+					  "1.328956, 1.374084, 1.427132, 1.572936, 1.640687, 1.707507");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.088855, 0.142543, 0.211903, 0.436757, 0.550158, 0.665261", \
+					  "0.088530, 0.141956, 0.211553, 0.436072, 0.551320, 0.665726", \
+					  "0.088450, 0.142390, 0.211932, 0.436794, 0.551546, 0.666833");
+				}
+			}
+			timing () {
+				related_pin : "PAD";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				when : "CS&IE&!OE";
+				sdf_cond : "CS==1'b1&&IE==1'b1&&OE==1'b0";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("1.193667, 1.248389, 1.314357, 1.504466, 1.596418, 1.688676", \
+					  "1.313998, 1.369002, 1.434617, 1.624811, 1.716941, 1.808191", \
+					  "1.405365, 1.459638, 1.525950, 1.716953, 1.808406, 1.900725");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.156862, 0.227454, 0.325159, 0.657636, 0.829240, 1.004425", \
+					  "0.157584, 0.227579, 0.324573, 0.658437, 0.830644, 1.004815", \
+					  "0.157765, 0.227931, 0.324739, 0.658473, 0.829057, 1.004948");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("1.719519, 1.764608, 1.817700, 1.963119, 2.030838, 2.097575", \
+					  "1.664064, 1.709274, 1.762308, 1.908024, 1.975667, 2.042452", \
+					  "1.881806, 1.927454, 1.980250, 2.126007, 2.193775, 2.260099");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.089063, 0.142426, 0.212058, 0.437051, 0.551754, 0.666134", \
+					  "0.089284, 0.142624, 0.212265, 0.436499, 0.551623, 0.668103", \
+					  "0.089296, 0.142667, 0.211804, 0.437428, 0.551660, 0.665904");
+				}
+			}
+		}
+		pin ("DVDD") {
+			direction : "inout";
+			capacitance : 0;
+		}
+		pin ("DVSS") {
+			direction : "inout";
+			capacitance : 0;
+		}
+		pin ("VDD") {
+			direction : "inout";
+			capacitance : 0;
+		}
+		pin ("VSS") {
+			direction : "inout";
+			capacitance : 0;
+		}
+	}
diff --git a/cells/bi_t/gf180mcu_fd_io__bi_t__ff_n40C_2v75.lib.json b/cells/bi_t/gf180mcu_fd_io__bi_t__ff_n40C_2v75.lib.json
new file mode 100644
index 0000000..e77e0c8
--- /dev/null
+++ b/cells/bi_t/gf180mcu_fd_io__bi_t__ff_n40C_2v75.lib.json
@@ -0,0 +1,7452 @@
+{
+    "cell gf180mcu_fd_io__bi_t": {
+        "scaling_factors": "gf_factors",
+        "area": "26250.000000",
+        "pad_cell": "true",
+        "dont_use": "true",
+        "dont_touch": "true",
+        "cell_leakage_power": "1.385110e-03",
+        "leakage_power ": {
+            "when": "!PDRV0 !PDRV1 !CS !SL !IE !OE !PU !PD !A !PAD",
+            "value": "0.001385"
+        },
+        "pin CS": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.023230",
+            "comp_attribute rise_capacitance_range": "0.021881,0.024012",
+            "capacitance": "0.022819",
+            "fall_capacitance": "0.022408",
+            "comp_attribute fall_capacitance_range": "0.021859,0.023339",
+            "internal_power ": {
+                "rise_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        0.218824,
+                        0.764784,
+                        0.776591
+                    ]
+                },
+                "fall_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        0.312309,
+                        0.711312,
+                        0.711243
+                    ]
+                }
+            }
+        },
+        "pin SL": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.031826",
+            "comp_attribute rise_capacitance_range": "0.030335,0.032711",
+            "capacitance": "0.031466",
+            "fall_capacitance": "0.031105",
+            "comp_attribute fall_capacitance_range": "0.030470,0.032353",
+            "internal_power ": {
+                "rise_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        0.186136,
+                        0.973298,
+                        0.97156
+                    ]
+                },
+                "fall_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        0.341927,
+                        1.08925,
+                        1.091698
+                    ]
+                }
+            }
+        },
+        "pin IE": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.014576",
+            "comp_attribute rise_capacitance_range": "0.013332,0.015363",
+            "capacitance": "0.014157",
+            "fall_capacitance": "0.013737",
+            "comp_attribute fall_capacitance_range": "0.013127,0.014587",
+            "internal_power ": {
+                "rise_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        0.255169,
+                        0.487362,
+                        0.500066
+                    ]
+                },
+                "fall_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        0.248753,
+                        0.436295,
+                        0.460449
+                    ]
+                }
+            }
+        },
+        "pin OE": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.086926",
+            "comp_attribute rise_capacitance_range": "0.079824,0.096298",
+            "capacitance": "0.086552",
+            "fall_capacitance": "0.084665",
+            "comp_attribute fall_capacitance_range": "0.080272,0.090345"
+        },
+        "pin PU": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.079676",
+            "comp_attribute rise_capacitance_range": "0.064312,0.091825",
+            "capacitance": "0.080200",
+            "fall_capacitance": "0.080723",
+            "comp_attribute fall_capacitance_range": "0.061446,0.096873",
+            "internal_power ": {
+                "rise_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        -0.168159,
+                        0.117143,
+                        0.122743
+                    ]
+                },
+                "fall_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        0.637833,
+                        0.993663,
+                        1.086161
+                    ]
+                }
+            }
+        },
+        "pin PD": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.047824",
+            "comp_attribute rise_capacitance_range": "0.046550,0.048765",
+            "capacitance": "0.049187",
+            "fall_capacitance": "0.050549",
+            "comp_attribute fall_capacitance_range": "0.048701,0.051776",
+            "internal_power ": {
+                "rise_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        0.025318,
+                        0.559589,
+                        0.520578
+                    ]
+                },
+                "fall_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        0.572313,
+                        0.880183,
+                        0.898424
+                    ]
+                }
+            }
+        },
+        "pin A": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.036903",
+            "comp_attribute rise_capacitance_range": "0.034999,0.038248",
+            "capacitance": "0.036909",
+            "fall_capacitance": "0.036914",
+            "comp_attribute fall_capacitance_range": "0.035861,0.038095",
+            "internal_power ": {
+                "rise_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        -0.08894,
+                        -0.088168,
+                        -0.085537
+                    ]
+                },
+                "fall_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        0.101362,
+                        0.100781,
+                        0.09886
+                    ]
+                }
+            }
+        },
+        "pin PDRV0": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.030472",
+            "comp_attribute rise_capacitance_range": "0.030012,0.030897",
+            "capacitance": "0.030076",
+            "fall_capacitance": "0.029681",
+            "comp_attribute fall_capacitance_range": "0.029330,0.030108",
+            "internal_power ": {
+                "rise_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        -0.073625,
+                        -0.074067,
+                        -0.072265
+                    ]
+                },
+                "fall_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        0.073462,
+                        0.072327,
+                        0.0727
+                    ]
+                }
+            }
+        },
+        "pin PDRV1": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.032557",
+            "comp_attribute rise_capacitance_range": "0.032050,0.033018",
+            "capacitance": "0.032150",
+            "fall_capacitance": "0.031743",
+            "comp_attribute fall_capacitance_range": "0.031400,0.032194",
+            "internal_power ": {
+                "rise_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        -0.086327,
+                        -0.087143,
+                        -0.085219
+                    ]
+                },
+                "fall_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        0.086036,
+                        0.085141,
+                        0.085704
+                    ]
+                }
+            }
+        },
+        "pin PAD": {
+            "drive_current": "16000.000000",
+            "is_pad": "true",
+            "function": "((A))",
+            "three_state": "((!OE))",
+            "direction": "inout",
+            "max_transition": "1.000000",
+            "max_capacitance": "30.000000",
+            "input_signal_level": "DVDD",
+            "output_signal_level": "DVDD",
+            "capacitance": "2.957754",
+            "internal_power ": [
+                {
+                    "related_pin": "A",
+                    "when": "!IE&OE&!PDRV0&!PDRV1&!SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                16.76521,
+                                16.61286,
+                                16.30081,
+                                15.70026,
+                                14.9435,
+                                14.60246
+                            ],
+                            [
+                                16.617048,
+                                16.876058,
+                                16.200168,
+                                15.765768,
+                                14.939648,
+                                14.449968
+                            ],
+                            [
+                                16.770037,
+                                16.523337,
+                                16.183657,
+                                15.716647,
+                                15.245077,
+                                15.008617
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                18.477808,
+                                18.661108,
+                                18.707028,
+                                18.745528,
+                                18.748748,
+                                18.758338
+                            ],
+                            [
+                                18.408289,
+                                18.751499,
+                                18.736049,
+                                18.754819,
+                                18.777389,
+                                18.800839
+                            ],
+                            [
+                                18.48739,
+                                18.7136,
+                                18.90891,
+                                18.74116,
+                                18.815,
+                                18.90081
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "A",
+                    "when": "!IE&OE&!PDRV0&!PDRV1&SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                16.64153,
+                                16.45429,
+                                16.10441,
+                                15.49192,
+                                15.22819,
+                                14.53144
+                            ],
+                            [
+                                16.624938,
+                                16.486568,
+                                16.172408,
+                                15.687188,
+                                15.316318,
+                                14.844588
+                            ],
+                            [
+                                16.620787,
+                                16.461397,
+                                16.114947,
+                                15.559267,
+                                15.360717,
+                                14.411517
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                17.417898,
+                                18.417128,
+                                18.435788,
+                                18.480108,
+                                18.469748,
+                                18.513998
+                            ],
+                            [
+                                17.443049,
+                                18.201609,
+                                18.438039,
+                                18.512609,
+                                18.488069,
+                                18.505939
+                            ],
+                            [
+                                17.43492,
+                                18.13037,
+                                18.42126,
+                                18.52372,
+                                18.561,
+                                18.52039
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "A",
+                    "when": "!IE&OE&!PDRV0&PDRV1&!SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                26.11085,
+                                26.54291,
+                                26.46095,
+                                26.1609,
+                                25.67648,
+                                25.89161
+                            ],
+                            [
+                                26.246468,
+                                26.564538,
+                                26.287388,
+                                26.125238,
+                                25.756938,
+                                25.577978
+                            ],
+                            [
+                                26.148167,
+                                26.526907,
+                                26.593537,
+                                25.991867,
+                                25.826757,
+                                25.376937
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                27.128198,
+                                28.162128,
+                                28.404398,
+                                28.523608,
+                                28.583188,
+                                28.644518
+                            ],
+                            [
+                                27.109559,
+                                28.143789,
+                                28.374379,
+                                28.492809,
+                                28.519779,
+                                28.640869
+                            ],
+                            [
+                                27.11435,
+                                28.11664,
+                                28.51358,
+                                28.49231,
+                                28.59327,
+                                28.60734
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "A",
+                    "when": "!IE&OE&!PDRV0&PDRV1&SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                24.87807,
+                                25.96858,
+                                25.97191,
+                                26.15009,
+                                25.61532,
+                                25.21312
+                            ],
+                            [
+                                24.843838,
+                                26.092238,
+                                25.963418,
+                                25.852588,
+                                25.517278,
+                                25.236508
+                            ],
+                            [
+                                24.966367,
+                                26.088627,
+                                25.994347,
+                                25.837107,
+                                25.500997,
+                                25.230957
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                23.534018,
+                                25.008158,
+                                26.213038,
+                                26.946018,
+                                27.190618,
+                                27.661208
+                            ],
+                            [
+                                23.569009,
+                                24.753549,
+                                25.753989,
+                                27.054389,
+                                27.138739,
+                                27.561609
+                            ],
+                            [
+                                23.5566,
+                                24.77331,
+                                26.2192,
+                                26.98776,
+                                26.22332,
+                                28.30185
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "A",
+                    "when": "!IE&OE&PDRV0&!PDRV1&!SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                21.39649,
+                                21.43829,
+                                21.25555,
+                                20.88259,
+                                20.54102,
+                                20.09135
+                            ],
+                            [
+                                21.719458,
+                                22.091368,
+                                21.131888,
+                                21.600468,
+                                21.087838,
+                                20.715208
+                            ],
+                            [
+                                21.388397,
+                                21.493107,
+                                21.227017,
+                                20.854447,
+                                20.611347,
+                                20.058637
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                23.017038,
+                                23.513368,
+                                23.626008,
+                                23.688838,
+                                23.726968,
+                                23.764208
+                            ],
+                            [
+                                22.934529,
+                                23.413509,
+                                23.643269,
+                                23.715119,
+                                23.687869,
+                                23.787509
+                            ],
+                            [
+                                23.08007,
+                                23.76602,
+                                23.432,
+                                23.67119,
+                                23.81995,
+                                23.75105
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "A",
+                    "when": "!IE&OE&PDRV0&!PDRV1&SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                20.8635,
+                                21.30447,
+                                21.02457,
+                                20.71791,
+                                20.4844,
+                                19.99201
+                            ],
+                            [
+                                20.872998,
+                                21.173568,
+                                21.001278,
+                                20.843218,
+                                20.401508,
+                                19.858248
+                            ],
+                            [
+                                20.851947,
+                                21.284497,
+                                21.057427,
+                                20.714627,
+                                20.488127,
+                                20.001647
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                20.616368,
+                                22.149568,
+                                22.920048,
+                                23.077178,
+                                23.252088,
+                                23.321408
+                            ],
+                            [
+                                20.512859,
+                                21.621229,
+                                22.082359,
+                                22.831259,
+                                23.227069,
+                                23.178309
+                            ],
+                            [
+                                20.6061,
+                                21.95809,
+                                22.64936,
+                                23.17438,
+                                23.57885,
+                                23.76695
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "A",
+                    "when": "!IE&OE&PDRV0&PDRV1&!SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                30.4245,
+                                31.02454,
+                                31.13871,
+                                30.84703,
+                                30.78383,
+                                30.541
+                            ],
+                            [
+                                30.481348,
+                                31.039618,
+                                31.158878,
+                                30.892958,
+                                30.602528,
+                                30.737438
+                            ],
+                            [
+                                30.222117,
+                                30.996197,
+                                30.984047,
+                                30.820917,
+                                30.779817,
+                                30.532497
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                31.029338,
+                                32.678558,
+                                33.103728,
+                                33.299448,
+                                33.371698,
+                                33.441638
+                            ],
+                            [
+                                31.198099,
+                                32.531599,
+                                33.059959,
+                                33.337379,
+                                33.374379,
+                                33.415379
+                            ],
+                            [
+                                30.97163,
+                                32.61638,
+                                33.10316,
+                                33.34572,
+                                33.39651,
+                                33.40886
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "A",
+                    "when": "!IE&OE&PDRV0&PDRV1&SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                28.5677,
+                                30.74618,
+                                30.464,
+                                30.46818,
+                                30.72072,
+                                29.84807
+                            ],
+                            [
+                                28.464258,
+                                30.681998,
+                                30.728168,
+                                30.533548,
+                                30.549358,
+                                30.052938
+                            ],
+                            [
+                                28.515777,
+                                30.628797,
+                                30.483857,
+                                30.471107,
+                                30.623157,
+                                29.771087
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                26.730158,
+                                28.044828,
+                                29.359498,
+                                30.681198,
+                                31.261878,
+                                31.751728
+                            ],
+                            [
+                                26.512339,
+                                28.638379,
+                                29.726529,
+                                30.161689,
+                                31.298819,
+                                31.547099
+                            ],
+                            [
+                                26.53598,
+                                28.75077,
+                                29.24025,
+                                29.48666,
+                                30.70167,
+                                30.0613
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "A&!IE&!PDRV0&!PDRV1&!SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                15.949211,
+                                15.702871,
+                                15.208651,
+                                14.498591,
+                                13.949231,
+                                14.142251
+                            ],
+                            [
+                                12.860551,
+                                12.631861,
+                                12.160911,
+                                11.368111,
+                                11.000801,
+                                9.408001
+                            ],
+                            [
+                                12.748023,
+                                12.491573,
+                                12.102813,
+                                11.869423,
+                                11.634153,
+                                11.007623
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                2.168324,
+                                2.345398,
+                                2.393104,
+                                2.411367,
+                                2.421141,
+                                2.427265
+                            ],
+                            [
+                                0.925287,
+                                1.238664,
+                                1.318395,
+                                1.351666,
+                                1.369639,
+                                1.380853
+                            ],
+                            [
+                                1.221601,
+                                1.48779,
+                                1.588859,
+                                1.635505,
+                                1.662124,
+                                1.67923
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "A&!IE&!PDRV0&!PDRV1&SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                15.847801,
+                                15.465241,
+                                15.168551,
+                                14.919151,
+                                14.036021,
+                                12.981551
+                            ],
+                            [
+                                12.650551,
+                                12.411641,
+                                12.055801,
+                                11.737771,
+                                11.353901,
+                                10.514991
+                            ],
+                            [
+                                12.568343,
+                                12.306433,
+                                11.977043,
+                                11.431293,
+                                11.245613,
+                                10.211943
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                2.158031,
+                                2.303898,
+                                2.366564,
+                                2.385103,
+                                2.381667,
+                                2.389027
+                            ],
+                            [
+                                0.932487,
+                                1.286931,
+                                1.299956,
+                                1.356227,
+                                1.395595,
+                                1.402571
+                            ],
+                            [
+                                1.407885,
+                                1.415779,
+                                1.704914,
+                                1.8127,
+                                1.864415,
+                                1.897274
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "A&!IE&!PDRV0&PDRV1&!SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                23.478781,
+                                23.180111,
+                                23.003091,
+                                22.700241,
+                                22.365071,
+                                21.920661
+                            ],
+                            [
+                                20.416801,
+                                20.165971,
+                                19.874231,
+                                19.620131,
+                                19.274371,
+                                19.081361
+                            ],
+                            [
+                                20.321103,
+                                20.024853,
+                                19.774703,
+                                19.489363,
+                                19.151793,
+                                18.760743
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                4.09226,
+                                4.184823,
+                                4.244189,
+                                4.271672,
+                                4.290883,
+                                4.305565
+                            ],
+                            [
+                                4.66565,
+                                5.59062,
+                                5.864081,
+                                6.023775,
+                                6.121038,
+                                6.184964
+                            ],
+                            [
+                                5.167736,
+                                5.855524,
+                                6.064996,
+                                6.261638,
+                                6.3847,
+                                6.465519
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "A&!IE&!PDRV0&PDRV1&SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                22.135491,
+                                22.939561,
+                                22.627431,
+                                22.375851,
+                                21.913041,
+                                21.663841
+                            ],
+                            [
+                                18.962781,
+                                19.820581,
+                                19.702461,
+                                19.100551,
+                                19.053221,
+                                18.731291
+                            ],
+                            [
+                                18.851803,
+                                19.624283,
+                                19.242983,
+                                19.157433,
+                                18.809033,
+                                18.465873
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                3.974006,
+                                4.203884,
+                                4.250279,
+                                4.273433,
+                                4.288725,
+                                4.299721
+                            ],
+                            [
+                                4.787049,
+                                5.729541,
+                                5.973273,
+                                6.071173,
+                                6.15222,
+                                6.213595
+                            ],
+                            [
+                                5.016574,
+                                5.55368,
+                                5.815865,
+                                6.054241,
+                                6.194301,
+                                6.293781
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "A&!IE&PDRV0&!PDRV1&!SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                20.081681,
+                                19.874361,
+                                19.601991,
+                                19.347481,
+                                18.822201,
+                                18.602511
+                            ],
+                            [
+                                16.996991,
+                                16.778221,
+                                16.452741,
+                                16.067501,
+                                15.842381,
+                                15.174001
+                            ],
+                            [
+                                16.834473,
+                                16.615603,
+                                16.316433,
+                                15.979563,
+                                15.659923,
+                                15.268573
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                3.930879,
+                                4.385828,
+                                4.41478,
+                                4.47772,
+                                4.512994,
+                                4.534485
+                            ],
+                            [
+                                2.987119,
+                                3.570513,
+                                3.765146,
+                                3.846544,
+                                3.891654,
+                                3.920787
+                            ],
+                            [
+                                3.321463,
+                                4.188993,
+                                4.33884,
+                                4.355535,
+                                4.348604,
+                                4.338685
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "A&!IE&PDRV0&!PDRV1&SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                19.518111,
+                                19.644961,
+                                19.362131,
+                                19.055571,
+                                18.735271,
+                                18.319561
+                            ],
+                            [
+                                16.383141,
+                                16.461801,
+                                16.234671,
+                                15.835191,
+                                15.603111,
+                                15.325271
+                            ],
+                            [
+                                16.232083,
+                                16.365533,
+                                16.093493,
+                                15.745843,
+                                15.393893,
+                                14.795263
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                3.921424,
+                                4.287875,
+                                4.410284,
+                                4.463199,
+                                4.49496,
+                                4.516337
+                            ],
+                            [
+                                3.011791,
+                                3.671081,
+                                3.837285,
+                                3.901447,
+                                3.936243,
+                                3.958547
+                            ],
+                            [
+                                3.356479,
+                                4.02416,
+                                4.143903,
+                                4.205902,
+                                4.231401,
+                                4.250776
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "A&!IE&PDRV0&PDRV1&!SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                27.441611,
+                                27.433461,
+                                27.193431,
+                                26.899671,
+                                26.666591,
+                                26.307461
+                            ],
+                            [
+                                24.307861,
+                                24.265861,
+                                23.971241,
+                                23.851941,
+                                23.409491,
+                                23.116131
+                            ],
+                            [
+                                24.177433,
+                                24.120483,
+                                24.034703,
+                                23.751433,
+                                23.336973,
+                                23.110253
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                5.75145,
+                                6.097097,
+                                6.258012,
+                                6.335921,
+                                6.369738,
+                                6.393576
+                            ],
+                            [
+                                6.702479,
+                                7.840207,
+                                8.233527,
+                                8.451097,
+                                8.571237,
+                                8.654147
+                            ],
+                            [
+                                7.070851,
+                                8.162459,
+                                8.618039,
+                                8.804339,
+                                8.895559,
+                                8.943979
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "A&!IE&PDRV0&PDRV1&SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                25.357851,
+                                26.742971,
+                                26.720421,
+                                26.071971,
+                                26.190001,
+                                25.764421
+                            ],
+                            [
+                                22.113031,
+                                23.460521,
+                                23.694521,
+                                23.200601,
+                                22.775571,
+                                22.625221
+                            ],
+                            [
+                                22.009503,
+                                23.401743,
+                                23.302813,
+                                23.236983,
+                                22.945763,
+                                22.473023
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                5.680093,
+                                6.181773,
+                                6.251333,
+                                6.319525,
+                                6.360976,
+                                6.3953
+                            ],
+                            [
+                                6.765527,
+                                7.910177,
+                                8.383587,
+                                8.361737,
+                                8.500017,
+                                8.601417
+                            ],
+                            [
+                                7.390618,
+                                7.735534,
+                                8.051059,
+                                9.272499,
+                                9.001089,
+                                8.802829
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "!A&!IE&!PDRV0&!PDRV1&!SL",
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                15.974251,
+                                16.233371,
+                                16.063941,
+                                16.287031,
+                                16.247451,
+                                16.582701
+                            ],
+                            [
+                                13.080161,
+                                13.105411,
+                                13.165221,
+                                13.164291,
+                                13.254031,
+                                13.314571
+                            ],
+                            [
+                                12.969703,
+                                13.063533,
+                                13.084373,
+                                13.109573,
+                                13.104013,
+                                13.013763
+                            ]
+                        ]
+                    },
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                1.723721,
+                                -43.741848,
+                                -89.172728,
+                                -134.468848,
+                                -179.856548,
+                                -225.239748
+                            ],
+                            [
+                                -0.00089,
+                                -45.586493,
+                                -90.984743,
+                                -136.370273,
+                                -181.750873,
+                                -227.129273
+                            ],
+                            [
+                                0.293389,
+                                -45.467671,
+                                -90.877471,
+                                -136.254131,
+                                -181.625731,
+                                -226.997031
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "!A&!IE&!PDRV0&!PDRV1&SL",
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                15.105341,
+                                15.836711,
+                                15.857091,
+                                15.875641,
+                                15.798031,
+                                16.044461
+                            ],
+                            [
+                                12.101481,
+                                12.777091,
+                                12.919981,
+                                12.922921,
+                                12.906211,
+                                13.035171
+                            ],
+                            [
+                                11.930753,
+                                12.623623,
+                                12.796263,
+                                12.852733,
+                                12.880573,
+                                12.903953
+                            ]
+                        ]
+                    },
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                1.772716,
+                                -43.748698,
+                                -89.167638,
+                                -134.562748,
+                                -179.946848,
+                                -225.327648
+                            ],
+                            [
+                                0.020497,
+                                -45.509463,
+                                -90.925573,
+                                -136.319373,
+                                -181.705173,
+                                -227.087073
+                            ],
+                            [
+                                0.370435,
+                                -45.232931,
+                                -90.572431,
+                                -135.942631,
+                                -181.314931,
+                                -226.865031
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "!A&!IE&!PDRV0&PDRV1&!SL",
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                21.914861,
+                                22.519171,
+                                22.722921,
+                                22.634391,
+                                22.790921,
+                                22.674771
+                            ],
+                            [
+                                18.966741,
+                                19.602881,
+                                19.722631,
+                                19.710171,
+                                19.794771,
+                                19.753911
+                            ],
+                            [
+                                18.873353,
+                                19.455823,
+                                19.604053,
+                                19.649393,
+                                19.669543,
+                                19.662943
+                            ]
+                        ]
+                    },
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                5.018569,
+                                -40.601208,
+                                -86.060188,
+                                -131.479848,
+                                -176.881748,
+                                -222.273348
+                            ],
+                            [
+                                3.337381,
+                                -42.257663,
+                                -87.623453,
+                                -132.983773,
+                                -178.364473,
+                                -223.751173
+                            ],
+                            [
+                                4.727845,
+                                -40.750171,
+                                -87.256641,
+                                -132.982731,
+                                -178.453031,
+                                -223.869631
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "!A&!IE&!PDRV0&PDRV1&SL",
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                18.701531,
+                                19.594671,
+                                20.400171,
+                                20.991911,
+                                21.358931,
+                                21.616571
+                            ],
+                            [
+                                15.657911,
+                                16.543151,
+                                17.409531,
+                                18.083621,
+                                18.383691,
+                                18.678851
+                            ],
+                            [
+                                15.442893,
+                                16.436583,
+                                17.310153,
+                                17.925153,
+                                18.319043,
+                                18.544703
+                            ]
+                        ]
+                    },
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                4.996387,
+                                -40.616298,
+                                -86.087608,
+                                -131.510048,
+                                -176.912148,
+                                -222.303048
+                            ],
+                            [
+                                3.710287,
+                                -42.035863,
+                                -87.447513,
+                                -132.792373,
+                                -178.189973,
+                                -223.617573
+                            ],
+                            [
+                                4.041486,
+                                -41.802091,
+                                -87.048881,
+                                -132.455731,
+                                -177.843331,
+                                -223.224331
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "!A&!IE&PDRV0&!PDRV1&!SL",
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                19.296941,
+                                19.588171,
+                                19.463381,
+                                19.583091,
+                                19.623401,
+                                19.734771
+                            ],
+                            [
+                                16.339441,
+                                16.614381,
+                                16.564381,
+                                16.619631,
+                                16.673781,
+                                16.731871
+                            ],
+                            [
+                                16.227283,
+                                16.494603,
+                                16.503263,
+                                16.542093,
+                                16.579723,
+                                16.620983
+                            ]
+                        ]
+                    },
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                3.633565,
+                                -41.981768,
+                                -87.424398,
+                                -132.832948,
+                                -178.227148,
+                                -223.615048
+                            ],
+                            [
+                                1.990873,
+                                -43.698273,
+                                -89.128913,
+                                -134.521473,
+                                -179.909973,
+                                -225.279073
+                            ],
+                            [
+                                2.230786,
+                                -43.111891,
+                                -88.313591,
+                                -133.682531,
+                                -179.059231,
+                                -224.436731
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "!A&!IE&PDRV0&!PDRV1&SL",
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                17.054741,
+                                18.028101,
+                                18.497591,
+                                18.703201,
+                                19.069741,
+                                19.099331
+                            ],
+                            [
+                                13.979161,
+                                14.955131,
+                                15.614351,
+                                15.906931,
+                                16.037691,
+                                16.105931
+                            ],
+                            [
+                                13.846693,
+                                14.846793,
+                                15.471873,
+                                15.778013,
+                                15.979643,
+                                16.044233
+                            ]
+                        ]
+                    },
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                3.647249,
+                                -41.948298,
+                                -87.386458,
+                                -132.791948,
+                                -178.185048,
+                                -223.572048
+                            ],
+                            [
+                                1.964951,
+                                -43.665153,
+                                -89.117213,
+                                -134.529273,
+                                -179.925873,
+                                -225.314873
+                            ],
+                            [
+                                2.24171,
+                                -43.497021,
+                                -88.638011,
+                                -134.051931,
+                                -179.477731,
+                                -224.968531
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "!A&!IE&PDRV0&PDRV1&!SL",
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                24.688051,
+                                25.782011,
+                                25.998201,
+                                26.005451,
+                                26.071471,
+                                26.158281
+                            ],
+                            [
+                                21.720961,
+                                22.790671,
+                                23.051101,
+                                23.048351,
+                                23.139131,
+                                23.143751
+                            ],
+                            [
+                                21.603393,
+                                22.656803,
+                                23.059173,
+                                22.866603,
+                                23.169923,
+                                23.000993
+                            ]
+                        ]
+                    },
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                6.838021,
+                                -38.763428,
+                                -84.225218,
+                                -129.647448,
+                                -175.051948,
+                                -220.440048
+                            ],
+                            [
+                                5.441571,
+                                -40.221313,
+                                -85.646693,
+                                -131.037173,
+                                -176.425673,
+                                -221.811573
+                            ],
+                            [
+                                5.398586,
+                                -40.470551,
+                                -85.395931,
+                                -130.855531,
+                                -176.284831,
+                                -221.696731
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "!A&!IE&PDRV0&PDRV1&SL",
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                20.745581,
+                                21.601231,
+                                22.431051,
+                                23.192011,
+                                23.741281,
+                                24.244911
+                            ],
+                            [
+                                17.636901,
+                                18.581171,
+                                19.387541,
+                                20.162261,
+                                20.722851,
+                                21.361231
+                            ],
+                            [
+                                17.400803,
+                                18.390123,
+                                19.336683,
+                                20.114393,
+                                20.734893,
+                                21.118563
+                            ]
+                        ]
+                    },
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                6.783783,
+                                -38.900968,
+                                -84.277818,
+                                -129.657648,
+                                -175.049648,
+                                -220.440248
+                            ],
+                            [
+                                5.485722,
+                                -40.232703,
+                                -85.755473,
+                                -131.110273,
+                                -176.370373,
+                                -221.821573
+                            ],
+                            [
+                                5.868703,
+                                -39.743971,
+                                -85.304021,
+                                -130.750331,
+                                -176.150331,
+                                -221.537031
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "A",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                46.411963,
+                                47.52303,
+                                47.180227,
+                                46.60472,
+                                45.998365,
+                                45.177765
+                            ],
+                            [
+                                46.467588,
+                                47.751488,
+                                47.160899,
+                                46.825243,
+                                46.042854,
+                                45.368219
+                            ],
+                            [
+                                46.370899,
+                                47.500716,
+                                47.159709,
+                                46.491497,
+                                46.108999,
+                                45.097974
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                46.987706,
+                                49.158711,
+                                50.192383,
+                                50.860481,
+                                51.151234,
+                                51.464261
+                            ],
+                            [
+                                46.921933,
+                                49.01379,
+                                49.953643,
+                                50.715018,
+                                51.128028,
+                                51.359388
+                            ],
+                            [
+                                46.94676,
+                                49.206295,
+                                50.12193,
+                                50.605725,
+                                50.922393,
+                                51.329637
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                25.528069,
+                                -19.914872,
+                                -65.614544,
+                                -111.385369,
+                                -157.179207,
+                                -202.938616
+                            ],
+                            [
+                                20.830263,
+                                -24.651308,
+                                -70.310374,
+                                -116.110273,
+                                -161.791192,
+                                -207.729489
+                            ],
+                            [
+                                21.114463,
+                                -24.390724,
+                                -70.070249,
+                                -115.789277,
+                                -161.504,
+                                -207.437719
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                23.144721,
+                                24.146752,
+                                24.502862,
+                                24.776334,
+                                24.977789,
+                                25.177134
+                            ],
+                            [
+                                20.032518,
+                                21.475953,
+                                22.063748,
+                                22.37273,
+                                22.606225,
+                                22.805271
+                            ],
+                            [
+                                20.28101,
+                                21.548975,
+                                22.186539,
+                                22.655039,
+                                22.877443,
+                                22.947776
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "rise_power power_inputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "values": [
+                            -12.77765,
+                            -12.97138,
+                            -12.79046
+                        ]
+                    },
+                    "fall_power power_inputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "values": [
+                            12.74941,
+                            12.91788,
+                            12.93035
+                        ]
+                    }
+                }
+            ],
+            "timing ": [
+                {
+                    "related_pin": "A",
+                    "timing_type": "combinational",
+                    "timing_sense": "positive_unate",
+                    "when": "!IE&OE&!PDRV0&!PDRV1&!SL",
+                    "sdf_cond": "IE==1'b0&&OE==1'b1&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b0",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.957754,
+                            8.957754,
+                            14.957754,
+                            20.957754,
+                            26.957754,
+                            32.957754
+                        ],
+                        "values": [
+                            [
+                                2.631046,
+                                3.596588,
+                                4.556077,
+                                5.516688,
+                                6.47564,
+                                7.434657
+                            ],
+                            [
+                                2.70499,
+                                3.670577,
+                                4.630897,
+                                5.591142,
+                                6.550408,
+                                7.508509
+                            ],
+                            [
+                                2.733385,
+                                3.698983,
+                                4.659845,
+                                5.617537,
+                                6.57588,
+                                7.535307
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.957754,
+                            8.957754,
+                            14.957754,
+                            20.957754,
+                            26.957754,
+                            32.957754
+                        ],
+                        "values": [
+                            [
+                                1.073363,
+                                2.940563,
+                                4.841015,
+                                6.726079,
+                                8.63751,
+                                10.54699
+                            ],
+                            [
+                                1.072165,
+                                2.946706,
+                                4.840243,
+                                6.735207,
+                                8.640874,
+                                10.5289
+                            ],
+                            [
+                                1.072386,
+                                2.946897,
+                                4.837874,
+                                6.741262,
+                                8.62952,
+                                10.52953
+                            ]
+                        ]
+                    },
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.957754,
+                            8.957754,
+                            14.957754,
+                            20.957754,
+                            26.957754,
+                            32.957754
+                        ],
+                        "values": [
+                            [
+                                2.704428,
+                                3.400295,
+                                4.065379,
+                                4.728785,
+                                5.395154,
+                                6.054366
+                            ],
+                            [
+                                2.847187,
+                                3.542981,
+                                4.208006,
+                                4.871113,
+                                5.533945,
+                                6.196931
+                            ],
+                            [
+                                3.003239,
+                                3.699202,
+                                4.364166,
+                                5.027302,
+                                5.690549,
+                                6.353159
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.957754,
+                            8.957754,
+                            14.957754,
+                            20.957754,
+                            26.957754,
+                            32.957754
+                        ],
+                        "values": [
+                            [
+                                0.839666,
+                                2.0121,
+                                3.232564,
+                                4.473983,
+                                5.721668,
+                                6.960627
+                            ],
+                            [
+                                0.840209,
+                                2.014017,
+                                3.237778,
+                                4.47436,
+                                5.729801,
+                                6.980496
+                            ],
+                            [
+                                0.841577,
+                                2.010524,
+                                3.227825,
+                                4.475477,
+                                5.718729,
+                                6.97036
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "A",
+                    "timing_type": "combinational",
+                    "timing_sense": "positive_unate",
+                    "when": "!IE&OE&!PDRV0&!PDRV1&SL",
+                    "sdf_cond": "IE==1'b0&&OE==1'b1&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b1",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.957754,
+                            8.957754,
+                            14.957754,
+                            20.957754,
+                            26.957754,
+                            32.957754
+                        ],
+                        "values": [
+                            [
+                                3.190293,
+                                4.345079,
+                                5.317354,
+                                6.275754,
+                                7.235034,
+                                8.193484
+                            ],
+                            [
+                                3.263746,
+                                4.418939,
+                                5.390373,
+                                6.349687,
+                                7.308882,
+                                8.267548
+                            ],
+                            [
+                                3.291848,
+                                4.446992,
+                                5.419406,
+                                6.378037,
+                                7.337022,
+                                8.29545
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.957754,
+                            8.957754,
+                            14.957754,
+                            20.957754,
+                            26.957754,
+                            32.957754
+                        ],
+                        "values": [
+                            [
+                                1.792089,
+                                3.397852,
+                                5.109267,
+                                6.919316,
+                                8.778424,
+                                10.63468
+                            ],
+                            [
+                                1.791815,
+                                3.397213,
+                                5.115757,
+                                6.920409,
+                                8.780856,
+                                10.65332
+                            ],
+                            [
+                                1.79108,
+                                3.398519,
+                                5.115056,
+                                6.918041,
+                                8.768828,
+                                10.65274
+                            ]
+                        ]
+                    },
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.957754,
+                            8.957754,
+                            14.957754,
+                            20.957754,
+                            26.957754,
+                            32.957754
+                        ],
+                        "values": [
+                            [
+                                2.827147,
+                                4.125723,
+                                5.177601,
+                                6.051996,
+                                6.836841,
+                                7.570076
+                            ],
+                            [
+                                2.969515,
+                                4.269209,
+                                5.31884,
+                                6.195481,
+                                6.979029,
+                                7.712787
+                            ],
+                            [
+                                3.125845,
+                                4.425527,
+                                5.47527,
+                                6.351787,
+                                7.135006,
+                                7.86944
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.957754,
+                            8.957754,
+                            14.957754,
+                            20.957754,
+                            26.957754,
+                            32.957754
+                        ],
+                        "values": [
+                            [
+                                1.361567,
+                                3.255436,
+                                4.626673,
+                                5.843549,
+                                7.007193,
+                                8.165594
+                            ],
+                            [
+                                1.361794,
+                                3.256957,
+                                4.625798,
+                                5.842529,
+                                7.012603,
+                                8.163346
+                            ],
+                            [
+                                1.361841,
+                                3.256572,
+                                4.625271,
+                                5.842772,
+                                7.005538,
+                                8.155308
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "A",
+                    "timing_type": "combinational",
+                    "timing_sense": "positive_unate",
+                    "when": "!IE&OE&!PDRV0&PDRV1&!SL",
+                    "sdf_cond": "IE==1'b0&&OE==1'b1&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b0",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.957754,
+                            8.957754,
+                            14.957754,
+                            20.957754,
+                            26.957754,
+                            32.957754
+                        ],
+                        "values": [
+                            [
+                                2.269885,
+                                2.615769,
+                                2.939552,
+                                3.259923,
+                                3.580354,
+                                3.901249
+                            ],
+                            [
+                                2.343255,
+                                2.688989,
+                                3.012117,
+                                3.333056,
+                                3.653887,
+                                3.973948
+                            ],
+                            [
+                                2.371174,
+                                2.717063,
+                                3.040835,
+                                3.361201,
+                                3.682754,
+                                4.002542
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.957754,
+                            8.957754,
+                            14.957754,
+                            20.957754,
+                            26.957754,
+                            32.957754
+                        ],
+                        "values": [
+                            [
+                                0.482956,
+                                1.051046,
+                                1.661453,
+                                2.290428,
+                                2.918528,
+                                3.53675
+                            ],
+                            [
+                                0.484008,
+                                1.050704,
+                                1.663039,
+                                2.290299,
+                                2.918443,
+                                3.547795
+                            ],
+                            [
+                                0.482996,
+                                1.051043,
+                                1.661453,
+                                2.290427,
+                                2.910822,
+                                3.536943
+                            ]
+                        ]
+                    },
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.957754,
+                            8.957754,
+                            14.957754,
+                            20.957754,
+                            26.957754,
+                            32.957754
+                        ],
+                        "values": [
+                            [
+                                2.395388,
+                                2.716003,
+                                2.962116,
+                                3.192251,
+                                3.416799,
+                                3.63933
+                            ],
+                            [
+                                2.537439,
+                                2.858006,
+                                3.104177,
+                                3.334312,
+                                3.558818,
+                                3.78132
+                            ],
+                            [
+                                2.694147,
+                                3.014797,
+                                3.260862,
+                                3.491006,
+                                3.715516,
+                                3.93802
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.957754,
+                            8.957754,
+                            14.957754,
+                            20.957754,
+                            26.957754,
+                            32.957754
+                        ],
+                        "values": [
+                            [
+                                0.456283,
+                                0.844187,
+                                1.218768,
+                                1.605373,
+                                2.000714,
+                                2.403939
+                            ],
+                            [
+                                0.456351,
+                                0.84341,
+                                1.218497,
+                                1.605488,
+                                1.99864,
+                                2.405967
+                            ],
+                            [
+                                0.456344,
+                                0.844366,
+                                1.217987,
+                                1.605428,
+                                1.998608,
+                                2.405929
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "A",
+                    "timing_type": "combinational",
+                    "timing_sense": "positive_unate",
+                    "when": "!IE&OE&!PDRV0&PDRV1&SL",
+                    "sdf_cond": "IE==1'b0&&OE==1'b1&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b1",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.957754,
+                            8.957754,
+                            14.957754,
+                            20.957754,
+                            26.957754,
+                            32.957754
+                        ],
+                        "values": [
+                            [
+                                2.385302,
+                                3.160871,
+                                3.612821,
+                                3.982555,
+                                4.322585,
+                                4.650992
+                            ],
+                            [
+                                2.458935,
+                                3.233799,
+                                3.686442,
+                                4.056261,
+                                4.396581,
+                                4.724273
+                            ],
+                            [
+                                2.486581,
+                                3.261766,
+                                3.714276,
+                                4.084149,
+                                4.424179,
+                                4.751828
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.957754,
+                            8.957754,
+                            14.957754,
+                            20.957754,
+                            26.957754,
+                            32.957754
+                        ],
+                        "values": [
+                            [
+                                0.994119,
+                                1.772795,
+                                2.313739,
+                                2.832373,
+                                3.375749,
+                                3.932226
+                            ],
+                            [
+                                0.992277,
+                                1.774054,
+                                2.309855,
+                                2.831933,
+                                3.372712,
+                                3.931474
+                            ],
+                            [
+                                0.994051,
+                                1.77413,
+                                2.30981,
+                                2.831031,
+                                3.374702,
+                                3.933249
+                            ]
+                        ]
+                    },
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.957754,
+                            8.957754,
+                            14.957754,
+                            20.957754,
+                            26.957754,
+                            32.957754
+                        ],
+                        "values": [
+                            [
+                                2.357986,
+                                2.82607,
+                                3.278856,
+                                3.709496,
+                                4.110801,
+                                4.482683
+                            ],
+                            [
+                                2.500113,
+                                2.968267,
+                                3.420474,
+                                3.851374,
+                                4.251927,
+                                4.623922
+                            ],
+                            [
+                                2.656704,
+                                3.124377,
+                                3.577168,
+                                4.008065,
+                                4.408818,
+                                4.780712
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.957754,
+                            8.957754,
+                            14.957754,
+                            20.957754,
+                            26.957754,
+                            32.957754
+                        ],
+                        "values": [
+                            [
+                                0.500134,
+                                1.322883,
+                                2.050029,
+                                2.660434,
+                                3.199303,
+                                3.684849
+                            ],
+                            [
+                                0.499682,
+                                1.324044,
+                                2.051295,
+                                2.663558,
+                                3.201232,
+                                3.678643
+                            ],
+                            [
+                                0.500451,
+                                1.325681,
+                                2.046938,
+                                2.663985,
+                                3.202814,
+                                3.682962
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "A",
+                    "timing_type": "combinational",
+                    "timing_sense": "positive_unate",
+                    "when": "!IE&OE&PDRV0&!PDRV1&!SL",
+                    "sdf_cond": "IE==1'b0&&OE==1'b1&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b0",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.957754,
+                            8.957754,
+                            14.957754,
+                            20.957754,
+                            26.957754,
+                            32.957754
+                        ],
+                        "values": [
+                            [
+                                2.370226,
+                                2.864795,
+                                3.346178,
+                                3.82666,
+                                4.306389,
+                                4.785991
+                            ],
+                            [
+                                2.44403,
+                                2.938444,
+                                3.420617,
+                                3.900429,
+                                4.379956,
+                                4.859289
+                            ],
+                            [
+                                2.472379,
+                                2.966869,
+                                3.448368,
+                                3.928784,
+                                4.408485,
+                                4.888082
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.957754,
+                            8.957754,
+                            14.957754,
+                            20.957754,
+                            26.957754,
+                            32.957754
+                        ],
+                        "values": [
+                            [
+                                0.615893,
+                                1.51211,
+                                2.453302,
+                                3.388393,
+                                4.339646,
+                                5.279556
+                            ],
+                            [
+                                0.61578,
+                                1.513396,
+                                2.448014,
+                                3.39456,
+                                4.346732,
+                                5.292548
+                            ],
+                            [
+                                0.615738,
+                                1.513032,
+                                2.453034,
+                                3.387942,
+                                4.342271,
+                                5.279051
+                            ]
+                        ]
+                    },
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.957754,
+                            8.957754,
+                            14.957754,
+                            20.957754,
+                            26.957754,
+                            32.957754
+                        ],
+                        "values": [
+                            [
+                                2.485565,
+                                2.889602,
+                                3.234429,
+                                3.56888,
+                                3.901503,
+                                4.2332
+                            ],
+                            [
+                                2.628019,
+                                3.031703,
+                                3.376091,
+                                3.71117,
+                                4.043395,
+                                4.374793
+                            ],
+                            [
+                                2.785308,
+                                3.188732,
+                                3.533309,
+                                3.868192,
+                                4.200845,
+                                4.532049
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.957754,
+                            8.957754,
+                            14.957754,
+                            20.957754,
+                            26.957754,
+                            32.957754
+                        ],
+                        "values": [
+                            [
+                                0.558517,
+                                1.118988,
+                                1.701949,
+                                2.304545,
+                                2.916797,
+                                3.529486
+                            ],
+                            [
+                                0.558113,
+                                1.116937,
+                                1.698699,
+                                2.301916,
+                                2.915856,
+                                3.526749
+                            ],
+                            [
+                                0.55754,
+                                1.118956,
+                                1.702644,
+                                2.306051,
+                                2.912991,
+                                3.531458
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "A",
+                    "timing_type": "combinational",
+                    "timing_sense": "positive_unate",
+                    "when": "!IE&OE&PDRV0&!PDRV1&SL",
+                    "sdf_cond": "IE==1'b0&&OE==1'b1&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b1",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.957754,
+                            8.957754,
+                            14.957754,
+                            20.957754,
+                            26.957754,
+                            32.957754
+                        ],
+                        "values": [
+                            [
+                                2.651773,
+                                3.522654,
+                                4.079003,
+                                4.578858,
+                                5.063183,
+                                5.544332
+                            ],
+                            [
+                                2.725629,
+                                3.596746,
+                                4.152672,
+                                4.652275,
+                                5.137199,
+                                5.617182
+                            ],
+                            [
+                                2.753895,
+                                3.624962,
+                                4.181076,
+                                4.680924,
+                                5.165307,
+                                5.646377
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.957754,
+                            8.957754,
+                            14.957754,
+                            20.957754,
+                            26.957754,
+                            32.957754
+                        ],
+                        "values": [
+                            [
+                                1.264044,
+                                2.185812,
+                                2.971037,
+                                3.791767,
+                                4.656389,
+                                5.540368
+                            ],
+                            [
+                                1.263266,
+                                2.185424,
+                                2.970516,
+                                3.790948,
+                                4.649794,
+                                5.536023
+                            ],
+                            [
+                                1.264036,
+                                2.185939,
+                                2.97104,
+                                3.791723,
+                                4.655937,
+                                5.541899
+                            ]
+                        ]
+                    },
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.957754,
+                            8.957754,
+                            14.957754,
+                            20.957754,
+                            26.957754,
+                            32.957754
+                        ],
+                        "values": [
+                            [
+                                2.47059,
+                                3.160042,
+                                3.813199,
+                                4.3984,
+                                4.917784,
+                                5.387419
+                            ],
+                            [
+                                2.612522,
+                                3.302502,
+                                3.955769,
+                                4.53946,
+                                5.060059,
+                                5.53056
+                            ],
+                            [
+                                2.768939,
+                                3.458972,
+                                4.11161,
+                                4.69627,
+                                5.216357,
+                                5.686608
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.957754,
+                            8.957754,
+                            14.957754,
+                            20.957754,
+                            26.957754,
+                            32.957754
+                        ],
+                        "values": [
+                            [
+                                0.714478,
+                                1.901281,
+                                2.824305,
+                                3.585164,
+                                4.263292,
+                                4.896628
+                            ],
+                            [
+                                0.713608,
+                                1.899676,
+                                2.824243,
+                                3.57994,
+                                4.265398,
+                                4.894251
+                            ],
+                            [
+                                0.713333,
+                                1.899242,
+                                2.826948,
+                                3.586207,
+                                4.262572,
+                                4.894437
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "A",
+                    "timing_type": "combinational",
+                    "timing_sense": "positive_unate",
+                    "when": "!IE&OE&PDRV0&PDRV1&!SL",
+                    "sdf_cond": "IE==1'b0&&OE==1'b1&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b0",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.957754,
+                            8.957754,
+                            14.957754,
+                            20.957754,
+                            26.957754,
+                            32.957754
+                        ],
+                        "values": [
+                            [
+                                2.216697,
+                                2.493223,
+                                2.739169,
+                                2.980712,
+                                3.221434,
+                                3.461356
+                            ],
+                            [
+                                2.289952,
+                                2.566641,
+                                2.812049,
+                                3.054008,
+                                3.295214,
+                                3.535504
+                            ],
+                            [
+                                2.31819,
+                                2.594715,
+                                2.840107,
+                                3.082822,
+                                3.32281,
+                                3.562722
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.957754,
+                            8.957754,
+                            14.957754,
+                            20.957754,
+                            26.957754,
+                            32.957754
+                        ],
+                        "values": [
+                            [
+                                0.427582,
+                                0.827893,
+                                1.276292,
+                                1.740273,
+                                2.207102,
+                                2.680132
+                            ],
+                            [
+                                0.426625,
+                                0.828356,
+                                1.277338,
+                                1.73823,
+                                2.207202,
+                                2.676371
+                            ],
+                            [
+                                0.426799,
+                                0.827714,
+                                1.277281,
+                                1.738117,
+                                2.207204,
+                                2.680122
+                            ]
+                        ]
+                    },
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.957754,
+                            8.957754,
+                            14.957754,
+                            20.957754,
+                            26.957754,
+                            32.957754
+                        ],
+                        "values": [
+                            [
+                                2.329592,
+                                2.614615,
+                                2.814383,
+                                2.994492,
+                                3.167056,
+                                3.336337
+                            ],
+                            [
+                                2.471296,
+                                2.756693,
+                                2.956324,
+                                3.136476,
+                                3.309024,
+                                3.47855
+                            ],
+                            [
+                                2.628136,
+                                2.913254,
+                                3.11309,
+                                3.293295,
+                                3.465871,
+                                3.635158
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.957754,
+                            8.957754,
+                            14.957754,
+                            20.957754,
+                            26.957754,
+                            32.957754
+                        ],
+                        "values": [
+                            [
+                                0.395362,
+                                0.70829,
+                                0.987286,
+                                1.26889,
+                                1.561822,
+                                1.850247
+                            ],
+                            [
+                                0.395314,
+                                0.708444,
+                                0.986716,
+                                1.268802,
+                                1.555625,
+                                1.853102
+                            ],
+                            [
+                                0.394798,
+                                0.708752,
+                                0.985725,
+                                1.269193,
+                                1.559633,
+                                1.851354
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "A",
+                    "timing_type": "combinational",
+                    "timing_sense": "positive_unate",
+                    "when": "!IE&OE&PDRV0&PDRV1&SL",
+                    "sdf_cond": "IE==1'b0&&OE==1'b1&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b1",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.957754,
+                            8.957754,
+                            14.957754,
+                            20.957754,
+                            26.957754,
+                            32.957754
+                        ],
+                        "values": [
+                            [
+                                2.246732,
+                                2.928258,
+                                3.342973,
+                                3.659255,
+                                3.935952,
+                                4.194364
+                            ],
+                            [
+                                2.320025,
+                                3.001295,
+                                3.416797,
+                                3.732627,
+                                4.009352,
+                                4.267765
+                            ],
+                            [
+                                2.348213,
+                                3.029557,
+                                3.44447,
+                                3.760702,
+                                4.037402,
+                                4.295812
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.957754,
+                            8.957754,
+                            14.957754,
+                            20.957754,
+                            26.957754,
+                            32.957754
+                        ],
+                        "values": [
+                            [
+                                0.806662,
+                                1.537226,
+                                1.980052,
+                                2.370268,
+                                2.764523,
+                                3.165492
+                            ],
+                            [
+                                0.806874,
+                                1.53726,
+                                1.980012,
+                                2.3704,
+                                2.764554,
+                                3.165559
+                            ],
+                            [
+                                0.806793,
+                                1.537204,
+                                1.979896,
+                                2.370246,
+                                2.764477,
+                                3.165472
+                            ]
+                        ]
+                    },
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.957754,
+                            8.957754,
+                            14.957754,
+                            20.957754,
+                            26.957754,
+                            32.957754
+                        ],
+                        "values": [
+                            [
+                                2.294541,
+                                2.65378,
+                                2.996688,
+                                3.332493,
+                                3.653274,
+                                3.956897
+                            ],
+                            [
+                                2.436614,
+                                2.79539,
+                                3.139234,
+                                3.474379,
+                                3.795342,
+                                4.099205
+                            ],
+                            [
+                                2.593132,
+                                2.952306,
+                                3.295264,
+                                3.63094,
+                                3.951917,
+                                4.255774
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.957754,
+                            8.957754,
+                            14.957754,
+                            20.957754,
+                            26.957754,
+                            32.957754
+                        ],
+                        "values": [
+                            [
+                                0.394801,
+                                1.012784,
+                                1.601847,
+                                2.114161,
+                                2.566571,
+                                2.981307
+                            ],
+                            [
+                                0.395123,
+                                1.01316,
+                                1.602239,
+                                2.115466,
+                                2.569152,
+                                2.978076
+                            ],
+                            [
+                                0.394727,
+                                1.01441,
+                                1.603507,
+                                2.11692,
+                                2.570778,
+                                2.978425
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "A&!IE&!PDRV0&!PDRV1&!SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b0",
+                    "timing_type": "three_state_enable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.957754,
+                            8.957754,
+                            14.957754,
+                            20.957754,
+                            26.957754,
+                            32.957754
+                        ],
+                        "values": [
+                            [
+                                2.288693,
+                                3.249825,
+                                4.20823,
+                                5.168069,
+                                6.126729,
+                                7.08481
+                            ],
+                            [
+                                2.333178,
+                                3.295029,
+                                4.254595,
+                                5.212407,
+                                6.170915,
+                                7.129013
+                            ],
+                            [
+                                2.353973,
+                                3.315127,
+                                4.274726,
+                                5.232358,
+                                6.191101,
+                                7.150917
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.957754,
+                            8.957754,
+                            14.957754,
+                            20.957754,
+                            26.957754,
+                            32.957754
+                        ],
+                        "values": [
+                            [
+                                1.08177,
+                                2.943369,
+                                4.835996,
+                                6.737551,
+                                8.636809,
+                                10.52468
+                            ],
+                            [
+                                1.081368,
+                                2.947392,
+                                4.834135,
+                                6.743992,
+                                8.625029,
+                                10.53098
+                            ],
+                            [
+                                1.081511,
+                                2.948858,
+                                4.839862,
+                                6.74003,
+                                8.63489,
+                                10.53831
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "A&!IE&!PDRV0&!PDRV1&SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b1",
+                    "timing_type": "three_state_enable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.957754,
+                            8.957754,
+                            14.957754,
+                            20.957754,
+                            26.957754,
+                            32.957754
+                        ],
+                        "values": [
+                            [
+                                2.839515,
+                                4.00206,
+                                4.973922,
+                                5.932832,
+                                6.889604,
+                                7.848681
+                            ],
+                            [
+                                2.885608,
+                                4.048046,
+                                5.019027,
+                                5.977984,
+                                6.937012,
+                                7.895443
+                            ],
+                            [
+                                2.905581,
+                                4.067664,
+                                5.039965,
+                                5.998312,
+                                6.956843,
+                                7.915109
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.957754,
+                            8.957754,
+                            14.957754,
+                            20.957754,
+                            26.957754,
+                            32.957754
+                        ],
+                        "values": [
+                            [
+                                1.834205,
+                                3.433138,
+                                5.129717,
+                                6.933046,
+                                8.76587,
+                                10.63476
+                            ],
+                            [
+                                1.834914,
+                                3.424932,
+                                5.131991,
+                                6.933733,
+                                8.784372,
+                                10.65466
+                            ],
+                            [
+                                1.835429,
+                                3.433381,
+                                5.131537,
+                                6.93226,
+                                8.77431,
+                                10.65499
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "A&!IE&!PDRV0&PDRV1&!SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b0",
+                    "timing_type": "three_state_enable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.957754,
+                            8.957754,
+                            14.957754,
+                            20.957754,
+                            26.957754,
+                            32.957754
+                        ],
+                        "values": [
+                            [
+                                1.965372,
+                                2.308827,
+                                2.629897,
+                                2.950034,
+                                3.27009,
+                                3.589367
+                            ],
+                            [
+                                2.021702,
+                                2.365475,
+                                2.687123,
+                                3.006931,
+                                3.326704,
+                                3.645377
+                            ],
+                            [
+                                2.04684,
+                                2.390874,
+                                2.712517,
+                                3.03223,
+                                3.352169,
+                                3.671639
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.957754,
+                            8.957754,
+                            14.957754,
+                            20.957754,
+                            26.957754,
+                            32.957754
+                        ],
+                        "values": [
+                            [
+                                0.521584,
+                                1.064027,
+                                1.668367,
+                                2.287349,
+                                2.911868,
+                                3.539784
+                            ],
+                            [
+                                0.523641,
+                                1.064454,
+                                1.668468,
+                                2.287012,
+                                2.916298,
+                                3.546655
+                            ],
+                            [
+                                0.523455,
+                                1.065245,
+                                1.668897,
+                                2.287254,
+                                2.91525,
+                                3.544925
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "A&!IE&!PDRV0&PDRV1&SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b1",
+                    "timing_type": "three_state_enable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.957754,
+                            8.957754,
+                            14.957754,
+                            20.957754,
+                            26.957754,
+                            32.957754
+                        ],
+                        "values": [
+                            [
+                                2.063319,
+                                2.847029,
+                                3.306947,
+                                3.678682,
+                                4.019533,
+                                4.347857
+                            ],
+                            [
+                                2.120186,
+                                2.903485,
+                                3.364445,
+                                3.735376,
+                                4.076236,
+                                4.404465
+                            ],
+                            [
+                                2.146093,
+                                2.929341,
+                                3.388772,
+                                3.761483,
+                                4.102318,
+                                4.430353
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.957754,
+                            8.957754,
+                            14.957754,
+                            20.957754,
+                            26.957754,
+                            32.957754
+                        ],
+                        "values": [
+                            [
+                                1.006795,
+                                1.813647,
+                                2.357729,
+                                2.877099,
+                                3.405987,
+                                3.951989
+                            ],
+                            [
+                                1.006151,
+                                1.812916,
+                                2.360932,
+                                2.877448,
+                                3.406352,
+                                3.958954
+                            ],
+                            [
+                                1.007006,
+                                1.81254,
+                                2.361959,
+                                2.874941,
+                                3.407146,
+                                3.956957
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "A&!IE&PDRV0&!PDRV1&!SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b0",
+                    "timing_type": "three_state_enable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.957754,
+                            8.957754,
+                            14.957754,
+                            20.957754,
+                            26.957754,
+                            32.957754
+                        ],
+                        "values": [
+                            [
+                                2.019113,
+                                2.509195,
+                                2.989289,
+                                3.468263,
+                                3.947167,
+                                4.426438
+                            ],
+                            [
+                                2.063665,
+                                2.553455,
+                                3.033765,
+                                3.512532,
+                                3.991611,
+                                4.470432
+                            ],
+                            [
+                                2.084142,
+                                2.574086,
+                                3.05393,
+                                3.533487,
+                                4.013188,
+                                4.492292
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.957754,
+                            8.957754,
+                            14.957754,
+                            20.957754,
+                            26.957754,
+                            32.957754
+                        ],
+                        "values": [
+                            [
+                                0.63819,
+                                1.520424,
+                                2.45023,
+                                3.393977,
+                                4.33976,
+                                5.290931
+                            ],
+                            [
+                                0.638952,
+                                1.520542,
+                                2.448858,
+                                3.392668,
+                                4.347409,
+                                5.287865
+                            ],
+                            [
+                                0.638721,
+                                1.517741,
+                                2.450839,
+                                3.398222,
+                                4.343828,
+                                5.291078
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "A&!IE&PDRV0&!PDRV1&SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b1",
+                    "timing_type": "three_state_enable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.957754,
+                            8.957754,
+                            14.957754,
+                            20.957754,
+                            26.957754,
+                            32.957754
+                        ],
+                        "values": [
+                            [
+                                2.276745,
+                                3.164417,
+                                3.72383,
+                                4.223858,
+                                4.708533,
+                                5.188876
+                            ],
+                            [
+                                2.32138,
+                                3.209111,
+                                3.768787,
+                                4.269196,
+                                4.753609,
+                                5.233986
+                            ],
+                            [
+                                2.343124,
+                                3.229692,
+                                3.789749,
+                                4.290484,
+                                4.774672,
+                                5.254445
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.957754,
+                            8.957754,
+                            14.957754,
+                            20.957754,
+                            26.957754,
+                            32.957754
+                        ],
+                        "values": [
+                            [
+                                1.287357,
+                                2.229659,
+                                3.010293,
+                                3.82221,
+                                4.672992,
+                                5.564637
+                            ],
+                            [
+                                1.28749,
+                                2.23058,
+                                3.011103,
+                                3.818062,
+                                4.673947,
+                                5.555829
+                            ],
+                            [
+                                1.287264,
+                                2.232234,
+                                3.009835,
+                                3.819125,
+                                4.667197,
+                                5.550822
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "A&!IE&PDRV0&PDRV1&!SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b0",
+                    "timing_type": "three_state_enable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.957754,
+                            8.957754,
+                            14.957754,
+                            20.957754,
+                            26.957754,
+                            32.957754
+                        ],
+                        "values": [
+                            [
+                                1.890325,
+                                2.16831,
+                                2.411719,
+                                2.652134,
+                                2.89272,
+                                3.132475
+                            ],
+                            [
+                                1.944116,
+                                2.223268,
+                                2.466934,
+                                2.707763,
+                                2.947102,
+                                3.186752
+                            ],
+                            [
+                                1.968064,
+                                2.247714,
+                                2.491417,
+                                2.731861,
+                                2.972308,
+                                3.211988
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.957754,
+                            8.957754,
+                            14.957754,
+                            20.957754,
+                            26.957754,
+                            32.957754
+                        ],
+                        "values": [
+                            [
+                                0.477032,
+                                0.852007,
+                                1.289045,
+                                1.74565,
+                                2.20585,
+                                2.675397
+                            ],
+                            [
+                                0.4779,
+                                0.854379,
+                                1.291431,
+                                1.745331,
+                                2.21032,
+                                2.682214
+                            ],
+                            [
+                                0.477338,
+                                0.854258,
+                                1.289988,
+                                1.747791,
+                                2.207953,
+                                2.676605
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "A&!IE&PDRV0&PDRV1&SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b1",
+                    "timing_type": "three_state_enable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.957754,
+                            8.957754,
+                            14.957754,
+                            20.957754,
+                            26.957754,
+                            32.957754
+                        ],
+                        "values": [
+                            [
+                                1.908033,
+                                2.588588,
+                                3.012859,
+                                3.330853,
+                                3.609453,
+                                3.868987
+                            ],
+                            [
+                                1.963505,
+                                2.642923,
+                                3.068011,
+                                3.386186,
+                                3.664769,
+                                3.924442
+                            ],
+                            [
+                                1.988127,
+                                2.666694,
+                                3.092541,
+                                3.410842,
+                                3.68998,
+                                3.948965
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.957754,
+                            8.957754,
+                            14.957754,
+                            20.957754,
+                            26.957754,
+                            32.957754
+                        ],
+                        "values": [
+                            [
+                                0.816564,
+                                1.570085,
+                                2.023854,
+                                2.422922,
+                                2.8089,
+                                3.202306
+                            ],
+                            [
+                                0.817834,
+                                1.571619,
+                                2.024096,
+                                2.422662,
+                                2.808214,
+                                3.202124
+                            ],
+                            [
+                                0.816916,
+                                1.571335,
+                                2.02055,
+                                2.419352,
+                                2.806547,
+                                3.202391
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "!A&!IE&!PDRV0&!PDRV1&!SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b0",
+                    "timing_type": "three_state_enable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.957754,
+                            8.957754,
+                            14.957754,
+                            20.957754,
+                            26.957754,
+                            32.957754
+                        ],
+                        "values": [
+                            [
+                                1.73219,
+                                2.427845,
+                                3.092522,
+                                3.755701,
+                                4.418429,
+                                5.081251
+                            ],
+                            [
+                                1.805588,
+                                2.50107,
+                                3.165653,
+                                3.828668,
+                                4.491594,
+                                5.154424
+                            ],
+                            [
+                                1.836901,
+                                2.532833,
+                                3.197179,
+                                3.860148,
+                                4.523165,
+                                5.185832
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.957754,
+                            8.957754,
+                            14.957754,
+                            20.957754,
+                            26.957754,
+                            32.957754
+                        ],
+                        "values": [
+                            [
+                                0.862699,
+                                2.017941,
+                                3.230878,
+                                4.47552,
+                                5.719783,
+                                6.970268
+                            ],
+                            [
+                                0.861591,
+                                2.015359,
+                                3.232495,
+                                4.474973,
+                                5.708059,
+                                6.973969
+                            ],
+                            [
+                                0.862993,
+                                2.019599,
+                                3.235386,
+                                4.477754,
+                                5.720214,
+                                6.953558
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "!A&!IE&!PDRV0&!PDRV1&SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b1",
+                    "timing_type": "three_state_enable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.957754,
+                            8.957754,
+                            14.957754,
+                            20.957754,
+                            26.957754,
+                            32.957754
+                        ],
+                        "values": [
+                            [
+                                1.841598,
+                                3.141436,
+                                4.19785,
+                                5.076422,
+                                5.861835,
+                                6.597996
+                            ],
+                            [
+                                1.914762,
+                                3.214366,
+                                4.270612,
+                                5.15067,
+                                5.934868,
+                                6.671544
+                            ],
+                            [
+                                1.945551,
+                                3.246706,
+                                4.302401,
+                                5.181543,
+                                5.969309,
+                                6.700657
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.957754,
+                            8.957754,
+                            14.957754,
+                            20.957754,
+                            26.957754,
+                            32.957754
+                        ],
+                        "values": [
+                            [
+                                1.366735,
+                                3.272175,
+                                4.639557,
+                                5.872465,
+                                7.038182,
+                                8.173735
+                            ],
+                            [
+                                1.36602,
+                                3.266852,
+                                4.644494,
+                                5.855179,
+                                7.038782,
+                                8.176618
+                            ],
+                            [
+                                1.367039,
+                                3.269987,
+                                4.645701,
+                                5.861015,
+                                7.032149,
+                                8.172139
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "!A&!IE&!PDRV0&PDRV1&!SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b0",
+                    "timing_type": "three_state_enable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.957754,
+                            8.957754,
+                            14.957754,
+                            20.957754,
+                            26.957754,
+                            32.957754
+                        ],
+                        "values": [
+                            [
+                                1.495028,
+                                1.828818,
+                                2.076942,
+                                2.307452,
+                                2.532157,
+                                2.75462
+                            ],
+                            [
+                                1.568285,
+                                1.901564,
+                                2.15006,
+                                2.380602,
+                                2.605114,
+                                2.827401
+                            ],
+                            [
+                                1.599845,
+                                1.933394,
+                                2.181737,
+                                2.412134,
+                                2.636997,
+                                2.859387
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.957754,
+                            8.957754,
+                            14.957754,
+                            20.957754,
+                            26.957754,
+                            32.957754
+                        ],
+                        "values": [
+                            [
+                                0.482373,
+                                0.874522,
+                                1.245372,
+                                1.625025,
+                                2.016001,
+                                2.419262
+                            ],
+                            [
+                                0.483433,
+                                0.875813,
+                                1.243921,
+                                1.625026,
+                                2.015319,
+                                2.41783
+                            ],
+                            [
+                                0.482555,
+                                0.875652,
+                                1.244781,
+                                1.62432,
+                                2.018949,
+                                2.415786
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "!A&!IE&!PDRV0&PDRV1&SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b1",
+                    "timing_type": "three_state_enable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.957754,
+                            8.957754,
+                            14.957754,
+                            20.957754,
+                            26.957754,
+                            32.957754
+                        ],
+                        "values": [
+                            [
+                                1.467668,
+                                1.929026,
+                                2.377628,
+                                2.808579,
+                                3.211968,
+                                3.584328
+                            ],
+                            [
+                                1.540569,
+                                2.001867,
+                                2.450926,
+                                2.881811,
+                                3.284249,
+                                3.657642
+                            ],
+                            [
+                                1.572435,
+                                2.033565,
+                                2.482493,
+                                2.913167,
+                                3.315443,
+                                3.689016
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.957754,
+                            8.957754,
+                            14.957754,
+                            20.957754,
+                            26.957754,
+                            32.957754
+                        ],
+                        "values": [
+                            [
+                                0.526957,
+                                1.329819,
+                                2.058163,
+                                2.675093,
+                                3.207544,
+                                3.701708
+                            ],
+                            [
+                                0.527554,
+                                1.329663,
+                                2.056679,
+                                2.674137,
+                                3.211133,
+                                3.70184
+                            ],
+                            [
+                                0.52609,
+                                1.332334,
+                                2.05848,
+                                2.674299,
+                                3.214175,
+                                3.693994
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "!A&!IE&PDRV0&!PDRV1&!SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b0",
+                    "timing_type": "three_state_enable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.957754,
+                            8.957754,
+                            14.957754,
+                            20.957754,
+                            26.957754,
+                            32.957754
+                        ],
+                        "values": [
+                            [
+                                1.496529,
+                                1.902673,
+                                2.246884,
+                                2.581539,
+                                2.913525,
+                                3.245205
+                            ],
+                            [
+                                1.56967,
+                                1.975837,
+                                2.320046,
+                                2.654698,
+                                2.986717,
+                                3.31838
+                            ],
+                            [
+                                1.600929,
+                                2.007231,
+                                2.351461,
+                                2.686113,
+                                3.018001,
+                                3.34974
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.957754,
+                            8.957754,
+                            14.957754,
+                            20.957754,
+                            26.957754,
+                            32.957754
+                        ],
+                        "values": [
+                            [
+                                0.585467,
+                                1.135865,
+                                1.708894,
+                                2.304773,
+                                2.917396,
+                                3.53402
+                            ],
+                            [
+                                0.585435,
+                                1.13605,
+                                1.709203,
+                                2.305344,
+                                2.916973,
+                                3.534441
+                            ],
+                            [
+                                0.586041,
+                                1.13481,
+                                1.708025,
+                                2.304356,
+                                2.91861,
+                                3.532545
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "!A&!IE&PDRV0&!PDRV1&SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b1",
+                    "timing_type": "three_state_enable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.957754,
+                            8.957754,
+                            14.957754,
+                            20.957754,
+                            26.957754,
+                            32.957754
+                        ],
+                        "values": [
+                            [
+                                1.474286,
+                                2.157332,
+                                2.81083,
+                                3.398519,
+                                3.922375,
+                                4.391896
+                            ],
+                            [
+                                1.547416,
+                                2.230242,
+                                2.8836,
+                                3.471247,
+                                3.994196,
+                                4.466364
+                            ],
+                            [
+                                1.578622,
+                                2.26167,
+                                2.915211,
+                                3.502829,
+                                4.026698,
+                                4.49771
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.957754,
+                            8.957754,
+                            14.957754,
+                            20.957754,
+                            26.957754,
+                            32.957754
+                        ],
+                        "values": [
+                            [
+                                0.72126,
+                                1.906675,
+                                2.836258,
+                                3.59814,
+                                4.28397,
+                                4.914007
+                            ],
+                            [
+                                0.721177,
+                                1.907448,
+                                2.838125,
+                                3.603625,
+                                4.27754,
+                                4.910953
+                            ],
+                            [
+                                0.721311,
+                                1.906589,
+                                2.836474,
+                                3.598107,
+                                4.283523,
+                                4.919954
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "!A&!IE&PDRV0&PDRV1&!SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b0",
+                    "timing_type": "three_state_enable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.957754,
+                            8.957754,
+                            14.957754,
+                            20.957754,
+                            26.957754,
+                            32.957754
+                        ],
+                        "values": [
+                            [
+                                1.397329,
+                                1.690082,
+                                1.894334,
+                                2.075804,
+                                2.248797,
+                                2.418103
+                            ],
+                            [
+                                1.470314,
+                                1.7631,
+                                1.967265,
+                                2.148774,
+                                2.321767,
+                                2.491173
+                            ],
+                            [
+                                1.501368,
+                                1.794254,
+                                1.998385,
+                                2.179901,
+                                2.352954,
+                                2.522458
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.957754,
+                            8.957754,
+                            14.957754,
+                            20.957754,
+                            26.957754,
+                            32.957754
+                        ],
+                        "values": [
+                            [
+                                0.427396,
+                                0.73703,
+                                1.015471,
+                                1.293767,
+                                1.577398,
+                                1.872739
+                            ],
+                            [
+                                0.427277,
+                                0.737308,
+                                1.016046,
+                                1.295338,
+                                1.579366,
+                                1.872207
+                            ],
+                            [
+                                0.426609,
+                                0.737945,
+                                1.015912,
+                                1.295213,
+                                1.580416,
+                                1.869538
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "!A&!IE&PDRV0&PDRV1&SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b1",
+                    "timing_type": "three_state_enable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.957754,
+                            8.957754,
+                            14.957754,
+                            20.957754,
+                            26.957754,
+                            32.957754
+                        ],
+                        "values": [
+                            [
+                                1.369456,
+                                1.724275,
+                                2.06412,
+                                2.398964,
+                                2.720848,
+                                3.026632
+                            ],
+                            [
+                                1.44248,
+                                1.797261,
+                                2.137194,
+                                2.471985,
+                                2.793902,
+                                3.099735
+                            ],
+                            [
+                                1.473702,
+                                1.828421,
+                                2.168661,
+                                2.503081,
+                                2.825298,
+                                3.13117
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.957754,
+                            8.957754,
+                            14.957754,
+                            20.957754,
+                            26.957754,
+                            32.957754
+                        ],
+                        "values": [
+                            [
+                                0.434783,
+                                1.026703,
+                                1.61387,
+                                2.128865,
+                                2.588139,
+                                3.002744
+                            ],
+                            [
+                                0.434747,
+                                1.026666,
+                                1.614604,
+                                2.129342,
+                                2.588134,
+                                3.002739
+                            ],
+                            [
+                                0.434675,
+                                1.029367,
+                                1.611695,
+                                2.130869,
+                                2.58696,
+                                2.997925
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "!A&!IE&!PDRV0&!PDRV1&!SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b0",
+                    "timing_type": "three_state_disable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.957754,
+                            8.957754,
+                            14.957754,
+                            20.957754,
+                            26.957754,
+                            32.957754
+                        ],
+                        "values": [
+                            [
+                                1.024935,
+                                1.024936,
+                                1.024937,
+                                1.024938,
+                                1.024939,
+                                1.02494
+                            ],
+                            [
+                                1.167946,
+                                1.167947,
+                                1.167948,
+                                1.167949,
+                                1.16795,
+                                1.167951
+                            ],
+                            [
+                                1.329936,
+                                1.329937,
+                                1.329938,
+                                1.329939,
+                                1.32994,
+                                1.329941
+                            ]
+                        ]
+                    },
+                    "rise_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "!A&!IE&!PDRV0&!PDRV1&SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b1",
+                    "timing_type": "three_state_disable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.957754,
+                            8.957754,
+                            14.957754,
+                            20.957754,
+                            26.957754,
+                            32.957754
+                        ],
+                        "values": [
+                            [
+                                1.017545,
+                                1.017546,
+                                1.017547,
+                                1.017548,
+                                1.017549,
+                                1.01755
+                            ],
+                            [
+                                1.158506,
+                                1.158507,
+                                1.158508,
+                                1.158509,
+                                1.15851,
+                                1.158511
+                            ],
+                            [
+                                1.317693,
+                                1.317694,
+                                1.317695,
+                                1.317696,
+                                1.317697,
+                                1.317698
+                            ]
+                        ]
+                    },
+                    "rise_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "!A&!IE&!PDRV0&PDRV1&!SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b0",
+                    "timing_type": "three_state_disable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.957754,
+                            8.957754,
+                            14.957754,
+                            20.957754,
+                            26.957754,
+                            32.957754
+                        ],
+                        "values": [
+                            [
+                                1.116763,
+                                1.117129,
+                                1.11713,
+                                1.117131,
+                                1.117132,
+                                1.117133
+                            ],
+                            [
+                                1.25711,
+                                1.257111,
+                                1.257112,
+                                1.257113,
+                                1.257114,
+                                1.257115
+                            ],
+                            [
+                                1.420054,
+                                1.420829,
+                                1.42083,
+                                1.420831,
+                                1.420832,
+                                1.420833
+                            ]
+                        ]
+                    },
+                    "rise_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "!A&!IE&!PDRV0&PDRV1&SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b1",
+                    "timing_type": "three_state_disable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.957754,
+                            8.957754,
+                            14.957754,
+                            20.957754,
+                            26.957754,
+                            32.957754
+                        ],
+                        "values": [
+                            [
+                                1.11141,
+                                1.111411,
+                                1.111412,
+                                1.111413,
+                                1.111414,
+                                1.111415
+                            ],
+                            [
+                                1.250638,
+                                1.251094,
+                                1.251095,
+                                1.251096,
+                                1.251097,
+                                1.251098
+                            ],
+                            [
+                                1.411488,
+                                1.411876,
+                                1.411877,
+                                1.411878,
+                                1.411879,
+                                1.41188
+                            ]
+                        ]
+                    },
+                    "rise_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "!A&!IE&PDRV0&!PDRV1&!SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b0",
+                    "timing_type": "three_state_disable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.957754,
+                            8.957754,
+                            14.957754,
+                            20.957754,
+                            26.957754,
+                            32.957754
+                        ],
+                        "values": [
+                            [
+                                1.014316,
+                                1.015428,
+                                1.015429,
+                                1.01543,
+                                1.015431,
+                                1.015432
+                            ],
+                            [
+                                1.154129,
+                                1.154172,
+                                1.154173,
+                                1.154174,
+                                1.154175,
+                                1.154176
+                            ],
+                            [
+                                1.319538,
+                                1.31991,
+                                1.319911,
+                                1.319912,
+                                1.319913,
+                                1.319914
+                            ]
+                        ]
+                    },
+                    "rise_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "!A&!IE&PDRV0&!PDRV1&SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b1",
+                    "timing_type": "three_state_disable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.957754,
+                            8.957754,
+                            14.957754,
+                            20.957754,
+                            26.957754,
+                            32.957754
+                        ],
+                        "values": [
+                            [
+                                1.005666,
+                                1.005667,
+                                1.005668,
+                                1.005722,
+                                1.005723,
+                                1.005724
+                            ],
+                            [
+                                1.145064,
+                                1.145193,
+                                1.145194,
+                                1.145195,
+                                1.145196,
+                                1.145197
+                            ],
+                            [
+                                1.309184,
+                                1.309466,
+                                1.309467,
+                                1.309468,
+                                1.309469,
+                                1.30947
+                            ]
+                        ]
+                    },
+                    "rise_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "!A&!IE&PDRV0&PDRV1&!SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b0",
+                    "timing_type": "three_state_disable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.957754,
+                            8.957754,
+                            14.957754,
+                            20.957754,
+                            26.957754,
+                            32.957754
+                        ],
+                        "values": [
+                            [
+                                1.097696,
+                                1.097697,
+                                1.097698,
+                                1.097699,
+                                1.0977,
+                                1.097701
+                            ],
+                            [
+                                1.237888,
+                                1.237889,
+                                1.23789,
+                                1.237891,
+                                1.237892,
+                                1.237893
+                            ],
+                            [
+                                1.400015,
+                                1.400016,
+                                1.400017,
+                                1.400018,
+                                1.400019,
+                                1.40002
+                            ]
+                        ]
+                    },
+                    "rise_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "!A&!IE&PDRV0&PDRV1&SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b1",
+                    "timing_type": "three_state_disable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.957754,
+                            8.957754,
+                            14.957754,
+                            20.957754,
+                            26.957754,
+                            32.957754
+                        ],
+                        "values": [
+                            [
+                                1.094419,
+                                1.09442,
+                                1.094421,
+                                1.094422,
+                                1.094423,
+                                1.094424
+                            ],
+                            [
+                                1.234077,
+                                1.234078,
+                                1.234079,
+                                1.23408,
+                                1.234081,
+                                1.234082
+                            ],
+                            [
+                                1.393031,
+                                1.393535,
+                                1.394243,
+                                1.394244,
+                                1.394245,
+                                1.394246
+                            ]
+                        ]
+                    },
+                    "rise_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "A&!IE&!PDRV0&!PDRV1&!SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b0",
+                    "timing_type": "three_state_disable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.957754,
+                            8.957754,
+                            14.957754,
+                            20.957754,
+                            26.957754,
+                            32.957754
+                        ],
+                        "values": [
+                            [
+                                1.217401,
+                                1.217402,
+                                1.217403,
+                                1.217404,
+                                1.217405,
+                                1.217406
+                            ],
+                            [
+                                1.361838,
+                                1.361839,
+                                1.36184,
+                                1.361841,
+                                1.361842,
+                                1.361843
+                            ],
+                            [
+                                1.524471,
+                                1.52484,
+                                1.524841,
+                                1.524842,
+                                1.524843,
+                                1.524844
+                            ]
+                        ]
+                    },
+                    "fall_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "A&!IE&!PDRV0&!PDRV1&SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b1",
+                    "timing_type": "three_state_disable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.957754,
+                            8.957754,
+                            14.957754,
+                            20.957754,
+                            26.957754,
+                            32.957754
+                        ],
+                        "values": [
+                            [
+                                1.219043,
+                                1.219044,
+                                1.219045,
+                                1.219046,
+                                1.219047,
+                                1.219048
+                            ],
+                            [
+                                1.360415,
+                                1.360621,
+                                1.360622,
+                                1.360623,
+                                1.360624,
+                                1.360625
+                            ],
+                            [
+                                1.522708,
+                                1.522709,
+                                1.52271,
+                                1.522711,
+                                1.522712,
+                                1.522713
+                            ]
+                        ]
+                    },
+                    "fall_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "A&!IE&!PDRV0&PDRV1&!SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b0",
+                    "timing_type": "three_state_disable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.957754,
+                            8.957754,
+                            14.957754,
+                            20.957754,
+                            26.957754,
+                            32.957754
+                        ],
+                        "values": [
+                            [
+                                1.395803,
+                                1.395804,
+                                1.395805,
+                                1.395806,
+                                1.395807,
+                                1.395808
+                            ],
+                            [
+                                1.540099,
+                                1.5401,
+                                1.540101,
+                                1.540102,
+                                1.540103,
+                                1.540104
+                            ],
+                            [
+                                1.706098,
+                                1.706099,
+                                1.7061,
+                                1.706101,
+                                1.706102,
+                                1.706103
+                            ]
+                        ]
+                    },
+                    "fall_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "A&!IE&!PDRV0&PDRV1&SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b1",
+                    "timing_type": "three_state_disable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.957754,
+                            8.957754,
+                            14.957754,
+                            20.957754,
+                            26.957754,
+                            32.957754
+                        ],
+                        "values": [
+                            [
+                                1.395214,
+                                1.395215,
+                                1.395216,
+                                1.395217,
+                                1.395218,
+                                1.395219
+                            ],
+                            [
+                                1.537778,
+                                1.537779,
+                                1.53778,
+                                1.537781,
+                                1.537782,
+                                1.537783
+                            ],
+                            [
+                                1.703591,
+                                1.703592,
+                                1.703593,
+                                1.703594,
+                                1.703595,
+                                1.703596
+                            ]
+                        ]
+                    },
+                    "fall_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "A&!IE&PDRV0&!PDRV1&!SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b0",
+                    "timing_type": "three_state_disable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.957754,
+                            8.957754,
+                            14.957754,
+                            20.957754,
+                            26.957754,
+                            32.957754
+                        ],
+                        "values": [
+                            [
+                                1.206129,
+                                1.20613,
+                                1.206131,
+                                1.206132,
+                                1.206133,
+                                1.206134
+                            ],
+                            [
+                                1.346423,
+                                1.347581,
+                                1.347582,
+                                1.347583,
+                                1.347584,
+                                1.347585
+                            ],
+                            [
+                                1.510473,
+                                1.510474,
+                                1.510475,
+                                1.510476,
+                                1.510477,
+                                1.510478
+                            ]
+                        ]
+                    },
+                    "fall_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "A&!IE&PDRV0&!PDRV1&SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b1",
+                    "timing_type": "three_state_disable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.957754,
+                            8.957754,
+                            14.957754,
+                            20.957754,
+                            26.957754,
+                            32.957754
+                        ],
+                        "values": [
+                            [
+                                1.207596,
+                                1.207597,
+                                1.207598,
+                                1.207599,
+                                1.2076,
+                                1.207601
+                            ],
+                            [
+                                1.34976,
+                                1.349761,
+                                1.349762,
+                                1.349763,
+                                1.349764,
+                                1.349765
+                            ],
+                            [
+                                1.512859,
+                                1.51286,
+                                1.512861,
+                                1.512862,
+                                1.512863,
+                                1.512864
+                            ]
+                        ]
+                    },
+                    "fall_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "A&!IE&PDRV0&PDRV1&!SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b0",
+                    "timing_type": "three_state_disable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.957754,
+                            8.957754,
+                            14.957754,
+                            20.957754,
+                            26.957754,
+                            32.957754
+                        ],
+                        "values": [
+                            [
+                                1.384866,
+                                1.384867,
+                                1.384868,
+                                1.384869,
+                                1.38487,
+                                1.384871
+                            ],
+                            [
+                                1.528384,
+                                1.528385,
+                                1.528386,
+                                1.528387,
+                                1.528388,
+                                1.528389
+                            ],
+                            [
+                                1.69348,
+                                1.693481,
+                                1.693482,
+                                1.693483,
+                                1.693484,
+                                1.693485
+                            ]
+                        ]
+                    },
+                    "fall_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "A&!IE&PDRV0&PDRV1&SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b1",
+                    "timing_type": "three_state_disable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.957754,
+                            8.957754,
+                            14.957754,
+                            20.957754,
+                            26.957754,
+                            32.957754
+                        ],
+                        "values": [
+                            [
+                                1.384302,
+                                1.384303,
+                                1.384304,
+                                1.384305,
+                                1.384306,
+                                1.384307
+                            ],
+                            [
+                                1.527523,
+                                1.527524,
+                                1.527525,
+                                1.527526,
+                                1.527527,
+                                1.527528
+                            ],
+                            [
+                                1.691791,
+                                1.691792,
+                                1.691793,
+                                1.691794,
+                                1.691795,
+                                1.691796
+                            ]
+                        ]
+                    },
+                    "fall_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                }
+            ]
+        },
+        "pin Y": {
+            "function": "((IE*PAD))",
+            "direction": "output",
+            "max_capacitance": "0.500000",
+            "output_signal_level": "VDD",
+            "internal_power ": [
+                {
+                    "related_pin": "IE",
+                    "when": "!CS&!OE&PAD",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                1.211037,
+                                1.262759,
+                                1.192802,
+                                1.200424,
+                                1.173037,
+                                1.197182
+                            ],
+                            [
+                                0.955475,
+                                1.010049,
+                                1.035093,
+                                0.994317,
+                                0.968989,
+                                0.989284
+                            ],
+                            [
+                                0.931442,
+                                0.906237,
+                                0.918394,
+                                0.902274,
+                                0.833548,
+                                0.937449
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                1.483041,
+                                1.501496,
+                                1.519003,
+                                1.557595,
+                                1.569391,
+                                1.537225
+                            ],
+                            [
+                                1.281801,
+                                1.415325,
+                                1.368941,
+                                1.479703,
+                                1.299756,
+                                1.249543
+                            ],
+                            [
+                                1.291558,
+                                1.262398,
+                                1.352727,
+                                1.415765,
+                                1.363728,
+                                1.544326
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "IE",
+                    "when": "CS&!OE&PAD",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                1.349604,
+                                1.34162,
+                                1.334286,
+                                1.331593,
+                                1.320468,
+                                1.321583
+                            ],
+                            [
+                                1.115774,
+                                1.106358,
+                                1.102856,
+                                1.092241,
+                                1.096208,
+                                1.094912
+                            ],
+                            [
+                                1.109048,
+                                1.100326,
+                                1.096522,
+                                1.085047,
+                                1.09071,
+                                1.092881
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                1.583589,
+                                1.6092,
+                                1.643069,
+                                1.686285,
+                                1.69847,
+                                1.707594
+                            ],
+                            [
+                                1.39462,
+                                1.454986,
+                                1.352394,
+                                1.41388,
+                                1.426954,
+                                1.449717
+                            ],
+                            [
+                                1.376451,
+                                1.384473,
+                                1.464541,
+                                1.535026,
+                                1.349367,
+                                1.34202
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "PAD",
+                    "when": "!CS&IE&!OE",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.86043,
+                                0.85016,
+                                0.83996,
+                                0.80992,
+                                0.79778,
+                                0.78867
+                            ],
+                            [
+                                1.08873,
+                                1.07769,
+                                1.06626,
+                                1.03619,
+                                1.02611,
+                                1.01551
+                            ],
+                            [
+                                0.94473,
+                                0.94814,
+                                0.93435,
+                                0.89974,
+                                0.8905,
+                                0.88463
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                1.02631,
+                                1.05162,
+                                1.08828,
+                                1.14855,
+                                1.16419,
+                                1.17562
+                            ],
+                            [
+                                0.89994,
+                                0.92312,
+                                0.9603,
+                                1.02207,
+                                1.03735,
+                                1.04859
+                            ],
+                            [
+                                0.7407,
+                                0.76537,
+                                0.80362,
+                                0.86506,
+                                0.88003,
+                                0.89196
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "PAD",
+                    "when": "CS&IE&!OE",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                1.07908,
+                                1.0697,
+                                1.05995,
+                                1.03035,
+                                1.01885,
+                                1.01358
+                            ],
+                            [
+                                1.37083,
+                                1.36082,
+                                1.35077,
+                                1.32835,
+                                1.31416,
+                                1.30708
+                            ],
+                            [
+                                1.27268,
+                                1.26238,
+                                1.24973,
+                                1.22379,
+                                1.20862,
+                                1.19977
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                1.35664,
+                                1.3866,
+                                1.43882,
+                                1.54933,
+                                1.58414,
+                                1.61016
+                            ],
+                            [
+                                1.05072,
+                                1.08163,
+                                1.1333,
+                                1.24371,
+                                1.2792,
+                                1.30276
+                            ],
+                            [
+                                1.02535,
+                                1.05072,
+                                1.10471,
+                                1.21353,
+                                1.24947,
+                                1.27457
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "IE",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                1.28032,
+                                1.302189,
+                                1.263544,
+                                1.266008,
+                                1.246752,
+                                1.259383
+                            ],
+                            [
+                                1.035624,
+                                1.058203,
+                                1.068974,
+                                1.043279,
+                                1.032598,
+                                1.042098
+                            ],
+                            [
+                                1.020245,
+                                1.003281,
+                                1.007458,
+                                0.993661,
+                                0.962129,
+                                1.015165
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                1.533315,
+                                1.555348,
+                                1.581036,
+                                1.62194,
+                                1.63393,
+                                1.62241
+                            ],
+                            [
+                                1.33821,
+                                1.435156,
+                                1.360667,
+                                1.446792,
+                                1.363355,
+                                1.34963
+                            ],
+                            [
+                                1.334005,
+                                1.323435,
+                                1.408634,
+                                1.475395,
+                                1.356548,
+                                1.443173
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "PAD",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.969755,
+                                0.95993,
+                                0.949955,
+                                0.920135,
+                                0.908315,
+                                0.901125
+                            ],
+                            [
+                                1.22978,
+                                1.219255,
+                                1.208515,
+                                1.18227,
+                                1.170135,
+                                1.161295
+                            ],
+                            [
+                                1.108705,
+                                1.10526,
+                                1.09204,
+                                1.061765,
+                                1.04956,
+                                1.0422
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                1.191475,
+                                1.21911,
+                                1.26355,
+                                1.34894,
+                                1.374165,
+                                1.39289
+                            ],
+                            [
+                                0.97533,
+                                1.002375,
+                                1.0468,
+                                1.13289,
+                                1.158275,
+                                1.175675
+                            ],
+                            [
+                                0.883025,
+                                0.908045,
+                                0.954165,
+                                1.039295,
+                                1.06475,
+                                1.083265
+                            ]
+                        ]
+                    }
+                }
+            ],
+            "timing ": [
+                {
+                    "related_pin": "IE",
+                    "timing_type": "combinational",
+                    "timing_sense": "positive_unate",
+                    "when": "!CS&!OE&PAD",
+                    "sdf_cond": "CS==1'b0&&OE==1'b0&&PAD==1'b1",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                1.579684,
+                                1.63408,
+                                1.700978,
+                                1.89123,
+                                1.982983,
+                                2.074585
+                            ],
+                            [
+                                1.675393,
+                                1.730363,
+                                1.796877,
+                                1.986869,
+                                2.078603,
+                                2.170399
+                            ],
+                            [
+                                1.735317,
+                                1.790176,
+                                1.856207,
+                                2.046948,
+                                2.138746,
+                                2.230436
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.159404,
+                                0.231154,
+                                0.327208,
+                                0.657721,
+                                0.831185,
+                                1.00653
+                            ],
+                            [
+                                0.158354,
+                                0.23077,
+                                0.327772,
+                                0.658933,
+                                0.832098,
+                                1.003803
+                            ],
+                            [
+                                0.158068,
+                                0.229556,
+                                0.327783,
+                                0.658115,
+                                0.830984,
+                                1.003717
+                            ]
+                        ]
+                    },
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                1.353657,
+                                1.399083,
+                                1.45219,
+                                1.597759,
+                                1.665451,
+                                1.732181
+                            ],
+                            [
+                                1.497533,
+                                1.542936,
+                                1.596366,
+                                1.741569,
+                                1.809235,
+                                1.876017
+                            ],
+                            [
+                                1.646092,
+                                1.691506,
+                                1.745024,
+                                1.89018,
+                                1.957825,
+                                2.024572
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.088267,
+                                0.141909,
+                                0.213127,
+                                0.437362,
+                                0.552403,
+                                0.668883
+                            ],
+                            [
+                                0.088364,
+                                0.142726,
+                                0.212577,
+                                0.437542,
+                                0.551864,
+                                0.668999
+                            ],
+                            [
+                                0.08867,
+                                0.142315,
+                                0.212319,
+                                0.437179,
+                                0.55264,
+                                0.668627
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "IE",
+                    "timing_type": "combinational",
+                    "timing_sense": "positive_unate",
+                    "when": "CS&!OE&PAD",
+                    "sdf_cond": "CS==1'b1&&OE==1'b0&&PAD==1'b1",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                1.635463,
+                                1.690307,
+                                1.756537,
+                                1.946762,
+                                2.038475,
+                                2.130196
+                            ],
+                            [
+                                1.731388,
+                                1.786122,
+                                1.852757,
+                                2.042639,
+                                2.134456,
+                                2.226376
+                            ],
+                            [
+                                1.790996,
+                                1.845562,
+                                1.911414,
+                                2.101073,
+                                2.19279,
+                                2.285846
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.158414,
+                                0.231648,
+                                0.32776,
+                                0.659094,
+                                0.832151,
+                                1.002485
+                            ],
+                            [
+                                0.159865,
+                                0.230961,
+                                0.327558,
+                                0.658613,
+                                0.831605,
+                                1.007452
+                            ],
+                            [
+                                0.159052,
+                                0.229816,
+                                0.326975,
+                                0.660174,
+                                0.831346,
+                                1.004208
+                            ]
+                        ]
+                    },
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                1.433676,
+                                1.478673,
+                                1.531992,
+                                1.677275,
+                                1.744909,
+                                1.811644
+                            ],
+                            [
+                                1.577404,
+                                1.622879,
+                                1.676077,
+                                1.821446,
+                                1.889132,
+                                1.955905
+                            ],
+                            [
+                                1.726271,
+                                1.771268,
+                                1.824583,
+                                1.969922,
+                                2.037545,
+                                2.104274
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.088132,
+                                0.14243,
+                                0.212427,
+                                0.43753,
+                                0.552596,
+                                0.668358
+                            ],
+                            [
+                                0.088656,
+                                0.142375,
+                                0.213426,
+                                0.437002,
+                                0.551765,
+                                0.668414
+                            ],
+                            [
+                                0.088127,
+                                0.142429,
+                                0.212443,
+                                0.437843,
+                                0.552554,
+                                0.668358
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "PAD",
+                    "timing_type": "combinational",
+                    "timing_sense": "positive_unate",
+                    "when": "!CS&IE&!OE",
+                    "sdf_cond": "CS==1'b0&&IE==1'b1&&OE==1'b0",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                1.116164,
+                                1.170953,
+                                1.236779,
+                                1.426953,
+                                1.518853,
+                                1.610068
+                            ],
+                            [
+                                1.198677,
+                                1.253304,
+                                1.319113,
+                                1.509617,
+                                1.601771,
+                                1.693853
+                            ],
+                            [
+                                1.227423,
+                                1.282256,
+                                1.348305,
+                                1.538816,
+                                1.63039,
+                                1.721965
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.15709,
+                                0.227798,
+                                0.323885,
+                                0.658885,
+                                0.83044,
+                                1.002119
+                            ],
+                            [
+                                0.157644,
+                                0.228134,
+                                0.324081,
+                                0.658909,
+                                0.83136,
+                                1.003989
+                            ],
+                            [
+                                0.158187,
+                                0.227338,
+                                0.324749,
+                                0.65676,
+                                0.830738,
+                                1.003757
+                            ]
+                        ]
+                    },
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                1.081677,
+                                1.127039,
+                                1.179799,
+                                1.325343,
+                                1.392834,
+                                1.459929
+                            ],
+                            [
+                                1.138665,
+                                1.183443,
+                                1.236513,
+                                1.381939,
+                                1.449706,
+                                1.516569
+                            ],
+                            [
+                                1.328956,
+                                1.374084,
+                                1.427132,
+                                1.572936,
+                                1.640687,
+                                1.707507
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.088855,
+                                0.142543,
+                                0.211903,
+                                0.436757,
+                                0.550158,
+                                0.665261
+                            ],
+                            [
+                                0.08853,
+                                0.141956,
+                                0.211553,
+                                0.436072,
+                                0.55132,
+                                0.665726
+                            ],
+                            [
+                                0.08845,
+                                0.14239,
+                                0.211932,
+                                0.436794,
+                                0.551546,
+                                0.666833
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "PAD",
+                    "timing_type": "combinational",
+                    "timing_sense": "positive_unate",
+                    "when": "CS&IE&!OE",
+                    "sdf_cond": "CS==1'b1&&IE==1'b1&&OE==1'b0",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                1.193667,
+                                1.248389,
+                                1.314357,
+                                1.504466,
+                                1.596418,
+                                1.688676
+                            ],
+                            [
+                                1.313998,
+                                1.369002,
+                                1.434617,
+                                1.624811,
+                                1.716941,
+                                1.808191
+                            ],
+                            [
+                                1.405365,
+                                1.459638,
+                                1.52595,
+                                1.716953,
+                                1.808406,
+                                1.900725
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.156862,
+                                0.227454,
+                                0.325159,
+                                0.657636,
+                                0.82924,
+                                1.004425
+                            ],
+                            [
+                                0.157584,
+                                0.227579,
+                                0.324573,
+                                0.658437,
+                                0.830644,
+                                1.004815
+                            ],
+                            [
+                                0.157765,
+                                0.227931,
+                                0.324739,
+                                0.658473,
+                                0.829057,
+                                1.004948
+                            ]
+                        ]
+                    },
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                1.719519,
+                                1.764608,
+                                1.8177,
+                                1.963119,
+                                2.030838,
+                                2.097575
+                            ],
+                            [
+                                1.664064,
+                                1.709274,
+                                1.762308,
+                                1.908024,
+                                1.975667,
+                                2.042452
+                            ],
+                            [
+                                1.881806,
+                                1.927454,
+                                1.98025,
+                                2.126007,
+                                2.193775,
+                                2.260099
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.089063,
+                                0.142426,
+                                0.212058,
+                                0.437051,
+                                0.551754,
+                                0.666134
+                            ],
+                            [
+                                0.089284,
+                                0.142624,
+                                0.212265,
+                                0.436499,
+                                0.551623,
+                                0.668103
+                            ],
+                            [
+                                0.089296,
+                                0.142667,
+                                0.211804,
+                                0.437428,
+                                0.55166,
+                                0.665904
+                            ]
+                        ]
+                    }
+                }
+            ]
+        },
+        "pin DVDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin DVSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        }
+    }
+}
\ No newline at end of file
diff --git a/cells/bi_t/gf180mcu_fd_io__bi_t__ff_n40C_3v63.lib b/cells/bi_t/gf180mcu_fd_io__bi_t__ff_n40C_3v63.lib
new file mode 100644
index 0000000..608a127
--- /dev/null
+++ b/cells/bi_t/gf180mcu_fd_io__bi_t__ff_n40C_3v63.lib
@@ -0,0 +1,1841 @@
+/*
+ * Copyright 2022 GlobalFoundries PDK Authors
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+	cell ("gf180mcu_fd_io__bi_t") {
+		scaling_factors : "gf_factors";
+		area : 26250.000000;
+		pad_cell : true;
+		dont_use : true;
+		dont_touch : true;
+		cell_leakage_power : 2.415540e-03;
+		leakage_power () {
+			when : "!PDRV0 !PDRV1 !CS !SL !IE !OE !PU !PD !A !PAD";
+			value : "0.002416";
+		}
+		pin ("CS") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.023594;
+			rise_capacitance_range(0.022184,0.024299);
+			capacitance : 0.023260;
+			fall_capacitance : 0.022925;
+			fall_capacitance_range(0.022196,0.023786);
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("0.813117, 1.464722, 1.520067");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("0.956287, 1.368463, 1.395338");
+				}
+			}
+		}
+		pin ("SL") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.032119;
+			rise_capacitance_range(0.030621,0.033000);
+			capacitance : 0.031728;
+			fall_capacitance : 0.031337;
+			fall_capacitance_range(0.030833,0.032300);
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("0.529372, 1.711129, 1.763707");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("0.805025, 1.880818, 1.929981");
+				}
+			}
+		}
+		pin ("IE") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.014950;
+			rise_capacitance_range(0.013654,0.015625);
+			capacitance : 0.014608;
+			fall_capacitance : 0.014267;
+			fall_capacitance_range(0.013460,0.015159);
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("0.700195, 0.930757, 0.980479");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("0.687919, 0.900302, 0.921333");
+				}
+			}
+		}
+		pin ("OE") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.089012;
+			rise_capacitance_range(0.081501,0.097668);
+			capacitance : 0.088661;
+			fall_capacitance : 0.086896;
+			fall_capacitance_range(0.081733,0.093925);
+		}
+		pin ("PU") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.084888;
+			rise_capacitance_range(0.067176,0.097858);
+			capacitance : 0.085530;
+			fall_capacitance : 0.086173;
+			fall_capacitance_range(0.063738,0.101459);
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("-0.178690, 0.347800, 0.413567");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("1.325477, 1.820500, 2.061620");
+				}
+			}
+		}
+		pin ("PD") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.048652;
+			rise_capacitance_range(0.046116,0.051640);
+			capacitance : 0.049851;
+			fall_capacitance : 0.051051;
+			fall_capacitance_range(0.049623,0.052310);
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("0.207738, 1.034670, 1.109979");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("1.264527, 1.559595, 1.771168");
+				}
+			}
+		}
+		pin ("A") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.037425;
+			rise_capacitance_range(0.035104,0.038748);
+			capacitance : 0.037409;
+			fall_capacitance : 0.037392;
+			fall_capacitance_range(0.036361,0.037969);
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("-0.151369, -0.151185, -0.141217");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("0.178787, 0.177947, 0.178404");
+				}
+			}
+		}
+		pin ("PDRV0") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.029909;
+			rise_capacitance_range(0.029409,0.030661);
+			capacitance : 0.030097;
+			fall_capacitance : 0.030285;
+			fall_capacitance_range(0.030062,0.030634);
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("-0.126835, -0.128480, -0.128663");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("0.130649, 0.129652, 0.129136");
+				}
+			}
+		}
+		pin ("PDRV1") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.031909;
+			rise_capacitance_range(0.031393,0.032685);
+			capacitance : 0.032133;
+			fall_capacitance : 0.032356;
+			fall_capacitance_range(0.032159,0.032722);
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("-0.148122, -0.150566, -0.151092");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("0.152590, 0.151826, 0.151652");
+				}
+			}
+		}
+		pin ("PAD") {
+			drive_current : 16000.000000;
+			is_pad : true;
+			function : "((A))";
+			three_state : "((!OE))";
+			direction : "inout";
+			max_transition : 1.000000;
+			max_capacitance : 30.000000;
+			input_signal_level : "DVDD";
+			output_signal_level : "DVDD";
+			capacitance : 2.848953;
+			internal_power () {
+				related_pin : "A";
+				when : "!IE&OE&!PDRV0&!PDRV1&!SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("29.281119, 29.002979, 28.535879, 27.904319, 27.015599, 26.167499", \
+					  "29.219715, 29.084735, 28.623315, 28.080575, 27.266325, 26.235075", \
+					  "29.116347, 28.993357, 28.766837, 28.753187, 25.521187, 25.152427");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("32.214883, 32.502283, 32.604423, 32.629493, 32.714433, 32.707313", \
+					  "32.202573, 32.534243, 32.628763, 32.694593, 32.733983, 32.772003", \
+					  "32.353896, 32.515866, 32.414766, 32.938456, 32.557726, 33.170846");
+				}
+			}
+			internal_power () {
+				related_pin : "A";
+				when : "!IE&OE&!PDRV0&!PDRV1&SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("29.019189, 28.927119, 28.426279, 27.890979, 27.568729, 26.350919", \
+					  "28.976225, 29.050355, 28.292565, 27.739355, 27.595655, 25.995725", \
+					  "28.977677, 29.137037, 28.295707, 27.775597, 26.906887, 26.134117");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("30.499003, 31.712673, 32.077733, 32.206923, 32.216823, 32.245183", \
+					  "30.497713, 31.773283, 32.132653, 32.240983, 32.270593, 32.297513", \
+					  "30.463836, 31.850506, 32.135426, 32.391826, 32.393406, 32.362906");
+				}
+			}
+			internal_power () {
+				related_pin : "A";
+				when : "!IE&OE&!PDRV0&PDRV1&!SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("46.748959, 47.417069, 47.661179, 47.003819, 46.852159, 46.413789", \
+					  "46.734825, 47.539595, 47.482465, 46.941265, 46.763665, 46.877165", \
+					  "46.702627, 47.291117, 47.517087, 46.848287, 46.733337, 46.725957");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("48.454663, 50.241623, 50.951863, 51.159133, 51.281803, 51.403313", \
+					  "48.503003, 50.109833, 51.128583, 50.800283, 51.217743, 51.437763", \
+					  "48.494046, 50.876686, 50.475526, 51.858116, 50.577526, 51.381106");
+				}
+			}
+			internal_power () {
+				related_pin : "A";
+				when : "!IE&OE&!PDRV0&PDRV1&SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("44.047599, 46.715229, 46.767419, 46.605299, 46.209789, 46.306109", \
+					  "43.955655, 46.681995, 46.765535, 46.957905, 45.983695, 45.534895", \
+					  "44.088257, 46.492877, 46.871617, 46.445877, 46.145857, 45.610377");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("42.737803, 45.594843, 47.171943, 48.337983, 49.077523, 49.429853", \
+					  "42.715153, 45.470873, 47.205783, 48.427203, 49.099773, 49.602143", \
+					  "42.558486, 45.499706, 47.553416, 48.384516, 49.319526, 49.482256");
+				}
+			}
+			internal_power () {
+				related_pin : "A";
+				when : "!IE&OE&PDRV0&!PDRV1&!SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("38.177169, 38.199259, 37.812709, 37.437429, 37.350289, 36.593829", \
+					  "38.348245, 37.594605, 37.039615, 38.544645, 37.241335, 36.534005", \
+					  "38.393037, 37.580167, 38.522887, 36.790507, 37.034257, 36.103177");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("40.687123, 41.658383, 41.885763, 42.022483, 42.096533, 42.158183", \
+					  "40.722913, 41.725463, 41.938573, 42.066343, 42.112483, 42.199373", \
+					  "40.641656, 41.320696, 42.411296, 41.945886, 41.923376, 42.172316");
+				}
+			}
+			internal_power () {
+				related_pin : "A";
+				when : "!IE&OE&PDRV0&!PDRV1&SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("36.770629, 38.277739, 37.667029, 37.498369, 37.070719, 35.994999", \
+					  "36.744665, 38.327835, 37.612205, 37.164835, 36.596635, 36.061745", \
+					  "36.755677, 37.920667, 37.434857, 37.197037, 36.847867, 36.044677");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("36.930993, 39.050403, 40.150453, 40.766883, 41.017663, 41.172543", \
+					  "36.947613, 39.375623, 39.798913, 40.454513, 40.879193, 41.331913", \
+					  "36.777806, 39.120666, 40.279476, 40.383436, 41.019526, 41.465916");
+				}
+			}
+			internal_power () {
+				related_pin : "A";
+				when : "!IE&OE&PDRV0&PDRV1&!SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("55.294199, 56.367719, 56.320289, 56.435949, 55.874399, 55.770859", \
+					  "55.306605, 56.505005, 56.337625, 56.373425, 55.659475, 55.971065", \
+					  "55.265807, 56.327597, 56.452167, 56.330417, 56.112257, 55.712917");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("55.791303, 59.153853, 59.806053, 60.258803, 60.387673, 60.496493", \
+					  "55.937773, 59.118903, 59.841483, 60.331553, 60.398843, 60.542733", \
+					  "55.918706, 59.236906, 59.853136, 60.326166, 60.413986, 60.566206");
+				}
+			}
+			internal_power () {
+				related_pin : "A";
+				when : "!IE&OE&PDRV0&PDRV1&SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("50.777569, 54.871279, 55.617279, 55.500739, 55.413939, 54.895129", \
+					  "50.804325, 54.844925, 55.868095, 55.650575, 55.742175, 54.872755", \
+					  "50.669977, 54.141087, 55.344637, 55.594697, 55.290317, 54.943187");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("48.743463, 52.258183, 53.656343, 55.477543, 56.736233, 57.286163", \
+					  "48.583433, 51.528183, 53.822553, 55.588903, 56.698533, 57.534493", \
+					  "48.501296, 51.406436, 53.720576, 55.667286, 56.587536, 57.586326");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "A&!IE&!PDRV0&!PDRV1&!SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("27.928750, 27.547680, 27.055050, 26.512240, 25.425650, 24.201410", \
+					  "22.492711, 21.994661, 21.453391, 20.738321, 19.918641, 19.140421", \
+					  "22.392472, 21.945752, 21.395232, 20.681902, 19.950512, 18.927752");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("4.436514, 5.097839, 5.234469, 5.296540, 5.331696, 5.354719", \
+					  "1.637041, 2.181451, 2.348615, 2.440279, 2.484159, 2.509218", \
+					  "1.852684, 2.464713, 2.602267, 2.646885, 2.668925, 2.683053");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "A&!IE&!PDRV0&!PDRV1&SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("27.678150, 27.341530, 26.743800, 25.883490, 25.187050, 24.348650", \
+					  "22.214481, 21.803311, 21.176121, 20.639691, 19.654281, 18.888871", \
+					  "22.062632, 21.721502, 21.154362, 20.405002, 19.665712, 18.664102");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("4.526718, 5.078236, 5.217144, 5.284735, 5.323787, 5.350337", \
+					  "1.652574, 2.332484, 2.463430, 2.504373, 2.530838, 2.548454", \
+					  "1.938424, 2.644934, 2.850918, 2.975406, 2.118937, 2.154697");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "A&!IE&!PDRV0&PDRV1&!SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("42.421210, 42.230310, 41.759570, 41.177370, 40.674250, 40.408740", \
+					  "36.508121, 36.302301, 35.738341, 35.539601, 35.128691, 34.809821", \
+					  "36.472532, 36.413072, 35.935722, 35.708112, 35.170652, 34.633162");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("11.294980, 12.815480, 13.356810, 13.643420, 13.824620, 13.949740", \
+					  "8.654278, 10.289368, 10.853688, 11.135668, 11.300878, 11.408738", \
+					  "8.880742, 10.769882, 11.326112, 11.620542, 11.733972, 11.785322");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "A&!IE&!PDRV0&PDRV1&SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("39.421960, 41.021020, 41.073800, 40.406170, 40.230190, 39.902530", \
+					  "33.937601, 35.348151, 35.373341, 34.818161, 34.308651, 33.743091", \
+					  "33.886002, 35.378652, 35.390282, 34.731402, 34.416772, 33.717372");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("11.297120, 13.091790, 13.585450, 13.823100, 13.961820, 14.051510", \
+					  "8.757098, 10.360978, 10.930078, 11.212978, 11.379848, 11.489738", \
+					  "9.363792, 10.256912, 10.773612, 11.682612, 11.953022, 12.114282");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "A&!IE&PDRV0&!PDRV1&!SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("36.476910, 36.087830, 35.936490, 35.203590, 34.486960, 34.035270", \
+					  "30.889441, 30.367221, 29.898801, 29.514501, 28.750691, 28.386031", \
+					  "30.675792, 30.243632, 29.658532, 29.141292, 28.742362, 27.877182");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("8.250646, 9.383480, 9.693920, 9.838330, 9.920770, 9.974630", \
+					  "5.478155, 6.652478, 6.804848, 6.943588, 7.046578, 7.120148", \
+					  "5.616926, 6.859542, 7.196682, 7.270872, 7.287512, 7.317062");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "A&!IE&PDRV0&!PDRV1&SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("35.147460, 35.715810, 35.292120, 34.707930, 34.137910, 33.308550", \
+					  "29.449451, 29.960871, 29.595581, 28.918541, 28.247661, 27.804741", \
+					  "29.213112, 30.154502, 29.449872, 28.806402, 28.168862, 27.410122");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("8.291774, 9.405690, 9.712900, 9.874570, 9.968100, 10.028710", \
+					  "5.230031, 6.549638, 6.904328, 7.058478, 7.143318, 7.513318", \
+					  "5.712262, 6.840282, 7.139742, 7.303132, 7.408482, 7.480942");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "A&!IE&PDRV0&PDRV1&!SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("50.453370, 50.520110, 50.124690, 49.641870, 49.073510, 48.874720", \
+					  "45.078311, 44.596201, 44.330391, 43.829101, 43.081891, 42.681651", \
+					  "45.034352, 44.523382, 44.170942, 43.810102, 43.163182, 42.354152");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("14.856480, 16.911060, 17.607050, 17.961010, 18.192040, 18.350670", \
+					  "12.090788, 14.222798, 15.269588, 15.671978, 15.936598, 16.123568", \
+					  "12.504432, 14.557472, 15.366552, 15.659872, 15.870592, 16.052892");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "A&!IE&PDRV0&PDRV1&SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("45.864300, 48.645770, 49.136990, 48.952300, 48.486390, 47.774460", \
+					  "40.072441, 42.596031, 43.046301, 42.911551, 42.310091, 41.698461", \
+					  "39.961892, 42.875532, 42.781482, 43.003472, 42.186132, 41.948972");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("14.856210, 17.090190, 17.964910, 18.129200, 18.330120, 18.488010", \
+					  "12.403548, 13.974308, 14.742618, 15.042218, 15.264218, 15.475098", \
+					  "12.642692, 14.427272, 15.171502, 16.160682, 16.788882, 15.093512");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "!A&!IE&!PDRV0&!PDRV1&!SL";
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("27.042820, 27.148960, 27.244570, 27.391130, 27.293290, 27.328880", \
+					  "21.802171, 21.891401, 21.976971, 22.054161, 22.034091, 22.185281", \
+					  "21.807562, 21.949642, 22.031302, 22.063102, 22.092792, 22.094662");
+				}
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("2.934772, -76.550760, -155.744730, -234.848930, -313.929830, -393.002230", \
+					  "-0.001289, -79.318042, -158.438572, -237.530572, -316.595572, -395.657472", \
+					  "-0.002215, -79.311058, -158.431708, -237.519108, -316.595508, -395.666508");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "!A&!IE&!PDRV0&!PDRV1&SL";
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("25.364270, 26.453270, 26.724810, 26.874030, 26.948000, 26.958360", \
+					  "20.106001, 21.187491, 21.497541, 21.555551, 21.589471, 21.603551", \
+					  "20.119462, 21.246252, 21.506132, 21.581942, 21.625122, 21.625442");
+				}
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("2.995031, -76.388840, -155.510230, -234.596930, -313.672830, -392.743630", \
+					  "-0.010913, -79.160992, -158.574172, -237.772172, -316.912872, -396.021972", \
+					  "0.055781, -79.252978, -158.381908, -237.474708, -316.553708, -395.626508");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "!A&!IE&!PDRV0&PDRV1&!SL";
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("37.822440, 39.031320, 39.313960, 39.211060, 39.480600, 39.385830", \
+					  "32.586001, 33.830991, 33.984211, 34.019791, 34.046791, 34.135431", \
+					  "32.692662, 33.871532, 34.016272, 34.103512, 34.143182, 34.160152");
+				}
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("9.424760, -70.023670, -149.219630, -228.350830, -307.455030, -386.545330", \
+					  "6.459118, -73.008502, -152.203572, -231.332272, -310.434772, -389.529172", \
+					  "6.672152, -72.787338, -151.988608, -231.121608, -310.226708, -389.317408");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "!A&!IE&!PDRV0&PDRV1&SL";
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("32.495740, 34.233940, 35.571170, 36.299560, 37.180690, 37.665370", \
+					  "27.153761, 29.071851, 30.203101, 31.048091, 31.349301, 32.547411", \
+					  "27.054372, 28.854312, 30.225772, 31.206392, 31.820782, 32.193512");
+				}
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("9.557400, -69.902350, -149.237330, -228.413330, -307.519630, -386.595130", \
+					  "6.536298, -73.097012, -152.166772, -231.127172, -310.190872, -389.278972", \
+					  "7.090772, -72.266228, -150.878908, -229.937608, -309.111908, -388.305408");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "!A&!IE&PDRV0&!PDRV1&!SL";
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("32.951450, 33.288600, 33.614190, 33.502200, 33.854150, 33.483360", \
+					  "27.727941, 28.166961, 28.159071, 28.472781, 28.331281, 28.338821", \
+					  "27.809722, 28.292622, 28.353202, 28.397752, 28.437152, 28.459752");
+				}
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("6.288152, -73.168190, -152.326530, -231.428930, -310.516730, -389.598430", \
+					  "3.357201, -76.301382, -155.704272, -234.929672, -314.071272, -393.175372", \
+					  "3.565929, -75.884218, -155.059908, -234.175908, -313.266708, -392.349608");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "!A&!IE&PDRV0&!PDRV1&SL";
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("29.339560, 31.072740, 31.536700, 32.037490, 32.776700, 32.326970", \
+					  "23.920571, 25.385191, 26.423071, 26.637071, 27.274311, 27.222971", \
+					  "23.936392, 25.593012, 26.578732, 27.077102, 27.331052, 27.443292");
+				}
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("6.403680, -73.019860, -152.185730, -231.296830, -310.389030, -389.471430", \
+					  "3.441226, -76.000322, -155.164772, -234.246372, -313.305372, -392.366872", \
+					  "3.675479, -75.776778, -154.955708, -234.066808, -313.161208, -392.244308");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "!A&!IE&PDRV0&PDRV1&!SL";
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("42.737040, 44.894320, 45.483640, 45.228950, 45.417050, 45.894270", \
+					  "37.585851, 39.673491, 40.064091, 40.171071, 40.253821, 40.224721", \
+					  "37.675722, 39.836852, 40.203502, 40.246222, 40.339582, 40.456802");
+				}
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("12.713680, -66.736180, -145.951330, -225.095030, -304.207030, -383.303930", \
+					  "9.748568, -69.688892, -148.907372, -228.053372, -307.171172, -386.269472", \
+					  "10.047302, -69.412378, -148.666008, -227.788108, -306.890108, -385.977108");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "!A&!IE&PDRV0&PDRV1&SL";
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("36.362000, 38.092740, 39.479270, 40.702830, 41.560600, 42.233120", \
+					  "30.933651, 32.695291, 34.260741, 35.408961, 36.353441, 37.016561", \
+					  "30.783202, 32.710322, 34.340442, 35.498062, 36.444412, 37.067602");
+				}
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("12.819740, -66.563050, -145.841330, -224.991230, -304.004930, -383.103430", \
+					  "9.795758, -70.081202, -149.062072, -228.049272, -306.962572, -385.914872", \
+					  "10.351862, -69.379898, -148.443008, -227.973308, -306.747508, -387.038508");
+				}
+			}
+			internal_power () {
+				related_pin : "A";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("82.529108, 84.944598, 84.702016, 84.069226, 83.338906, 82.123283", \
+					  "82.522565, 84.907262, 84.505355, 84.363145, 83.212240, 82.020607", \
+					  "82.492351, 84.470977, 84.801449, 83.933901, 82.647992, 81.606709");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("84.014809, 88.043061, 89.576144, 90.714811, 91.382171, 91.724761", \
+					  "84.027544, 87.909101, 89.624326, 90.651094, 91.352786, 91.929484", \
+					  "83.927432, 87.956867, 89.710904, 90.973922, 91.198152, 92.046969");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("46.066166, -32.905355, -112.361791, -192.067135, -271.749141, -351.438651", \
+					  "37.496066, -41.710950, -121.201164, -200.766426, -280.530485, -360.132636", \
+					  "37.644481, -41.351856, -120.858667, -200.471185, -280.136147, -360.124069");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("42.740720, 45.386207, 46.417620, 46.887269, 47.420504, 47.603061", \
+					  "34.714933, 37.308271, 38.360749, 38.922130, 39.289868, 39.682879", \
+					  "35.048881, 37.646944, 38.710343, 39.436761, 39.758050, 39.772872");
+				}
+			}
+			timing () {
+				related_pin : "A";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				when : "!IE&OE&!PDRV0&!PDRV1&!SL";
+				sdf_cond : "IE==1'b0&&OE==1'b1&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b0";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.848953, 8.848953, 14.848953, 20.848953, 26.848953, 32.848953");
+					values("1.964337, 2.685178, 3.402258, 4.116656, 4.836443, 5.546867", \
+					  "2.014718, 2.735781, 3.451494, 4.175858, 4.894547, 5.605697", \
+					  "2.023196, 2.744277, 3.461234, 4.176057, 4.895448, 5.607149");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.848953, 8.848953, 14.848953, 20.848953, 26.848953, 32.848953");
+					values("0.795766, 2.212244, 3.645545, 5.094579, 6.543525, 7.985595", \
+					  "0.796620, 2.210615, 3.651995, 5.103988, 6.552280, 7.993980", \
+					  "0.796059, 2.212261, 3.648504, 5.098248, 6.545933, 7.987613");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.848953, 8.848953, 14.848953, 20.848953, 26.848953, 32.848953");
+					values("2.023394, 2.570304, 3.093424, 3.615173, 4.137248, 4.657112", \
+					  "2.159303, 2.706360, 3.229221, 3.750722, 4.273609, 4.793023", \
+					  "2.301015, 2.847871, 3.371171, 3.893199, 4.413917, 4.935235");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.848953, 8.848953, 14.848953, 20.848953, 26.848953, 32.848953");
+					values("0.629723, 1.556949, 2.527534, 3.504919, 4.473683, 5.455417", \
+					  "0.628663, 1.558414, 2.524444, 3.505644, 4.476393, 5.465197", \
+					  "0.628980, 1.560787, 2.525774, 3.503572, 4.484789, 5.473843");
+				}
+			}
+			timing () {
+				related_pin : "A";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				when : "!IE&OE&!PDRV0&!PDRV1&SL";
+				sdf_cond : "IE==1'b0&&OE==1'b1&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b1";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.848953, 8.848953, 14.848953, 20.848953, 26.848953, 32.848953");
+					values("2.366618, 3.273549, 4.003124, 4.719345, 5.436454, 6.147550", \
+					  "2.417375, 3.323242, 4.053794, 4.770976, 5.484223, 6.201601", \
+					  "2.425737, 3.332607, 4.062996, 4.780080, 5.493276, 6.211045");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.848953, 8.848953, 14.848953, 20.848953, 26.848953, 32.848953");
+					values("1.363449, 2.600660, 3.902512, 5.260710, 6.668507, 8.085624", \
+					  "1.364716, 2.600654, 3.899680, 5.265201, 6.660688, 8.082273", \
+					  "1.363236, 2.599039, 3.899288, 5.264565, 6.653852, 8.082392");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.848953, 8.848953, 14.848953, 20.848953, 26.848953, 32.848953");
+					values("2.128370, 3.115203, 3.900340, 4.567046, 5.171434, 5.739574", \
+					  "2.264288, 3.251146, 4.036290, 4.702092, 5.307051, 5.875413", \
+					  "2.406080, 3.393101, 4.177870, 4.843949, 5.449500, 6.017375");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.848953, 8.848953, 14.848953, 20.848953, 26.848953, 32.848953");
+					values("1.021654, 2.437190, 3.497810, 4.447705, 5.374396, 6.276637", \
+					  "1.021690, 2.437195, 3.497689, 4.447484, 5.376308, 6.279215", \
+					  "1.021626, 2.433745, 3.498683, 4.449234, 5.370551, 6.277255");
+				}
+			}
+			timing () {
+				related_pin : "A";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				when : "!IE&OE&!PDRV0&PDRV1&!SL";
+				sdf_cond : "IE==1'b0&&OE==1'b1&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b0";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.848953, 8.848953, 14.848953, 20.848953, 26.848953, 32.848953");
+					values("1.694454, 1.957209, 2.198955, 2.438683, 2.677526, 2.916255", \
+					  "1.744941, 2.007653, 2.249443, 2.489176, 2.727958, 2.966656", \
+					  "1.753774, 2.016430, 2.258059, 2.497784, 2.737217, 2.976165");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.848953, 8.848953, 14.848953, 20.848953, 26.848953, 32.848953");
+					values("0.373185, 0.797428, 1.259828, 1.729663, 2.208986, 2.687943", \
+					  "0.372786, 0.797663, 1.259822, 1.731135, 2.208659, 2.688238", \
+					  "0.373483, 0.797439, 1.257566, 1.730270, 2.211241, 2.680741");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.848953, 8.848953, 14.848953, 20.848953, 26.848953, 32.848953");
+					values("1.790816, 2.038022, 2.230335, 2.410986, 2.587357, 2.762259", \
+					  "1.926656, 2.173852, 2.366182, 2.546830, 2.723220, 2.898137", \
+					  "2.068548, 2.315457, 2.507997, 2.688424, 2.865226, 3.040252");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.848953, 8.848953, 14.848953, 20.848953, 26.848953, 32.848953");
+					values("0.334970, 0.641549, 0.941061, 1.248087, 1.565778, 1.884854", \
+					  "0.335429, 0.641736, 0.940445, 1.248574, 1.565885, 1.885036", \
+					  "0.335353, 0.641685, 0.939253, 1.247915, 1.563632, 1.882431");
+				}
+			}
+			timing () {
+				related_pin : "A";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				when : "!IE&OE&!PDRV0&PDRV1&SL";
+				sdf_cond : "IE==1'b0&&OE==1'b1&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b1";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.848953, 8.848953, 14.848953, 20.848953, 26.848953, 32.848953");
+					values("1.758574, 2.355879, 2.717234, 3.004642, 3.264436, 3.511756", \
+					  "1.809110, 2.406406, 2.767710, 3.055068, 3.314866, 3.562226", \
+					  "1.818028, 2.415917, 2.778183, 3.064300, 3.323658, 3.571757");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.848953, 8.848953, 14.848953, 20.848953, 26.848953, 32.848953");
+					values("0.733791, 1.366531, 1.790835, 2.192285, 2.600992, 3.019926", \
+					  "0.734819, 1.366691, 1.790818, 2.192320, 2.600673, 3.020320", \
+					  "0.734394, 1.367268, 1.790694, 2.190062, 2.599753, 3.024356");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.848953, 8.848953, 14.848953, 20.848953, 26.848953, 32.848953");
+					values("1.769412, 2.137487, 2.486542, 2.811713, 3.111716, 3.388378", \
+					  "1.905376, 2.273393, 2.622472, 2.947475, 3.247439, 3.524008", \
+					  "2.047117, 2.415203, 2.764248, 3.089477, 3.389255, 3.666062");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.848953, 8.848953, 14.848953, 20.848953, 26.848953, 32.848953");
+					values("0.381167, 1.012019, 1.550370, 2.009411, 2.414772, 2.785638", \
+					  "0.381153, 1.012567, 1.550361, 2.008774, 2.414293, 2.788223", \
+					  "0.381147, 1.011999, 1.550346, 2.009559, 2.414693, 2.785380");
+				}
+			}
+			timing () {
+				related_pin : "A";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				when : "!IE&OE&PDRV0&!PDRV1&!SL";
+				sdf_cond : "IE==1'b0&&OE==1'b1&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b0";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.848953, 8.848953, 14.848953, 20.848953, 26.848953, 32.848953");
+					values("1.772150, 2.143211, 2.503009, 2.861847, 3.219653, 3.577948", \
+					  "1.822496, 2.193777, 2.553501, 2.912252, 3.269961, 3.627876", \
+					  "1.831228, 2.202503, 2.562259, 2.921152, 3.279033, 3.637203");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.848953, 8.848953, 14.848953, 20.848953, 26.848953, 32.848953");
+					values("0.468802, 1.142788, 1.850177, 2.571545, 3.287302, 4.013168", \
+					  "0.467560, 1.142512, 1.850512, 2.569389, 3.291790, 4.008951", \
+					  "0.467435, 1.142948, 1.850435, 2.571400, 3.292623, 4.013309");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.848953, 8.848953, 14.848953, 20.848953, 26.848953, 32.848953");
+					values("1.858295, 2.173233, 2.443933, 2.706853, 2.968648, 3.229455", \
+					  "1.993710, 2.309013, 2.579589, 2.842687, 3.104451, 3.365383", \
+					  "2.135499, 2.450901, 2.721401, 2.984849, 3.245895, 3.507090");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.848953, 8.848953, 14.848953, 20.848953, 26.848953, 32.848953");
+					values("0.410809, 0.858929, 1.323922, 1.799641, 2.282746, 2.766572", \
+					  "0.411019, 0.858936, 1.321891, 1.801538, 2.279382, 2.769638", \
+					  "0.410997, 0.858098, 1.324055, 1.799971, 2.284402, 2.768755");
+				}
+			}
+			timing () {
+				related_pin : "A";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				when : "!IE&OE&PDRV0&!PDRV1&SL";
+				sdf_cond : "IE==1'b0&&OE==1'b1&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b1";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.848953, 8.848953, 14.848953, 20.848953, 26.848953, 32.848953");
+					values("1.952816, 2.642303, 3.076980, 3.456032, 3.819907, 4.179004", \
+					  "2.003112, 2.694353, 3.127356, 3.506227, 3.870106, 4.228831", \
+					  "2.012119, 2.703755, 3.136522, 3.515296, 3.879294, 4.237905");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.848953, 8.848953, 14.848953, 20.848953, 26.848953, 32.848953");
+					values("0.944734, 1.687371, 2.291791, 2.912563, 3.561438, 4.231221", \
+					  "0.944411, 1.687906, 2.289746, 2.912246, 3.566422, 4.231294", \
+					  "0.944454, 1.687623, 2.290276, 2.913655, 3.566716, 4.232084");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.848953, 8.848953, 14.848953, 20.848953, 26.848953, 32.848953");
+					values("1.856652, 2.396181, 2.888822, 3.323155, 3.713586, 4.065900", \
+					  "1.992577, 2.532210, 3.024296, 3.459676, 3.847104, 4.203049", \
+					  "2.134344, 2.673876, 3.166523, 3.600823, 3.991054, 4.343599");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.848953, 8.848953, 14.848953, 20.848953, 26.848953, 32.848953");
+					values("0.541589, 1.433865, 2.125288, 2.703934, 3.224146, 3.712441", \
+					  "0.541781, 1.433502, 2.122932, 2.700868, 3.229591, 3.717011", \
+					  "0.541644, 1.433953, 2.125218, 2.704285, 3.224352, 3.711500");
+				}
+			}
+			timing () {
+				related_pin : "A";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				when : "!IE&OE&PDRV0&PDRV1&!SL";
+				sdf_cond : "IE==1'b0&&OE==1'b1&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b0";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.848953, 8.848953, 14.848953, 20.848953, 26.848953, 32.848953");
+					values("1.651630, 1.864432, 2.048424, 2.229042, 2.408851, 2.588485", \
+					  "1.702072, 1.915034, 2.098844, 2.279466, 2.459519, 2.639037", \
+					  "1.710798, 1.923659, 2.107700, 2.288246, 2.468328, 2.647623");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.848953, 8.848953, 14.848953, 20.848953, 26.848953, 32.848953");
+					values("0.335969, 0.633955, 0.970814, 1.318239, 1.674267, 2.030781", \
+					  "0.335341, 0.632429, 0.970486, 1.319524, 1.671903, 2.028655", \
+					  "0.335290, 0.634143, 0.970830, 1.319177, 1.670483, 2.030029");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.848953, 8.848953, 14.848953, 20.848953, 26.848953, 32.848953");
+					values("1.743577, 1.959906, 2.115624, 2.256529, 2.392168, 2.525220", \
+					  "1.879341, 2.095734, 2.251421, 2.392360, 2.527966, 2.661016", \
+					  "2.021138, 2.237554, 2.393268, 2.534176, 2.669811, 2.802859");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.848953, 8.848953, 14.848953, 20.848953, 26.848953, 32.848953");
+					values("0.291049, 0.534974, 0.755305, 0.979800, 1.211904, 1.445343", \
+					  "0.291407, 0.534606, 0.755623, 0.980697, 1.211232, 1.446136", \
+					  "0.291654, 0.534950, 0.755262, 0.979730, 1.211792, 1.445582");
+				}
+			}
+			timing () {
+				related_pin : "A";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				when : "!IE&OE&PDRV0&PDRV1&SL";
+				sdf_cond : "IE==1'b0&&OE==1'b1&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b1";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.848953, 8.848953, 14.848953, 20.848953, 26.848953, 32.848953");
+					values("1.658050, 2.174192, 2.504462, 2.753202, 2.968654, 3.167192", \
+					  "1.708720, 2.224594, 2.554961, 2.803657, 3.019131, 3.217647", \
+					  "1.717606, 2.232868, 2.564958, 2.814335, 3.028071, 3.226564");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.848953, 8.848953, 14.848953, 20.848953, 26.848953, 32.848953");
+					values("0.592786, 1.178496, 1.531945, 1.840428, 2.140639, 2.446098", \
+					  "0.591721, 1.178226, 1.531888, 1.840334, 2.140813, 2.446068", \
+					  "0.592305, 1.179507, 1.530878, 1.839056, 2.141127, 2.445898");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.848953, 8.848953, 14.848953, 20.848953, 26.848953, 32.848953");
+					values("1.720834, 2.003814, 2.271660, 2.527833, 2.769561, 2.996908", \
+					  "1.856767, 2.139811, 2.407601, 2.663780, 2.905453, 3.132840", \
+					  "1.998523, 2.281555, 2.549354, 2.805524, 3.047280, 3.274582");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.848953, 8.848953, 14.848953, 20.848953, 26.848953, 32.848953");
+					values("0.301376, 0.782915, 1.218240, 1.601127, 1.938419, 2.250325", \
+					  "0.301573, 0.782944, 1.218377, 1.600820, 1.940440, 2.250838", \
+					  "0.301368, 0.782941, 1.218421, 1.601129, 1.938108, 2.250345");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "A&!IE&!PDRV0&!PDRV1&!SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b0";
+				timing_type : "three_state_enable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.848953, 8.848953, 14.848953, 20.848953, 26.848953, 32.848953");
+					values("1.724224, 2.441443, 3.156383, 3.883217, 4.600388, 5.311640", \
+					  "1.746037, 2.463177, 3.178853, 3.893884, 4.611629, 5.336828", \
+					  "1.743699, 2.460794, 3.176592, 3.891167, 4.610491, 5.334216");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.848953, 8.848953, 14.848953, 20.848953, 26.848953, 32.848953");
+					values("0.802585, 2.212715, 3.655056, 5.118289, 6.563484, 7.995455", \
+					  "0.804422, 2.213742, 3.650434, 5.105411, 6.540468, 7.988049", \
+					  "0.803629, 2.213698, 3.649285, 5.106211, 6.543277, 7.982692");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "A&!IE&!PDRV0&!PDRV1&SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b1";
+				timing_type : "three_state_enable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.848953, 8.848953, 14.848953, 20.848953, 26.848953, 32.848953");
+					values("2.116890, 3.030932, 3.760896, 4.477621, 5.191922, 5.905402", \
+					  "2.139753, 3.053946, 3.783712, 4.500268, 5.212615, 5.935769", \
+					  "2.137577, 3.050858, 3.780632, 4.496721, 5.214361, 5.936079");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.848953, 8.848953, 14.848953, 20.848953, 26.848953, 32.848953");
+					values("1.389387, 2.631287, 3.922592, 5.274301, 6.668707, 8.084261", \
+					  "1.388884, 2.627102, 3.914123, 5.273534, 6.667427, 8.087266", \
+					  "1.386945, 2.625418, 3.916636, 5.274380, 6.660013, 8.083035");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "A&!IE&!PDRV0&PDRV1&!SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b0";
+				timing_type : "three_state_enable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.848953, 8.848953, 14.848953, 20.848953, 26.848953, 32.848953");
+					values("1.473132, 1.733470, 1.973368, 2.211776, 2.450120, 2.689396", \
+					  "1.506834, 1.767503, 2.007437, 2.245970, 2.484354, 2.722538", \
+					  "1.510049, 1.771126, 2.011044, 2.249635, 2.487911, 2.726022");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.848953, 8.848953, 14.848953, 20.848953, 26.848953, 32.848953");
+					values("0.400052, 0.808395, 1.265498, 1.730411, 2.207936, 2.690378", \
+					  "0.401275, 0.809122, 1.263046, 1.740627, 2.208874, 2.686949", \
+					  "0.401351, 0.809563, 1.263607, 1.735361, 2.209356, 2.686190");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "A&!IE&!PDRV0&PDRV1&SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b1";
+				timing_type : "three_state_enable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.848953, 8.848953, 14.848953, 20.848953, 26.848953, 32.848953");
+					values("1.529174, 2.125912, 2.492407, 2.780417, 3.040791, 3.288541", \
+					  "1.563896, 2.160184, 2.526618, 2.814326, 3.074763, 3.322170", \
+					  "1.567444, 2.164459, 2.530446, 2.818110, 3.078471, 3.326429");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.848953, 8.848953, 14.848953, 20.848953, 26.848953, 32.848953");
+					values("0.738358, 1.387335, 1.820200, 2.219078, 2.627416, 3.045775", \
+					  "0.744537, 1.390254, 1.819097, 2.219766, 2.627381, 3.044784", \
+					  "0.740932, 1.390135, 1.819849, 2.218220, 2.627528, 3.045796");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "A&!IE&PDRV0&!PDRV1&!SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b0";
+				timing_type : "three_state_enable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.848953, 8.848953, 14.848953, 20.848953, 26.848953, 32.848953");
+					values("1.525207, 1.892788, 2.250709, 2.608525, 2.965524, 3.322843", \
+					  "1.547484, 1.915135, 2.273182, 2.631038, 2.988652, 3.346559", \
+					  "1.545164, 1.912578, 2.270574, 2.628595, 2.985891, 3.343562");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.848953, 8.848953, 14.848953, 20.848953, 26.848953, 32.848953");
+					values("0.487341, 1.148106, 1.857207, 2.576486, 3.292426, 4.009242", \
+					  "0.486757, 1.143679, 1.853247, 2.567643, 3.290703, 4.010144", \
+					  "0.485988, 1.147666, 1.851998, 2.572318, 3.293840, 4.014275");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "A&!IE&PDRV0&!PDRV1&SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b1";
+				timing_type : "three_state_enable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.848953, 8.848953, 14.848953, 20.848953, 26.848953, 32.848953");
+					values("1.690190, 2.388182, 2.824667, 3.204216, 3.567705, 3.926200", \
+					  "1.713409, 2.410661, 2.847455, 3.227120, 3.590289, 3.949697", \
+					  "1.710715, 2.409748, 2.844589, 3.224633, 3.588235, 3.946341");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.848953, 8.848953, 14.848953, 20.848953, 26.848953, 32.848953");
+					values("0.958680, 1.718226, 2.325734, 2.938423, 3.578527, 4.244325", \
+					  "0.957668, 1.716524, 2.318820, 2.939319, 3.580950, 4.241188", \
+					  "0.958527, 1.717465, 2.320524, 2.936943, 3.583700, 4.245245");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "A&!IE&PDRV0&PDRV1&!SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b0";
+				timing_type : "three_state_enable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.848953, 8.848953, 14.848953, 20.848953, 26.848953, 32.848953");
+					values("1.415948, 1.629208, 1.811518, 1.990993, 2.169605, 2.348849", \
+					  "1.447209, 1.661386, 1.843833, 2.023334, 2.202121, 2.380642", \
+					  "1.449553, 1.664338, 1.846658, 2.026073, 2.205052, 2.383715");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.848953, 8.848953, 14.848953, 20.848953, 26.848953, 32.848953");
+					values("0.368196, 0.649609, 0.980202, 1.322884, 1.675809, 2.031010", \
+					  "0.367748, 0.652079, 0.980445, 1.322997, 1.673935, 2.027119", \
+					  "0.367680, 0.650168, 0.980590, 1.325709, 1.675456, 2.030554");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "A&!IE&PDRV0&PDRV1&SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b1";
+				timing_type : "three_state_enable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.848953, 8.848953, 14.848953, 20.848953, 26.848953, 32.848953");
+					values("1.418174, 1.926680, 2.262611, 2.514746, 2.730397, 2.928478", \
+					  "1.450885, 1.959215, 2.294804, 2.547170, 2.762648, 2.960954", \
+					  "1.454169, 1.962702, 2.297646, 2.549909, 2.765545, 2.964076");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.848953, 8.848953, 14.848953, 20.848953, 26.848953, 32.848953");
+					values("0.598828, 1.198480, 1.557888, 1.869941, 2.174689, 2.475188", \
+					  "0.599181, 1.196048, 1.557791, 1.870609, 2.170482, 2.472498", \
+					  "0.599484, 1.197277, 1.556384, 1.870128, 2.170377, 2.471104");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "!A&!IE&!PDRV0&!PDRV1&!SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b0";
+				timing_type : "three_state_enable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.848953, 8.848953, 14.848953, 20.848953, 26.848953, 32.848953");
+					values("1.285569, 1.831603, 2.354274, 2.875702, 3.397967, 3.917395", \
+					  "1.334892, 1.881068, 2.403825, 2.925549, 3.446805, 3.967405", \
+					  "1.346658, 1.893022, 2.415416, 2.936582, 3.459602, 3.979411");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.848953, 8.848953, 14.848953, 20.848953, 26.848953, 32.848953");
+					values("0.643518, 1.562922, 2.529425, 3.506459, 4.474453, 5.464726", \
+					  "0.643898, 1.565214, 2.526241, 3.500008, 4.482117, 5.464031", \
+					  "0.644092, 1.559995, 2.528944, 3.506675, 4.480224, 5.471168");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "!A&!IE&!PDRV0&!PDRV1&SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b1";
+				timing_type : "three_state_enable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.848953, 8.848953, 14.848953, 20.848953, 26.848953, 32.848953");
+					values("1.380592, 2.367854, 3.155040, 3.824279, 4.429983, 4.998045", \
+					  "1.430084, 2.416061, 3.205892, 3.872108, 4.476808, 5.048461", \
+					  "1.441927, 2.428252, 3.217838, 3.884274, 4.488586, 5.060701");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.848953, 8.848953, 14.848953, 20.848953, 26.848953, 32.848953");
+					values("1.025852, 2.446781, 3.511043, 4.453207, 5.380780, 6.299837", \
+					  "1.023631, 2.445774, 3.503879, 4.458986, 5.377425, 6.297963", \
+					  "1.025454, 2.444435, 3.504092, 4.458359, 5.378108, 6.298072");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "!A&!IE&!PDRV0&PDRV1&!SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b0";
+				timing_type : "three_state_enable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.848953, 8.848953, 14.848953, 20.848953, 26.848953, 32.848953");
+					values("1.109306, 1.363942, 1.557587, 1.738189, 1.914815, 2.089608", \
+					  "1.158286, 1.412665, 1.606423, 1.787156, 1.963373, 2.138373", \
+					  "1.170314, 1.424416, 1.618105, 1.798834, 1.975106, 2.150170");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.848953, 8.848953, 14.848953, 20.848953, 26.848953, 32.848953");
+					values("0.354147, 0.663932, 0.959281, 1.262131, 1.573579, 1.891182", \
+					  "0.354252, 0.663645, 0.959420, 1.263977, 1.569739, 1.885536", \
+					  "0.354292, 0.663388, 0.958996, 1.263747, 1.572235, 1.887773");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "!A&!IE&!PDRV0&PDRV1&SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b1";
+				timing_type : "three_state_enable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.848953, 8.848953, 14.848953, 20.848953, 26.848953, 32.848953");
+					values("1.095159, 1.456568, 1.802269, 2.126285, 2.426207, 2.703828", \
+					  "1.143973, 1.505594, 1.851050, 2.174999, 2.474949, 2.752436", \
+					  "1.155635, 1.517211, 1.862870, 2.186749, 2.486702, 2.764546");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.848953, 8.848953, 14.848953, 20.848953, 26.848953, 32.848953");
+					values("0.399566, 1.016007, 1.552844, 2.010900, 2.419940, 2.793915", \
+					  "0.400379, 1.016801, 1.552755, 2.011281, 2.418138, 2.792662", \
+					  "0.398654, 1.016684, 1.552117, 2.009773, 2.417539, 2.790160");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "!A&!IE&PDRV0&!PDRV1&!SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b0";
+				timing_type : "three_state_enable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.848953, 8.848953, 14.848953, 20.848953, 26.848953, 32.848953");
+					values("1.108559, 1.424254, 1.694536, 1.957566, 2.218288, 2.479005", \
+					  "1.157657, 1.473440, 1.743442, 2.006306, 2.267806, 2.528544", \
+					  "1.169516, 1.485370, 1.755686, 2.018436, 2.279763, 2.540303");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.848953, 8.848953, 14.848953, 20.848953, 26.848953, 32.848953");
+					values("0.429658, 0.870788, 1.331055, 1.802637, 2.286788, 2.769581", \
+					  "0.429701, 0.870999, 1.326986, 1.805928, 2.280655, 2.771640", \
+					  "0.429324, 0.870283, 1.329515, 1.801485, 2.284770, 2.771358");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "!A&!IE&PDRV0&!PDRV1&SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b1";
+				timing_type : "three_state_enable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.848953, 8.848953, 14.848953, 20.848953, 26.848953, 32.848953");
+					values("1.102218, 1.635795, 2.127931, 2.565030, 2.954374, 3.308991", \
+					  "1.151402, 1.684761, 2.177096, 2.614141, 3.002722, 3.359757", \
+					  "1.163337, 1.696919, 2.189717, 2.625475, 3.016916, 3.370322");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.848953, 8.848953, 14.848953, 20.848953, 26.848953, 32.848953");
+					values("0.547811, 1.438686, 2.130472, 2.711867, 3.235561, 3.733542", \
+					  "0.547360, 1.435734, 2.130355, 2.711572, 3.239753, 3.728187", \
+					  "0.547772, 1.438220, 2.131769, 2.714425, 3.234772, 3.722862");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "!A&!IE&PDRV0&PDRV1&!SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b0";
+				timing_type : "three_state_enable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.848953, 8.848953, 14.848953, 20.848953, 26.848953, 32.848953");
+					values("1.037710, 1.259061, 1.416878, 1.558668, 1.694264, 1.827388", \
+					  "1.085866, 1.307362, 1.465239, 1.606947, 1.742537, 1.875452", \
+					  "1.097383, 1.318901, 1.476830, 1.618566, 1.754143, 1.887246");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.848953, 8.848953, 14.848953, 20.848953, 26.848953, 32.848953");
+					values("0.313811, 0.555504, 0.776333, 0.999244, 1.226945, 1.457227", \
+					  "0.313008, 0.555721, 0.775650, 0.999944, 1.226458, 1.459676", \
+					  "0.312393, 0.555606, 0.777358, 0.999720, 1.227271, 1.458429");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "!A&!IE&PDRV0&PDRV1&SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b1";
+				timing_type : "three_state_enable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.848953, 8.848953, 14.848953, 20.848953, 26.848953, 32.848953");
+					values("1.021040, 1.299745, 1.564726, 1.819913, 2.062150, 2.290346", \
+					  "1.069203, 1.347974, 1.612697, 1.868121, 2.110453, 2.338197", \
+					  "1.080868, 1.359537, 1.624512, 1.879822, 2.121719, 2.349765");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.848953, 8.848953, 14.848953, 20.848953, 26.848953, 32.848953");
+					values("0.329026, 0.792145, 1.228100, 1.609052, 1.950575, 2.259434", \
+					  "0.329321, 0.792900, 1.227379, 1.608656, 1.950542, 2.260882", \
+					  "0.328217, 0.793356, 1.227346, 1.608702, 1.949527, 2.260566");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "!A&!IE&!PDRV0&!PDRV1&!SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b0";
+				timing_type : "three_state_disable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.848953, 8.848953, 14.848953, 20.848953, 26.848953, 32.848953");
+					values("0.788927, 0.788928, 0.788929, 0.788930, 0.788931, 0.788932", \
+					  "0.927787, 0.927788, 0.927789, 0.927790, 0.927791, 0.927792", \
+					  "1.068479, 1.068480, 1.068692, 1.068693, 1.068694, 1.068695");
+				}
+				rise_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "!A&!IE&!PDRV0&!PDRV1&SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b1";
+				timing_type : "three_state_disable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.848953, 8.848953, 14.848953, 20.848953, 26.848953, 32.848953");
+					values("0.780574, 0.780575, 0.780576, 0.780577, 0.780578, 0.780579", \
+					  "0.916422, 0.916423, 0.916424, 0.916425, 0.916426, 0.916427", \
+					  "1.058899, 1.058900, 1.059142, 1.059143, 1.059144, 1.059145");
+				}
+				rise_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "!A&!IE&!PDRV0&PDRV1&!SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b0";
+				timing_type : "three_state_disable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.848953, 8.848953, 14.848953, 20.848953, 26.848953, 32.848953");
+					values("0.865134, 0.865135, 0.865136, 0.865137, 0.865138, 0.865139", \
+					  "1.000698, 1.000699, 1.000700, 1.000701, 1.000702, 1.000703", \
+					  "1.145163, 1.145164, 1.145966, 1.145967, 1.145968, 1.145969");
+				}
+				rise_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "!A&!IE&!PDRV0&PDRV1&SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b1";
+				timing_type : "three_state_disable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.848953, 8.848953, 14.848953, 20.848953, 26.848953, 32.848953");
+					values("0.860007, 0.860008, 0.860009, 0.860010, 0.860011, 0.860012", \
+					  "0.994861, 0.994862, 0.994863, 0.994864, 0.994865, 0.994866", \
+					  "1.137703, 1.137704, 1.138717, 1.138718, 1.138719, 1.138720");
+				}
+				rise_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "!A&!IE&PDRV0&!PDRV1&!SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b0";
+				timing_type : "three_state_disable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.848953, 8.848953, 14.848953, 20.848953, 26.848953, 32.848953");
+					values("0.781418, 0.781419, 0.784314, 0.784315, 0.784316, 0.784317", \
+					  "0.917651, 0.917652, 0.917653, 0.917654, 0.917655, 0.917656", \
+					  "1.060589, 1.060590, 1.062135, 1.062136, 1.062137, 1.062138");
+				}
+				rise_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "!A&!IE&PDRV0&!PDRV1&SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b1";
+				timing_type : "three_state_disable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.848953, 8.848953, 14.848953, 20.848953, 26.848953, 32.848953");
+					values("0.775568, 0.775569, 0.775570, 0.775571, 0.775572, 0.775573", \
+					  "0.910978, 0.910979, 0.910980, 0.910981, 0.910982, 0.910983", \
+					  "1.053488, 1.053489, 1.054766, 1.054767, 1.054768, 1.054769");
+				}
+				rise_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "!A&!IE&PDRV0&PDRV1&!SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b0";
+				timing_type : "three_state_disable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.848953, 8.848953, 14.848953, 20.848953, 26.848953, 32.848953");
+					values("0.850852, 0.850934, 0.850935, 0.850936, 0.850937, 0.850938", \
+					  "0.986422, 0.986423, 0.986424, 0.986425, 0.986426, 0.986427", \
+					  "1.131239, 1.131240, 1.131591, 1.131592, 1.131593, 1.131594");
+				}
+				rise_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "!A&!IE&PDRV0&PDRV1&SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b1";
+				timing_type : "three_state_disable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.848953, 8.848953, 14.848953, 20.848953, 26.848953, 32.848953");
+					values("0.846720, 0.846722, 0.846723, 0.846724, 0.846725, 0.846726", \
+					  "0.979448, 0.980770, 0.980771, 0.980772, 0.980773, 0.980774", \
+					  "1.124051, 1.124538, 1.124539, 1.124540, 1.124541, 1.124542");
+				}
+				rise_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "A&!IE&!PDRV0&!PDRV1&!SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b0";
+				timing_type : "three_state_disable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.848953, 8.848953, 14.848953, 20.848953, 26.848953, 32.848953");
+					values("0.928086, 0.928087, 0.928088, 0.928089, 0.928090, 0.928091", \
+					  "1.066723, 1.067187, 1.067188, 1.067189, 1.067190, 1.067191", \
+					  "1.214270, 1.214271, 1.214272, 1.214273, 1.214274, 1.214275");
+				}
+				fall_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "A&!IE&!PDRV0&!PDRV1&SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b1";
+				timing_type : "three_state_disable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.848953, 8.848953, 14.848953, 20.848953, 26.848953, 32.848953");
+					values("0.929667, 0.929698, 0.929699, 0.929700, 0.929701, 0.929702", \
+					  "1.065746, 1.065747, 1.065748, 1.065749, 1.065750, 1.065751", \
+					  "1.213550, 1.213551, 1.213552, 1.213553, 1.213554, 1.213555");
+				}
+				fall_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "A&!IE&!PDRV0&PDRV1&!SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b0";
+				timing_type : "three_state_disable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.848953, 8.848953, 14.848953, 20.848953, 26.848953, 32.848953");
+					values("1.060003, 1.060004, 1.060005, 1.060006, 1.060007, 1.060008", \
+					  "1.198589, 1.198590, 1.198591, 1.198592, 1.198593, 1.198594", \
+					  "1.347091, 1.347092, 1.347093, 1.347094, 1.347095, 1.347096");
+				}
+				fall_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "A&!IE&!PDRV0&PDRV1&SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b1";
+				timing_type : "three_state_disable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.848953, 8.848953, 14.848953, 20.848953, 26.848953, 32.848953");
+					values("1.059786, 1.059787, 1.059788, 1.059789, 1.059790, 1.059791", \
+					  "1.197223, 1.197224, 1.197225, 1.197226, 1.197227, 1.197228", \
+					  "1.345467, 1.345468, 1.345469, 1.345470, 1.345471, 1.345472");
+				}
+				fall_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "A&!IE&PDRV0&!PDRV1&!SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b0";
+				timing_type : "three_state_disable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.848953, 8.848953, 14.848953, 20.848953, 26.848953, 32.848953");
+					values("0.918138, 0.918139, 0.918140, 0.918141, 0.918142, 0.918143", \
+					  "1.055996, 1.055997, 1.055998, 1.055999, 1.056000, 1.056001", \
+					  "1.203541, 1.203969, 1.203970, 1.203971, 1.203972, 1.203973");
+				}
+				fall_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "A&!IE&PDRV0&!PDRV1&SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b1";
+				timing_type : "three_state_disable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.848953, 8.848953, 14.848953, 20.848953, 26.848953, 32.848953");
+					values("0.921325, 0.921326, 0.921327, 0.921328, 0.921329, 0.921330", \
+					  "1.057545, 1.057546, 1.057547, 1.057548, 1.057549, 1.057550", \
+					  "1.204069, 1.204361, 1.204362, 1.204363, 1.204364, 1.204365");
+				}
+				fall_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "A&!IE&PDRV0&PDRV1&!SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b0";
+				timing_type : "three_state_disable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.848953, 8.848953, 14.848953, 20.848953, 26.848953, 32.848953");
+					values("1.050870, 1.051097, 1.051098, 1.051099, 1.051100, 1.051101", \
+					  "1.188658, 1.188659, 1.188660, 1.188661, 1.188662, 1.188663", \
+					  "1.340310, 1.340311, 1.340312, 1.340313, 1.340314, 1.340315");
+				}
+				fall_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "A&!IE&PDRV0&PDRV1&SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b1";
+				timing_type : "three_state_disable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.848953, 8.848953, 14.848953, 20.848953, 26.848953, 32.848953");
+					values("1.049484, 1.049818, 1.049819, 1.049820, 1.049821, 1.049822", \
+					  "1.186977, 1.186978, 1.186979, 1.186980, 1.186981, 1.186982", \
+					  "1.337659, 1.337660, 1.337661, 1.337662, 1.337663, 1.337664");
+				}
+				fall_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("-21.134300, -21.508060, -21.534300");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("21.230800, 21.646610, 21.758850");
+				}
+			}
+		}
+		pin ("Y") {
+			function : "((IE*PAD))";
+			direction : "output";
+			max_capacitance : 0.500000;
+			output_signal_level : "VDD";
+			internal_power () {
+				related_pin : "IE";
+				when : "!CS&!OE&PAD";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("2.061237, 2.017811, 1.988358, 1.947443, 1.932254, 1.865416", \
+					  "1.832803, 1.901608, 1.683536, 1.630292, 1.725829, 1.750213", \
+					  "1.789896, 1.739564, 1.572991, 1.726117, 1.730380, 1.639554");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("2.529557, 2.551220, 2.676931, 2.467734, 2.484962, 2.607295", \
+					  "2.347086, 2.350634, 2.460016, 2.603421, 2.241740, 2.803556", \
+					  "2.384733, 2.366066, 2.402055, 2.315442, 2.277809, 2.901524");
+				}
+			}
+			internal_power () {
+				related_pin : "IE";
+				when : "CS&!OE&PAD";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("2.364797, 2.320018, 2.292850, 2.246648, 2.231070, 2.222578", \
+					  "2.125623, 2.082631, 2.062211, 1.944622, 2.043111, 2.064335", \
+					  "2.085787, 2.131138, 2.026097, 1.990164, 2.023420, 2.027433");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("2.696839, 2.727448, 2.934865, 2.871554, 2.887268, 2.893072", \
+					  "2.513608, 2.482918, 2.622801, 3.028370, 2.813410, 2.606275", \
+					  "2.542999, 2.633721, 2.799583, 2.447057, 2.779832, 2.925547");
+				}
+			}
+			internal_power () {
+				related_pin : "PAD";
+				when : "!CS&IE&!OE";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("1.335870, 1.285790, 1.254020, 1.182190, 1.146320, 1.119310", \
+					  "1.795710, 1.745180, 1.716660, 1.637700, 1.611630, 1.586030", \
+					  "1.946620, 1.904890, 1.863590, 1.757850, 1.729720, 1.715420");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("1.426880, 1.445300, 1.510000, 1.604490, 1.628450, 1.647160", \
+					  "1.411270, 1.432820, 1.495280, 1.591370, 1.615230, 1.633030", \
+					  "1.416820, 1.443350, 1.503670, 1.602760, 1.627370, 1.646250");
+				}
+			}
+			internal_power () {
+				related_pin : "PAD";
+				when : "CS&IE&!OE";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("1.958380, 1.909110, 1.878020, 1.802370, 1.771470, 1.758330", \
+					  "2.314670, 2.267550, 2.238020, 2.155280, 2.130480, 2.110350", \
+					  "2.515600, 2.461670, 2.435210, 2.348040, 2.316990, 2.303390");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("2.545650, 2.577700, 2.667130, 2.856330, 2.917040, 2.963990", \
+					  "1.836150, 1.872710, 1.956840, 2.147580, 2.209710, 2.249620", \
+					  "2.127930, 2.166930, 2.253320, 2.443170, 2.504510, 2.546920");
+				}
+			}
+			internal_power () {
+				related_pin : "IE";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("2.213017, 2.168915, 2.140604, 2.097046, 2.081662, 2.043997", \
+					  "1.979213, 1.992120, 1.872873, 1.787457, 1.884470, 1.907274", \
+					  "1.937841, 1.935351, 1.799544, 1.858140, 1.876900, 1.833493");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("2.613198, 2.639334, 2.805898, 2.669644, 2.686115, 2.750184", \
+					  "2.430347, 2.416776, 2.541409, 2.815895, 2.527575, 2.704916", \
+					  "2.463866, 2.499893, 2.600819, 2.381250, 2.528821, 2.913536");
+				}
+			}
+			internal_power () {
+				related_pin : "PAD";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("1.647125, 1.597450, 1.566020, 1.492280, 1.458895, 1.438820", \
+					  "2.055190, 2.006365, 1.977340, 1.896490, 1.871055, 1.848190", \
+					  "2.231110, 2.183280, 2.149400, 2.052945, 2.023355, 2.009405");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("1.986265, 2.011500, 2.088565, 2.230410, 2.272745, 2.305575", \
+					  "1.623710, 1.652765, 1.726060, 1.869475, 1.912470, 1.941325", \
+					  "1.772375, 1.805140, 1.878495, 2.022965, 2.065940, 2.096585");
+				}
+			}
+			timing () {
+				related_pin : "IE";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				when : "!CS&!OE&PAD";
+				sdf_cond : "CS==1'b0&&OE==1'b0&&PAD==1'b1";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("1.195191, 1.234472, 1.282076, 1.422011, 1.489472, 1.557019", \
+					  "1.270992, 1.309937, 1.358058, 1.497310, 1.565123, 1.632877", \
+					  "1.311676, 1.350664, 1.398680, 1.538152, 1.605944, 1.673647");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.130177, 0.180402, 0.256084, 0.503186, 0.630853, 0.764155", \
+					  "0.131769, 0.182328, 0.256018, 0.501087, 0.631164, 0.762306", \
+					  "0.129931, 0.182469, 0.255116, 0.501692, 0.629646, 0.763841");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("1.004982, 1.040030, 1.082983, 1.201787, 1.257464, 1.312595", \
+					  "1.135436, 1.170524, 1.213263, 1.332218, 1.387913, 1.442995", \
+					  "1.261117, 1.296141, 1.339063, 1.457912, 1.513585, 1.568666");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.069170, 0.113078, 0.171097, 0.355256, 0.449400, 0.545459", \
+					  "0.069887, 0.113668, 0.171508, 0.355545, 0.450201, 0.545018", \
+					  "0.069367, 0.113132, 0.171584, 0.355345, 0.450209, 0.544910");
+				}
+			}
+			timing () {
+				related_pin : "IE";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				when : "CS&!OE&PAD";
+				sdf_cond : "CS==1'b1&&OE==1'b0&&PAD==1'b1";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("1.239359, 1.278641, 1.326341, 1.466245, 1.533619, 1.601135", \
+					  "1.315194, 1.354157, 1.402463, 1.541703, 1.609503, 1.677262", \
+					  "1.355859, 1.394904, 1.442790, 1.582476, 1.650283, 1.718053");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.130808, 0.180193, 0.255916, 0.502737, 0.632313, 0.763487", \
+					  "0.130642, 0.180119, 0.256094, 0.501124, 0.631264, 0.762198", \
+					  "0.131385, 0.181678, 0.255994, 0.502678, 0.629937, 0.764342");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("1.057390, 1.092411, 1.135431, 1.254074, 1.309778, 1.364951", \
+					  "1.188175, 1.223192, 1.266022, 1.384867, 1.440478, 1.495553", \
+					  "1.313676, 1.348691, 1.391644, 1.510248, 1.565972, 1.621060");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.069529, 0.113644, 0.171273, 0.355505, 0.449565, 0.545010", \
+					  "0.069276, 0.113141, 0.171529, 0.355860, 0.449641, 0.544582", \
+					  "0.069223, 0.113937, 0.171710, 0.356099, 0.449162, 0.544215");
+				}
+			}
+			timing () {
+				related_pin : "PAD";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				when : "!CS&IE&!OE";
+				sdf_cond : "CS==1'b0&&IE==1'b1&&OE==1'b0";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.854247, 0.893182, 0.941022, 1.080427, 1.148175, 1.215715", \
+					  "0.902372, 0.941066, 0.989067, 1.128320, 1.196049, 1.263596", \
+					  "0.890439, 0.929206, 0.976849, 1.116104, 1.183730, 1.252100");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.129850, 0.178614, 0.252303, 0.501836, 0.630953, 0.762316", \
+					  "0.129437, 0.179231, 0.252241, 0.502100, 0.631636, 0.762562", \
+					  "0.129930, 0.178978, 0.252127, 0.500836, 0.632716, 0.764915");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.762011, 0.796772, 0.839716, 0.958155, 1.013966, 1.069104", \
+					  "0.856653, 0.891618, 0.934309, 1.053136, 1.109002, 1.164085", \
+					  "1.051530, 1.086477, 1.129176, 1.247859, 1.303653, 1.358732");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.069515, 0.113322, 0.170400, 0.354762, 0.448902, 0.544078", \
+					  "0.070183, 0.113284, 0.170512, 0.354773, 0.450111, 0.543708", \
+					  "0.069682, 0.113840, 0.170500, 0.354689, 0.448830, 0.543570");
+				}
+			}
+			timing () {
+				related_pin : "PAD";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				when : "CS&IE&!OE";
+				sdf_cond : "CS==1'b1&&IE==1'b1&&OE==1'b0";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.916366, 0.954966, 1.002866, 1.142137, 1.209795, 1.277273", \
+					  "1.009486, 1.048287, 1.096348, 1.235682, 1.303266, 1.370945", \
+					  "1.057795, 1.096375, 1.144151, 1.283689, 1.351344, 1.419004");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.130012, 0.179020, 0.252589, 0.501476, 0.633166, 0.761895", \
+					  "0.130963, 0.178989, 0.252425, 0.501643, 0.631273, 0.763357", \
+					  "0.130535, 0.179845, 0.252159, 0.501583, 0.631714, 0.761054");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("1.186615, 1.221620, 1.264301, 1.383133, 1.438884, 1.494001", \
+					  "1.217839, 1.252793, 1.295289, 1.414304, 1.469908, 1.525004", \
+					  "1.453150, 1.487763, 1.530475, 1.649418, 1.705125, 1.760361");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.070539, 0.113890, 0.171190, 0.354995, 0.449245, 0.543703", \
+					  "0.069998, 0.114791, 0.170465, 0.355766, 0.449256, 0.542497", \
+					  "0.070014, 0.113808, 0.170730, 0.356485, 0.449941, 0.543726");
+				}
+			}
+		}
+		pin ("DVDD") {
+			direction : "inout";
+			capacitance : 0;
+		}
+		pin ("DVSS") {
+			direction : "inout";
+			capacitance : 0;
+		}
+		pin ("VDD") {
+			direction : "inout";
+			capacitance : 0;
+		}
+		pin ("VSS") {
+			direction : "inout";
+			capacitance : 0;
+		}
+	}
diff --git a/cells/bi_t/gf180mcu_fd_io__bi_t__ff_n40C_3v63.lib.json b/cells/bi_t/gf180mcu_fd_io__bi_t__ff_n40C_3v63.lib.json
new file mode 100644
index 0000000..dfab0fa
--- /dev/null
+++ b/cells/bi_t/gf180mcu_fd_io__bi_t__ff_n40C_3v63.lib.json
@@ -0,0 +1,7452 @@
+{
+    "cell gf180mcu_fd_io__bi_t": {
+        "scaling_factors": "gf_factors",
+        "area": "26250.000000",
+        "pad_cell": "true",
+        "dont_use": "true",
+        "dont_touch": "true",
+        "cell_leakage_power": "2.415540e-03",
+        "leakage_power ": {
+            "when": "!PDRV0 !PDRV1 !CS !SL !IE !OE !PU !PD !A !PAD",
+            "value": "0.002416"
+        },
+        "pin CS": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.023594",
+            "comp_attribute rise_capacitance_range": "0.022184,0.024299",
+            "capacitance": "0.023260",
+            "fall_capacitance": "0.022925",
+            "comp_attribute fall_capacitance_range": "0.022196,0.023786",
+            "internal_power ": {
+                "rise_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        0.813117,
+                        1.464722,
+                        1.520067
+                    ]
+                },
+                "fall_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        0.956287,
+                        1.368463,
+                        1.395338
+                    ]
+                }
+            }
+        },
+        "pin SL": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.032119",
+            "comp_attribute rise_capacitance_range": "0.030621,0.033000",
+            "capacitance": "0.031728",
+            "fall_capacitance": "0.031337",
+            "comp_attribute fall_capacitance_range": "0.030833,0.032300",
+            "internal_power ": {
+                "rise_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        0.529372,
+                        1.711129,
+                        1.763707
+                    ]
+                },
+                "fall_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        0.805025,
+                        1.880818,
+                        1.929981
+                    ]
+                }
+            }
+        },
+        "pin IE": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.014950",
+            "comp_attribute rise_capacitance_range": "0.013654,0.015625",
+            "capacitance": "0.014608",
+            "fall_capacitance": "0.014267",
+            "comp_attribute fall_capacitance_range": "0.013460,0.015159",
+            "internal_power ": {
+                "rise_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        0.700195,
+                        0.930757,
+                        0.980479
+                    ]
+                },
+                "fall_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        0.687919,
+                        0.900302,
+                        0.921333
+                    ]
+                }
+            }
+        },
+        "pin OE": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.089012",
+            "comp_attribute rise_capacitance_range": "0.081501,0.097668",
+            "capacitance": "0.088661",
+            "fall_capacitance": "0.086896",
+            "comp_attribute fall_capacitance_range": "0.081733,0.093925"
+        },
+        "pin PU": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.084888",
+            "comp_attribute rise_capacitance_range": "0.067176,0.097858",
+            "capacitance": "0.085530",
+            "fall_capacitance": "0.086173",
+            "comp_attribute fall_capacitance_range": "0.063738,0.101459",
+            "internal_power ": {
+                "rise_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        -0.17869,
+                        0.3478,
+                        0.413567
+                    ]
+                },
+                "fall_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        1.325477,
+                        1.8205,
+                        2.06162
+                    ]
+                }
+            }
+        },
+        "pin PD": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.048652",
+            "comp_attribute rise_capacitance_range": "0.046116,0.051640",
+            "capacitance": "0.049851",
+            "fall_capacitance": "0.051051",
+            "comp_attribute fall_capacitance_range": "0.049623,0.052310",
+            "internal_power ": {
+                "rise_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        0.207738,
+                        1.03467,
+                        1.109979
+                    ]
+                },
+                "fall_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        1.264527,
+                        1.559595,
+                        1.771168
+                    ]
+                }
+            }
+        },
+        "pin A": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.037425",
+            "comp_attribute rise_capacitance_range": "0.035104,0.038748",
+            "capacitance": "0.037409",
+            "fall_capacitance": "0.037392",
+            "comp_attribute fall_capacitance_range": "0.036361,0.037969",
+            "internal_power ": {
+                "rise_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        -0.151369,
+                        -0.151185,
+                        -0.141217
+                    ]
+                },
+                "fall_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        0.178787,
+                        0.177947,
+                        0.178404
+                    ]
+                }
+            }
+        },
+        "pin PDRV0": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.029909",
+            "comp_attribute rise_capacitance_range": "0.029409,0.030661",
+            "capacitance": "0.030097",
+            "fall_capacitance": "0.030285",
+            "comp_attribute fall_capacitance_range": "0.030062,0.030634",
+            "internal_power ": {
+                "rise_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        -0.126835,
+                        -0.12848,
+                        -0.128663
+                    ]
+                },
+                "fall_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        0.130649,
+                        0.129652,
+                        0.129136
+                    ]
+                }
+            }
+        },
+        "pin PDRV1": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.031909",
+            "comp_attribute rise_capacitance_range": "0.031393,0.032685",
+            "capacitance": "0.032133",
+            "fall_capacitance": "0.032356",
+            "comp_attribute fall_capacitance_range": "0.032159,0.032722",
+            "internal_power ": {
+                "rise_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        -0.148122,
+                        -0.150566,
+                        -0.151092
+                    ]
+                },
+                "fall_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        0.15259,
+                        0.151826,
+                        0.151652
+                    ]
+                }
+            }
+        },
+        "pin PAD": {
+            "drive_current": "16000.000000",
+            "is_pad": "true",
+            "function": "((A))",
+            "three_state": "((!OE))",
+            "direction": "inout",
+            "max_transition": "1.000000",
+            "max_capacitance": "30.000000",
+            "input_signal_level": "DVDD",
+            "output_signal_level": "DVDD",
+            "capacitance": "2.848953",
+            "internal_power ": [
+                {
+                    "related_pin": "A",
+                    "when": "!IE&OE&!PDRV0&!PDRV1&!SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                29.281119,
+                                29.002979,
+                                28.535879,
+                                27.904319,
+                                27.015599,
+                                26.167499
+                            ],
+                            [
+                                29.219715,
+                                29.084735,
+                                28.623315,
+                                28.080575,
+                                27.266325,
+                                26.235075
+                            ],
+                            [
+                                29.116347,
+                                28.993357,
+                                28.766837,
+                                28.753187,
+                                25.521187,
+                                25.152427
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                32.214883,
+                                32.502283,
+                                32.604423,
+                                32.629493,
+                                32.714433,
+                                32.707313
+                            ],
+                            [
+                                32.202573,
+                                32.534243,
+                                32.628763,
+                                32.694593,
+                                32.733983,
+                                32.772003
+                            ],
+                            [
+                                32.353896,
+                                32.515866,
+                                32.414766,
+                                32.938456,
+                                32.557726,
+                                33.170846
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "A",
+                    "when": "!IE&OE&!PDRV0&!PDRV1&SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                29.019189,
+                                28.927119,
+                                28.426279,
+                                27.890979,
+                                27.568729,
+                                26.350919
+                            ],
+                            [
+                                28.976225,
+                                29.050355,
+                                28.292565,
+                                27.739355,
+                                27.595655,
+                                25.995725
+                            ],
+                            [
+                                28.977677,
+                                29.137037,
+                                28.295707,
+                                27.775597,
+                                26.906887,
+                                26.134117
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                30.499003,
+                                31.712673,
+                                32.077733,
+                                32.206923,
+                                32.216823,
+                                32.245183
+                            ],
+                            [
+                                30.497713,
+                                31.773283,
+                                32.132653,
+                                32.240983,
+                                32.270593,
+                                32.297513
+                            ],
+                            [
+                                30.463836,
+                                31.850506,
+                                32.135426,
+                                32.391826,
+                                32.393406,
+                                32.362906
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "A",
+                    "when": "!IE&OE&!PDRV0&PDRV1&!SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                46.748959,
+                                47.417069,
+                                47.661179,
+                                47.003819,
+                                46.852159,
+                                46.413789
+                            ],
+                            [
+                                46.734825,
+                                47.539595,
+                                47.482465,
+                                46.941265,
+                                46.763665,
+                                46.877165
+                            ],
+                            [
+                                46.702627,
+                                47.291117,
+                                47.517087,
+                                46.848287,
+                                46.733337,
+                                46.725957
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                48.454663,
+                                50.241623,
+                                50.951863,
+                                51.159133,
+                                51.281803,
+                                51.403313
+                            ],
+                            [
+                                48.503003,
+                                50.109833,
+                                51.128583,
+                                50.800283,
+                                51.217743,
+                                51.437763
+                            ],
+                            [
+                                48.494046,
+                                50.876686,
+                                50.475526,
+                                51.858116,
+                                50.577526,
+                                51.381106
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "A",
+                    "when": "!IE&OE&!PDRV0&PDRV1&SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                44.047599,
+                                46.715229,
+                                46.767419,
+                                46.605299,
+                                46.209789,
+                                46.306109
+                            ],
+                            [
+                                43.955655,
+                                46.681995,
+                                46.765535,
+                                46.957905,
+                                45.983695,
+                                45.534895
+                            ],
+                            [
+                                44.088257,
+                                46.492877,
+                                46.871617,
+                                46.445877,
+                                46.145857,
+                                45.610377
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                42.737803,
+                                45.594843,
+                                47.171943,
+                                48.337983,
+                                49.077523,
+                                49.429853
+                            ],
+                            [
+                                42.715153,
+                                45.470873,
+                                47.205783,
+                                48.427203,
+                                49.099773,
+                                49.602143
+                            ],
+                            [
+                                42.558486,
+                                45.499706,
+                                47.553416,
+                                48.384516,
+                                49.319526,
+                                49.482256
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "A",
+                    "when": "!IE&OE&PDRV0&!PDRV1&!SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                38.177169,
+                                38.199259,
+                                37.812709,
+                                37.437429,
+                                37.350289,
+                                36.593829
+                            ],
+                            [
+                                38.348245,
+                                37.594605,
+                                37.039615,
+                                38.544645,
+                                37.241335,
+                                36.534005
+                            ],
+                            [
+                                38.393037,
+                                37.580167,
+                                38.522887,
+                                36.790507,
+                                37.034257,
+                                36.103177
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                40.687123,
+                                41.658383,
+                                41.885763,
+                                42.022483,
+                                42.096533,
+                                42.158183
+                            ],
+                            [
+                                40.722913,
+                                41.725463,
+                                41.938573,
+                                42.066343,
+                                42.112483,
+                                42.199373
+                            ],
+                            [
+                                40.641656,
+                                41.320696,
+                                42.411296,
+                                41.945886,
+                                41.923376,
+                                42.172316
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "A",
+                    "when": "!IE&OE&PDRV0&!PDRV1&SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                36.770629,
+                                38.277739,
+                                37.667029,
+                                37.498369,
+                                37.070719,
+                                35.994999
+                            ],
+                            [
+                                36.744665,
+                                38.327835,
+                                37.612205,
+                                37.164835,
+                                36.596635,
+                                36.061745
+                            ],
+                            [
+                                36.755677,
+                                37.920667,
+                                37.434857,
+                                37.197037,
+                                36.847867,
+                                36.044677
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                36.930993,
+                                39.050403,
+                                40.150453,
+                                40.766883,
+                                41.017663,
+                                41.172543
+                            ],
+                            [
+                                36.947613,
+                                39.375623,
+                                39.798913,
+                                40.454513,
+                                40.879193,
+                                41.331913
+                            ],
+                            [
+                                36.777806,
+                                39.120666,
+                                40.279476,
+                                40.383436,
+                                41.019526,
+                                41.465916
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "A",
+                    "when": "!IE&OE&PDRV0&PDRV1&!SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                55.294199,
+                                56.367719,
+                                56.320289,
+                                56.435949,
+                                55.874399,
+                                55.770859
+                            ],
+                            [
+                                55.306605,
+                                56.505005,
+                                56.337625,
+                                56.373425,
+                                55.659475,
+                                55.971065
+                            ],
+                            [
+                                55.265807,
+                                56.327597,
+                                56.452167,
+                                56.330417,
+                                56.112257,
+                                55.712917
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                55.791303,
+                                59.153853,
+                                59.806053,
+                                60.258803,
+                                60.387673,
+                                60.496493
+                            ],
+                            [
+                                55.937773,
+                                59.118903,
+                                59.841483,
+                                60.331553,
+                                60.398843,
+                                60.542733
+                            ],
+                            [
+                                55.918706,
+                                59.236906,
+                                59.853136,
+                                60.326166,
+                                60.413986,
+                                60.566206
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "A",
+                    "when": "!IE&OE&PDRV0&PDRV1&SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                50.777569,
+                                54.871279,
+                                55.617279,
+                                55.500739,
+                                55.413939,
+                                54.895129
+                            ],
+                            [
+                                50.804325,
+                                54.844925,
+                                55.868095,
+                                55.650575,
+                                55.742175,
+                                54.872755
+                            ],
+                            [
+                                50.669977,
+                                54.141087,
+                                55.344637,
+                                55.594697,
+                                55.290317,
+                                54.943187
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                48.743463,
+                                52.258183,
+                                53.656343,
+                                55.477543,
+                                56.736233,
+                                57.286163
+                            ],
+                            [
+                                48.583433,
+                                51.528183,
+                                53.822553,
+                                55.588903,
+                                56.698533,
+                                57.534493
+                            ],
+                            [
+                                48.501296,
+                                51.406436,
+                                53.720576,
+                                55.667286,
+                                56.587536,
+                                57.586326
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "A&!IE&!PDRV0&!PDRV1&!SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                27.92875,
+                                27.54768,
+                                27.05505,
+                                26.51224,
+                                25.42565,
+                                24.20141
+                            ],
+                            [
+                                22.492711,
+                                21.994661,
+                                21.453391,
+                                20.738321,
+                                19.918641,
+                                19.140421
+                            ],
+                            [
+                                22.392472,
+                                21.945752,
+                                21.395232,
+                                20.681902,
+                                19.950512,
+                                18.927752
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                4.436514,
+                                5.097839,
+                                5.234469,
+                                5.29654,
+                                5.331696,
+                                5.354719
+                            ],
+                            [
+                                1.637041,
+                                2.181451,
+                                2.348615,
+                                2.440279,
+                                2.484159,
+                                2.509218
+                            ],
+                            [
+                                1.852684,
+                                2.464713,
+                                2.602267,
+                                2.646885,
+                                2.668925,
+                                2.683053
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "A&!IE&!PDRV0&!PDRV1&SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                27.67815,
+                                27.34153,
+                                26.7438,
+                                25.88349,
+                                25.18705,
+                                24.34865
+                            ],
+                            [
+                                22.214481,
+                                21.803311,
+                                21.176121,
+                                20.639691,
+                                19.654281,
+                                18.888871
+                            ],
+                            [
+                                22.062632,
+                                21.721502,
+                                21.154362,
+                                20.405002,
+                                19.665712,
+                                18.664102
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                4.526718,
+                                5.078236,
+                                5.217144,
+                                5.284735,
+                                5.323787,
+                                5.350337
+                            ],
+                            [
+                                1.652574,
+                                2.332484,
+                                2.46343,
+                                2.504373,
+                                2.530838,
+                                2.548454
+                            ],
+                            [
+                                1.938424,
+                                2.644934,
+                                2.850918,
+                                2.975406,
+                                2.118937,
+                                2.154697
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "A&!IE&!PDRV0&PDRV1&!SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                42.42121,
+                                42.23031,
+                                41.75957,
+                                41.17737,
+                                40.67425,
+                                40.40874
+                            ],
+                            [
+                                36.508121,
+                                36.302301,
+                                35.738341,
+                                35.539601,
+                                35.128691,
+                                34.809821
+                            ],
+                            [
+                                36.472532,
+                                36.413072,
+                                35.935722,
+                                35.708112,
+                                35.170652,
+                                34.633162
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                11.29498,
+                                12.81548,
+                                13.35681,
+                                13.64342,
+                                13.82462,
+                                13.94974
+                            ],
+                            [
+                                8.654278,
+                                10.289368,
+                                10.853688,
+                                11.135668,
+                                11.300878,
+                                11.408738
+                            ],
+                            [
+                                8.880742,
+                                10.769882,
+                                11.326112,
+                                11.620542,
+                                11.733972,
+                                11.785322
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "A&!IE&!PDRV0&PDRV1&SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                39.42196,
+                                41.02102,
+                                41.0738,
+                                40.40617,
+                                40.23019,
+                                39.90253
+                            ],
+                            [
+                                33.937601,
+                                35.348151,
+                                35.373341,
+                                34.818161,
+                                34.308651,
+                                33.743091
+                            ],
+                            [
+                                33.886002,
+                                35.378652,
+                                35.390282,
+                                34.731402,
+                                34.416772,
+                                33.717372
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                11.29712,
+                                13.09179,
+                                13.58545,
+                                13.8231,
+                                13.96182,
+                                14.05151
+                            ],
+                            [
+                                8.757098,
+                                10.360978,
+                                10.930078,
+                                11.212978,
+                                11.379848,
+                                11.489738
+                            ],
+                            [
+                                9.363792,
+                                10.256912,
+                                10.773612,
+                                11.682612,
+                                11.953022,
+                                12.114282
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "A&!IE&PDRV0&!PDRV1&!SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                36.47691,
+                                36.08783,
+                                35.93649,
+                                35.20359,
+                                34.48696,
+                                34.03527
+                            ],
+                            [
+                                30.889441,
+                                30.367221,
+                                29.898801,
+                                29.514501,
+                                28.750691,
+                                28.386031
+                            ],
+                            [
+                                30.675792,
+                                30.243632,
+                                29.658532,
+                                29.141292,
+                                28.742362,
+                                27.877182
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                8.250646,
+                                9.38348,
+                                9.69392,
+                                9.83833,
+                                9.92077,
+                                9.97463
+                            ],
+                            [
+                                5.478155,
+                                6.652478,
+                                6.804848,
+                                6.943588,
+                                7.046578,
+                                7.120148
+                            ],
+                            [
+                                5.616926,
+                                6.859542,
+                                7.196682,
+                                7.270872,
+                                7.287512,
+                                7.317062
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "A&!IE&PDRV0&!PDRV1&SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                35.14746,
+                                35.71581,
+                                35.29212,
+                                34.70793,
+                                34.13791,
+                                33.30855
+                            ],
+                            [
+                                29.449451,
+                                29.960871,
+                                29.595581,
+                                28.918541,
+                                28.247661,
+                                27.804741
+                            ],
+                            [
+                                29.213112,
+                                30.154502,
+                                29.449872,
+                                28.806402,
+                                28.168862,
+                                27.410122
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                8.291774,
+                                9.40569,
+                                9.7129,
+                                9.87457,
+                                9.9681,
+                                10.02871
+                            ],
+                            [
+                                5.230031,
+                                6.549638,
+                                6.904328,
+                                7.058478,
+                                7.143318,
+                                7.513318
+                            ],
+                            [
+                                5.712262,
+                                6.840282,
+                                7.139742,
+                                7.303132,
+                                7.408482,
+                                7.480942
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "A&!IE&PDRV0&PDRV1&!SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                50.45337,
+                                50.52011,
+                                50.12469,
+                                49.64187,
+                                49.07351,
+                                48.87472
+                            ],
+                            [
+                                45.078311,
+                                44.596201,
+                                44.330391,
+                                43.829101,
+                                43.081891,
+                                42.681651
+                            ],
+                            [
+                                45.034352,
+                                44.523382,
+                                44.170942,
+                                43.810102,
+                                43.163182,
+                                42.354152
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                14.85648,
+                                16.91106,
+                                17.60705,
+                                17.96101,
+                                18.19204,
+                                18.35067
+                            ],
+                            [
+                                12.090788,
+                                14.222798,
+                                15.269588,
+                                15.671978,
+                                15.936598,
+                                16.123568
+                            ],
+                            [
+                                12.504432,
+                                14.557472,
+                                15.366552,
+                                15.659872,
+                                15.870592,
+                                16.052892
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "A&!IE&PDRV0&PDRV1&SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                45.8643,
+                                48.64577,
+                                49.13699,
+                                48.9523,
+                                48.48639,
+                                47.77446
+                            ],
+                            [
+                                40.072441,
+                                42.596031,
+                                43.046301,
+                                42.911551,
+                                42.310091,
+                                41.698461
+                            ],
+                            [
+                                39.961892,
+                                42.875532,
+                                42.781482,
+                                43.003472,
+                                42.186132,
+                                41.948972
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                14.85621,
+                                17.09019,
+                                17.96491,
+                                18.1292,
+                                18.33012,
+                                18.48801
+                            ],
+                            [
+                                12.403548,
+                                13.974308,
+                                14.742618,
+                                15.042218,
+                                15.264218,
+                                15.475098
+                            ],
+                            [
+                                12.642692,
+                                14.427272,
+                                15.171502,
+                                16.160682,
+                                16.788882,
+                                15.093512
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "!A&!IE&!PDRV0&!PDRV1&!SL",
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                27.04282,
+                                27.14896,
+                                27.24457,
+                                27.39113,
+                                27.29329,
+                                27.32888
+                            ],
+                            [
+                                21.802171,
+                                21.891401,
+                                21.976971,
+                                22.054161,
+                                22.034091,
+                                22.185281
+                            ],
+                            [
+                                21.807562,
+                                21.949642,
+                                22.031302,
+                                22.063102,
+                                22.092792,
+                                22.094662
+                            ]
+                        ]
+                    },
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                2.934772,
+                                -76.55076,
+                                -155.74473,
+                                -234.84893,
+                                -313.92983,
+                                -393.00223
+                            ],
+                            [
+                                -0.001289,
+                                -79.318042,
+                                -158.438572,
+                                -237.530572,
+                                -316.595572,
+                                -395.657472
+                            ],
+                            [
+                                -0.002215,
+                                -79.311058,
+                                -158.431708,
+                                -237.519108,
+                                -316.595508,
+                                -395.666508
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "!A&!IE&!PDRV0&!PDRV1&SL",
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                25.36427,
+                                26.45327,
+                                26.72481,
+                                26.87403,
+                                26.948,
+                                26.95836
+                            ],
+                            [
+                                20.106001,
+                                21.187491,
+                                21.497541,
+                                21.555551,
+                                21.589471,
+                                21.603551
+                            ],
+                            [
+                                20.119462,
+                                21.246252,
+                                21.506132,
+                                21.581942,
+                                21.625122,
+                                21.625442
+                            ]
+                        ]
+                    },
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                2.995031,
+                                -76.38884,
+                                -155.51023,
+                                -234.59693,
+                                -313.67283,
+                                -392.74363
+                            ],
+                            [
+                                -0.010913,
+                                -79.160992,
+                                -158.574172,
+                                -237.772172,
+                                -316.912872,
+                                -396.021972
+                            ],
+                            [
+                                0.055781,
+                                -79.252978,
+                                -158.381908,
+                                -237.474708,
+                                -316.553708,
+                                -395.626508
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "!A&!IE&!PDRV0&PDRV1&!SL",
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                37.82244,
+                                39.03132,
+                                39.31396,
+                                39.21106,
+                                39.4806,
+                                39.38583
+                            ],
+                            [
+                                32.586001,
+                                33.830991,
+                                33.984211,
+                                34.019791,
+                                34.046791,
+                                34.135431
+                            ],
+                            [
+                                32.692662,
+                                33.871532,
+                                34.016272,
+                                34.103512,
+                                34.143182,
+                                34.160152
+                            ]
+                        ]
+                    },
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                9.42476,
+                                -70.02367,
+                                -149.21963,
+                                -228.35083,
+                                -307.45503,
+                                -386.54533
+                            ],
+                            [
+                                6.459118,
+                                -73.008502,
+                                -152.203572,
+                                -231.332272,
+                                -310.434772,
+                                -389.529172
+                            ],
+                            [
+                                6.672152,
+                                -72.787338,
+                                -151.988608,
+                                -231.121608,
+                                -310.226708,
+                                -389.317408
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "!A&!IE&!PDRV0&PDRV1&SL",
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                32.49574,
+                                34.23394,
+                                35.57117,
+                                36.29956,
+                                37.18069,
+                                37.66537
+                            ],
+                            [
+                                27.153761,
+                                29.071851,
+                                30.203101,
+                                31.048091,
+                                31.349301,
+                                32.547411
+                            ],
+                            [
+                                27.054372,
+                                28.854312,
+                                30.225772,
+                                31.206392,
+                                31.820782,
+                                32.193512
+                            ]
+                        ]
+                    },
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                9.5574,
+                                -69.90235,
+                                -149.23733,
+                                -228.41333,
+                                -307.51963,
+                                -386.59513
+                            ],
+                            [
+                                6.536298,
+                                -73.097012,
+                                -152.166772,
+                                -231.127172,
+                                -310.190872,
+                                -389.278972
+                            ],
+                            [
+                                7.090772,
+                                -72.266228,
+                                -150.878908,
+                                -229.937608,
+                                -309.111908,
+                                -388.305408
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "!A&!IE&PDRV0&!PDRV1&!SL",
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                32.95145,
+                                33.2886,
+                                33.61419,
+                                33.5022,
+                                33.85415,
+                                33.48336
+                            ],
+                            [
+                                27.727941,
+                                28.166961,
+                                28.159071,
+                                28.472781,
+                                28.331281,
+                                28.338821
+                            ],
+                            [
+                                27.809722,
+                                28.292622,
+                                28.353202,
+                                28.397752,
+                                28.437152,
+                                28.459752
+                            ]
+                        ]
+                    },
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                6.288152,
+                                -73.16819,
+                                -152.32653,
+                                -231.42893,
+                                -310.51673,
+                                -389.59843
+                            ],
+                            [
+                                3.357201,
+                                -76.301382,
+                                -155.704272,
+                                -234.929672,
+                                -314.071272,
+                                -393.175372
+                            ],
+                            [
+                                3.565929,
+                                -75.884218,
+                                -155.059908,
+                                -234.175908,
+                                -313.266708,
+                                -392.349608
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "!A&!IE&PDRV0&!PDRV1&SL",
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                29.33956,
+                                31.07274,
+                                31.5367,
+                                32.03749,
+                                32.7767,
+                                32.32697
+                            ],
+                            [
+                                23.920571,
+                                25.385191,
+                                26.423071,
+                                26.637071,
+                                27.274311,
+                                27.222971
+                            ],
+                            [
+                                23.936392,
+                                25.593012,
+                                26.578732,
+                                27.077102,
+                                27.331052,
+                                27.443292
+                            ]
+                        ]
+                    },
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                6.40368,
+                                -73.01986,
+                                -152.18573,
+                                -231.29683,
+                                -310.38903,
+                                -389.47143
+                            ],
+                            [
+                                3.441226,
+                                -76.000322,
+                                -155.164772,
+                                -234.246372,
+                                -313.305372,
+                                -392.366872
+                            ],
+                            [
+                                3.675479,
+                                -75.776778,
+                                -154.955708,
+                                -234.066808,
+                                -313.161208,
+                                -392.244308
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "!A&!IE&PDRV0&PDRV1&!SL",
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                42.73704,
+                                44.89432,
+                                45.48364,
+                                45.22895,
+                                45.41705,
+                                45.89427
+                            ],
+                            [
+                                37.585851,
+                                39.673491,
+                                40.064091,
+                                40.171071,
+                                40.253821,
+                                40.224721
+                            ],
+                            [
+                                37.675722,
+                                39.836852,
+                                40.203502,
+                                40.246222,
+                                40.339582,
+                                40.456802
+                            ]
+                        ]
+                    },
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                12.71368,
+                                -66.73618,
+                                -145.95133,
+                                -225.09503,
+                                -304.20703,
+                                -383.30393
+                            ],
+                            [
+                                9.748568,
+                                -69.688892,
+                                -148.907372,
+                                -228.053372,
+                                -307.171172,
+                                -386.269472
+                            ],
+                            [
+                                10.047302,
+                                -69.412378,
+                                -148.666008,
+                                -227.788108,
+                                -306.890108,
+                                -385.977108
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "!A&!IE&PDRV0&PDRV1&SL",
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                36.362,
+                                38.09274,
+                                39.47927,
+                                40.70283,
+                                41.5606,
+                                42.23312
+                            ],
+                            [
+                                30.933651,
+                                32.695291,
+                                34.260741,
+                                35.408961,
+                                36.353441,
+                                37.016561
+                            ],
+                            [
+                                30.783202,
+                                32.710322,
+                                34.340442,
+                                35.498062,
+                                36.444412,
+                                37.067602
+                            ]
+                        ]
+                    },
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                12.81974,
+                                -66.56305,
+                                -145.84133,
+                                -224.99123,
+                                -304.00493,
+                                -383.10343
+                            ],
+                            [
+                                9.795758,
+                                -70.081202,
+                                -149.062072,
+                                -228.049272,
+                                -306.962572,
+                                -385.914872
+                            ],
+                            [
+                                10.351862,
+                                -69.379898,
+                                -148.443008,
+                                -227.973308,
+                                -306.747508,
+                                -387.038508
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "A",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                82.529108,
+                                84.944598,
+                                84.702016,
+                                84.069226,
+                                83.338906,
+                                82.123283
+                            ],
+                            [
+                                82.522565,
+                                84.907262,
+                                84.505355,
+                                84.363145,
+                                83.21224,
+                                82.020607
+                            ],
+                            [
+                                82.492351,
+                                84.470977,
+                                84.801449,
+                                83.933901,
+                                82.647992,
+                                81.606709
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                84.014809,
+                                88.043061,
+                                89.576144,
+                                90.714811,
+                                91.382171,
+                                91.724761
+                            ],
+                            [
+                                84.027544,
+                                87.909101,
+                                89.624326,
+                                90.651094,
+                                91.352786,
+                                91.929484
+                            ],
+                            [
+                                83.927432,
+                                87.956867,
+                                89.710904,
+                                90.973922,
+                                91.198152,
+                                92.046969
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                46.066166,
+                                -32.905355,
+                                -112.361791,
+                                -192.067135,
+                                -271.749141,
+                                -351.438651
+                            ],
+                            [
+                                37.496066,
+                                -41.71095,
+                                -121.201164,
+                                -200.766426,
+                                -280.530485,
+                                -360.132636
+                            ],
+                            [
+                                37.644481,
+                                -41.351856,
+                                -120.858667,
+                                -200.471185,
+                                -280.136147,
+                                -360.124069
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                42.74072,
+                                45.386207,
+                                46.41762,
+                                46.887269,
+                                47.420504,
+                                47.603061
+                            ],
+                            [
+                                34.714933,
+                                37.308271,
+                                38.360749,
+                                38.92213,
+                                39.289868,
+                                39.682879
+                            ],
+                            [
+                                35.048881,
+                                37.646944,
+                                38.710343,
+                                39.436761,
+                                39.75805,
+                                39.772872
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "rise_power power_inputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "values": [
+                            -21.1343,
+                            -21.50806,
+                            -21.5343
+                        ]
+                    },
+                    "fall_power power_inputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "values": [
+                            21.2308,
+                            21.64661,
+                            21.75885
+                        ]
+                    }
+                }
+            ],
+            "timing ": [
+                {
+                    "related_pin": "A",
+                    "timing_type": "combinational",
+                    "timing_sense": "positive_unate",
+                    "when": "!IE&OE&!PDRV0&!PDRV1&!SL",
+                    "sdf_cond": "IE==1'b0&&OE==1'b1&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b0",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.848953,
+                            8.848953,
+                            14.848953,
+                            20.848953,
+                            26.848953,
+                            32.848953
+                        ],
+                        "values": [
+                            [
+                                1.964337,
+                                2.685178,
+                                3.402258,
+                                4.116656,
+                                4.836443,
+                                5.546867
+                            ],
+                            [
+                                2.014718,
+                                2.735781,
+                                3.451494,
+                                4.175858,
+                                4.894547,
+                                5.605697
+                            ],
+                            [
+                                2.023196,
+                                2.744277,
+                                3.461234,
+                                4.176057,
+                                4.895448,
+                                5.607149
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.848953,
+                            8.848953,
+                            14.848953,
+                            20.848953,
+                            26.848953,
+                            32.848953
+                        ],
+                        "values": [
+                            [
+                                0.795766,
+                                2.212244,
+                                3.645545,
+                                5.094579,
+                                6.543525,
+                                7.985595
+                            ],
+                            [
+                                0.79662,
+                                2.210615,
+                                3.651995,
+                                5.103988,
+                                6.55228,
+                                7.99398
+                            ],
+                            [
+                                0.796059,
+                                2.212261,
+                                3.648504,
+                                5.098248,
+                                6.545933,
+                                7.987613
+                            ]
+                        ]
+                    },
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.848953,
+                            8.848953,
+                            14.848953,
+                            20.848953,
+                            26.848953,
+                            32.848953
+                        ],
+                        "values": [
+                            [
+                                2.023394,
+                                2.570304,
+                                3.093424,
+                                3.615173,
+                                4.137248,
+                                4.657112
+                            ],
+                            [
+                                2.159303,
+                                2.70636,
+                                3.229221,
+                                3.750722,
+                                4.273609,
+                                4.793023
+                            ],
+                            [
+                                2.301015,
+                                2.847871,
+                                3.371171,
+                                3.893199,
+                                4.413917,
+                                4.935235
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.848953,
+                            8.848953,
+                            14.848953,
+                            20.848953,
+                            26.848953,
+                            32.848953
+                        ],
+                        "values": [
+                            [
+                                0.629723,
+                                1.556949,
+                                2.527534,
+                                3.504919,
+                                4.473683,
+                                5.455417
+                            ],
+                            [
+                                0.628663,
+                                1.558414,
+                                2.524444,
+                                3.505644,
+                                4.476393,
+                                5.465197
+                            ],
+                            [
+                                0.62898,
+                                1.560787,
+                                2.525774,
+                                3.503572,
+                                4.484789,
+                                5.473843
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "A",
+                    "timing_type": "combinational",
+                    "timing_sense": "positive_unate",
+                    "when": "!IE&OE&!PDRV0&!PDRV1&SL",
+                    "sdf_cond": "IE==1'b0&&OE==1'b1&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b1",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.848953,
+                            8.848953,
+                            14.848953,
+                            20.848953,
+                            26.848953,
+                            32.848953
+                        ],
+                        "values": [
+                            [
+                                2.366618,
+                                3.273549,
+                                4.003124,
+                                4.719345,
+                                5.436454,
+                                6.14755
+                            ],
+                            [
+                                2.417375,
+                                3.323242,
+                                4.053794,
+                                4.770976,
+                                5.484223,
+                                6.201601
+                            ],
+                            [
+                                2.425737,
+                                3.332607,
+                                4.062996,
+                                4.78008,
+                                5.493276,
+                                6.211045
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.848953,
+                            8.848953,
+                            14.848953,
+                            20.848953,
+                            26.848953,
+                            32.848953
+                        ],
+                        "values": [
+                            [
+                                1.363449,
+                                2.60066,
+                                3.902512,
+                                5.26071,
+                                6.668507,
+                                8.085624
+                            ],
+                            [
+                                1.364716,
+                                2.600654,
+                                3.89968,
+                                5.265201,
+                                6.660688,
+                                8.082273
+                            ],
+                            [
+                                1.363236,
+                                2.599039,
+                                3.899288,
+                                5.264565,
+                                6.653852,
+                                8.082392
+                            ]
+                        ]
+                    },
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.848953,
+                            8.848953,
+                            14.848953,
+                            20.848953,
+                            26.848953,
+                            32.848953
+                        ],
+                        "values": [
+                            [
+                                2.12837,
+                                3.115203,
+                                3.90034,
+                                4.567046,
+                                5.171434,
+                                5.739574
+                            ],
+                            [
+                                2.264288,
+                                3.251146,
+                                4.03629,
+                                4.702092,
+                                5.307051,
+                                5.875413
+                            ],
+                            [
+                                2.40608,
+                                3.393101,
+                                4.17787,
+                                4.843949,
+                                5.4495,
+                                6.017375
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.848953,
+                            8.848953,
+                            14.848953,
+                            20.848953,
+                            26.848953,
+                            32.848953
+                        ],
+                        "values": [
+                            [
+                                1.021654,
+                                2.43719,
+                                3.49781,
+                                4.447705,
+                                5.374396,
+                                6.276637
+                            ],
+                            [
+                                1.02169,
+                                2.437195,
+                                3.497689,
+                                4.447484,
+                                5.376308,
+                                6.279215
+                            ],
+                            [
+                                1.021626,
+                                2.433745,
+                                3.498683,
+                                4.449234,
+                                5.370551,
+                                6.277255
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "A",
+                    "timing_type": "combinational",
+                    "timing_sense": "positive_unate",
+                    "when": "!IE&OE&!PDRV0&PDRV1&!SL",
+                    "sdf_cond": "IE==1'b0&&OE==1'b1&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b0",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.848953,
+                            8.848953,
+                            14.848953,
+                            20.848953,
+                            26.848953,
+                            32.848953
+                        ],
+                        "values": [
+                            [
+                                1.694454,
+                                1.957209,
+                                2.198955,
+                                2.438683,
+                                2.677526,
+                                2.916255
+                            ],
+                            [
+                                1.744941,
+                                2.007653,
+                                2.249443,
+                                2.489176,
+                                2.727958,
+                                2.966656
+                            ],
+                            [
+                                1.753774,
+                                2.01643,
+                                2.258059,
+                                2.497784,
+                                2.737217,
+                                2.976165
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.848953,
+                            8.848953,
+                            14.848953,
+                            20.848953,
+                            26.848953,
+                            32.848953
+                        ],
+                        "values": [
+                            [
+                                0.373185,
+                                0.797428,
+                                1.259828,
+                                1.729663,
+                                2.208986,
+                                2.687943
+                            ],
+                            [
+                                0.372786,
+                                0.797663,
+                                1.259822,
+                                1.731135,
+                                2.208659,
+                                2.688238
+                            ],
+                            [
+                                0.373483,
+                                0.797439,
+                                1.257566,
+                                1.73027,
+                                2.211241,
+                                2.680741
+                            ]
+                        ]
+                    },
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.848953,
+                            8.848953,
+                            14.848953,
+                            20.848953,
+                            26.848953,
+                            32.848953
+                        ],
+                        "values": [
+                            [
+                                1.790816,
+                                2.038022,
+                                2.230335,
+                                2.410986,
+                                2.587357,
+                                2.762259
+                            ],
+                            [
+                                1.926656,
+                                2.173852,
+                                2.366182,
+                                2.54683,
+                                2.72322,
+                                2.898137
+                            ],
+                            [
+                                2.068548,
+                                2.315457,
+                                2.507997,
+                                2.688424,
+                                2.865226,
+                                3.040252
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.848953,
+                            8.848953,
+                            14.848953,
+                            20.848953,
+                            26.848953,
+                            32.848953
+                        ],
+                        "values": [
+                            [
+                                0.33497,
+                                0.641549,
+                                0.941061,
+                                1.248087,
+                                1.565778,
+                                1.884854
+                            ],
+                            [
+                                0.335429,
+                                0.641736,
+                                0.940445,
+                                1.248574,
+                                1.565885,
+                                1.885036
+                            ],
+                            [
+                                0.335353,
+                                0.641685,
+                                0.939253,
+                                1.247915,
+                                1.563632,
+                                1.882431
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "A",
+                    "timing_type": "combinational",
+                    "timing_sense": "positive_unate",
+                    "when": "!IE&OE&!PDRV0&PDRV1&SL",
+                    "sdf_cond": "IE==1'b0&&OE==1'b1&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b1",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.848953,
+                            8.848953,
+                            14.848953,
+                            20.848953,
+                            26.848953,
+                            32.848953
+                        ],
+                        "values": [
+                            [
+                                1.758574,
+                                2.355879,
+                                2.717234,
+                                3.004642,
+                                3.264436,
+                                3.511756
+                            ],
+                            [
+                                1.80911,
+                                2.406406,
+                                2.76771,
+                                3.055068,
+                                3.314866,
+                                3.562226
+                            ],
+                            [
+                                1.818028,
+                                2.415917,
+                                2.778183,
+                                3.0643,
+                                3.323658,
+                                3.571757
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.848953,
+                            8.848953,
+                            14.848953,
+                            20.848953,
+                            26.848953,
+                            32.848953
+                        ],
+                        "values": [
+                            [
+                                0.733791,
+                                1.366531,
+                                1.790835,
+                                2.192285,
+                                2.600992,
+                                3.019926
+                            ],
+                            [
+                                0.734819,
+                                1.366691,
+                                1.790818,
+                                2.19232,
+                                2.600673,
+                                3.02032
+                            ],
+                            [
+                                0.734394,
+                                1.367268,
+                                1.790694,
+                                2.190062,
+                                2.599753,
+                                3.024356
+                            ]
+                        ]
+                    },
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.848953,
+                            8.848953,
+                            14.848953,
+                            20.848953,
+                            26.848953,
+                            32.848953
+                        ],
+                        "values": [
+                            [
+                                1.769412,
+                                2.137487,
+                                2.486542,
+                                2.811713,
+                                3.111716,
+                                3.388378
+                            ],
+                            [
+                                1.905376,
+                                2.273393,
+                                2.622472,
+                                2.947475,
+                                3.247439,
+                                3.524008
+                            ],
+                            [
+                                2.047117,
+                                2.415203,
+                                2.764248,
+                                3.089477,
+                                3.389255,
+                                3.666062
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.848953,
+                            8.848953,
+                            14.848953,
+                            20.848953,
+                            26.848953,
+                            32.848953
+                        ],
+                        "values": [
+                            [
+                                0.381167,
+                                1.012019,
+                                1.55037,
+                                2.009411,
+                                2.414772,
+                                2.785638
+                            ],
+                            [
+                                0.381153,
+                                1.012567,
+                                1.550361,
+                                2.008774,
+                                2.414293,
+                                2.788223
+                            ],
+                            [
+                                0.381147,
+                                1.011999,
+                                1.550346,
+                                2.009559,
+                                2.414693,
+                                2.78538
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "A",
+                    "timing_type": "combinational",
+                    "timing_sense": "positive_unate",
+                    "when": "!IE&OE&PDRV0&!PDRV1&!SL",
+                    "sdf_cond": "IE==1'b0&&OE==1'b1&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b0",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.848953,
+                            8.848953,
+                            14.848953,
+                            20.848953,
+                            26.848953,
+                            32.848953
+                        ],
+                        "values": [
+                            [
+                                1.77215,
+                                2.143211,
+                                2.503009,
+                                2.861847,
+                                3.219653,
+                                3.577948
+                            ],
+                            [
+                                1.822496,
+                                2.193777,
+                                2.553501,
+                                2.912252,
+                                3.269961,
+                                3.627876
+                            ],
+                            [
+                                1.831228,
+                                2.202503,
+                                2.562259,
+                                2.921152,
+                                3.279033,
+                                3.637203
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.848953,
+                            8.848953,
+                            14.848953,
+                            20.848953,
+                            26.848953,
+                            32.848953
+                        ],
+                        "values": [
+                            [
+                                0.468802,
+                                1.142788,
+                                1.850177,
+                                2.571545,
+                                3.287302,
+                                4.013168
+                            ],
+                            [
+                                0.46756,
+                                1.142512,
+                                1.850512,
+                                2.569389,
+                                3.29179,
+                                4.008951
+                            ],
+                            [
+                                0.467435,
+                                1.142948,
+                                1.850435,
+                                2.5714,
+                                3.292623,
+                                4.013309
+                            ]
+                        ]
+                    },
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.848953,
+                            8.848953,
+                            14.848953,
+                            20.848953,
+                            26.848953,
+                            32.848953
+                        ],
+                        "values": [
+                            [
+                                1.858295,
+                                2.173233,
+                                2.443933,
+                                2.706853,
+                                2.968648,
+                                3.229455
+                            ],
+                            [
+                                1.99371,
+                                2.309013,
+                                2.579589,
+                                2.842687,
+                                3.104451,
+                                3.365383
+                            ],
+                            [
+                                2.135499,
+                                2.450901,
+                                2.721401,
+                                2.984849,
+                                3.245895,
+                                3.50709
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.848953,
+                            8.848953,
+                            14.848953,
+                            20.848953,
+                            26.848953,
+                            32.848953
+                        ],
+                        "values": [
+                            [
+                                0.410809,
+                                0.858929,
+                                1.323922,
+                                1.799641,
+                                2.282746,
+                                2.766572
+                            ],
+                            [
+                                0.411019,
+                                0.858936,
+                                1.321891,
+                                1.801538,
+                                2.279382,
+                                2.769638
+                            ],
+                            [
+                                0.410997,
+                                0.858098,
+                                1.324055,
+                                1.799971,
+                                2.284402,
+                                2.768755
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "A",
+                    "timing_type": "combinational",
+                    "timing_sense": "positive_unate",
+                    "when": "!IE&OE&PDRV0&!PDRV1&SL",
+                    "sdf_cond": "IE==1'b0&&OE==1'b1&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b1",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.848953,
+                            8.848953,
+                            14.848953,
+                            20.848953,
+                            26.848953,
+                            32.848953
+                        ],
+                        "values": [
+                            [
+                                1.952816,
+                                2.642303,
+                                3.07698,
+                                3.456032,
+                                3.819907,
+                                4.179004
+                            ],
+                            [
+                                2.003112,
+                                2.694353,
+                                3.127356,
+                                3.506227,
+                                3.870106,
+                                4.228831
+                            ],
+                            [
+                                2.012119,
+                                2.703755,
+                                3.136522,
+                                3.515296,
+                                3.879294,
+                                4.237905
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.848953,
+                            8.848953,
+                            14.848953,
+                            20.848953,
+                            26.848953,
+                            32.848953
+                        ],
+                        "values": [
+                            [
+                                0.944734,
+                                1.687371,
+                                2.291791,
+                                2.912563,
+                                3.561438,
+                                4.231221
+                            ],
+                            [
+                                0.944411,
+                                1.687906,
+                                2.289746,
+                                2.912246,
+                                3.566422,
+                                4.231294
+                            ],
+                            [
+                                0.944454,
+                                1.687623,
+                                2.290276,
+                                2.913655,
+                                3.566716,
+                                4.232084
+                            ]
+                        ]
+                    },
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.848953,
+                            8.848953,
+                            14.848953,
+                            20.848953,
+                            26.848953,
+                            32.848953
+                        ],
+                        "values": [
+                            [
+                                1.856652,
+                                2.396181,
+                                2.888822,
+                                3.323155,
+                                3.713586,
+                                4.0659
+                            ],
+                            [
+                                1.992577,
+                                2.53221,
+                                3.024296,
+                                3.459676,
+                                3.847104,
+                                4.203049
+                            ],
+                            [
+                                2.134344,
+                                2.673876,
+                                3.166523,
+                                3.600823,
+                                3.991054,
+                                4.343599
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.848953,
+                            8.848953,
+                            14.848953,
+                            20.848953,
+                            26.848953,
+                            32.848953
+                        ],
+                        "values": [
+                            [
+                                0.541589,
+                                1.433865,
+                                2.125288,
+                                2.703934,
+                                3.224146,
+                                3.712441
+                            ],
+                            [
+                                0.541781,
+                                1.433502,
+                                2.122932,
+                                2.700868,
+                                3.229591,
+                                3.717011
+                            ],
+                            [
+                                0.541644,
+                                1.433953,
+                                2.125218,
+                                2.704285,
+                                3.224352,
+                                3.7115
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "A",
+                    "timing_type": "combinational",
+                    "timing_sense": "positive_unate",
+                    "when": "!IE&OE&PDRV0&PDRV1&!SL",
+                    "sdf_cond": "IE==1'b0&&OE==1'b1&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b0",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.848953,
+                            8.848953,
+                            14.848953,
+                            20.848953,
+                            26.848953,
+                            32.848953
+                        ],
+                        "values": [
+                            [
+                                1.65163,
+                                1.864432,
+                                2.048424,
+                                2.229042,
+                                2.408851,
+                                2.588485
+                            ],
+                            [
+                                1.702072,
+                                1.915034,
+                                2.098844,
+                                2.279466,
+                                2.459519,
+                                2.639037
+                            ],
+                            [
+                                1.710798,
+                                1.923659,
+                                2.1077,
+                                2.288246,
+                                2.468328,
+                                2.647623
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.848953,
+                            8.848953,
+                            14.848953,
+                            20.848953,
+                            26.848953,
+                            32.848953
+                        ],
+                        "values": [
+                            [
+                                0.335969,
+                                0.633955,
+                                0.970814,
+                                1.318239,
+                                1.674267,
+                                2.030781
+                            ],
+                            [
+                                0.335341,
+                                0.632429,
+                                0.970486,
+                                1.319524,
+                                1.671903,
+                                2.028655
+                            ],
+                            [
+                                0.33529,
+                                0.634143,
+                                0.97083,
+                                1.319177,
+                                1.670483,
+                                2.030029
+                            ]
+                        ]
+                    },
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.848953,
+                            8.848953,
+                            14.848953,
+                            20.848953,
+                            26.848953,
+                            32.848953
+                        ],
+                        "values": [
+                            [
+                                1.743577,
+                                1.959906,
+                                2.115624,
+                                2.256529,
+                                2.392168,
+                                2.52522
+                            ],
+                            [
+                                1.879341,
+                                2.095734,
+                                2.251421,
+                                2.39236,
+                                2.527966,
+                                2.661016
+                            ],
+                            [
+                                2.021138,
+                                2.237554,
+                                2.393268,
+                                2.534176,
+                                2.669811,
+                                2.802859
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.848953,
+                            8.848953,
+                            14.848953,
+                            20.848953,
+                            26.848953,
+                            32.848953
+                        ],
+                        "values": [
+                            [
+                                0.291049,
+                                0.534974,
+                                0.755305,
+                                0.9798,
+                                1.211904,
+                                1.445343
+                            ],
+                            [
+                                0.291407,
+                                0.534606,
+                                0.755623,
+                                0.980697,
+                                1.211232,
+                                1.446136
+                            ],
+                            [
+                                0.291654,
+                                0.53495,
+                                0.755262,
+                                0.97973,
+                                1.211792,
+                                1.445582
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "A",
+                    "timing_type": "combinational",
+                    "timing_sense": "positive_unate",
+                    "when": "!IE&OE&PDRV0&PDRV1&SL",
+                    "sdf_cond": "IE==1'b0&&OE==1'b1&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b1",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.848953,
+                            8.848953,
+                            14.848953,
+                            20.848953,
+                            26.848953,
+                            32.848953
+                        ],
+                        "values": [
+                            [
+                                1.65805,
+                                2.174192,
+                                2.504462,
+                                2.753202,
+                                2.968654,
+                                3.167192
+                            ],
+                            [
+                                1.70872,
+                                2.224594,
+                                2.554961,
+                                2.803657,
+                                3.019131,
+                                3.217647
+                            ],
+                            [
+                                1.717606,
+                                2.232868,
+                                2.564958,
+                                2.814335,
+                                3.028071,
+                                3.226564
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.848953,
+                            8.848953,
+                            14.848953,
+                            20.848953,
+                            26.848953,
+                            32.848953
+                        ],
+                        "values": [
+                            [
+                                0.592786,
+                                1.178496,
+                                1.531945,
+                                1.840428,
+                                2.140639,
+                                2.446098
+                            ],
+                            [
+                                0.591721,
+                                1.178226,
+                                1.531888,
+                                1.840334,
+                                2.140813,
+                                2.446068
+                            ],
+                            [
+                                0.592305,
+                                1.179507,
+                                1.530878,
+                                1.839056,
+                                2.141127,
+                                2.445898
+                            ]
+                        ]
+                    },
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.848953,
+                            8.848953,
+                            14.848953,
+                            20.848953,
+                            26.848953,
+                            32.848953
+                        ],
+                        "values": [
+                            [
+                                1.720834,
+                                2.003814,
+                                2.27166,
+                                2.527833,
+                                2.769561,
+                                2.996908
+                            ],
+                            [
+                                1.856767,
+                                2.139811,
+                                2.407601,
+                                2.66378,
+                                2.905453,
+                                3.13284
+                            ],
+                            [
+                                1.998523,
+                                2.281555,
+                                2.549354,
+                                2.805524,
+                                3.04728,
+                                3.274582
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.848953,
+                            8.848953,
+                            14.848953,
+                            20.848953,
+                            26.848953,
+                            32.848953
+                        ],
+                        "values": [
+                            [
+                                0.301376,
+                                0.782915,
+                                1.21824,
+                                1.601127,
+                                1.938419,
+                                2.250325
+                            ],
+                            [
+                                0.301573,
+                                0.782944,
+                                1.218377,
+                                1.60082,
+                                1.94044,
+                                2.250838
+                            ],
+                            [
+                                0.301368,
+                                0.782941,
+                                1.218421,
+                                1.601129,
+                                1.938108,
+                                2.250345
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "A&!IE&!PDRV0&!PDRV1&!SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b0",
+                    "timing_type": "three_state_enable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.848953,
+                            8.848953,
+                            14.848953,
+                            20.848953,
+                            26.848953,
+                            32.848953
+                        ],
+                        "values": [
+                            [
+                                1.724224,
+                                2.441443,
+                                3.156383,
+                                3.883217,
+                                4.600388,
+                                5.31164
+                            ],
+                            [
+                                1.746037,
+                                2.463177,
+                                3.178853,
+                                3.893884,
+                                4.611629,
+                                5.336828
+                            ],
+                            [
+                                1.743699,
+                                2.460794,
+                                3.176592,
+                                3.891167,
+                                4.610491,
+                                5.334216
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.848953,
+                            8.848953,
+                            14.848953,
+                            20.848953,
+                            26.848953,
+                            32.848953
+                        ],
+                        "values": [
+                            [
+                                0.802585,
+                                2.212715,
+                                3.655056,
+                                5.118289,
+                                6.563484,
+                                7.995455
+                            ],
+                            [
+                                0.804422,
+                                2.213742,
+                                3.650434,
+                                5.105411,
+                                6.540468,
+                                7.988049
+                            ],
+                            [
+                                0.803629,
+                                2.213698,
+                                3.649285,
+                                5.106211,
+                                6.543277,
+                                7.982692
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "A&!IE&!PDRV0&!PDRV1&SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b1",
+                    "timing_type": "three_state_enable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.848953,
+                            8.848953,
+                            14.848953,
+                            20.848953,
+                            26.848953,
+                            32.848953
+                        ],
+                        "values": [
+                            [
+                                2.11689,
+                                3.030932,
+                                3.760896,
+                                4.477621,
+                                5.191922,
+                                5.905402
+                            ],
+                            [
+                                2.139753,
+                                3.053946,
+                                3.783712,
+                                4.500268,
+                                5.212615,
+                                5.935769
+                            ],
+                            [
+                                2.137577,
+                                3.050858,
+                                3.780632,
+                                4.496721,
+                                5.214361,
+                                5.936079
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.848953,
+                            8.848953,
+                            14.848953,
+                            20.848953,
+                            26.848953,
+                            32.848953
+                        ],
+                        "values": [
+                            [
+                                1.389387,
+                                2.631287,
+                                3.922592,
+                                5.274301,
+                                6.668707,
+                                8.084261
+                            ],
+                            [
+                                1.388884,
+                                2.627102,
+                                3.914123,
+                                5.273534,
+                                6.667427,
+                                8.087266
+                            ],
+                            [
+                                1.386945,
+                                2.625418,
+                                3.916636,
+                                5.27438,
+                                6.660013,
+                                8.083035
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "A&!IE&!PDRV0&PDRV1&!SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b0",
+                    "timing_type": "three_state_enable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.848953,
+                            8.848953,
+                            14.848953,
+                            20.848953,
+                            26.848953,
+                            32.848953
+                        ],
+                        "values": [
+                            [
+                                1.473132,
+                                1.73347,
+                                1.973368,
+                                2.211776,
+                                2.45012,
+                                2.689396
+                            ],
+                            [
+                                1.506834,
+                                1.767503,
+                                2.007437,
+                                2.24597,
+                                2.484354,
+                                2.722538
+                            ],
+                            [
+                                1.510049,
+                                1.771126,
+                                2.011044,
+                                2.249635,
+                                2.487911,
+                                2.726022
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.848953,
+                            8.848953,
+                            14.848953,
+                            20.848953,
+                            26.848953,
+                            32.848953
+                        ],
+                        "values": [
+                            [
+                                0.400052,
+                                0.808395,
+                                1.265498,
+                                1.730411,
+                                2.207936,
+                                2.690378
+                            ],
+                            [
+                                0.401275,
+                                0.809122,
+                                1.263046,
+                                1.740627,
+                                2.208874,
+                                2.686949
+                            ],
+                            [
+                                0.401351,
+                                0.809563,
+                                1.263607,
+                                1.735361,
+                                2.209356,
+                                2.68619
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "A&!IE&!PDRV0&PDRV1&SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b1",
+                    "timing_type": "three_state_enable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.848953,
+                            8.848953,
+                            14.848953,
+                            20.848953,
+                            26.848953,
+                            32.848953
+                        ],
+                        "values": [
+                            [
+                                1.529174,
+                                2.125912,
+                                2.492407,
+                                2.780417,
+                                3.040791,
+                                3.288541
+                            ],
+                            [
+                                1.563896,
+                                2.160184,
+                                2.526618,
+                                2.814326,
+                                3.074763,
+                                3.32217
+                            ],
+                            [
+                                1.567444,
+                                2.164459,
+                                2.530446,
+                                2.81811,
+                                3.078471,
+                                3.326429
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.848953,
+                            8.848953,
+                            14.848953,
+                            20.848953,
+                            26.848953,
+                            32.848953
+                        ],
+                        "values": [
+                            [
+                                0.738358,
+                                1.387335,
+                                1.8202,
+                                2.219078,
+                                2.627416,
+                                3.045775
+                            ],
+                            [
+                                0.744537,
+                                1.390254,
+                                1.819097,
+                                2.219766,
+                                2.627381,
+                                3.044784
+                            ],
+                            [
+                                0.740932,
+                                1.390135,
+                                1.819849,
+                                2.21822,
+                                2.627528,
+                                3.045796
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "A&!IE&PDRV0&!PDRV1&!SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b0",
+                    "timing_type": "three_state_enable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.848953,
+                            8.848953,
+                            14.848953,
+                            20.848953,
+                            26.848953,
+                            32.848953
+                        ],
+                        "values": [
+                            [
+                                1.525207,
+                                1.892788,
+                                2.250709,
+                                2.608525,
+                                2.965524,
+                                3.322843
+                            ],
+                            [
+                                1.547484,
+                                1.915135,
+                                2.273182,
+                                2.631038,
+                                2.988652,
+                                3.346559
+                            ],
+                            [
+                                1.545164,
+                                1.912578,
+                                2.270574,
+                                2.628595,
+                                2.985891,
+                                3.343562
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.848953,
+                            8.848953,
+                            14.848953,
+                            20.848953,
+                            26.848953,
+                            32.848953
+                        ],
+                        "values": [
+                            [
+                                0.487341,
+                                1.148106,
+                                1.857207,
+                                2.576486,
+                                3.292426,
+                                4.009242
+                            ],
+                            [
+                                0.486757,
+                                1.143679,
+                                1.853247,
+                                2.567643,
+                                3.290703,
+                                4.010144
+                            ],
+                            [
+                                0.485988,
+                                1.147666,
+                                1.851998,
+                                2.572318,
+                                3.29384,
+                                4.014275
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "A&!IE&PDRV0&!PDRV1&SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b1",
+                    "timing_type": "three_state_enable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.848953,
+                            8.848953,
+                            14.848953,
+                            20.848953,
+                            26.848953,
+                            32.848953
+                        ],
+                        "values": [
+                            [
+                                1.69019,
+                                2.388182,
+                                2.824667,
+                                3.204216,
+                                3.567705,
+                                3.9262
+                            ],
+                            [
+                                1.713409,
+                                2.410661,
+                                2.847455,
+                                3.22712,
+                                3.590289,
+                                3.949697
+                            ],
+                            [
+                                1.710715,
+                                2.409748,
+                                2.844589,
+                                3.224633,
+                                3.588235,
+                                3.946341
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.848953,
+                            8.848953,
+                            14.848953,
+                            20.848953,
+                            26.848953,
+                            32.848953
+                        ],
+                        "values": [
+                            [
+                                0.95868,
+                                1.718226,
+                                2.325734,
+                                2.938423,
+                                3.578527,
+                                4.244325
+                            ],
+                            [
+                                0.957668,
+                                1.716524,
+                                2.31882,
+                                2.939319,
+                                3.58095,
+                                4.241188
+                            ],
+                            [
+                                0.958527,
+                                1.717465,
+                                2.320524,
+                                2.936943,
+                                3.5837,
+                                4.245245
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "A&!IE&PDRV0&PDRV1&!SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b0",
+                    "timing_type": "three_state_enable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.848953,
+                            8.848953,
+                            14.848953,
+                            20.848953,
+                            26.848953,
+                            32.848953
+                        ],
+                        "values": [
+                            [
+                                1.415948,
+                                1.629208,
+                                1.811518,
+                                1.990993,
+                                2.169605,
+                                2.348849
+                            ],
+                            [
+                                1.447209,
+                                1.661386,
+                                1.843833,
+                                2.023334,
+                                2.202121,
+                                2.380642
+                            ],
+                            [
+                                1.449553,
+                                1.664338,
+                                1.846658,
+                                2.026073,
+                                2.205052,
+                                2.383715
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.848953,
+                            8.848953,
+                            14.848953,
+                            20.848953,
+                            26.848953,
+                            32.848953
+                        ],
+                        "values": [
+                            [
+                                0.368196,
+                                0.649609,
+                                0.980202,
+                                1.322884,
+                                1.675809,
+                                2.03101
+                            ],
+                            [
+                                0.367748,
+                                0.652079,
+                                0.980445,
+                                1.322997,
+                                1.673935,
+                                2.027119
+                            ],
+                            [
+                                0.36768,
+                                0.650168,
+                                0.98059,
+                                1.325709,
+                                1.675456,
+                                2.030554
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "A&!IE&PDRV0&PDRV1&SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b1",
+                    "timing_type": "three_state_enable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.848953,
+                            8.848953,
+                            14.848953,
+                            20.848953,
+                            26.848953,
+                            32.848953
+                        ],
+                        "values": [
+                            [
+                                1.418174,
+                                1.92668,
+                                2.262611,
+                                2.514746,
+                                2.730397,
+                                2.928478
+                            ],
+                            [
+                                1.450885,
+                                1.959215,
+                                2.294804,
+                                2.54717,
+                                2.762648,
+                                2.960954
+                            ],
+                            [
+                                1.454169,
+                                1.962702,
+                                2.297646,
+                                2.549909,
+                                2.765545,
+                                2.964076
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.848953,
+                            8.848953,
+                            14.848953,
+                            20.848953,
+                            26.848953,
+                            32.848953
+                        ],
+                        "values": [
+                            [
+                                0.598828,
+                                1.19848,
+                                1.557888,
+                                1.869941,
+                                2.174689,
+                                2.475188
+                            ],
+                            [
+                                0.599181,
+                                1.196048,
+                                1.557791,
+                                1.870609,
+                                2.170482,
+                                2.472498
+                            ],
+                            [
+                                0.599484,
+                                1.197277,
+                                1.556384,
+                                1.870128,
+                                2.170377,
+                                2.471104
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "!A&!IE&!PDRV0&!PDRV1&!SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b0",
+                    "timing_type": "three_state_enable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.848953,
+                            8.848953,
+                            14.848953,
+                            20.848953,
+                            26.848953,
+                            32.848953
+                        ],
+                        "values": [
+                            [
+                                1.285569,
+                                1.831603,
+                                2.354274,
+                                2.875702,
+                                3.397967,
+                                3.917395
+                            ],
+                            [
+                                1.334892,
+                                1.881068,
+                                2.403825,
+                                2.925549,
+                                3.446805,
+                                3.967405
+                            ],
+                            [
+                                1.346658,
+                                1.893022,
+                                2.415416,
+                                2.936582,
+                                3.459602,
+                                3.979411
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.848953,
+                            8.848953,
+                            14.848953,
+                            20.848953,
+                            26.848953,
+                            32.848953
+                        ],
+                        "values": [
+                            [
+                                0.643518,
+                                1.562922,
+                                2.529425,
+                                3.506459,
+                                4.474453,
+                                5.464726
+                            ],
+                            [
+                                0.643898,
+                                1.565214,
+                                2.526241,
+                                3.500008,
+                                4.482117,
+                                5.464031
+                            ],
+                            [
+                                0.644092,
+                                1.559995,
+                                2.528944,
+                                3.506675,
+                                4.480224,
+                                5.471168
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "!A&!IE&!PDRV0&!PDRV1&SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b1",
+                    "timing_type": "three_state_enable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.848953,
+                            8.848953,
+                            14.848953,
+                            20.848953,
+                            26.848953,
+                            32.848953
+                        ],
+                        "values": [
+                            [
+                                1.380592,
+                                2.367854,
+                                3.15504,
+                                3.824279,
+                                4.429983,
+                                4.998045
+                            ],
+                            [
+                                1.430084,
+                                2.416061,
+                                3.205892,
+                                3.872108,
+                                4.476808,
+                                5.048461
+                            ],
+                            [
+                                1.441927,
+                                2.428252,
+                                3.217838,
+                                3.884274,
+                                4.488586,
+                                5.060701
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.848953,
+                            8.848953,
+                            14.848953,
+                            20.848953,
+                            26.848953,
+                            32.848953
+                        ],
+                        "values": [
+                            [
+                                1.025852,
+                                2.446781,
+                                3.511043,
+                                4.453207,
+                                5.38078,
+                                6.299837
+                            ],
+                            [
+                                1.023631,
+                                2.445774,
+                                3.503879,
+                                4.458986,
+                                5.377425,
+                                6.297963
+                            ],
+                            [
+                                1.025454,
+                                2.444435,
+                                3.504092,
+                                4.458359,
+                                5.378108,
+                                6.298072
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "!A&!IE&!PDRV0&PDRV1&!SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b0",
+                    "timing_type": "three_state_enable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.848953,
+                            8.848953,
+                            14.848953,
+                            20.848953,
+                            26.848953,
+                            32.848953
+                        ],
+                        "values": [
+                            [
+                                1.109306,
+                                1.363942,
+                                1.557587,
+                                1.738189,
+                                1.914815,
+                                2.089608
+                            ],
+                            [
+                                1.158286,
+                                1.412665,
+                                1.606423,
+                                1.787156,
+                                1.963373,
+                                2.138373
+                            ],
+                            [
+                                1.170314,
+                                1.424416,
+                                1.618105,
+                                1.798834,
+                                1.975106,
+                                2.15017
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.848953,
+                            8.848953,
+                            14.848953,
+                            20.848953,
+                            26.848953,
+                            32.848953
+                        ],
+                        "values": [
+                            [
+                                0.354147,
+                                0.663932,
+                                0.959281,
+                                1.262131,
+                                1.573579,
+                                1.891182
+                            ],
+                            [
+                                0.354252,
+                                0.663645,
+                                0.95942,
+                                1.263977,
+                                1.569739,
+                                1.885536
+                            ],
+                            [
+                                0.354292,
+                                0.663388,
+                                0.958996,
+                                1.263747,
+                                1.572235,
+                                1.887773
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "!A&!IE&!PDRV0&PDRV1&SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b1",
+                    "timing_type": "three_state_enable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.848953,
+                            8.848953,
+                            14.848953,
+                            20.848953,
+                            26.848953,
+                            32.848953
+                        ],
+                        "values": [
+                            [
+                                1.095159,
+                                1.456568,
+                                1.802269,
+                                2.126285,
+                                2.426207,
+                                2.703828
+                            ],
+                            [
+                                1.143973,
+                                1.505594,
+                                1.85105,
+                                2.174999,
+                                2.474949,
+                                2.752436
+                            ],
+                            [
+                                1.155635,
+                                1.517211,
+                                1.86287,
+                                2.186749,
+                                2.486702,
+                                2.764546
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.848953,
+                            8.848953,
+                            14.848953,
+                            20.848953,
+                            26.848953,
+                            32.848953
+                        ],
+                        "values": [
+                            [
+                                0.399566,
+                                1.016007,
+                                1.552844,
+                                2.0109,
+                                2.41994,
+                                2.793915
+                            ],
+                            [
+                                0.400379,
+                                1.016801,
+                                1.552755,
+                                2.011281,
+                                2.418138,
+                                2.792662
+                            ],
+                            [
+                                0.398654,
+                                1.016684,
+                                1.552117,
+                                2.009773,
+                                2.417539,
+                                2.79016
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "!A&!IE&PDRV0&!PDRV1&!SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b0",
+                    "timing_type": "three_state_enable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.848953,
+                            8.848953,
+                            14.848953,
+                            20.848953,
+                            26.848953,
+                            32.848953
+                        ],
+                        "values": [
+                            [
+                                1.108559,
+                                1.424254,
+                                1.694536,
+                                1.957566,
+                                2.218288,
+                                2.479005
+                            ],
+                            [
+                                1.157657,
+                                1.47344,
+                                1.743442,
+                                2.006306,
+                                2.267806,
+                                2.528544
+                            ],
+                            [
+                                1.169516,
+                                1.48537,
+                                1.755686,
+                                2.018436,
+                                2.279763,
+                                2.540303
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.848953,
+                            8.848953,
+                            14.848953,
+                            20.848953,
+                            26.848953,
+                            32.848953
+                        ],
+                        "values": [
+                            [
+                                0.429658,
+                                0.870788,
+                                1.331055,
+                                1.802637,
+                                2.286788,
+                                2.769581
+                            ],
+                            [
+                                0.429701,
+                                0.870999,
+                                1.326986,
+                                1.805928,
+                                2.280655,
+                                2.77164
+                            ],
+                            [
+                                0.429324,
+                                0.870283,
+                                1.329515,
+                                1.801485,
+                                2.28477,
+                                2.771358
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "!A&!IE&PDRV0&!PDRV1&SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b1",
+                    "timing_type": "three_state_enable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.848953,
+                            8.848953,
+                            14.848953,
+                            20.848953,
+                            26.848953,
+                            32.848953
+                        ],
+                        "values": [
+                            [
+                                1.102218,
+                                1.635795,
+                                2.127931,
+                                2.56503,
+                                2.954374,
+                                3.308991
+                            ],
+                            [
+                                1.151402,
+                                1.684761,
+                                2.177096,
+                                2.614141,
+                                3.002722,
+                                3.359757
+                            ],
+                            [
+                                1.163337,
+                                1.696919,
+                                2.189717,
+                                2.625475,
+                                3.016916,
+                                3.370322
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.848953,
+                            8.848953,
+                            14.848953,
+                            20.848953,
+                            26.848953,
+                            32.848953
+                        ],
+                        "values": [
+                            [
+                                0.547811,
+                                1.438686,
+                                2.130472,
+                                2.711867,
+                                3.235561,
+                                3.733542
+                            ],
+                            [
+                                0.54736,
+                                1.435734,
+                                2.130355,
+                                2.711572,
+                                3.239753,
+                                3.728187
+                            ],
+                            [
+                                0.547772,
+                                1.43822,
+                                2.131769,
+                                2.714425,
+                                3.234772,
+                                3.722862
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "!A&!IE&PDRV0&PDRV1&!SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b0",
+                    "timing_type": "three_state_enable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.848953,
+                            8.848953,
+                            14.848953,
+                            20.848953,
+                            26.848953,
+                            32.848953
+                        ],
+                        "values": [
+                            [
+                                1.03771,
+                                1.259061,
+                                1.416878,
+                                1.558668,
+                                1.694264,
+                                1.827388
+                            ],
+                            [
+                                1.085866,
+                                1.307362,
+                                1.465239,
+                                1.606947,
+                                1.742537,
+                                1.875452
+                            ],
+                            [
+                                1.097383,
+                                1.318901,
+                                1.47683,
+                                1.618566,
+                                1.754143,
+                                1.887246
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.848953,
+                            8.848953,
+                            14.848953,
+                            20.848953,
+                            26.848953,
+                            32.848953
+                        ],
+                        "values": [
+                            [
+                                0.313811,
+                                0.555504,
+                                0.776333,
+                                0.999244,
+                                1.226945,
+                                1.457227
+                            ],
+                            [
+                                0.313008,
+                                0.555721,
+                                0.77565,
+                                0.999944,
+                                1.226458,
+                                1.459676
+                            ],
+                            [
+                                0.312393,
+                                0.555606,
+                                0.777358,
+                                0.99972,
+                                1.227271,
+                                1.458429
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "!A&!IE&PDRV0&PDRV1&SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b1",
+                    "timing_type": "three_state_enable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.848953,
+                            8.848953,
+                            14.848953,
+                            20.848953,
+                            26.848953,
+                            32.848953
+                        ],
+                        "values": [
+                            [
+                                1.02104,
+                                1.299745,
+                                1.564726,
+                                1.819913,
+                                2.06215,
+                                2.290346
+                            ],
+                            [
+                                1.069203,
+                                1.347974,
+                                1.612697,
+                                1.868121,
+                                2.110453,
+                                2.338197
+                            ],
+                            [
+                                1.080868,
+                                1.359537,
+                                1.624512,
+                                1.879822,
+                                2.121719,
+                                2.349765
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.848953,
+                            8.848953,
+                            14.848953,
+                            20.848953,
+                            26.848953,
+                            32.848953
+                        ],
+                        "values": [
+                            [
+                                0.329026,
+                                0.792145,
+                                1.2281,
+                                1.609052,
+                                1.950575,
+                                2.259434
+                            ],
+                            [
+                                0.329321,
+                                0.7929,
+                                1.227379,
+                                1.608656,
+                                1.950542,
+                                2.260882
+                            ],
+                            [
+                                0.328217,
+                                0.793356,
+                                1.227346,
+                                1.608702,
+                                1.949527,
+                                2.260566
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "!A&!IE&!PDRV0&!PDRV1&!SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b0",
+                    "timing_type": "three_state_disable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.848953,
+                            8.848953,
+                            14.848953,
+                            20.848953,
+                            26.848953,
+                            32.848953
+                        ],
+                        "values": [
+                            [
+                                0.788927,
+                                0.788928,
+                                0.788929,
+                                0.78893,
+                                0.788931,
+                                0.788932
+                            ],
+                            [
+                                0.927787,
+                                0.927788,
+                                0.927789,
+                                0.92779,
+                                0.927791,
+                                0.927792
+                            ],
+                            [
+                                1.068479,
+                                1.06848,
+                                1.068692,
+                                1.068693,
+                                1.068694,
+                                1.068695
+                            ]
+                        ]
+                    },
+                    "rise_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "!A&!IE&!PDRV0&!PDRV1&SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b1",
+                    "timing_type": "three_state_disable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.848953,
+                            8.848953,
+                            14.848953,
+                            20.848953,
+                            26.848953,
+                            32.848953
+                        ],
+                        "values": [
+                            [
+                                0.780574,
+                                0.780575,
+                                0.780576,
+                                0.780577,
+                                0.780578,
+                                0.780579
+                            ],
+                            [
+                                0.916422,
+                                0.916423,
+                                0.916424,
+                                0.916425,
+                                0.916426,
+                                0.916427
+                            ],
+                            [
+                                1.058899,
+                                1.0589,
+                                1.059142,
+                                1.059143,
+                                1.059144,
+                                1.059145
+                            ]
+                        ]
+                    },
+                    "rise_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "!A&!IE&!PDRV0&PDRV1&!SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b0",
+                    "timing_type": "three_state_disable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.848953,
+                            8.848953,
+                            14.848953,
+                            20.848953,
+                            26.848953,
+                            32.848953
+                        ],
+                        "values": [
+                            [
+                                0.865134,
+                                0.865135,
+                                0.865136,
+                                0.865137,
+                                0.865138,
+                                0.865139
+                            ],
+                            [
+                                1.000698,
+                                1.000699,
+                                1.0007,
+                                1.000701,
+                                1.000702,
+                                1.000703
+                            ],
+                            [
+                                1.145163,
+                                1.145164,
+                                1.145966,
+                                1.145967,
+                                1.145968,
+                                1.145969
+                            ]
+                        ]
+                    },
+                    "rise_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "!A&!IE&!PDRV0&PDRV1&SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b1",
+                    "timing_type": "three_state_disable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.848953,
+                            8.848953,
+                            14.848953,
+                            20.848953,
+                            26.848953,
+                            32.848953
+                        ],
+                        "values": [
+                            [
+                                0.860007,
+                                0.860008,
+                                0.860009,
+                                0.86001,
+                                0.860011,
+                                0.860012
+                            ],
+                            [
+                                0.994861,
+                                0.994862,
+                                0.994863,
+                                0.994864,
+                                0.994865,
+                                0.994866
+                            ],
+                            [
+                                1.137703,
+                                1.137704,
+                                1.138717,
+                                1.138718,
+                                1.138719,
+                                1.13872
+                            ]
+                        ]
+                    },
+                    "rise_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "!A&!IE&PDRV0&!PDRV1&!SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b0",
+                    "timing_type": "three_state_disable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.848953,
+                            8.848953,
+                            14.848953,
+                            20.848953,
+                            26.848953,
+                            32.848953
+                        ],
+                        "values": [
+                            [
+                                0.781418,
+                                0.781419,
+                                0.784314,
+                                0.784315,
+                                0.784316,
+                                0.784317
+                            ],
+                            [
+                                0.917651,
+                                0.917652,
+                                0.917653,
+                                0.917654,
+                                0.917655,
+                                0.917656
+                            ],
+                            [
+                                1.060589,
+                                1.06059,
+                                1.062135,
+                                1.062136,
+                                1.062137,
+                                1.062138
+                            ]
+                        ]
+                    },
+                    "rise_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "!A&!IE&PDRV0&!PDRV1&SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b1",
+                    "timing_type": "three_state_disable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.848953,
+                            8.848953,
+                            14.848953,
+                            20.848953,
+                            26.848953,
+                            32.848953
+                        ],
+                        "values": [
+                            [
+                                0.775568,
+                                0.775569,
+                                0.77557,
+                                0.775571,
+                                0.775572,
+                                0.775573
+                            ],
+                            [
+                                0.910978,
+                                0.910979,
+                                0.91098,
+                                0.910981,
+                                0.910982,
+                                0.910983
+                            ],
+                            [
+                                1.053488,
+                                1.053489,
+                                1.054766,
+                                1.054767,
+                                1.054768,
+                                1.054769
+                            ]
+                        ]
+                    },
+                    "rise_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "!A&!IE&PDRV0&PDRV1&!SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b0",
+                    "timing_type": "three_state_disable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.848953,
+                            8.848953,
+                            14.848953,
+                            20.848953,
+                            26.848953,
+                            32.848953
+                        ],
+                        "values": [
+                            [
+                                0.850852,
+                                0.850934,
+                                0.850935,
+                                0.850936,
+                                0.850937,
+                                0.850938
+                            ],
+                            [
+                                0.986422,
+                                0.986423,
+                                0.986424,
+                                0.986425,
+                                0.986426,
+                                0.986427
+                            ],
+                            [
+                                1.131239,
+                                1.13124,
+                                1.131591,
+                                1.131592,
+                                1.131593,
+                                1.131594
+                            ]
+                        ]
+                    },
+                    "rise_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "!A&!IE&PDRV0&PDRV1&SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b1",
+                    "timing_type": "three_state_disable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.848953,
+                            8.848953,
+                            14.848953,
+                            20.848953,
+                            26.848953,
+                            32.848953
+                        ],
+                        "values": [
+                            [
+                                0.84672,
+                                0.846722,
+                                0.846723,
+                                0.846724,
+                                0.846725,
+                                0.846726
+                            ],
+                            [
+                                0.979448,
+                                0.98077,
+                                0.980771,
+                                0.980772,
+                                0.980773,
+                                0.980774
+                            ],
+                            [
+                                1.124051,
+                                1.124538,
+                                1.124539,
+                                1.12454,
+                                1.124541,
+                                1.124542
+                            ]
+                        ]
+                    },
+                    "rise_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "A&!IE&!PDRV0&!PDRV1&!SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b0",
+                    "timing_type": "three_state_disable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.848953,
+                            8.848953,
+                            14.848953,
+                            20.848953,
+                            26.848953,
+                            32.848953
+                        ],
+                        "values": [
+                            [
+                                0.928086,
+                                0.928087,
+                                0.928088,
+                                0.928089,
+                                0.92809,
+                                0.928091
+                            ],
+                            [
+                                1.066723,
+                                1.067187,
+                                1.067188,
+                                1.067189,
+                                1.06719,
+                                1.067191
+                            ],
+                            [
+                                1.21427,
+                                1.214271,
+                                1.214272,
+                                1.214273,
+                                1.214274,
+                                1.214275
+                            ]
+                        ]
+                    },
+                    "fall_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "A&!IE&!PDRV0&!PDRV1&SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b1",
+                    "timing_type": "three_state_disable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.848953,
+                            8.848953,
+                            14.848953,
+                            20.848953,
+                            26.848953,
+                            32.848953
+                        ],
+                        "values": [
+                            [
+                                0.929667,
+                                0.929698,
+                                0.929699,
+                                0.9297,
+                                0.929701,
+                                0.929702
+                            ],
+                            [
+                                1.065746,
+                                1.065747,
+                                1.065748,
+                                1.065749,
+                                1.06575,
+                                1.065751
+                            ],
+                            [
+                                1.21355,
+                                1.213551,
+                                1.213552,
+                                1.213553,
+                                1.213554,
+                                1.213555
+                            ]
+                        ]
+                    },
+                    "fall_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "A&!IE&!PDRV0&PDRV1&!SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b0",
+                    "timing_type": "three_state_disable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.848953,
+                            8.848953,
+                            14.848953,
+                            20.848953,
+                            26.848953,
+                            32.848953
+                        ],
+                        "values": [
+                            [
+                                1.060003,
+                                1.060004,
+                                1.060005,
+                                1.060006,
+                                1.060007,
+                                1.060008
+                            ],
+                            [
+                                1.198589,
+                                1.19859,
+                                1.198591,
+                                1.198592,
+                                1.198593,
+                                1.198594
+                            ],
+                            [
+                                1.347091,
+                                1.347092,
+                                1.347093,
+                                1.347094,
+                                1.347095,
+                                1.347096
+                            ]
+                        ]
+                    },
+                    "fall_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "A&!IE&!PDRV0&PDRV1&SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b1",
+                    "timing_type": "three_state_disable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.848953,
+                            8.848953,
+                            14.848953,
+                            20.848953,
+                            26.848953,
+                            32.848953
+                        ],
+                        "values": [
+                            [
+                                1.059786,
+                                1.059787,
+                                1.059788,
+                                1.059789,
+                                1.05979,
+                                1.059791
+                            ],
+                            [
+                                1.197223,
+                                1.197224,
+                                1.197225,
+                                1.197226,
+                                1.197227,
+                                1.197228
+                            ],
+                            [
+                                1.345467,
+                                1.345468,
+                                1.345469,
+                                1.34547,
+                                1.345471,
+                                1.345472
+                            ]
+                        ]
+                    },
+                    "fall_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "A&!IE&PDRV0&!PDRV1&!SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b0",
+                    "timing_type": "three_state_disable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.848953,
+                            8.848953,
+                            14.848953,
+                            20.848953,
+                            26.848953,
+                            32.848953
+                        ],
+                        "values": [
+                            [
+                                0.918138,
+                                0.918139,
+                                0.91814,
+                                0.918141,
+                                0.918142,
+                                0.918143
+                            ],
+                            [
+                                1.055996,
+                                1.055997,
+                                1.055998,
+                                1.055999,
+                                1.056,
+                                1.056001
+                            ],
+                            [
+                                1.203541,
+                                1.203969,
+                                1.20397,
+                                1.203971,
+                                1.203972,
+                                1.203973
+                            ]
+                        ]
+                    },
+                    "fall_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "A&!IE&PDRV0&!PDRV1&SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b1",
+                    "timing_type": "three_state_disable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.848953,
+                            8.848953,
+                            14.848953,
+                            20.848953,
+                            26.848953,
+                            32.848953
+                        ],
+                        "values": [
+                            [
+                                0.921325,
+                                0.921326,
+                                0.921327,
+                                0.921328,
+                                0.921329,
+                                0.92133
+                            ],
+                            [
+                                1.057545,
+                                1.057546,
+                                1.057547,
+                                1.057548,
+                                1.057549,
+                                1.05755
+                            ],
+                            [
+                                1.204069,
+                                1.204361,
+                                1.204362,
+                                1.204363,
+                                1.204364,
+                                1.204365
+                            ]
+                        ]
+                    },
+                    "fall_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "A&!IE&PDRV0&PDRV1&!SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b0",
+                    "timing_type": "three_state_disable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.848953,
+                            8.848953,
+                            14.848953,
+                            20.848953,
+                            26.848953,
+                            32.848953
+                        ],
+                        "values": [
+                            [
+                                1.05087,
+                                1.051097,
+                                1.051098,
+                                1.051099,
+                                1.0511,
+                                1.051101
+                            ],
+                            [
+                                1.188658,
+                                1.188659,
+                                1.18866,
+                                1.188661,
+                                1.188662,
+                                1.188663
+                            ],
+                            [
+                                1.34031,
+                                1.340311,
+                                1.340312,
+                                1.340313,
+                                1.340314,
+                                1.340315
+                            ]
+                        ]
+                    },
+                    "fall_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "A&!IE&PDRV0&PDRV1&SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b1",
+                    "timing_type": "three_state_disable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.848953,
+                            8.848953,
+                            14.848953,
+                            20.848953,
+                            26.848953,
+                            32.848953
+                        ],
+                        "values": [
+                            [
+                                1.049484,
+                                1.049818,
+                                1.049819,
+                                1.04982,
+                                1.049821,
+                                1.049822
+                            ],
+                            [
+                                1.186977,
+                                1.186978,
+                                1.186979,
+                                1.18698,
+                                1.186981,
+                                1.186982
+                            ],
+                            [
+                                1.337659,
+                                1.33766,
+                                1.337661,
+                                1.337662,
+                                1.337663,
+                                1.337664
+                            ]
+                        ]
+                    },
+                    "fall_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                }
+            ]
+        },
+        "pin Y": {
+            "function": "((IE*PAD))",
+            "direction": "output",
+            "max_capacitance": "0.500000",
+            "output_signal_level": "VDD",
+            "internal_power ": [
+                {
+                    "related_pin": "IE",
+                    "when": "!CS&!OE&PAD",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                2.061237,
+                                2.017811,
+                                1.988358,
+                                1.947443,
+                                1.932254,
+                                1.865416
+                            ],
+                            [
+                                1.832803,
+                                1.901608,
+                                1.683536,
+                                1.630292,
+                                1.725829,
+                                1.750213
+                            ],
+                            [
+                                1.789896,
+                                1.739564,
+                                1.572991,
+                                1.726117,
+                                1.73038,
+                                1.639554
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                2.529557,
+                                2.55122,
+                                2.676931,
+                                2.467734,
+                                2.484962,
+                                2.607295
+                            ],
+                            [
+                                2.347086,
+                                2.350634,
+                                2.460016,
+                                2.603421,
+                                2.24174,
+                                2.803556
+                            ],
+                            [
+                                2.384733,
+                                2.366066,
+                                2.402055,
+                                2.315442,
+                                2.277809,
+                                2.901524
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "IE",
+                    "when": "CS&!OE&PAD",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                2.364797,
+                                2.320018,
+                                2.29285,
+                                2.246648,
+                                2.23107,
+                                2.222578
+                            ],
+                            [
+                                2.125623,
+                                2.082631,
+                                2.062211,
+                                1.944622,
+                                2.043111,
+                                2.064335
+                            ],
+                            [
+                                2.085787,
+                                2.131138,
+                                2.026097,
+                                1.990164,
+                                2.02342,
+                                2.027433
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                2.696839,
+                                2.727448,
+                                2.934865,
+                                2.871554,
+                                2.887268,
+                                2.893072
+                            ],
+                            [
+                                2.513608,
+                                2.482918,
+                                2.622801,
+                                3.02837,
+                                2.81341,
+                                2.606275
+                            ],
+                            [
+                                2.542999,
+                                2.633721,
+                                2.799583,
+                                2.447057,
+                                2.779832,
+                                2.925547
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "PAD",
+                    "when": "!CS&IE&!OE",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                1.33587,
+                                1.28579,
+                                1.25402,
+                                1.18219,
+                                1.14632,
+                                1.11931
+                            ],
+                            [
+                                1.79571,
+                                1.74518,
+                                1.71666,
+                                1.6377,
+                                1.61163,
+                                1.58603
+                            ],
+                            [
+                                1.94662,
+                                1.90489,
+                                1.86359,
+                                1.75785,
+                                1.72972,
+                                1.71542
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                1.42688,
+                                1.4453,
+                                1.51,
+                                1.60449,
+                                1.62845,
+                                1.64716
+                            ],
+                            [
+                                1.41127,
+                                1.43282,
+                                1.49528,
+                                1.59137,
+                                1.61523,
+                                1.63303
+                            ],
+                            [
+                                1.41682,
+                                1.44335,
+                                1.50367,
+                                1.60276,
+                                1.62737,
+                                1.64625
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "PAD",
+                    "when": "CS&IE&!OE",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                1.95838,
+                                1.90911,
+                                1.87802,
+                                1.80237,
+                                1.77147,
+                                1.75833
+                            ],
+                            [
+                                2.31467,
+                                2.26755,
+                                2.23802,
+                                2.15528,
+                                2.13048,
+                                2.11035
+                            ],
+                            [
+                                2.5156,
+                                2.46167,
+                                2.43521,
+                                2.34804,
+                                2.31699,
+                                2.30339
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                2.54565,
+                                2.5777,
+                                2.66713,
+                                2.85633,
+                                2.91704,
+                                2.96399
+                            ],
+                            [
+                                1.83615,
+                                1.87271,
+                                1.95684,
+                                2.14758,
+                                2.20971,
+                                2.24962
+                            ],
+                            [
+                                2.12793,
+                                2.16693,
+                                2.25332,
+                                2.44317,
+                                2.50451,
+                                2.54692
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "IE",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                2.213017,
+                                2.168915,
+                                2.140604,
+                                2.097046,
+                                2.081662,
+                                2.043997
+                            ],
+                            [
+                                1.979213,
+                                1.99212,
+                                1.872873,
+                                1.787457,
+                                1.88447,
+                                1.907274
+                            ],
+                            [
+                                1.937841,
+                                1.935351,
+                                1.799544,
+                                1.85814,
+                                1.8769,
+                                1.833493
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                2.613198,
+                                2.639334,
+                                2.805898,
+                                2.669644,
+                                2.686115,
+                                2.750184
+                            ],
+                            [
+                                2.430347,
+                                2.416776,
+                                2.541409,
+                                2.815895,
+                                2.527575,
+                                2.704916
+                            ],
+                            [
+                                2.463866,
+                                2.499893,
+                                2.600819,
+                                2.38125,
+                                2.528821,
+                                2.913536
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "PAD",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                1.647125,
+                                1.59745,
+                                1.56602,
+                                1.49228,
+                                1.458895,
+                                1.43882
+                            ],
+                            [
+                                2.05519,
+                                2.006365,
+                                1.97734,
+                                1.89649,
+                                1.871055,
+                                1.84819
+                            ],
+                            [
+                                2.23111,
+                                2.18328,
+                                2.1494,
+                                2.052945,
+                                2.023355,
+                                2.009405
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                1.986265,
+                                2.0115,
+                                2.088565,
+                                2.23041,
+                                2.272745,
+                                2.305575
+                            ],
+                            [
+                                1.62371,
+                                1.652765,
+                                1.72606,
+                                1.869475,
+                                1.91247,
+                                1.941325
+                            ],
+                            [
+                                1.772375,
+                                1.80514,
+                                1.878495,
+                                2.022965,
+                                2.06594,
+                                2.096585
+                            ]
+                        ]
+                    }
+                }
+            ],
+            "timing ": [
+                {
+                    "related_pin": "IE",
+                    "timing_type": "combinational",
+                    "timing_sense": "positive_unate",
+                    "when": "!CS&!OE&PAD",
+                    "sdf_cond": "CS==1'b0&&OE==1'b0&&PAD==1'b1",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                1.195191,
+                                1.234472,
+                                1.282076,
+                                1.422011,
+                                1.489472,
+                                1.557019
+                            ],
+                            [
+                                1.270992,
+                                1.309937,
+                                1.358058,
+                                1.49731,
+                                1.565123,
+                                1.632877
+                            ],
+                            [
+                                1.311676,
+                                1.350664,
+                                1.39868,
+                                1.538152,
+                                1.605944,
+                                1.673647
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.130177,
+                                0.180402,
+                                0.256084,
+                                0.503186,
+                                0.630853,
+                                0.764155
+                            ],
+                            [
+                                0.131769,
+                                0.182328,
+                                0.256018,
+                                0.501087,
+                                0.631164,
+                                0.762306
+                            ],
+                            [
+                                0.129931,
+                                0.182469,
+                                0.255116,
+                                0.501692,
+                                0.629646,
+                                0.763841
+                            ]
+                        ]
+                    },
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                1.004982,
+                                1.04003,
+                                1.082983,
+                                1.201787,
+                                1.257464,
+                                1.312595
+                            ],
+                            [
+                                1.135436,
+                                1.170524,
+                                1.213263,
+                                1.332218,
+                                1.387913,
+                                1.442995
+                            ],
+                            [
+                                1.261117,
+                                1.296141,
+                                1.339063,
+                                1.457912,
+                                1.513585,
+                                1.568666
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.06917,
+                                0.113078,
+                                0.171097,
+                                0.355256,
+                                0.4494,
+                                0.545459
+                            ],
+                            [
+                                0.069887,
+                                0.113668,
+                                0.171508,
+                                0.355545,
+                                0.450201,
+                                0.545018
+                            ],
+                            [
+                                0.069367,
+                                0.113132,
+                                0.171584,
+                                0.355345,
+                                0.450209,
+                                0.54491
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "IE",
+                    "timing_type": "combinational",
+                    "timing_sense": "positive_unate",
+                    "when": "CS&!OE&PAD",
+                    "sdf_cond": "CS==1'b1&&OE==1'b0&&PAD==1'b1",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                1.239359,
+                                1.278641,
+                                1.326341,
+                                1.466245,
+                                1.533619,
+                                1.601135
+                            ],
+                            [
+                                1.315194,
+                                1.354157,
+                                1.402463,
+                                1.541703,
+                                1.609503,
+                                1.677262
+                            ],
+                            [
+                                1.355859,
+                                1.394904,
+                                1.44279,
+                                1.582476,
+                                1.650283,
+                                1.718053
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.130808,
+                                0.180193,
+                                0.255916,
+                                0.502737,
+                                0.632313,
+                                0.763487
+                            ],
+                            [
+                                0.130642,
+                                0.180119,
+                                0.256094,
+                                0.501124,
+                                0.631264,
+                                0.762198
+                            ],
+                            [
+                                0.131385,
+                                0.181678,
+                                0.255994,
+                                0.502678,
+                                0.629937,
+                                0.764342
+                            ]
+                        ]
+                    },
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                1.05739,
+                                1.092411,
+                                1.135431,
+                                1.254074,
+                                1.309778,
+                                1.364951
+                            ],
+                            [
+                                1.188175,
+                                1.223192,
+                                1.266022,
+                                1.384867,
+                                1.440478,
+                                1.495553
+                            ],
+                            [
+                                1.313676,
+                                1.348691,
+                                1.391644,
+                                1.510248,
+                                1.565972,
+                                1.62106
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.069529,
+                                0.113644,
+                                0.171273,
+                                0.355505,
+                                0.449565,
+                                0.54501
+                            ],
+                            [
+                                0.069276,
+                                0.113141,
+                                0.171529,
+                                0.35586,
+                                0.449641,
+                                0.544582
+                            ],
+                            [
+                                0.069223,
+                                0.113937,
+                                0.17171,
+                                0.356099,
+                                0.449162,
+                                0.544215
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "PAD",
+                    "timing_type": "combinational",
+                    "timing_sense": "positive_unate",
+                    "when": "!CS&IE&!OE",
+                    "sdf_cond": "CS==1'b0&&IE==1'b1&&OE==1'b0",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.854247,
+                                0.893182,
+                                0.941022,
+                                1.080427,
+                                1.148175,
+                                1.215715
+                            ],
+                            [
+                                0.902372,
+                                0.941066,
+                                0.989067,
+                                1.12832,
+                                1.196049,
+                                1.263596
+                            ],
+                            [
+                                0.890439,
+                                0.929206,
+                                0.976849,
+                                1.116104,
+                                1.18373,
+                                1.2521
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.12985,
+                                0.178614,
+                                0.252303,
+                                0.501836,
+                                0.630953,
+                                0.762316
+                            ],
+                            [
+                                0.129437,
+                                0.179231,
+                                0.252241,
+                                0.5021,
+                                0.631636,
+                                0.762562
+                            ],
+                            [
+                                0.12993,
+                                0.178978,
+                                0.252127,
+                                0.500836,
+                                0.632716,
+                                0.764915
+                            ]
+                        ]
+                    },
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.762011,
+                                0.796772,
+                                0.839716,
+                                0.958155,
+                                1.013966,
+                                1.069104
+                            ],
+                            [
+                                0.856653,
+                                0.891618,
+                                0.934309,
+                                1.053136,
+                                1.109002,
+                                1.164085
+                            ],
+                            [
+                                1.05153,
+                                1.086477,
+                                1.129176,
+                                1.247859,
+                                1.303653,
+                                1.358732
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.069515,
+                                0.113322,
+                                0.1704,
+                                0.354762,
+                                0.448902,
+                                0.544078
+                            ],
+                            [
+                                0.070183,
+                                0.113284,
+                                0.170512,
+                                0.354773,
+                                0.450111,
+                                0.543708
+                            ],
+                            [
+                                0.069682,
+                                0.11384,
+                                0.1705,
+                                0.354689,
+                                0.44883,
+                                0.54357
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "PAD",
+                    "timing_type": "combinational",
+                    "timing_sense": "positive_unate",
+                    "when": "CS&IE&!OE",
+                    "sdf_cond": "CS==1'b1&&IE==1'b1&&OE==1'b0",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.916366,
+                                0.954966,
+                                1.002866,
+                                1.142137,
+                                1.209795,
+                                1.277273
+                            ],
+                            [
+                                1.009486,
+                                1.048287,
+                                1.096348,
+                                1.235682,
+                                1.303266,
+                                1.370945
+                            ],
+                            [
+                                1.057795,
+                                1.096375,
+                                1.144151,
+                                1.283689,
+                                1.351344,
+                                1.419004
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.130012,
+                                0.17902,
+                                0.252589,
+                                0.501476,
+                                0.633166,
+                                0.761895
+                            ],
+                            [
+                                0.130963,
+                                0.178989,
+                                0.252425,
+                                0.501643,
+                                0.631273,
+                                0.763357
+                            ],
+                            [
+                                0.130535,
+                                0.179845,
+                                0.252159,
+                                0.501583,
+                                0.631714,
+                                0.761054
+                            ]
+                        ]
+                    },
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                1.186615,
+                                1.22162,
+                                1.264301,
+                                1.383133,
+                                1.438884,
+                                1.494001
+                            ],
+                            [
+                                1.217839,
+                                1.252793,
+                                1.295289,
+                                1.414304,
+                                1.469908,
+                                1.525004
+                            ],
+                            [
+                                1.45315,
+                                1.487763,
+                                1.530475,
+                                1.649418,
+                                1.705125,
+                                1.760361
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.070539,
+                                0.11389,
+                                0.17119,
+                                0.354995,
+                                0.449245,
+                                0.543703
+                            ],
+                            [
+                                0.069998,
+                                0.114791,
+                                0.170465,
+                                0.355766,
+                                0.449256,
+                                0.542497
+                            ],
+                            [
+                                0.070014,
+                                0.113808,
+                                0.17073,
+                                0.356485,
+                                0.449941,
+                                0.543726
+                            ]
+                        ]
+                    }
+                }
+            ]
+        },
+        "pin DVDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin DVSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        }
+    }
+}
\ No newline at end of file
diff --git a/cells/bi_t/gf180mcu_fd_io__bi_t__ff_n40C_5v50.lib b/cells/bi_t/gf180mcu_fd_io__bi_t__ff_n40C_5v50.lib
new file mode 100644
index 0000000..ad560cc
--- /dev/null
+++ b/cells/bi_t/gf180mcu_fd_io__bi_t__ff_n40C_5v50.lib
@@ -0,0 +1,1841 @@
+/*
+ * Copyright 2022 GlobalFoundries PDK Authors
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+	cell ("gf180mcu_fd_io__bi_t") {
+		scaling_factors : "gf_factors";
+		area : 26250.000000;
+		pad_cell : true;
+		dont_use : true;
+		dont_touch : true;
+		cell_leakage_power : 5.553610e-03;
+		leakage_power () {
+			when : "!PDRV0 !PDRV1 !CS !SL !IE !OE !PU !PD !A !PAD";
+			value : "0.005554";
+		}
+		pin ("CS") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.023555;
+			rise_capacitance_range(0.022244,0.024557);
+			capacitance : 0.023465;
+			fall_capacitance : 0.023375;
+			fall_capacitance_range(0.022588,0.024268);
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("2.978853, 3.921271, 4.269205");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("3.244832, 3.571941, 3.989009");
+				}
+			}
+		}
+		pin ("SL") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.032133;
+			rise_capacitance_range(0.030523,0.033283);
+			capacitance : 0.031983;
+			fall_capacitance : 0.031833;
+			fall_capacitance_range(0.031253,0.032703);
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("2.184961, 4.218814, 4.514080");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("2.711969, 4.464743, 4.803543");
+				}
+			}
+		}
+		pin ("IE") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.015121;
+			rise_capacitance_range(0.013866,0.015907);
+			capacitance : 0.014914;
+			fall_capacitance : 0.014707;
+			fall_capacitance_range(0.013826,0.015614);
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("2.109946, 2.481368, 2.807751");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("2.040236, 2.336774, 2.716314");
+				}
+			}
+		}
+		pin ("OE") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.090680;
+			rise_capacitance_range(0.083743,0.099431);
+			capacitance : 0.090423;
+			fall_capacitance : 0.089136;
+			fall_capacitance_range(0.082870,0.097255);
+		}
+		pin ("PU") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.090000;
+			rise_capacitance_range(0.071865,0.101646);
+			capacitance : 0.090667;
+			fall_capacitance : 0.091334;
+			fall_capacitance_range(0.068593,0.103707);
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("0.539634, 1.287811, 1.897445");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("3.782888, 4.678550, 5.679191");
+				}
+			}
+		}
+		pin ("PD") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.049909;
+			rise_capacitance_range(0.046112,0.053803);
+			capacitance : 0.051071;
+			fall_capacitance : 0.052233;
+			fall_capacitance_range(0.050293,0.053282);
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("1.183510, 2.741119, 3.260755");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("3.699710, 4.298686, 5.058046");
+				}
+			}
+		}
+		pin ("A") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.037645;
+			rise_capacitance_range(0.035200,0.039000);
+			capacitance : 0.037674;
+			fall_capacitance : 0.037702;
+			fall_capacitance_range(0.036689,0.038768);
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("-0.344299, -0.337195, -0.345502");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("0.415054, 0.411962, 0.419068");
+				}
+			}
+		}
+		pin ("PDRV0") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.030862;
+			rise_capacitance_range(0.030176,0.031696);
+			capacitance : 0.030812;
+			fall_capacitance : 0.030762;
+			fall_capacitance_range(0.030473,0.031121);
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("-0.308102, -0.301279, -0.307336");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("0.308048, 0.304222, 0.302439");
+				}
+			}
+		}
+		pin ("PDRV1") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.032946;
+			rise_capacitance_range(0.032256,0.033822);
+			capacitance : 0.032882;
+			fall_capacitance : 0.032818;
+			fall_capacitance_range(0.032501,0.033211);
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("-0.358901, -0.352680, -0.360537");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("0.358539, 0.355426, 0.354344");
+				}
+			}
+		}
+		pin ("PAD") {
+			drive_current : 16000.000000;
+			is_pad : true;
+			function : "((A))";
+			three_state : "((!OE))";
+			direction : "inout";
+			max_transition : 1.000000;
+			max_capacitance : 30.000000;
+			input_signal_level : "DVDD";
+			output_signal_level : "DVDD";
+			capacitance : 2.679989;
+			internal_power () {
+				related_pin : "A";
+				when : "!IE&OE&!PDRV0&!PDRV1&!SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("67.722219, 67.221319, 66.821729, 65.008929, 62.795599, 62.610359", \
+					  "68.147295, 67.888755, 67.049265, 64.910845, 62.985975, 64.669265", \
+					  "68.486432, 68.025672, 67.167372, 66.316252, 64.214782, 62.231952");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("74.225746, 75.074686, 74.950516, 75.709976, 75.535216, 75.312236", \
+					  "74.543918, 75.611438, 74.827988, 76.274298, 75.694258, 75.426558", \
+					  "74.968172, 75.691582, 75.986312, 76.118712, 76.271822, 76.326772");
+				}
+			}
+			internal_power () {
+				related_pin : "A";
+				when : "!IE&OE&!PDRV0&!PDRV1&SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("66.867979, 66.748939, 65.545689, 64.813089, 61.241409, 60.878089", \
+					  "67.065955, 67.326515, 65.713475, 64.875415, 62.869195, 58.623775", \
+					  "67.607992, 67.200082, 66.188862, 65.002542, 63.350862, 61.588812");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("70.276526, 72.476766, 74.636926, 74.545926, 73.841636, 73.962026", \
+					  "70.533388, 72.845408, 74.649838, 74.905388, 74.283938, 74.316528", \
+					  "70.879902, 73.749392, 74.310722, 75.129032, 74.724472, 74.819612");
+				}
+			}
+			internal_power () {
+				related_pin : "A";
+				when : "!IE&OE&!PDRV0&PDRV1&!SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("114.077199, 115.642299, 114.651299, 115.215799, 114.185899, 112.949699", \
+					  "114.400495, 115.694595, 114.645195, 115.012495, 113.876595, 114.008795", \
+					  "114.332902, 116.036502, 115.880802, 114.914002, 114.714202, 113.641702");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("117.011446, 122.225446, 123.370246, 123.926646, 124.282946, 124.519546", \
+					  "117.410538, 122.620338, 123.613638, 124.391538, 124.431738, 124.664338", \
+					  "118.186332, 123.739032, 123.139932, 125.395432, 125.412332, 124.371132");
+				}
+			}
+			internal_power () {
+				related_pin : "A";
+				when : "!IE&OE&!PDRV0&PDRV1&SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("104.147499, 111.457099, 113.331099, 111.265399, 110.157499, 112.047899", \
+					  "104.618195, 112.250695, 111.829095, 112.283795, 111.566095, 110.386295", \
+					  "105.134502, 112.594902, 113.944902, 112.801402, 112.124802, 111.455002");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("104.939546, 111.078746, 115.100546, 116.752646, 118.337746, 119.323946", \
+					  "104.969138, 111.270638, 115.115738, 117.906038, 119.433038, 119.759438", \
+					  "105.060232, 111.474132, 115.565432, 117.115232, 118.946132, 119.890932");
+				}
+			}
+			internal_power () {
+				related_pin : "A";
+				when : "!IE&OE&PDRV0&!PDRV1&!SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("90.713329, 91.057689, 90.335019, 89.769589, 89.187139, 88.396589", \
+					  "90.869385, 91.210455, 90.614445, 89.832765, 89.307605, 88.517005", \
+					  "91.780762, 91.845682, 91.182802, 90.767682, 89.643332, 89.108372");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("96.601146, 98.841206, 99.662746, 99.742346, 100.053746, 100.516846", \
+					  "96.742408, 99.440528, 99.718238, 99.693438, 100.169738, 101.521838", \
+					  "97.193592, 99.722332, 100.206932, 100.527732, 100.733932, 101.273632");
+				}
+			}
+			internal_power () {
+				related_pin : "A";
+				when : "!IE&OE&PDRV0&!PDRV1&SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("86.148519, 89.882519, 89.377069, 87.913869, 86.981299, 85.622539", \
+					  "86.552375, 90.594075, 90.139675, 86.851355, 86.629255, 85.222705", \
+					  "86.590042, 90.605772, 89.465142, 89.229362, 87.853112, 86.575842");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("87.927456, 92.822756, 95.272886, 96.380456, 97.002926, 98.104616", \
+					  "88.138208, 93.214598, 94.870748, 97.095378, 97.212278, 99.278418", \
+					  "88.352452, 93.515112, 95.564622, 96.815432, 97.600062, 99.098392");
+				}
+			}
+			internal_power () {
+				related_pin : "A";
+				when : "!IE&OE&PDRV0&PDRV1&!SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("136.018399, 138.416699, 138.182599, 138.747399, 137.789699, 136.630499", \
+					  "136.211095, 138.440595, 139.152795, 138.043395, 138.336295, 136.167295", \
+					  "136.314502, 139.221302, 139.707402, 138.973702, 138.089802, 137.571202");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("136.943546, 144.845046, 146.973146, 147.786946, 148.326946, 149.026046", \
+					  "137.914438, 145.194338, 147.294338, 148.124338, 148.922438, 149.272138", \
+					  "137.483632, 145.483432, 147.612132, 148.516032, 149.233732, 149.577232");
+				}
+			}
+			internal_power () {
+				related_pin : "A";
+				when : "!IE&OE&PDRV0&PDRV1&SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("121.502599, 132.707599, 135.964799, 135.170799, 135.534499, 132.923599", \
+					  "122.460295, 134.703895, 136.654395, 135.619995, 132.593695, 133.498495", \
+					  "122.613302, 134.063402, 135.371502, 135.363402, 135.995702, 133.810202");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("122.111146, 129.264046, 133.948246, 137.219146, 138.678446, 142.227546", \
+					  "121.996438, 129.223238, 134.101838, 137.245738, 140.033738, 141.585538", \
+					  "121.914532, 129.347632, 134.619432, 137.684932, 139.036032, 143.128732");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "A&!IE&!PDRV0&!PDRV1&!SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("64.490547, 63.280567, 62.275957, 61.447367, 58.708717, 58.085737", \
+					  "53.124440, 51.884660, 50.881340, 50.195390, 48.237650, 44.963280", \
+					  "52.473530, 51.456510, 50.430240, 49.477380, 47.286480, 45.348260");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("8.754397, 10.310897, 10.574787, 10.669667, 10.713337, 10.737297", \
+					  "4.520500, 6.267610, 5.941160, 6.465450, 6.865770, 7.070160", \
+					  "4.894900, 6.204700, 6.573310, 6.747490, 6.848240, 6.913720");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "A&!IE&!PDRV0&!PDRV1&SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("63.320477, 62.476697, 61.264237, 60.142487, 58.386747, 55.379537", \
+					  "52.079520, 51.300040, 50.005920, 48.763810, 46.836970, 44.983750", \
+					  "51.482740, 50.732270, 49.447790, 47.961040, 46.631800, 44.793320");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("8.567767, 10.226457, 10.495897, 10.482517, 10.936277, 10.995697", \
+					  "4.651330, 6.348620, 5.840860, 5.489950, 5.476090, 5.561240", \
+					  "4.834350, 6.193630, 6.521140, 6.665560, 6.746340, 6.798330");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "A&!IE&!PDRV0&PDRV1&!SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("103.270147, 103.160347, 101.913447, 100.982347, 99.754747, 99.622247", \
+					  "91.165560, 90.891660, 90.341260, 89.791460, 87.706560, 87.606160", \
+					  "90.861200, 90.487700, 89.510200, 88.386500, 87.388600, 86.531900");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("25.814787, 30.307047, 31.851667, 32.574917, 33.018207, 33.327897", \
+					  "21.759490, 25.923090, 27.228110, 27.859770, 28.364270, 28.268410", \
+					  "23.401450, 26.634770, 26.120300, 30.971450, 29.113540, 31.395870");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "A&!IE&!PDRV0&PDRV1&SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("94.226757, 100.391047, 99.730747, 98.196347, 97.388647, 96.447067", \
+					  "82.375240, 88.180460, 88.561460, 86.462260, 85.703650, 84.761160", \
+					  "81.763130, 87.737800, 86.753600, 86.013400, 84.743570, 83.893360");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("26.289127, 30.627727, 31.781997, 32.525237, 33.015817, 33.270627", \
+					  "22.470140, 26.523930, 26.796640, 27.068940, 27.306880, 27.443450", \
+					  "23.425380, 24.321610, 29.260310, 29.344240, 28.935490, 31.242650");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "A&!IE&PDRV0&!PDRV1&!SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("88.322117, 87.139857, 85.291987, 86.499717, 84.180987, 84.108347", \
+					  "76.802010, 75.281580, 75.377390, 72.897520, 72.308870, 71.373090", \
+					  "75.546810, 74.691010, 73.442370, 73.050460, 71.095300, 70.733490");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("17.761177, 20.632497, 21.445887, 21.824107, 22.046477, 22.196207", \
+					  "13.806170, 16.982820, 17.764090, 18.120410, 18.218300, 18.176530", \
+					  "14.601860, 17.382490, 18.296540, 18.655300, 18.877040, 19.028030");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "A&!IE&PDRV0&!PDRV1&SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("83.742787, 85.610817, 84.879737, 83.514817, 82.269217, 80.854327", \
+					  "71.762070, 74.264170, 72.792320, 72.072510, 70.373250, 69.207070", \
+					  "71.085890, 73.101320, 71.817020, 71.020000, 69.508000, 68.311430");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("17.820357, 20.753717, 21.493477, 21.986287, 22.225587, 22.362367", \
+					  "14.665310, 16.588070, 17.853120, 18.293180, 18.569580, 18.771360", \
+					  "14.769180, 17.515240, 18.263580, 18.638980, 18.871230, 19.027510");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "A&!IE&PDRV0&PDRV1&!SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("125.850247, 126.018147, 124.952847, 123.792947, 122.531647, 122.225847", \
+					  "113.419060, 113.061660, 113.368560, 111.139160, 111.064360, 108.996660", \
+					  "112.713100, 112.693100, 111.909300, 111.006800, 109.978500, 108.661200");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("35.104757, 39.728367, 41.638987, 42.722557, 43.373477, 43.799597", \
+					  "31.904020, 36.306300, 38.354590, 39.378560, 40.021690, 40.450430", \
+					  "32.653870, 37.708670, 39.005460, 40.096470, 43.111920, 44.052570");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "A&!IE&PDRV0&PDRV1&SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("112.121947, 121.097847, 121.831647, 120.639847, 120.241447, 119.144047", \
+					  "99.605460, 108.225560, 108.327360, 108.653060, 108.080360, 106.159960", \
+					  "99.008800, 108.025800, 108.527200, 106.890800, 106.228800, 105.828400");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("35.277037, 40.522827, 41.948987, 43.218067, 43.878747, 44.306717", \
+					  "31.768260, 36.382360, 38.481510, 39.572090, 40.191530, 40.524350", \
+					  "32.643170, 39.971310, 35.676710, 37.410820, 42.849820, 44.080540");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "!A&!IE&!PDRV0&!PDRV1&!SL";
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("58.275757, 58.587917, 58.858127, 58.842967, 59.027387, 59.186337", \
+					  "47.676050, 47.925580, 48.062540, 48.169720, 48.195270, 48.207750", \
+					  "47.398640, 47.601280, 47.843440, 47.882220, 47.969060, 48.007670");
+				}
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("4.610897, -177.441343, -359.100543, -540.502343, -721.903343, -903.336143", \
+					  "-0.001340, -181.934990, -363.440490, -544.981590, -726.520590, -908.057090", \
+					  "-0.001210, -182.015020, -363.654720, -545.219720, -726.757120, -908.281520");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "!A&!IE&!PDRV0&!PDRV1&SL";
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("54.712857, 56.811347, 57.659527, 57.815777, 57.746007, 57.904367", \
+					  "43.839030, 46.252870, 46.789460, 46.986450, 47.093950, 47.050550", \
+					  "43.582740, 45.962170, 46.501180, 46.748860, 46.808230, 46.863080");
+				}
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("4.741097, -177.156743, -358.770043, -540.319143, -721.849043, -903.369943", \
+					  "0.761760, -182.318990, -363.590190, -544.822590, -726.113790, -907.468490", \
+					  "0.110780, -181.904020, -363.547220, -545.114420, -726.653620, -908.179320");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "!A&!IE&!PDRV0&PDRV1&!SL";
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("84.842497, 87.741547, 88.802977, 87.976337, 88.608147, 89.435077", \
+					  "74.291680, 77.358910, 77.972580, 77.805000, 78.051350, 78.337010", \
+					  "74.335250, 77.556170, 77.944410, 78.083370, 78.138830, 78.221860");
+				}
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("20.726467, -161.495943, -343.297443, -524.933643, -706.594343, -888.171843", \
+					  "16.408360, -165.862090, -347.527190, -529.173990, -710.655990, -892.312490", \
+					  "16.835200, -165.395920, -347.168020, -528.811620, -710.405720, -891.965220");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "!A&!IE&!PDRV0&PDRV1&SL";
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("73.453167, 77.276407, 79.870707, 82.365757, 83.648147, 84.071517", \
+					  "62.850730, 66.827750, 69.227610, 71.903180, 73.609320, 74.348040", \
+					  "62.646330, 66.699030, 69.628200, 71.646850, 72.933180, 73.721990");
+				}
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("21.098507, -161.292943, -343.005043, -524.597743, -706.288943, -887.930443", \
+					  "16.561030, -165.306590, -346.983890, -528.691390, -711.633190, -893.038290", \
+					  "17.143220, -165.085320, -346.861820, -528.506320, -710.095320, -891.656820");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "!A&!IE&PDRV0&!PDRV1&!SL";
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("72.937397, 73.663047, 74.407117, 73.645787, 74.499347, 75.084607", \
+					  "62.312260, 63.306370, 63.753710, 63.431170, 63.833640, 64.225750", \
+					  "62.309080, 63.569170, 63.716920, 63.812800, 63.963180, 63.945730");
+				}
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("12.952887, -169.272443, -351.018643, -532.617643, -714.186243, -895.731943", \
+					  "8.695770, -173.507990, -355.253690, -537.352590, -718.417490, -899.963390", \
+					  "9.080260, -173.134720, -354.866720, -536.481020, -718.051320, -899.595620");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "!A&!IE&PDRV0&!PDRV1&SL";
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("64.491267, 68.136217, 70.431997, 71.622037, 71.738617, 71.453417", \
+					  "53.982150, 57.496980, 59.421580, 60.778090, 60.831000, 61.695020", \
+					  "54.029450, 57.632980, 59.703370, 60.855860, 61.134550, 61.457660");
+				}
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("13.016217, -169.386243, -351.276443, -532.937443, -714.529943, -896.092043", \
+					  "7.578820, -172.392490, -354.443190, -535.685690, -717.148790, -898.647990", \
+					  "9.287590, -172.935320, -354.665120, -536.281120, -717.834520, -899.394820");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "!A&!IE&PDRV0&PDRV1&!SL";
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("97.196347, 102.883947, 103.614147, 103.163947, 104.044547, 104.009147", \
+					  "86.574060, 92.319060, 92.718060, 93.456060, 93.627960, 93.065060", \
+					  "87.187200, 92.659800, 93.522700, 93.791800, 93.936800, 93.962500");
+				}
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("28.740177, -153.484643, -335.280943, -516.961843, -698.545743, -880.128843", \
+					  "24.799140, -157.487090, -339.335690, -520.899490, -702.545590, -885.076890", \
+					  "25.623280, -156.600720, -338.396220, -520.061520, -701.669720, -883.245320");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "!A&!IE&PDRV0&PDRV1&SL";
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("83.320277, 87.381977, 90.486857, 93.067297, 95.433427, 96.103397", \
+					  "72.703010, 76.831490, 80.086780, 82.449910, 84.803360, 86.256960", \
+					  "72.926450, 77.158630, 80.516360, 83.130150, 84.940990, 86.443600");
+				}
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("29.089897, -153.135043, -334.937843, -516.604343, -698.212143, -879.788343", \
+					  "24.126600, -158.105890, -338.732490, -519.783890, -701.859990, -883.664890", \
+					  "25.981600, -156.228920, -338.029120, -519.700320, -701.317720, -882.899520");
+				}
+			}
+			internal_power () {
+				related_pin : "A";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("196.799435, 203.283540, 203.552325, 201.976218, 199.468261, 198.014818", \
+					  "197.581272, 204.527395, 203.949585, 201.857515, 199.541178, 197.773407", \
+					  "198.215109, 204.898329, 204.727196, 203.342086, 201.496649, 198.995771");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("202.509140, 211.657174, 215.978815, 218.016022, 219.014902, 220.748202", \
+					  "203.062118, 212.355131, 216.048091, 218.909038, 220.045291, 221.456199", \
+					  "203.509711, 213.180661, 216.751379, 219.325634, 220.489629, 222.121609");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("108.790146, -71.686252, -254.318292, -436.782284, -619.830948, -802.335298", \
+					  "92.407937, -87.978291, -269.956401, -452.677006, -635.572969, -818.772299", \
+					  "92.374490, -88.046806, -270.668905, -453.296210, -636.240501, -818.889600");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("95.577371, 101.948993, 104.420393, 105.562908, 106.744194, 107.280534", \
+					  "81.221774, 87.455226, 89.536550, 90.903491, 91.882495, 92.431509", \
+					  "81.954913, 88.096456, 89.886741, 91.810277, 93.147305, 94.395414");
+				}
+			}
+			timing () {
+				related_pin : "A";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				when : "!IE&OE&!PDRV0&!PDRV1&!SL";
+				sdf_cond : "IE==1'b0&&OE==1'b1&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b0";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.679989, 8.679989, 14.679989, 20.679989, 26.679989, 32.679989");
+					values("1.460976, 1.996404, 2.526129, 3.059047, 3.589309, 4.118871", \
+					  "1.493467, 2.027686, 2.560709, 3.090399, 3.618249, 4.153508", \
+					  "1.489881, 2.024549, 2.557094, 3.084611, 3.616505, 4.147879");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.679989, 8.679989, 14.679989, 20.679989, 26.679989, 32.679989");
+					values("0.573505, 1.630609, 2.717274, 3.797085, 4.889062, 5.973755", \
+					  "0.573565, 1.628694, 2.714541, 3.804394, 4.888661, 5.976387", \
+					  "0.572707, 1.627339, 2.712723, 3.805362, 4.892369, 5.977708");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.679989, 8.679989, 14.679989, 20.679989, 26.679989, 32.679989");
+					values("1.495830, 1.927764, 2.342511, 2.754946, 3.168258, 3.580730", \
+					  "1.630723, 2.062613, 2.477330, 2.890027, 3.303156, 3.715567", \
+					  "1.771766, 2.203685, 2.617898, 3.031575, 3.444194, 3.856380");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.679989, 8.679989, 14.679989, 20.679989, 26.679989, 32.679989");
+					values("0.460292, 1.203050, 1.964916, 2.747997, 3.517455, 4.295315", \
+					  "0.460542, 1.203154, 1.965753, 2.747276, 3.519557, 4.302063", \
+					  "0.460802, 1.200659, 1.967808, 2.739355, 3.525312, 4.306915");
+				}
+			}
+			timing () {
+				related_pin : "A";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				when : "!IE&OE&!PDRV0&!PDRV1&SL";
+				sdf_cond : "IE==1'b0&&OE==1'b1&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b1";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.679989, 8.679989, 14.679989, 20.679989, 26.679989, 32.679989");
+					values("1.737983, 2.459739, 3.007015, 3.537372, 4.067914, 4.597923", \
+					  "1.770276, 2.492387, 3.038838, 3.569874, 4.099298, 4.630912", \
+					  "1.767474, 2.488519, 3.036263, 3.566940, 4.096437, 4.626943");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.679989, 8.679989, 14.679989, 20.679989, 26.679989, 32.679989");
+					values("1.012204, 1.969644, 2.937692, 3.946135, 4.993972, 6.051338", \
+					  "1.012303, 1.970705, 2.931117, 3.953622, 4.982706, 6.051818", \
+					  "1.011176, 1.969320, 2.931588, 3.945052, 4.987482, 6.051243");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.679989, 8.679989, 14.679989, 20.679989, 26.679989, 32.679989");
+					values("1.583809, 2.327686, 2.913163, 3.417822, 3.882966, 4.324730", \
+					  "1.718328, 2.462313, 3.048205, 3.552732, 4.017256, 4.459257", \
+					  "1.859480, 2.604406, 3.188889, 3.695626, 4.157599, 4.600194");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.679989, 8.679989, 14.679989, 20.679989, 26.679989, 32.679989");
+					values("0.741526, 1.795050, 2.606645, 3.355679, 4.090522, 4.823292", \
+					  "0.741618, 1.795162, 2.608155, 3.360703, 4.089917, 4.822879", \
+					  "0.743286, 1.797303, 2.604648, 3.357734, 4.087647, 4.824312");
+				}
+			}
+			timing () {
+				related_pin : "A";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				when : "!IE&OE&!PDRV0&PDRV1&!SL";
+				sdf_cond : "IE==1'b0&&OE==1'b1&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b0";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.679989, 8.679989, 14.679989, 20.679989, 26.679989, 32.679989");
+					values("1.265228, 1.463966, 1.643172, 1.820566, 1.998369, 2.175703", \
+					  "1.297733, 1.496101, 1.675378, 1.852955, 2.030212, 2.207186", \
+					  "1.294259, 1.492831, 1.671993, 1.849814, 2.027105, 2.204428");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.679989, 8.679989, 14.679989, 20.679989, 26.679989, 32.679989");
+					values("0.284449, 0.594672, 0.938458, 1.291033, 1.650867, 2.009703", \
+					  "0.284696, 0.594549, 0.938779, 1.291996, 1.650191, 2.011558", \
+					  "0.283554, 0.594849, 0.938259, 1.291032, 1.650096, 2.007998");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.679989, 8.679989, 14.679989, 20.679989, 26.679989, 32.679989");
+					values("1.324120, 1.514354, 1.665197, 1.807501, 1.946897, 2.085206", \
+					  "1.458884, 1.649045, 1.799887, 1.942196, 2.081613, 2.219944", \
+					  "1.599714, 1.789971, 1.940712, 2.082978, 2.222580, 2.361053");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.679989, 8.679989, 14.679989, 20.679989, 26.679989, 32.679989");
+					values("0.240757, 0.482407, 0.723134, 0.969289, 1.221926, 1.474995", \
+					  "0.240694, 0.482386, 0.722958, 0.969324, 1.221918, 1.475414", \
+					  "0.241054, 0.483660, 0.722291, 0.969050, 1.220593, 1.474495");
+				}
+			}
+			timing () {
+				related_pin : "A";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				when : "!IE&OE&!PDRV0&PDRV1&SL";
+				sdf_cond : "IE==1'b0&&OE==1'b1&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b1";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.679989, 8.679989, 14.679989, 20.679989, 26.679989, 32.679989");
+					values("1.294433, 1.749593, 2.039033, 2.264762, 2.464180, 2.650766", \
+					  "1.326726, 1.782170, 2.071638, 2.296856, 2.496396, 2.684143", \
+					  "1.323314, 1.778642, 2.068237, 2.293908, 2.493160, 2.679614");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.679989, 8.679989, 14.679989, 20.679989, 26.679989, 32.679989");
+					values("0.523538, 1.037050, 1.374765, 1.682266, 1.991225, 2.301926", \
+					  "0.523981, 1.037882, 1.373595, 1.681231, 1.984981, 2.305628", \
+					  "0.524306, 1.036961, 1.375606, 1.681182, 1.990915, 2.302901");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.679989, 8.679989, 14.679989, 20.679989, 26.679989, 32.679989");
+					values("1.313939, 1.603840, 1.870603, 2.113832, 2.336734, 2.542924", \
+					  "1.448534, 1.738448, 2.005222, 2.248553, 2.471639, 2.677580", \
+					  "1.589775, 1.879696, 2.146422, 2.389651, 2.612547, 2.818880");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.679989, 8.679989, 14.679989, 20.679989, 26.679989, 32.679989");
+					values("0.284479, 0.763675, 1.158984, 1.496276, 1.800543, 2.085908", \
+					  "0.284823, 0.762620, 1.158605, 1.497409, 1.803367, 2.085689", \
+					  "0.284442, 0.763204, 1.158979, 1.496348, 1.800636, 2.086350");
+				}
+			}
+			timing () {
+				related_pin : "A";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				when : "!IE&OE&PDRV0&!PDRV1&!SL";
+				sdf_cond : "IE==1'b0&&OE==1'b1&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b0";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.679989, 8.679989, 14.679989, 20.679989, 26.679989, 32.679989");
+					values("1.323021, 1.600599, 1.867359, 2.133334, 2.398896, 2.665268", \
+					  "1.355332, 1.633014, 1.899849, 2.165630, 2.431373, 2.697661", \
+					  "1.352225, 1.629457, 1.895723, 2.161988, 2.426043, 2.692481");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.679989, 8.679989, 14.679989, 20.679989, 26.679989, 32.679989");
+					values("0.347524, 0.844833, 1.377407, 1.914752, 2.454938, 2.998721", \
+					  "0.347136, 0.844911, 1.377179, 1.915363, 2.455539, 2.998975", \
+					  "0.347914, 0.846102, 1.375843, 1.916862, 2.454554, 3.001785");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.679989, 8.679989, 14.679989, 20.679989, 26.679989, 32.679989");
+					values("1.373014, 1.619403, 1.832849, 2.041090, 2.247937, 2.454643", \
+					  "1.507752, 1.754097, 1.967474, 2.175783, 2.382783, 2.589523", \
+					  "1.649101, 1.895178, 2.108585, 2.316724, 2.523924, 2.730663");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.679989, 8.679989, 14.679989, 20.679989, 26.679989, 32.679989");
+					values("0.295720, 0.655450, 1.024560, 1.404579, 1.787384, 2.175012", \
+					  "0.295473, 0.654184, 1.026298, 1.403791, 1.788642, 2.174694", \
+					  "0.295373, 0.654466, 1.025391, 1.401330, 1.787381, 2.172552");
+				}
+			}
+			timing () {
+				related_pin : "A";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				when : "!IE&OE&PDRV0&!PDRV1&SL";
+				sdf_cond : "IE==1'b0&&OE==1'b1&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b1";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.679989, 8.679989, 14.679989, 20.679989, 26.679989, 32.679989");
+					values("1.430112, 1.975874, 2.316451, 2.606305, 2.877649, 3.143992", \
+					  "1.462433, 2.008270, 2.348749, 2.638715, 2.909915, 3.176299", \
+					  "1.459201, 2.004943, 2.346088, 2.635727, 2.906617, 3.173017");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.679989, 8.679989, 14.679989, 20.679989, 26.679989, 32.679989");
+					values("0.684803, 1.288103, 1.750700, 2.220593, 2.698934, 3.194775", \
+					  "0.684805, 1.288563, 1.750884, 2.220184, 2.698189, 3.194942", \
+					  "0.683455, 1.285618, 1.752398, 2.218587, 2.697169, 3.194186");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.679989, 8.679989, 14.679989, 20.679989, 26.679989, 32.679989");
+					values("1.380520, 1.800344, 2.168098, 2.489932, 2.778657, 3.045370", \
+					  "1.515141, 1.934882, 2.302745, 2.626155, 2.913636, 3.180443", \
+					  "1.656355, 2.076168, 2.443887, 2.766007, 3.054474, 3.321307");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.679989, 8.679989, 14.679989, 20.679989, 26.679989, 32.679989");
+					values("0.403484, 1.064291, 1.574170, 2.011969, 2.412745, 2.794332", \
+					  "0.403478, 1.064820, 1.573132, 2.008421, 2.411721, 2.796897", \
+					  "0.403727, 1.063757, 1.573685, 2.012958, 2.412917, 2.795852");
+				}
+			}
+			timing () {
+				related_pin : "A";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				when : "!IE&OE&PDRV0&PDRV1&!SL";
+				sdf_cond : "IE==1'b0&&OE==1'b1&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b0";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.679989, 8.679989, 14.679989, 20.679989, 26.679989, 32.679989");
+					values("1.231237, 1.394708, 1.531470, 1.665436, 1.798893, 1.931237", \
+					  "1.263488, 1.427108, 1.563830, 1.698041, 1.831124, 1.963422", \
+					  "1.260273, 1.423657, 1.560397, 1.694459, 1.827851, 1.960316");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.679989, 8.679989, 14.679989, 20.679989, 26.679989, 32.679989");
+					values("0.257131, 0.475907, 0.725577, 0.983703, 1.249007, 1.517446", \
+					  "0.257198, 0.475809, 0.726159, 0.985293, 1.248879, 1.517912", \
+					  "0.257319, 0.476242, 0.725426, 0.986170, 1.249457, 1.515654");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.679989, 8.679989, 14.679989, 20.679989, 26.679989, 32.679989");
+					values("1.291041, 1.455490, 1.576309, 1.687053, 1.793931, 1.899006", \
+					  "1.425830, 1.590162, 1.710982, 1.821667, 1.928359, 2.033333", \
+					  "1.566769, 1.731135, 1.852057, 1.962729, 2.069425, 2.174398");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.679989, 8.679989, 14.679989, 20.679989, 26.679989, 32.679989");
+					values("0.209686, 0.399132, 0.576594, 0.756041, 0.940937, 1.128604", \
+					  "0.209720, 0.399138, 0.576626, 0.757461, 0.940573, 1.126550", \
+					  "0.209615, 0.399274, 0.576401, 0.757117, 0.941129, 1.127373");
+				}
+			}
+			timing () {
+				related_pin : "A";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				when : "!IE&OE&PDRV0&PDRV1&SL";
+				sdf_cond : "IE==1'b0&&OE==1'b1&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b1";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.679989, 8.679989, 14.679989, 20.679989, 26.679989, 32.679989");
+					values("1.224510, 1.608303, 1.868800, 2.069014, 2.237369, 2.389679", \
+					  "1.256711, 1.640643, 1.901231, 2.101043, 2.269863, 2.422478", \
+					  "1.253539, 1.637386, 1.897584, 2.098041, 2.266031, 2.418671");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.679989, 8.679989, 14.679989, 20.679989, 26.679989, 32.679989");
+					values("0.420977, 0.887291, 1.173523, 1.415751, 1.643563, 1.873990", \
+					  "0.420892, 0.887222, 1.173770, 1.415264, 1.645507, 1.875857", \
+					  "0.420484, 0.886848, 1.173243, 1.415846, 1.643701, 1.875563");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.679989, 8.679989, 14.679989, 20.679989, 26.679989, 32.679989");
+					values("1.277841, 1.501413, 1.708889, 1.903282, 2.084470, 2.254362", \
+					  "1.412407, 1.636038, 1.843532, 2.037851, 2.218883, 2.388317", \
+					  "1.553681, 1.777240, 1.984725, 2.179151, 2.360271, 2.530263");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.679989, 8.679989, 14.679989, 20.679989, 26.679989, 32.679989");
+					values("0.226213, 0.595164, 0.918388, 1.198777, 1.451006, 1.680765", \
+					  "0.225780, 0.595541, 0.918942, 1.197571, 1.449451, 1.682791", \
+					  "0.226206, 0.596065, 0.917507, 1.199288, 1.451064, 1.681583");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "A&!IE&!PDRV0&!PDRV1&!SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b0";
+				timing_type : "three_state_enable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.679989, 8.679989, 14.679989, 20.679989, 26.679989, 32.679989");
+					values("1.297916, 1.829294, 2.360576, 2.888156, 3.418239, 3.949953", \
+					  "1.302904, 1.834182, 2.365671, 2.892700, 3.423934, 3.955781", \
+					  "1.281560, 1.812987, 2.344179, 2.872201, 3.401651, 3.933265");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.679989, 8.679989, 14.679989, 20.679989, 26.679989, 32.679989");
+					values("0.580293, 1.629392, 2.711768, 3.805431, 4.892222, 5.977611", \
+					  "0.580236, 1.628173, 2.712362, 3.805366, 4.892206, 5.977872", \
+					  "0.580454, 1.629366, 2.712136, 3.805573, 4.892213, 5.977296");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "A&!IE&!PDRV0&!PDRV1&SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b1";
+				timing_type : "three_state_enable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.679989, 8.679989, 14.679989, 20.679989, 26.679989, 32.679989");
+					values("1.566376, 2.292630, 2.839126, 3.369632, 3.898704, 4.428648", \
+					  "1.572419, 2.297582, 2.844934, 3.374719, 3.905043, 4.436425", \
+					  "1.550409, 2.276735, 2.823263, 3.353960, 3.881266, 4.409905");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.679989, 8.679989, 14.679989, 20.679989, 26.679989, 32.679989");
+					values("1.027094, 1.988630, 2.943655, 3.961391, 4.985934, 6.046216", \
+					  "1.027651, 1.987786, 2.944462, 3.959385, 4.995276, 6.054883", \
+					  "1.025799, 1.987262, 2.944564, 3.958538, 4.990066, 6.044632");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "A&!IE&!PDRV0&PDRV1&!SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b0";
+				timing_type : "three_state_enable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.679989, 8.679989, 14.679989, 20.679989, 26.679989, 32.679989");
+					values("1.102716, 1.299734, 1.477510, 1.653778, 1.830905, 2.007521", \
+					  "1.118530, 1.315762, 1.493518, 1.670029, 1.847011, 2.023711", \
+					  "1.106315, 1.303877, 1.481840, 1.658562, 1.834339, 2.010544");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.679989, 8.679989, 14.679989, 20.679989, 26.679989, 32.679989");
+					values("0.303277, 0.601814, 0.942269, 1.294250, 1.651993, 2.012050", \
+					  "0.302962, 0.601996, 0.941943, 1.292644, 1.652287, 2.010234", \
+					  "0.302889, 0.601681, 0.942788, 1.295068, 1.647492, 2.006664");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "A&!IE&!PDRV0&PDRV1&SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b1";
+				timing_type : "three_state_enable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.679989, 8.679989, 14.679989, 20.679989, 26.679989, 32.679989");
+					values("1.127181, 1.579737, 1.869912, 2.095293, 2.295262, 2.483308", \
+					  "1.144266, 1.595209, 1.886403, 2.112496, 2.311979, 2.499055", \
+					  "1.132542, 1.583417, 1.874247, 2.099776, 2.299648, 2.487761");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.679989, 8.679989, 14.679989, 20.679989, 26.679989, 32.679989");
+					values("0.528093, 1.050232, 1.391413, 1.697426, 2.005756, 2.317270", \
+					  "0.528725, 1.049473, 1.391492, 1.697707, 2.004938, 2.313626", \
+					  "0.527953, 1.048765, 1.389886, 1.694032, 2.004346, 2.318857");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "A&!IE&PDRV0&!PDRV1&!SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b0";
+				timing_type : "three_state_enable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.679989, 8.679989, 14.679989, 20.679989, 26.679989, 32.679989");
+					values("1.153516, 1.428163, 1.693066, 1.958345, 2.222150, 2.487152", \
+					  "1.159206, 1.434049, 1.698777, 1.963463, 2.229427, 2.493662", \
+					  "1.137929, 1.412816, 1.678078, 1.943245, 2.207324, 2.473306");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.679989, 8.679989, 14.679989, 20.679989, 26.679989, 32.679989");
+					values("0.363793, 0.850744, 1.376868, 1.916929, 2.452362, 3.003439", \
+					  "0.363628, 0.849359, 1.376389, 1.914173, 2.456214, 2.996749", \
+					  "0.365564, 0.849368, 1.378363, 1.917294, 2.459261, 3.000195");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "A&!IE&PDRV0&!PDRV1&SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b1";
+				timing_type : "three_state_enable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.679989, 8.679989, 14.679989, 20.679989, 26.679989, 32.679989");
+					values("1.250895, 1.798179, 2.140945, 2.431285, 2.702493, 2.968807", \
+					  "1.256435, 1.804601, 2.146657, 2.437216, 2.707629, 2.974532", \
+					  "1.235365, 1.782706, 2.125938, 2.415390, 2.686740, 2.953252");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.679989, 8.679989, 14.679989, 20.679989, 26.679989, 32.679989");
+					values("0.691124, 1.307867, 1.770469, 2.235701, 2.709446, 3.210428", \
+					  "0.690888, 1.307100, 1.770332, 2.236390, 2.716042, 3.208461", \
+					  "0.691770, 1.304078, 1.770844, 2.235520, 2.714809, 3.206262");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "A&!IE&PDRV0&PDRV1&!SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b0";
+				timing_type : "three_state_enable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.679989, 8.679989, 14.679989, 20.679989, 26.679989, 32.679989");
+					values("1.059289, 1.223345, 1.358726, 1.491791, 1.623910, 1.756424", \
+					  "1.073240, 1.237763, 1.373111, 1.505785, 1.638825, 1.770963", \
+					  "1.059371, 1.224554, 1.360060, 1.492928, 1.625261, 1.757933");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.679989, 8.679989, 14.679989, 20.679989, 26.679989, 32.679989");
+					values("0.279599, 0.487585, 0.730854, 0.989372, 1.253259, 1.520712", \
+					  "0.279095, 0.488720, 0.731452, 0.990236, 1.253753, 1.516866", \
+					  "0.278970, 0.489678, 0.732897, 0.988859, 1.252658, 1.520976");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "A&!IE&PDRV0&PDRV1&SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b1";
+				timing_type : "three_state_enable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.679989, 8.679989, 14.679989, 20.679989, 26.679989, 32.679989");
+					values("1.050784, 1.428769, 1.689710, 1.891096, 2.059859, 2.212632", \
+					  "1.065744, 1.443791, 1.704409, 1.905585, 2.074074, 2.227071", \
+					  "1.052961, 1.430611, 1.692318, 1.892133, 2.061539, 2.213941");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.679989, 8.679989, 14.679989, 20.679989, 26.679989, 32.679989");
+					values("0.426845, 0.896134, 1.187787, 1.433067, 1.660445, 1.890901", \
+					  "0.427720, 0.896482, 1.188930, 1.432321, 1.660443, 1.890837", \
+					  "0.427724, 0.895357, 1.184663, 1.431314, 1.661721, 1.892349");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "!A&!IE&!PDRV0&!PDRV1&!SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b0";
+				timing_type : "three_state_enable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.679989, 8.679989, 14.679989, 20.679989, 26.679989, 32.679989");
+					values("0.936802, 1.367445, 1.780860, 2.194405, 2.606221, 3.018482", \
+					  "0.967469, 1.398111, 1.811275, 2.225077, 2.636992, 3.049270", \
+					  "0.967042, 1.397636, 1.811503, 2.224531, 2.637275, 3.049374");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.679989, 8.679989, 14.679989, 20.679989, 26.679989, 32.679989");
+					values("0.468435, 1.204956, 1.972923, 2.745783, 3.527145, 4.307243", \
+					  "0.468222, 1.205349, 1.972419, 2.745208, 3.526983, 4.307380", \
+					  "0.468400, 1.204986, 1.971636, 2.744907, 3.520639, 4.306749");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "!A&!IE&!PDRV0&!PDRV1&SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b1";
+				timing_type : "three_state_enable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.679989, 8.679989, 14.679989, 20.679989, 26.679989, 32.679989");
+					values("1.018975, 1.758022, 2.342900, 2.847528, 3.312145, 3.752843", \
+					  "1.049658, 1.789318, 2.374914, 2.880495, 3.342056, 3.785370", \
+					  "1.049570, 1.788476, 2.374721, 2.877777, 3.342591, 3.784743");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.679989, 8.679989, 14.679989, 20.679989, 26.679989, 32.679989");
+					values("0.743617, 1.794232, 2.607452, 3.360809, 4.090995, 4.806999", \
+					  "0.742368, 1.793378, 2.603326, 3.360083, 4.095217, 4.817001", \
+					  "0.742755, 1.794114, 2.603900, 3.360200, 4.088764, 4.829089");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "!A&!IE&!PDRV0&PDRV1&!SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b0";
+				timing_type : "three_state_enable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.679989, 8.679989, 14.679989, 20.679989, 26.679989, 32.679989");
+					values("0.810461, 1.003748, 1.154659, 1.296668, 1.436028, 1.574149", \
+					  "0.840453, 1.033900, 1.184762, 1.326809, 1.466168, 1.604352", \
+					  "0.840242, 1.033328, 1.184262, 1.326391, 1.465642, 1.603728");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.679989, 8.679989, 14.679989, 20.679989, 26.679989, 32.679989");
+					values("0.252496, 0.496292, 0.734045, 0.976930, 1.227276, 1.479671", \
+					  "0.252525, 0.496385, 0.733802, 0.977547, 1.226753, 1.479375", \
+					  "0.251453, 0.495139, 0.734025, 0.976263, 1.226664, 1.478784");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "!A&!IE&!PDRV0&PDRV1&SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b1";
+				timing_type : "three_state_enable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.679989, 8.679989, 14.679989, 20.679989, 26.679989, 32.679989");
+					values("0.806322, 1.088714, 1.350562, 1.591071, 1.812178, 2.016541", \
+					  "0.836408, 1.118888, 1.380825, 1.621061, 1.841986, 2.047414", \
+					  "0.835861, 1.118302, 1.380110, 1.620757, 1.841483, 2.047672");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.679989, 8.679989, 14.679989, 20.679989, 26.679989, 32.679989");
+					values("0.297443, 0.759830, 1.150117, 1.489305, 1.795028, 2.075974", \
+					  "0.297407, 0.761175, 1.152039, 1.488067, 1.792656, 2.077844", \
+					  "0.296988, 0.760275, 1.152533, 1.489824, 1.792861, 2.077500");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "!A&!IE&PDRV0&!PDRV1&!SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b0";
+				timing_type : "three_state_enable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.679989, 8.679989, 14.679989, 20.679989, 26.679989, 32.679989");
+					values("0.805755, 1.051122, 1.263832, 1.471612, 1.677932, 1.884319", \
+					  "0.836476, 1.081908, 1.294663, 1.502462, 1.708893, 1.915355", \
+					  "0.836066, 1.081463, 1.294061, 1.501844, 1.708542, 1.915238");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.679989, 8.679989, 14.679989, 20.679989, 26.679989, 32.679989");
+					values("0.306101, 0.660722, 1.029738, 1.406424, 1.790927, 2.174334", \
+					  "0.305975, 0.661541, 1.030518, 1.405908, 1.788945, 2.174218", \
+					  "0.305347, 0.659821, 1.027594, 1.408130, 1.791699, 2.176632");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "!A&!IE&PDRV0&!PDRV1&SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b1";
+				timing_type : "three_state_enable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.679989, 8.679989, 14.679989, 20.679989, 26.679989, 32.679989");
+					values("0.811211, 1.224471, 1.590343, 1.912153, 2.200753, 2.465939", \
+					  "0.841810, 1.255153, 1.620730, 1.942428, 2.230124, 2.496723", \
+					  "0.841625, 1.254925, 1.620624, 1.941591, 2.232234, 2.497016");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.679989, 8.679989, 14.679989, 20.679989, 26.679989, 32.679989");
+					values("0.406290, 1.063088, 1.573617, 2.011999, 2.408486, 2.796278", \
+					  "0.406427, 1.063796, 1.571894, 2.007481, 2.412679, 2.796579", \
+					  "0.405180, 1.064483, 1.572064, 2.011924, 2.409124, 2.790365");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "!A&!IE&PDRV0&PDRV1&!SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b0";
+				timing_type : "three_state_enable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.679989, 8.679989, 14.679989, 20.679989, 26.679989, 32.679989");
+					values("0.758017, 0.924517, 1.046299, 1.157040, 1.263752, 1.368571", \
+					  "0.788595, 0.954925, 1.076750, 1.187527, 1.294129, 1.399116", \
+					  "0.787511, 0.953716, 1.075634, 1.186282, 1.292989, 1.397785");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.679989, 8.679989, 14.679989, 20.679989, 26.679989, 32.679989");
+					values("0.223022, 0.412204, 0.589192, 0.767517, 0.948674, 1.136185", \
+					  "0.222960, 0.411426, 0.588660, 0.766751, 0.950021, 1.137343", \
+					  "0.222846, 0.412365, 0.588666, 0.767180, 0.949849, 1.135984");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "!A&!IE&PDRV0&PDRV1&SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b1";
+				timing_type : "three_state_enable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.679989, 8.679989, 14.679989, 20.679989, 26.679989, 32.679989");
+					values("0.750595, 0.969779, 1.173490, 1.365406, 1.545296, 1.713260", \
+					  "0.781074, 1.000137, 1.203852, 1.395834, 1.575455, 1.744548", \
+					  "0.780017, 0.999103, 1.202755, 1.394324, 1.574763, 1.743372");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.679989, 8.679989, 14.679989, 20.679989, 26.679989, 32.679989");
+					values("0.245714, 0.599858, 0.917221, 1.196412, 1.448089, 1.679525", \
+					  "0.244563, 0.599871, 0.917808, 1.196412, 1.447912, 1.680860", \
+					  "0.244847, 0.599920, 0.917892, 1.194938, 1.448176, 1.680684");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "!A&!IE&!PDRV0&!PDRV1&!SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b0";
+				timing_type : "three_state_disable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.679989, 8.679989, 14.679989, 20.679989, 26.679989, 32.679989");
+					values("0.608593, 0.608594, 0.608595, 0.608596, 0.608597, 0.608598", \
+					  "0.744227, 0.744972, 0.744973, 0.744974, 0.744975, 0.744976", \
+					  "0.884703, 0.884704, 0.884705, 0.884706, 0.884707, 0.884708");
+				}
+				rise_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "!A&!IE&!PDRV0&!PDRV1&SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b1";
+				timing_type : "three_state_disable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.679989, 8.679989, 14.679989, 20.679989, 26.679989, 32.679989");
+					values("0.600109, 0.600110, 0.600111, 0.600112, 0.600113, 0.600114", \
+					  "0.735119, 0.735742, 0.735743, 0.735745, 0.735746, 0.735747", \
+					  "0.876002, 0.876003, 0.876200, 0.876201, 0.876202, 0.876203");
+				}
+				rise_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "!A&!IE&!PDRV0&PDRV1&!SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b0";
+				timing_type : "three_state_disable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.679989, 8.679989, 14.679989, 20.679989, 26.679989, 32.679989");
+					values("0.671353, 0.671354, 0.671355, 0.671356, 0.671357, 0.671358", \
+					  "0.805862, 0.805863, 0.805864, 0.805865, 0.805866, 0.805867", \
+					  "0.949061, 0.949062, 0.949063, 0.949194, 0.949195, 0.949196");
+				}
+				rise_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "!A&!IE&!PDRV0&PDRV1&SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b1";
+				timing_type : "three_state_disable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.679989, 8.679989, 14.679989, 20.679989, 26.679989, 32.679989");
+					values("0.665119, 0.665120, 0.665121, 0.665122, 0.665123, 0.665124", \
+					  "0.798644, 0.798645, 0.798646, 0.798647, 0.798648, 0.798649", \
+					  "0.941046, 0.941047, 0.941048, 0.941049, 0.941050, 0.941051");
+				}
+				rise_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "!A&!IE&PDRV0&!PDRV1&!SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b0";
+				timing_type : "three_state_disable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.679989, 8.679989, 14.679989, 20.679989, 26.679989, 32.679989");
+					values("0.601621, 0.601622, 0.601623, 0.601624, 0.601625, 0.601626", \
+					  "0.736042, 0.736043, 0.736044, 0.736045, 0.736046, 0.736047", \
+					  "0.878422, 0.878553, 0.878554, 0.878555, 0.878556, 0.878557");
+				}
+				rise_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "!A&!IE&PDRV0&!PDRV1&SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b1";
+				timing_type : "three_state_disable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.679989, 8.679989, 14.679989, 20.679989, 26.679989, 32.679989");
+					values("0.595208, 0.595209, 0.595210, 0.595211, 0.595212, 0.595213", \
+					  "0.729861, 0.729862, 0.729863, 0.729864, 0.729865, 0.729866", \
+					  "0.871502, 0.871503, 0.871504, 0.871505, 0.871506, 0.871507");
+				}
+				rise_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "!A&!IE&PDRV0&PDRV1&!SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b0";
+				timing_type : "three_state_disable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.679989, 8.679989, 14.679989, 20.679989, 26.679989, 32.679989");
+					values("0.661040, 0.661041, 0.661042, 0.661043, 0.661044, 0.661045", \
+					  "0.796842, 0.796843, 0.796844, 0.796845, 0.796846, 0.796847", \
+					  "0.939420, 0.939421, 0.940569, 0.940570, 0.940572, 0.940573");
+				}
+				rise_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "!A&!IE&PDRV0&PDRV1&SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b1";
+				timing_type : "three_state_disable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.679989, 8.679989, 14.679989, 20.679989, 26.679989, 32.679989");
+					values("0.654711, 0.654712, 0.654713, 0.654714, 0.654715, 0.654716", \
+					  "0.789104, 0.789105, 0.789106, 0.789107, 0.789108, 0.789109", \
+					  "0.930760, 0.930761, 0.932165, 0.932166, 0.932167, 0.932168");
+				}
+				rise_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "A&!IE&!PDRV0&!PDRV1&!SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b0";
+				timing_type : "three_state_disable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.679989, 8.679989, 14.679989, 20.679989, 26.679989, 32.679989");
+					values("0.705667, 0.705668, 0.705669, 0.705670, 0.705671, 0.705672", \
+					  "0.843857, 0.844541, 0.844542, 0.844543, 0.844544, 0.844545", \
+					  "0.990540, 0.990793, 0.991195, 0.991196, 0.991197, 0.991198");
+				}
+				fall_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "A&!IE&!PDRV0&!PDRV1&SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b1";
+				timing_type : "three_state_disable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.679989, 8.679989, 14.679989, 20.679989, 26.679989, 32.679989");
+					values("0.704744, 0.704745, 0.704746, 0.704747, 0.704748, 0.704749", \
+					  "0.841980, 0.842789, 0.842790, 0.842791, 0.842792, 0.842793", \
+					  "0.989016, 0.989119, 0.989713, 0.989714, 0.989715, 0.989716");
+				}
+				fall_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "A&!IE&!PDRV0&PDRV1&!SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b0";
+				timing_type : "three_state_disable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.679989, 8.679989, 14.679989, 20.679989, 26.679989, 32.679989");
+					values("0.802484, 0.802485, 0.802486, 0.802487, 0.802488, 0.802489", \
+					  "0.940177, 0.940178, 0.940179, 0.940180, 0.940181, 0.940182", \
+					  "1.089443, 1.089874, 1.090091, 1.090092, 1.090093, 1.090094");
+				}
+				fall_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "A&!IE&!PDRV0&PDRV1&SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b1";
+				timing_type : "three_state_disable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.679989, 8.679989, 14.679989, 20.679989, 26.679989, 32.679989");
+					values("0.801156, 0.801157, 0.801158, 0.801159, 0.801160, 0.801161", \
+					  "0.938242, 0.938243, 0.938244, 0.938245, 0.938246, 0.938247", \
+					  "1.086636, 1.087109, 1.087295, 1.087296, 1.087297, 1.087298");
+				}
+				fall_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "A&!IE&PDRV0&!PDRV1&!SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b0";
+				timing_type : "three_state_disable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.679989, 8.679989, 14.679989, 20.679989, 26.679989, 32.679989");
+					values("0.697862, 0.697863, 0.697864, 0.697865, 0.697866, 0.697867", \
+					  "0.835733, 0.837153, 0.837154, 0.837155, 0.837156, 0.837157", \
+					  "0.983156, 0.983210, 0.983211, 0.983212, 0.983213, 0.983214");
+				}
+				fall_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "A&!IE&PDRV0&!PDRV1&SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b1";
+				timing_type : "three_state_disable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.679989, 8.679989, 14.679989, 20.679989, 26.679989, 32.679989");
+					values("0.697839, 0.698380, 0.698381, 0.698382, 0.698383, 0.698384", \
+					  "0.835172, 0.836988, 0.836989, 0.836990, 0.836991, 0.836992", \
+					  "0.981993, 0.982292, 0.982293, 0.982294, 0.982295, 0.982296");
+				}
+				fall_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "A&!IE&PDRV0&PDRV1&!SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b0";
+				timing_type : "three_state_disable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.679989, 8.679989, 14.679989, 20.679989, 26.679989, 32.679989");
+					values("0.795345, 0.795363, 0.795364, 0.795365, 0.795366, 0.795367", \
+					  "0.932905, 0.933478, 0.933479, 0.933480, 0.933481, 0.933482", \
+					  "1.084092, 1.084093, 1.084094, 1.084095, 1.084096, 1.084097");
+				}
+				fall_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "A&!IE&PDRV0&PDRV1&SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b1";
+				timing_type : "three_state_disable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.679989, 8.679989, 14.679989, 20.679989, 26.679989, 32.679989");
+					values("0.792640, 0.792841, 0.792842, 0.792843, 0.792844, 0.792845", \
+					  "0.929936, 0.930707, 0.930708, 0.930709, 0.930710, 0.930711", \
+					  "1.080808, 1.080809, 1.080810, 1.080811, 1.080812, 1.080813");
+				}
+				fall_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("-46.361220, -46.105610, -46.405550");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("46.673310, 46.990310, 46.902610");
+				}
+			}
+		}
+		pin ("Y") {
+			function : "((IE*PAD))";
+			direction : "output";
+			max_capacitance : 0.500000;
+			output_signal_level : "VDD";
+			internal_power () {
+				related_pin : "IE";
+				when : "!CS&!OE&PAD";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("5.235768, 5.017400, 4.951642, 4.692953, 4.634061, 4.601407", \
+					  "5.094646, 5.194836, 4.231481, 4.404853, 4.551962, 4.185430", \
+					  "5.094969, 4.908555, 4.764816, 4.494195, 4.475023, 4.505608");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("6.004742, 6.102154, 6.136246, 6.383280, 5.905495, 5.729845", \
+					  "5.917222, 6.068806, 6.105820, 6.166570, 6.231407, 6.183581", \
+					  "6.063932, 6.060687, 6.161847, 6.200868, 6.216823, 6.213820");
+				}
+			}
+			internal_power () {
+				related_pin : "IE";
+				when : "CS&!OE&PAD";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("5.964429, 5.775801, 5.649718, 5.430673, 5.372410, 5.336064", \
+					  "5.768993, 5.670794, 5.641902, 5.220239, 5.088809, 5.021638", \
+					  "5.808923, 5.618181, 5.465781, 5.287030, 5.154521, 5.182987");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("6.468959, 6.393564, 6.377542, 7.088817, 6.658160, 6.822428", \
+					  "6.403465, 6.697741, 6.030497, 6.781612, 7.275850, 7.033727", \
+					  "6.425065, 6.456005, 6.617164, 6.787648, 6.780670, 6.804456");
+				}
+			}
+			internal_power () {
+				related_pin : "PAD";
+				when : "!CS&IE&!OE";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("4.656870, 4.465130, 4.323110, 4.064280, 3.975270, 3.905680", \
+					  "4.437060, 4.226830, 4.031600, 3.761010, 3.653800, 3.603660", \
+					  "6.526950, 5.513400, 4.683180, 4.421900, 4.328780, 4.231390");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("4.610570, 4.605080, 4.711640, 4.880150, 4.923660, 4.954590", \
+					  "4.299170, 4.299510, 4.400440, 4.568970, 4.611990, 4.644210", \
+					  "4.137270, 4.149360, 4.258420, 4.434410, 4.481640, 4.516190");
+				}
+			}
+			internal_power () {
+				related_pin : "PAD";
+				when : "CS&IE&!OE";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("5.304600, 5.113240, 4.976360, 4.716240, 4.622430, 4.536340", \
+					  "5.597040, 5.404850, 5.260190, 5.010130, 4.916030, 4.808320", \
+					  "6.475320, 6.292540, 6.158200, 5.857320, 5.747240, 5.669920");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("6.331890, 6.365430, 6.548440, 6.971280, 7.099070, 7.194880", \
+					  "5.214130, 5.233430, 5.430420, 5.846680, 5.980110, 6.074710", \
+					  "6.173550, 6.202290, 6.388130, 6.810540, 6.945420, 7.036510");
+				}
+			}
+			internal_power () {
+				related_pin : "IE";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("5.600098, 5.396600, 5.300680, 5.061813, 5.003236, 4.968736", \
+					  "5.431819, 5.432815, 4.936692, 4.812546, 4.820386, 4.603534", \
+					  "5.451946, 5.263368, 5.115298, 4.890612, 4.814772, 4.844297");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("6.236851, 6.247859, 6.256894, 6.736048, 6.281828, 6.276136", \
+					  "6.160343, 6.383273, 6.068159, 6.474091, 6.753628, 6.608654", \
+					  "6.244499, 6.258346, 6.389506, 6.494258, 6.498746, 6.509138");
+				}
+			}
+			internal_power () {
+				related_pin : "PAD";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("4.980735, 4.789185, 4.649735, 4.390260, 4.298850, 4.221010", \
+					  "5.017050, 4.815840, 4.645895, 4.385570, 4.284915, 4.205990", \
+					  "6.501135, 5.902970, 5.420690, 5.139610, 5.038010, 4.950655");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("5.471230, 5.485255, 5.630040, 5.925715, 6.011365, 6.074735", \
+					  "4.756650, 4.766470, 4.915430, 5.207825, 5.296050, 5.359460", \
+					  "5.155410, 5.175825, 5.323275, 5.622475, 5.713530, 5.776350");
+				}
+			}
+			timing () {
+				related_pin : "IE";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				when : "!CS&!OE&PAD";
+				sdf_cond : "CS==1'b0&&OE==1'b0&&PAD==1'b1";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.901839, 0.930710, 0.964552, 1.064431, 1.113148, 1.161990", \
+					  "0.963422, 0.992000, 1.026122, 1.126148, 1.174697, 1.223447", \
+					  "0.996870, 1.025444, 1.059361, 1.159110, 1.207844, 1.256996");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.113393, 0.145729, 0.197131, 0.377745, 0.472588, 0.569441", \
+					  "0.113592, 0.144398, 0.198916, 0.378588, 0.473257, 0.568797", \
+					  "0.111802, 0.146302, 0.195869, 0.378219, 0.473302, 0.569246");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.737116, 0.763741, 0.796895, 0.893562, 0.939470, 0.985115", \
+					  "0.856112, 0.882734, 0.916085, 1.012489, 1.058458, 1.104072", \
+					  "0.973135, 0.999717, 1.033031, 1.129507, 1.175441, 1.221177");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.056702, 0.090950, 0.137554, 0.288906, 0.366663, 0.446205", \
+					  "0.057739, 0.090530, 0.138123, 0.288706, 0.367629, 0.445911", \
+					  "0.056695, 0.091616, 0.137535, 0.289474, 0.367372, 0.445756");
+				}
+			}
+			timing () {
+				related_pin : "IE";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				when : "CS&!OE&PAD";
+				sdf_cond : "CS==1'b1&&OE==1'b0&&PAD==1'b1";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.939471, 0.968377, 1.002568, 1.102413, 1.150875, 1.199741", \
+					  "1.001135, 1.030028, 1.064216, 1.164064, 1.212561, 1.261376", \
+					  "1.034621, 1.063252, 1.097543, 1.197205, 1.245952, 1.295026");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.114046, 0.143861, 0.197160, 0.378256, 0.472843, 0.570034", \
+					  "0.114160, 0.143925, 0.197175, 0.378303, 0.473127, 0.569980", \
+					  "0.111416, 0.146790, 0.196706, 0.378238, 0.471036, 0.569151");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.769981, 0.796475, 0.829824, 0.926191, 0.972171, 1.017784", \
+					  "0.888478, 0.915012, 0.948275, 1.044805, 1.090657, 1.136356", \
+					  "1.005349, 1.031866, 1.065225, 1.161678, 1.207648, 1.253266");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.057449, 0.091845, 0.137398, 0.289467, 0.367433, 0.445400", \
+					  "0.056789, 0.091649, 0.137675, 0.288899, 0.367370, 0.445803", \
+					  "0.057303, 0.092019, 0.137231, 0.289709, 0.367459, 0.445741");
+				}
+			}
+			timing () {
+				related_pin : "PAD";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				when : "!CS&IE&!OE";
+				sdf_cond : "CS==1'b0&&IE==1'b1&&OE==1'b0";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.651760, 0.680643, 0.713841, 0.813475, 0.862169, 0.911146", \
+					  "0.661828, 0.690451, 0.724324, 0.823699, 0.872471, 0.921668", \
+					  "0.615073, 0.643856, 0.677531, 0.776841, 0.825448, 0.874374");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.111799, 0.143280, 0.194584, 0.377250, 0.471543, 0.570057", \
+					  "0.112352, 0.143565, 0.194893, 0.377003, 0.471748, 0.568415", \
+					  "0.113033, 0.145525, 0.195016, 0.377339, 0.472147, 0.570153");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.525581, 0.551966, 0.585292, 0.681642, 0.727569, 0.773293", \
+					  "0.660433, 0.687167, 0.720197, 0.816545, 0.862531, 0.908106", \
+					  "0.867085, 0.893517, 0.926794, 1.023025, 1.069053, 1.114633");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.056648, 0.090383, 0.137227, 0.289386, 0.366102, 0.443946", \
+					  "0.057090, 0.090868, 0.137106, 0.288381, 0.366372, 0.443413", \
+					  "0.056847, 0.091775, 0.137013, 0.288516, 0.366411, 0.444268");
+				}
+			}
+			timing () {
+				related_pin : "PAD";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				when : "CS&IE&!OE";
+				sdf_cond : "CS==1'b1&&IE==1'b1&&OE==1'b0";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.705882, 0.734545, 0.768153, 0.867675, 0.916838, 0.966037", \
+					  "0.763691, 0.792302, 0.825900, 0.925525, 0.974486, 1.023599", \
+					  "0.765737, 0.794468, 0.828421, 0.927545, 0.976264, 1.025390");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.111751, 0.142972, 0.194941, 0.377401, 0.473116, 0.569343", \
+					  "0.111667, 0.142797, 0.195377, 0.377024, 0.472871, 0.569675", \
+					  "0.112799, 0.143456, 0.194712, 0.376943, 0.472709, 0.569351");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.788693, 0.814915, 0.847978, 0.944514, 0.990343, 1.035869", \
+					  "0.896285, 0.922668, 0.955795, 1.051918, 1.097797, 1.143420", \
+					  "1.142755, 1.169210, 1.202316, 1.298459, 1.344341, 1.390004");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.057406, 0.092170, 0.137299, 0.289431, 0.366577, 0.444158", \
+					  "0.058120, 0.090822, 0.138059, 0.288811, 0.366397, 0.444516", \
+					  "0.057759, 0.091376, 0.137344, 0.288852, 0.366180, 0.444685");
+				}
+			}
+		}
+		pin ("DVDD") {
+			direction : "inout";
+			capacitance : 0;
+		}
+		pin ("DVSS") {
+			direction : "inout";
+			capacitance : 0;
+		}
+		pin ("VDD") {
+			direction : "inout";
+			capacitance : 0;
+		}
+		pin ("VSS") {
+			direction : "inout";
+			capacitance : 0;
+		}
+	}
diff --git a/cells/bi_t/gf180mcu_fd_io__bi_t__ff_n40C_5v50.lib.json b/cells/bi_t/gf180mcu_fd_io__bi_t__ff_n40C_5v50.lib.json
new file mode 100644
index 0000000..203122f
--- /dev/null
+++ b/cells/bi_t/gf180mcu_fd_io__bi_t__ff_n40C_5v50.lib.json
@@ -0,0 +1,7452 @@
+{
+    "cell gf180mcu_fd_io__bi_t": {
+        "scaling_factors": "gf_factors",
+        "area": "26250.000000",
+        "pad_cell": "true",
+        "dont_use": "true",
+        "dont_touch": "true",
+        "cell_leakage_power": "5.553610e-03",
+        "leakage_power ": {
+            "when": "!PDRV0 !PDRV1 !CS !SL !IE !OE !PU !PD !A !PAD",
+            "value": "0.005554"
+        },
+        "pin CS": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.023555",
+            "comp_attribute rise_capacitance_range": "0.022244,0.024557",
+            "capacitance": "0.023465",
+            "fall_capacitance": "0.023375",
+            "comp_attribute fall_capacitance_range": "0.022588,0.024268",
+            "internal_power ": {
+                "rise_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        2.978853,
+                        3.921271,
+                        4.269205
+                    ]
+                },
+                "fall_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        3.244832,
+                        3.571941,
+                        3.989009
+                    ]
+                }
+            }
+        },
+        "pin SL": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.032133",
+            "comp_attribute rise_capacitance_range": "0.030523,0.033283",
+            "capacitance": "0.031983",
+            "fall_capacitance": "0.031833",
+            "comp_attribute fall_capacitance_range": "0.031253,0.032703",
+            "internal_power ": {
+                "rise_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        2.184961,
+                        4.218814,
+                        4.51408
+                    ]
+                },
+                "fall_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        2.711969,
+                        4.464743,
+                        4.803543
+                    ]
+                }
+            }
+        },
+        "pin IE": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.015121",
+            "comp_attribute rise_capacitance_range": "0.013866,0.015907",
+            "capacitance": "0.014914",
+            "fall_capacitance": "0.014707",
+            "comp_attribute fall_capacitance_range": "0.013826,0.015614",
+            "internal_power ": {
+                "rise_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        2.109946,
+                        2.481368,
+                        2.807751
+                    ]
+                },
+                "fall_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        2.040236,
+                        2.336774,
+                        2.716314
+                    ]
+                }
+            }
+        },
+        "pin OE": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.090680",
+            "comp_attribute rise_capacitance_range": "0.083743,0.099431",
+            "capacitance": "0.090423",
+            "fall_capacitance": "0.089136",
+            "comp_attribute fall_capacitance_range": "0.082870,0.097255"
+        },
+        "pin PU": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.090000",
+            "comp_attribute rise_capacitance_range": "0.071865,0.101646",
+            "capacitance": "0.090667",
+            "fall_capacitance": "0.091334",
+            "comp_attribute fall_capacitance_range": "0.068593,0.103707",
+            "internal_power ": {
+                "rise_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        0.539634,
+                        1.287811,
+                        1.897445
+                    ]
+                },
+                "fall_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        3.782888,
+                        4.67855,
+                        5.679191
+                    ]
+                }
+            }
+        },
+        "pin PD": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.049909",
+            "comp_attribute rise_capacitance_range": "0.046112,0.053803",
+            "capacitance": "0.051071",
+            "fall_capacitance": "0.052233",
+            "comp_attribute fall_capacitance_range": "0.050293,0.053282",
+            "internal_power ": {
+                "rise_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        1.18351,
+                        2.741119,
+                        3.260755
+                    ]
+                },
+                "fall_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        3.69971,
+                        4.298686,
+                        5.058046
+                    ]
+                }
+            }
+        },
+        "pin A": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.037645",
+            "comp_attribute rise_capacitance_range": "0.035200,0.039000",
+            "capacitance": "0.037674",
+            "fall_capacitance": "0.037702",
+            "comp_attribute fall_capacitance_range": "0.036689,0.038768",
+            "internal_power ": {
+                "rise_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        -0.344299,
+                        -0.337195,
+                        -0.345502
+                    ]
+                },
+                "fall_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        0.415054,
+                        0.411962,
+                        0.419068
+                    ]
+                }
+            }
+        },
+        "pin PDRV0": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.030862",
+            "comp_attribute rise_capacitance_range": "0.030176,0.031696",
+            "capacitance": "0.030812",
+            "fall_capacitance": "0.030762",
+            "comp_attribute fall_capacitance_range": "0.030473,0.031121",
+            "internal_power ": {
+                "rise_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        -0.308102,
+                        -0.301279,
+                        -0.307336
+                    ]
+                },
+                "fall_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        0.308048,
+                        0.304222,
+                        0.302439
+                    ]
+                }
+            }
+        },
+        "pin PDRV1": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.032946",
+            "comp_attribute rise_capacitance_range": "0.032256,0.033822",
+            "capacitance": "0.032882",
+            "fall_capacitance": "0.032818",
+            "comp_attribute fall_capacitance_range": "0.032501,0.033211",
+            "internal_power ": {
+                "rise_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        -0.358901,
+                        -0.35268,
+                        -0.360537
+                    ]
+                },
+                "fall_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        0.358539,
+                        0.355426,
+                        0.354344
+                    ]
+                }
+            }
+        },
+        "pin PAD": {
+            "drive_current": "16000.000000",
+            "is_pad": "true",
+            "function": "((A))",
+            "three_state": "((!OE))",
+            "direction": "inout",
+            "max_transition": "1.000000",
+            "max_capacitance": "30.000000",
+            "input_signal_level": "DVDD",
+            "output_signal_level": "DVDD",
+            "capacitance": "2.679989",
+            "internal_power ": [
+                {
+                    "related_pin": "A",
+                    "when": "!IE&OE&!PDRV0&!PDRV1&!SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                67.722219,
+                                67.221319,
+                                66.821729,
+                                65.008929,
+                                62.795599,
+                                62.610359
+                            ],
+                            [
+                                68.147295,
+                                67.888755,
+                                67.049265,
+                                64.910845,
+                                62.985975,
+                                64.669265
+                            ],
+                            [
+                                68.486432,
+                                68.025672,
+                                67.167372,
+                                66.316252,
+                                64.214782,
+                                62.231952
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                74.225746,
+                                75.074686,
+                                74.950516,
+                                75.709976,
+                                75.535216,
+                                75.312236
+                            ],
+                            [
+                                74.543918,
+                                75.611438,
+                                74.827988,
+                                76.274298,
+                                75.694258,
+                                75.426558
+                            ],
+                            [
+                                74.968172,
+                                75.691582,
+                                75.986312,
+                                76.118712,
+                                76.271822,
+                                76.326772
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "A",
+                    "when": "!IE&OE&!PDRV0&!PDRV1&SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                66.867979,
+                                66.748939,
+                                65.545689,
+                                64.813089,
+                                61.241409,
+                                60.878089
+                            ],
+                            [
+                                67.065955,
+                                67.326515,
+                                65.713475,
+                                64.875415,
+                                62.869195,
+                                58.623775
+                            ],
+                            [
+                                67.607992,
+                                67.200082,
+                                66.188862,
+                                65.002542,
+                                63.350862,
+                                61.588812
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                70.276526,
+                                72.476766,
+                                74.636926,
+                                74.545926,
+                                73.841636,
+                                73.962026
+                            ],
+                            [
+                                70.533388,
+                                72.845408,
+                                74.649838,
+                                74.905388,
+                                74.283938,
+                                74.316528
+                            ],
+                            [
+                                70.879902,
+                                73.749392,
+                                74.310722,
+                                75.129032,
+                                74.724472,
+                                74.819612
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "A",
+                    "when": "!IE&OE&!PDRV0&PDRV1&!SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                114.077199,
+                                115.642299,
+                                114.651299,
+                                115.215799,
+                                114.185899,
+                                112.949699
+                            ],
+                            [
+                                114.400495,
+                                115.694595,
+                                114.645195,
+                                115.012495,
+                                113.876595,
+                                114.008795
+                            ],
+                            [
+                                114.332902,
+                                116.036502,
+                                115.880802,
+                                114.914002,
+                                114.714202,
+                                113.641702
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                117.011446,
+                                122.225446,
+                                123.370246,
+                                123.926646,
+                                124.282946,
+                                124.519546
+                            ],
+                            [
+                                117.410538,
+                                122.620338,
+                                123.613638,
+                                124.391538,
+                                124.431738,
+                                124.664338
+                            ],
+                            [
+                                118.186332,
+                                123.739032,
+                                123.139932,
+                                125.395432,
+                                125.412332,
+                                124.371132
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "A",
+                    "when": "!IE&OE&!PDRV0&PDRV1&SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                104.147499,
+                                111.457099,
+                                113.331099,
+                                111.265399,
+                                110.157499,
+                                112.047899
+                            ],
+                            [
+                                104.618195,
+                                112.250695,
+                                111.829095,
+                                112.283795,
+                                111.566095,
+                                110.386295
+                            ],
+                            [
+                                105.134502,
+                                112.594902,
+                                113.944902,
+                                112.801402,
+                                112.124802,
+                                111.455002
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                104.939546,
+                                111.078746,
+                                115.100546,
+                                116.752646,
+                                118.337746,
+                                119.323946
+                            ],
+                            [
+                                104.969138,
+                                111.270638,
+                                115.115738,
+                                117.906038,
+                                119.433038,
+                                119.759438
+                            ],
+                            [
+                                105.060232,
+                                111.474132,
+                                115.565432,
+                                117.115232,
+                                118.946132,
+                                119.890932
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "A",
+                    "when": "!IE&OE&PDRV0&!PDRV1&!SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                90.713329,
+                                91.057689,
+                                90.335019,
+                                89.769589,
+                                89.187139,
+                                88.396589
+                            ],
+                            [
+                                90.869385,
+                                91.210455,
+                                90.614445,
+                                89.832765,
+                                89.307605,
+                                88.517005
+                            ],
+                            [
+                                91.780762,
+                                91.845682,
+                                91.182802,
+                                90.767682,
+                                89.643332,
+                                89.108372
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                96.601146,
+                                98.841206,
+                                99.662746,
+                                99.742346,
+                                100.053746,
+                                100.516846
+                            ],
+                            [
+                                96.742408,
+                                99.440528,
+                                99.718238,
+                                99.693438,
+                                100.169738,
+                                101.521838
+                            ],
+                            [
+                                97.193592,
+                                99.722332,
+                                100.206932,
+                                100.527732,
+                                100.733932,
+                                101.273632
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "A",
+                    "when": "!IE&OE&PDRV0&!PDRV1&SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                86.148519,
+                                89.882519,
+                                89.377069,
+                                87.913869,
+                                86.981299,
+                                85.622539
+                            ],
+                            [
+                                86.552375,
+                                90.594075,
+                                90.139675,
+                                86.851355,
+                                86.629255,
+                                85.222705
+                            ],
+                            [
+                                86.590042,
+                                90.605772,
+                                89.465142,
+                                89.229362,
+                                87.853112,
+                                86.575842
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                87.927456,
+                                92.822756,
+                                95.272886,
+                                96.380456,
+                                97.002926,
+                                98.104616
+                            ],
+                            [
+                                88.138208,
+                                93.214598,
+                                94.870748,
+                                97.095378,
+                                97.212278,
+                                99.278418
+                            ],
+                            [
+                                88.352452,
+                                93.515112,
+                                95.564622,
+                                96.815432,
+                                97.600062,
+                                99.098392
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "A",
+                    "when": "!IE&OE&PDRV0&PDRV1&!SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                136.018399,
+                                138.416699,
+                                138.182599,
+                                138.747399,
+                                137.789699,
+                                136.630499
+                            ],
+                            [
+                                136.211095,
+                                138.440595,
+                                139.152795,
+                                138.043395,
+                                138.336295,
+                                136.167295
+                            ],
+                            [
+                                136.314502,
+                                139.221302,
+                                139.707402,
+                                138.973702,
+                                138.089802,
+                                137.571202
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                136.943546,
+                                144.845046,
+                                146.973146,
+                                147.786946,
+                                148.326946,
+                                149.026046
+                            ],
+                            [
+                                137.914438,
+                                145.194338,
+                                147.294338,
+                                148.124338,
+                                148.922438,
+                                149.272138
+                            ],
+                            [
+                                137.483632,
+                                145.483432,
+                                147.612132,
+                                148.516032,
+                                149.233732,
+                                149.577232
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "A",
+                    "when": "!IE&OE&PDRV0&PDRV1&SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                121.502599,
+                                132.707599,
+                                135.964799,
+                                135.170799,
+                                135.534499,
+                                132.923599
+                            ],
+                            [
+                                122.460295,
+                                134.703895,
+                                136.654395,
+                                135.619995,
+                                132.593695,
+                                133.498495
+                            ],
+                            [
+                                122.613302,
+                                134.063402,
+                                135.371502,
+                                135.363402,
+                                135.995702,
+                                133.810202
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                122.111146,
+                                129.264046,
+                                133.948246,
+                                137.219146,
+                                138.678446,
+                                142.227546
+                            ],
+                            [
+                                121.996438,
+                                129.223238,
+                                134.101838,
+                                137.245738,
+                                140.033738,
+                                141.585538
+                            ],
+                            [
+                                121.914532,
+                                129.347632,
+                                134.619432,
+                                137.684932,
+                                139.036032,
+                                143.128732
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "A&!IE&!PDRV0&!PDRV1&!SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                64.490547,
+                                63.280567,
+                                62.275957,
+                                61.447367,
+                                58.708717,
+                                58.085737
+                            ],
+                            [
+                                53.12444,
+                                51.88466,
+                                50.88134,
+                                50.19539,
+                                48.23765,
+                                44.96328
+                            ],
+                            [
+                                52.47353,
+                                51.45651,
+                                50.43024,
+                                49.47738,
+                                47.28648,
+                                45.34826
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                8.754397,
+                                10.310897,
+                                10.574787,
+                                10.669667,
+                                10.713337,
+                                10.737297
+                            ],
+                            [
+                                4.5205,
+                                6.26761,
+                                5.94116,
+                                6.46545,
+                                6.86577,
+                                7.07016
+                            ],
+                            [
+                                4.8949,
+                                6.2047,
+                                6.57331,
+                                6.74749,
+                                6.84824,
+                                6.91372
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "A&!IE&!PDRV0&!PDRV1&SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                63.320477,
+                                62.476697,
+                                61.264237,
+                                60.142487,
+                                58.386747,
+                                55.379537
+                            ],
+                            [
+                                52.07952,
+                                51.30004,
+                                50.00592,
+                                48.76381,
+                                46.83697,
+                                44.98375
+                            ],
+                            [
+                                51.48274,
+                                50.73227,
+                                49.44779,
+                                47.96104,
+                                46.6318,
+                                44.79332
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                8.567767,
+                                10.226457,
+                                10.495897,
+                                10.482517,
+                                10.936277,
+                                10.995697
+                            ],
+                            [
+                                4.65133,
+                                6.34862,
+                                5.84086,
+                                5.48995,
+                                5.47609,
+                                5.56124
+                            ],
+                            [
+                                4.83435,
+                                6.19363,
+                                6.52114,
+                                6.66556,
+                                6.74634,
+                                6.79833
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "A&!IE&!PDRV0&PDRV1&!SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                103.270147,
+                                103.160347,
+                                101.913447,
+                                100.982347,
+                                99.754747,
+                                99.622247
+                            ],
+                            [
+                                91.16556,
+                                90.89166,
+                                90.34126,
+                                89.79146,
+                                87.70656,
+                                87.60616
+                            ],
+                            [
+                                90.8612,
+                                90.4877,
+                                89.5102,
+                                88.3865,
+                                87.3886,
+                                86.5319
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                25.814787,
+                                30.307047,
+                                31.851667,
+                                32.574917,
+                                33.018207,
+                                33.327897
+                            ],
+                            [
+                                21.75949,
+                                25.92309,
+                                27.22811,
+                                27.85977,
+                                28.36427,
+                                28.26841
+                            ],
+                            [
+                                23.40145,
+                                26.63477,
+                                26.1203,
+                                30.97145,
+                                29.11354,
+                                31.39587
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "A&!IE&!PDRV0&PDRV1&SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                94.226757,
+                                100.391047,
+                                99.730747,
+                                98.196347,
+                                97.388647,
+                                96.447067
+                            ],
+                            [
+                                82.37524,
+                                88.18046,
+                                88.56146,
+                                86.46226,
+                                85.70365,
+                                84.76116
+                            ],
+                            [
+                                81.76313,
+                                87.7378,
+                                86.7536,
+                                86.0134,
+                                84.74357,
+                                83.89336
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                26.289127,
+                                30.627727,
+                                31.781997,
+                                32.525237,
+                                33.015817,
+                                33.270627
+                            ],
+                            [
+                                22.47014,
+                                26.52393,
+                                26.79664,
+                                27.06894,
+                                27.30688,
+                                27.44345
+                            ],
+                            [
+                                23.42538,
+                                24.32161,
+                                29.26031,
+                                29.34424,
+                                28.93549,
+                                31.24265
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "A&!IE&PDRV0&!PDRV1&!SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                88.322117,
+                                87.139857,
+                                85.291987,
+                                86.499717,
+                                84.180987,
+                                84.108347
+                            ],
+                            [
+                                76.80201,
+                                75.28158,
+                                75.37739,
+                                72.89752,
+                                72.30887,
+                                71.37309
+                            ],
+                            [
+                                75.54681,
+                                74.69101,
+                                73.44237,
+                                73.05046,
+                                71.0953,
+                                70.73349
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                17.761177,
+                                20.632497,
+                                21.445887,
+                                21.824107,
+                                22.046477,
+                                22.196207
+                            ],
+                            [
+                                13.80617,
+                                16.98282,
+                                17.76409,
+                                18.12041,
+                                18.2183,
+                                18.17653
+                            ],
+                            [
+                                14.60186,
+                                17.38249,
+                                18.29654,
+                                18.6553,
+                                18.87704,
+                                19.02803
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "A&!IE&PDRV0&!PDRV1&SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                83.742787,
+                                85.610817,
+                                84.879737,
+                                83.514817,
+                                82.269217,
+                                80.854327
+                            ],
+                            [
+                                71.76207,
+                                74.26417,
+                                72.79232,
+                                72.07251,
+                                70.37325,
+                                69.20707
+                            ],
+                            [
+                                71.08589,
+                                73.10132,
+                                71.81702,
+                                71.02,
+                                69.508,
+                                68.31143
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                17.820357,
+                                20.753717,
+                                21.493477,
+                                21.986287,
+                                22.225587,
+                                22.362367
+                            ],
+                            [
+                                14.66531,
+                                16.58807,
+                                17.85312,
+                                18.29318,
+                                18.56958,
+                                18.77136
+                            ],
+                            [
+                                14.76918,
+                                17.51524,
+                                18.26358,
+                                18.63898,
+                                18.87123,
+                                19.02751
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "A&!IE&PDRV0&PDRV1&!SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                125.850247,
+                                126.018147,
+                                124.952847,
+                                123.792947,
+                                122.531647,
+                                122.225847
+                            ],
+                            [
+                                113.41906,
+                                113.06166,
+                                113.36856,
+                                111.13916,
+                                111.06436,
+                                108.99666
+                            ],
+                            [
+                                112.7131,
+                                112.6931,
+                                111.9093,
+                                111.0068,
+                                109.9785,
+                                108.6612
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                35.104757,
+                                39.728367,
+                                41.638987,
+                                42.722557,
+                                43.373477,
+                                43.799597
+                            ],
+                            [
+                                31.90402,
+                                36.3063,
+                                38.35459,
+                                39.37856,
+                                40.02169,
+                                40.45043
+                            ],
+                            [
+                                32.65387,
+                                37.70867,
+                                39.00546,
+                                40.09647,
+                                43.11192,
+                                44.05257
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "A&!IE&PDRV0&PDRV1&SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                112.121947,
+                                121.097847,
+                                121.831647,
+                                120.639847,
+                                120.241447,
+                                119.144047
+                            ],
+                            [
+                                99.60546,
+                                108.22556,
+                                108.32736,
+                                108.65306,
+                                108.08036,
+                                106.15996
+                            ],
+                            [
+                                99.0088,
+                                108.0258,
+                                108.5272,
+                                106.8908,
+                                106.2288,
+                                105.8284
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                35.277037,
+                                40.522827,
+                                41.948987,
+                                43.218067,
+                                43.878747,
+                                44.306717
+                            ],
+                            [
+                                31.76826,
+                                36.38236,
+                                38.48151,
+                                39.57209,
+                                40.19153,
+                                40.52435
+                            ],
+                            [
+                                32.64317,
+                                39.97131,
+                                35.67671,
+                                37.41082,
+                                42.84982,
+                                44.08054
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "!A&!IE&!PDRV0&!PDRV1&!SL",
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                58.275757,
+                                58.587917,
+                                58.858127,
+                                58.842967,
+                                59.027387,
+                                59.186337
+                            ],
+                            [
+                                47.67605,
+                                47.92558,
+                                48.06254,
+                                48.16972,
+                                48.19527,
+                                48.20775
+                            ],
+                            [
+                                47.39864,
+                                47.60128,
+                                47.84344,
+                                47.88222,
+                                47.96906,
+                                48.00767
+                            ]
+                        ]
+                    },
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                4.610897,
+                                -177.441343,
+                                -359.100543,
+                                -540.502343,
+                                -721.903343,
+                                -903.336143
+                            ],
+                            [
+                                -0.00134,
+                                -181.93499,
+                                -363.44049,
+                                -544.98159,
+                                -726.52059,
+                                -908.05709
+                            ],
+                            [
+                                -0.00121,
+                                -182.01502,
+                                -363.65472,
+                                -545.21972,
+                                -726.75712,
+                                -908.28152
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "!A&!IE&!PDRV0&!PDRV1&SL",
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                54.712857,
+                                56.811347,
+                                57.659527,
+                                57.815777,
+                                57.746007,
+                                57.904367
+                            ],
+                            [
+                                43.83903,
+                                46.25287,
+                                46.78946,
+                                46.98645,
+                                47.09395,
+                                47.05055
+                            ],
+                            [
+                                43.58274,
+                                45.96217,
+                                46.50118,
+                                46.74886,
+                                46.80823,
+                                46.86308
+                            ]
+                        ]
+                    },
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                4.741097,
+                                -177.156743,
+                                -358.770043,
+                                -540.319143,
+                                -721.849043,
+                                -903.369943
+                            ],
+                            [
+                                0.76176,
+                                -182.31899,
+                                -363.59019,
+                                -544.82259,
+                                -726.11379,
+                                -907.46849
+                            ],
+                            [
+                                0.11078,
+                                -181.90402,
+                                -363.54722,
+                                -545.11442,
+                                -726.65362,
+                                -908.17932
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "!A&!IE&!PDRV0&PDRV1&!SL",
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                84.842497,
+                                87.741547,
+                                88.802977,
+                                87.976337,
+                                88.608147,
+                                89.435077
+                            ],
+                            [
+                                74.29168,
+                                77.35891,
+                                77.97258,
+                                77.805,
+                                78.05135,
+                                78.33701
+                            ],
+                            [
+                                74.33525,
+                                77.55617,
+                                77.94441,
+                                78.08337,
+                                78.13883,
+                                78.22186
+                            ]
+                        ]
+                    },
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                20.726467,
+                                -161.495943,
+                                -343.297443,
+                                -524.933643,
+                                -706.594343,
+                                -888.171843
+                            ],
+                            [
+                                16.40836,
+                                -165.86209,
+                                -347.52719,
+                                -529.17399,
+                                -710.65599,
+                                -892.31249
+                            ],
+                            [
+                                16.8352,
+                                -165.39592,
+                                -347.16802,
+                                -528.81162,
+                                -710.40572,
+                                -891.96522
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "!A&!IE&!PDRV0&PDRV1&SL",
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                73.453167,
+                                77.276407,
+                                79.870707,
+                                82.365757,
+                                83.648147,
+                                84.071517
+                            ],
+                            [
+                                62.85073,
+                                66.82775,
+                                69.22761,
+                                71.90318,
+                                73.60932,
+                                74.34804
+                            ],
+                            [
+                                62.64633,
+                                66.69903,
+                                69.6282,
+                                71.64685,
+                                72.93318,
+                                73.72199
+                            ]
+                        ]
+                    },
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                21.098507,
+                                -161.292943,
+                                -343.005043,
+                                -524.597743,
+                                -706.288943,
+                                -887.930443
+                            ],
+                            [
+                                16.56103,
+                                -165.30659,
+                                -346.98389,
+                                -528.69139,
+                                -711.63319,
+                                -893.03829
+                            ],
+                            [
+                                17.14322,
+                                -165.08532,
+                                -346.86182,
+                                -528.50632,
+                                -710.09532,
+                                -891.65682
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "!A&!IE&PDRV0&!PDRV1&!SL",
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                72.937397,
+                                73.663047,
+                                74.407117,
+                                73.645787,
+                                74.499347,
+                                75.084607
+                            ],
+                            [
+                                62.31226,
+                                63.30637,
+                                63.75371,
+                                63.43117,
+                                63.83364,
+                                64.22575
+                            ],
+                            [
+                                62.30908,
+                                63.56917,
+                                63.71692,
+                                63.8128,
+                                63.96318,
+                                63.94573
+                            ]
+                        ]
+                    },
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                12.952887,
+                                -169.272443,
+                                -351.018643,
+                                -532.617643,
+                                -714.186243,
+                                -895.731943
+                            ],
+                            [
+                                8.69577,
+                                -173.50799,
+                                -355.25369,
+                                -537.35259,
+                                -718.41749,
+                                -899.96339
+                            ],
+                            [
+                                9.08026,
+                                -173.13472,
+                                -354.86672,
+                                -536.48102,
+                                -718.05132,
+                                -899.59562
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "!A&!IE&PDRV0&!PDRV1&SL",
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                64.491267,
+                                68.136217,
+                                70.431997,
+                                71.622037,
+                                71.738617,
+                                71.453417
+                            ],
+                            [
+                                53.98215,
+                                57.49698,
+                                59.42158,
+                                60.77809,
+                                60.831,
+                                61.69502
+                            ],
+                            [
+                                54.02945,
+                                57.63298,
+                                59.70337,
+                                60.85586,
+                                61.13455,
+                                61.45766
+                            ]
+                        ]
+                    },
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                13.016217,
+                                -169.386243,
+                                -351.276443,
+                                -532.937443,
+                                -714.529943,
+                                -896.092043
+                            ],
+                            [
+                                7.57882,
+                                -172.39249,
+                                -354.44319,
+                                -535.68569,
+                                -717.14879,
+                                -898.64799
+                            ],
+                            [
+                                9.28759,
+                                -172.93532,
+                                -354.66512,
+                                -536.28112,
+                                -717.83452,
+                                -899.39482
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "!A&!IE&PDRV0&PDRV1&!SL",
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                97.196347,
+                                102.883947,
+                                103.614147,
+                                103.163947,
+                                104.044547,
+                                104.009147
+                            ],
+                            [
+                                86.57406,
+                                92.31906,
+                                92.71806,
+                                93.45606,
+                                93.62796,
+                                93.06506
+                            ],
+                            [
+                                87.1872,
+                                92.6598,
+                                93.5227,
+                                93.7918,
+                                93.9368,
+                                93.9625
+                            ]
+                        ]
+                    },
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                28.740177,
+                                -153.484643,
+                                -335.280943,
+                                -516.961843,
+                                -698.545743,
+                                -880.128843
+                            ],
+                            [
+                                24.79914,
+                                -157.48709,
+                                -339.33569,
+                                -520.89949,
+                                -702.54559,
+                                -885.07689
+                            ],
+                            [
+                                25.62328,
+                                -156.60072,
+                                -338.39622,
+                                -520.06152,
+                                -701.66972,
+                                -883.24532
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "!A&!IE&PDRV0&PDRV1&SL",
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                83.320277,
+                                87.381977,
+                                90.486857,
+                                93.067297,
+                                95.433427,
+                                96.103397
+                            ],
+                            [
+                                72.70301,
+                                76.83149,
+                                80.08678,
+                                82.44991,
+                                84.80336,
+                                86.25696
+                            ],
+                            [
+                                72.92645,
+                                77.15863,
+                                80.51636,
+                                83.13015,
+                                84.94099,
+                                86.4436
+                            ]
+                        ]
+                    },
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                29.089897,
+                                -153.135043,
+                                -334.937843,
+                                -516.604343,
+                                -698.212143,
+                                -879.788343
+                            ],
+                            [
+                                24.1266,
+                                -158.10589,
+                                -338.73249,
+                                -519.78389,
+                                -701.85999,
+                                -883.66489
+                            ],
+                            [
+                                25.9816,
+                                -156.22892,
+                                -338.02912,
+                                -519.70032,
+                                -701.31772,
+                                -882.89952
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "A",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                196.799435,
+                                203.28354,
+                                203.552325,
+                                201.976218,
+                                199.468261,
+                                198.014818
+                            ],
+                            [
+                                197.581272,
+                                204.527395,
+                                203.949585,
+                                201.857515,
+                                199.541178,
+                                197.773407
+                            ],
+                            [
+                                198.215109,
+                                204.898329,
+                                204.727196,
+                                203.342086,
+                                201.496649,
+                                198.995771
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                202.50914,
+                                211.657174,
+                                215.978815,
+                                218.016022,
+                                219.014902,
+                                220.748202
+                            ],
+                            [
+                                203.062118,
+                                212.355131,
+                                216.048091,
+                                218.909038,
+                                220.045291,
+                                221.456199
+                            ],
+                            [
+                                203.509711,
+                                213.180661,
+                                216.751379,
+                                219.325634,
+                                220.489629,
+                                222.121609
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                108.790146,
+                                -71.686252,
+                                -254.318292,
+                                -436.782284,
+                                -619.830948,
+                                -802.335298
+                            ],
+                            [
+                                92.407937,
+                                -87.978291,
+                                -269.956401,
+                                -452.677006,
+                                -635.572969,
+                                -818.772299
+                            ],
+                            [
+                                92.37449,
+                                -88.046806,
+                                -270.668905,
+                                -453.29621,
+                                -636.240501,
+                                -818.8896
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                95.577371,
+                                101.948993,
+                                104.420393,
+                                105.562908,
+                                106.744194,
+                                107.280534
+                            ],
+                            [
+                                81.221774,
+                                87.455226,
+                                89.53655,
+                                90.903491,
+                                91.882495,
+                                92.431509
+                            ],
+                            [
+                                81.954913,
+                                88.096456,
+                                89.886741,
+                                91.810277,
+                                93.147305,
+                                94.395414
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "rise_power power_inputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "values": [
+                            -46.36122,
+                            -46.10561,
+                            -46.40555
+                        ]
+                    },
+                    "fall_power power_inputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "values": [
+                            46.67331,
+                            46.99031,
+                            46.90261
+                        ]
+                    }
+                }
+            ],
+            "timing ": [
+                {
+                    "related_pin": "A",
+                    "timing_type": "combinational",
+                    "timing_sense": "positive_unate",
+                    "when": "!IE&OE&!PDRV0&!PDRV1&!SL",
+                    "sdf_cond": "IE==1'b0&&OE==1'b1&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b0",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.679989,
+                            8.679989,
+                            14.679989,
+                            20.679989,
+                            26.679989,
+                            32.679989
+                        ],
+                        "values": [
+                            [
+                                1.460976,
+                                1.996404,
+                                2.526129,
+                                3.059047,
+                                3.589309,
+                                4.118871
+                            ],
+                            [
+                                1.493467,
+                                2.027686,
+                                2.560709,
+                                3.090399,
+                                3.618249,
+                                4.153508
+                            ],
+                            [
+                                1.489881,
+                                2.024549,
+                                2.557094,
+                                3.084611,
+                                3.616505,
+                                4.147879
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.679989,
+                            8.679989,
+                            14.679989,
+                            20.679989,
+                            26.679989,
+                            32.679989
+                        ],
+                        "values": [
+                            [
+                                0.573505,
+                                1.630609,
+                                2.717274,
+                                3.797085,
+                                4.889062,
+                                5.973755
+                            ],
+                            [
+                                0.573565,
+                                1.628694,
+                                2.714541,
+                                3.804394,
+                                4.888661,
+                                5.976387
+                            ],
+                            [
+                                0.572707,
+                                1.627339,
+                                2.712723,
+                                3.805362,
+                                4.892369,
+                                5.977708
+                            ]
+                        ]
+                    },
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.679989,
+                            8.679989,
+                            14.679989,
+                            20.679989,
+                            26.679989,
+                            32.679989
+                        ],
+                        "values": [
+                            [
+                                1.49583,
+                                1.927764,
+                                2.342511,
+                                2.754946,
+                                3.168258,
+                                3.58073
+                            ],
+                            [
+                                1.630723,
+                                2.062613,
+                                2.47733,
+                                2.890027,
+                                3.303156,
+                                3.715567
+                            ],
+                            [
+                                1.771766,
+                                2.203685,
+                                2.617898,
+                                3.031575,
+                                3.444194,
+                                3.85638
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.679989,
+                            8.679989,
+                            14.679989,
+                            20.679989,
+                            26.679989,
+                            32.679989
+                        ],
+                        "values": [
+                            [
+                                0.460292,
+                                1.20305,
+                                1.964916,
+                                2.747997,
+                                3.517455,
+                                4.295315
+                            ],
+                            [
+                                0.460542,
+                                1.203154,
+                                1.965753,
+                                2.747276,
+                                3.519557,
+                                4.302063
+                            ],
+                            [
+                                0.460802,
+                                1.200659,
+                                1.967808,
+                                2.739355,
+                                3.525312,
+                                4.306915
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "A",
+                    "timing_type": "combinational",
+                    "timing_sense": "positive_unate",
+                    "when": "!IE&OE&!PDRV0&!PDRV1&SL",
+                    "sdf_cond": "IE==1'b0&&OE==1'b1&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b1",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.679989,
+                            8.679989,
+                            14.679989,
+                            20.679989,
+                            26.679989,
+                            32.679989
+                        ],
+                        "values": [
+                            [
+                                1.737983,
+                                2.459739,
+                                3.007015,
+                                3.537372,
+                                4.067914,
+                                4.597923
+                            ],
+                            [
+                                1.770276,
+                                2.492387,
+                                3.038838,
+                                3.569874,
+                                4.099298,
+                                4.630912
+                            ],
+                            [
+                                1.767474,
+                                2.488519,
+                                3.036263,
+                                3.56694,
+                                4.096437,
+                                4.626943
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.679989,
+                            8.679989,
+                            14.679989,
+                            20.679989,
+                            26.679989,
+                            32.679989
+                        ],
+                        "values": [
+                            [
+                                1.012204,
+                                1.969644,
+                                2.937692,
+                                3.946135,
+                                4.993972,
+                                6.051338
+                            ],
+                            [
+                                1.012303,
+                                1.970705,
+                                2.931117,
+                                3.953622,
+                                4.982706,
+                                6.051818
+                            ],
+                            [
+                                1.011176,
+                                1.96932,
+                                2.931588,
+                                3.945052,
+                                4.987482,
+                                6.051243
+                            ]
+                        ]
+                    },
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.679989,
+                            8.679989,
+                            14.679989,
+                            20.679989,
+                            26.679989,
+                            32.679989
+                        ],
+                        "values": [
+                            [
+                                1.583809,
+                                2.327686,
+                                2.913163,
+                                3.417822,
+                                3.882966,
+                                4.32473
+                            ],
+                            [
+                                1.718328,
+                                2.462313,
+                                3.048205,
+                                3.552732,
+                                4.017256,
+                                4.459257
+                            ],
+                            [
+                                1.85948,
+                                2.604406,
+                                3.188889,
+                                3.695626,
+                                4.157599,
+                                4.600194
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.679989,
+                            8.679989,
+                            14.679989,
+                            20.679989,
+                            26.679989,
+                            32.679989
+                        ],
+                        "values": [
+                            [
+                                0.741526,
+                                1.79505,
+                                2.606645,
+                                3.355679,
+                                4.090522,
+                                4.823292
+                            ],
+                            [
+                                0.741618,
+                                1.795162,
+                                2.608155,
+                                3.360703,
+                                4.089917,
+                                4.822879
+                            ],
+                            [
+                                0.743286,
+                                1.797303,
+                                2.604648,
+                                3.357734,
+                                4.087647,
+                                4.824312
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "A",
+                    "timing_type": "combinational",
+                    "timing_sense": "positive_unate",
+                    "when": "!IE&OE&!PDRV0&PDRV1&!SL",
+                    "sdf_cond": "IE==1'b0&&OE==1'b1&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b0",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.679989,
+                            8.679989,
+                            14.679989,
+                            20.679989,
+                            26.679989,
+                            32.679989
+                        ],
+                        "values": [
+                            [
+                                1.265228,
+                                1.463966,
+                                1.643172,
+                                1.820566,
+                                1.998369,
+                                2.175703
+                            ],
+                            [
+                                1.297733,
+                                1.496101,
+                                1.675378,
+                                1.852955,
+                                2.030212,
+                                2.207186
+                            ],
+                            [
+                                1.294259,
+                                1.492831,
+                                1.671993,
+                                1.849814,
+                                2.027105,
+                                2.204428
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.679989,
+                            8.679989,
+                            14.679989,
+                            20.679989,
+                            26.679989,
+                            32.679989
+                        ],
+                        "values": [
+                            [
+                                0.284449,
+                                0.594672,
+                                0.938458,
+                                1.291033,
+                                1.650867,
+                                2.009703
+                            ],
+                            [
+                                0.284696,
+                                0.594549,
+                                0.938779,
+                                1.291996,
+                                1.650191,
+                                2.011558
+                            ],
+                            [
+                                0.283554,
+                                0.594849,
+                                0.938259,
+                                1.291032,
+                                1.650096,
+                                2.007998
+                            ]
+                        ]
+                    },
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.679989,
+                            8.679989,
+                            14.679989,
+                            20.679989,
+                            26.679989,
+                            32.679989
+                        ],
+                        "values": [
+                            [
+                                1.32412,
+                                1.514354,
+                                1.665197,
+                                1.807501,
+                                1.946897,
+                                2.085206
+                            ],
+                            [
+                                1.458884,
+                                1.649045,
+                                1.799887,
+                                1.942196,
+                                2.081613,
+                                2.219944
+                            ],
+                            [
+                                1.599714,
+                                1.789971,
+                                1.940712,
+                                2.082978,
+                                2.22258,
+                                2.361053
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.679989,
+                            8.679989,
+                            14.679989,
+                            20.679989,
+                            26.679989,
+                            32.679989
+                        ],
+                        "values": [
+                            [
+                                0.240757,
+                                0.482407,
+                                0.723134,
+                                0.969289,
+                                1.221926,
+                                1.474995
+                            ],
+                            [
+                                0.240694,
+                                0.482386,
+                                0.722958,
+                                0.969324,
+                                1.221918,
+                                1.475414
+                            ],
+                            [
+                                0.241054,
+                                0.48366,
+                                0.722291,
+                                0.96905,
+                                1.220593,
+                                1.474495
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "A",
+                    "timing_type": "combinational",
+                    "timing_sense": "positive_unate",
+                    "when": "!IE&OE&!PDRV0&PDRV1&SL",
+                    "sdf_cond": "IE==1'b0&&OE==1'b1&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b1",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.679989,
+                            8.679989,
+                            14.679989,
+                            20.679989,
+                            26.679989,
+                            32.679989
+                        ],
+                        "values": [
+                            [
+                                1.294433,
+                                1.749593,
+                                2.039033,
+                                2.264762,
+                                2.46418,
+                                2.650766
+                            ],
+                            [
+                                1.326726,
+                                1.78217,
+                                2.071638,
+                                2.296856,
+                                2.496396,
+                                2.684143
+                            ],
+                            [
+                                1.323314,
+                                1.778642,
+                                2.068237,
+                                2.293908,
+                                2.49316,
+                                2.679614
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.679989,
+                            8.679989,
+                            14.679989,
+                            20.679989,
+                            26.679989,
+                            32.679989
+                        ],
+                        "values": [
+                            [
+                                0.523538,
+                                1.03705,
+                                1.374765,
+                                1.682266,
+                                1.991225,
+                                2.301926
+                            ],
+                            [
+                                0.523981,
+                                1.037882,
+                                1.373595,
+                                1.681231,
+                                1.984981,
+                                2.305628
+                            ],
+                            [
+                                0.524306,
+                                1.036961,
+                                1.375606,
+                                1.681182,
+                                1.990915,
+                                2.302901
+                            ]
+                        ]
+                    },
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.679989,
+                            8.679989,
+                            14.679989,
+                            20.679989,
+                            26.679989,
+                            32.679989
+                        ],
+                        "values": [
+                            [
+                                1.313939,
+                                1.60384,
+                                1.870603,
+                                2.113832,
+                                2.336734,
+                                2.542924
+                            ],
+                            [
+                                1.448534,
+                                1.738448,
+                                2.005222,
+                                2.248553,
+                                2.471639,
+                                2.67758
+                            ],
+                            [
+                                1.589775,
+                                1.879696,
+                                2.146422,
+                                2.389651,
+                                2.612547,
+                                2.81888
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.679989,
+                            8.679989,
+                            14.679989,
+                            20.679989,
+                            26.679989,
+                            32.679989
+                        ],
+                        "values": [
+                            [
+                                0.284479,
+                                0.763675,
+                                1.158984,
+                                1.496276,
+                                1.800543,
+                                2.085908
+                            ],
+                            [
+                                0.284823,
+                                0.76262,
+                                1.158605,
+                                1.497409,
+                                1.803367,
+                                2.085689
+                            ],
+                            [
+                                0.284442,
+                                0.763204,
+                                1.158979,
+                                1.496348,
+                                1.800636,
+                                2.08635
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "A",
+                    "timing_type": "combinational",
+                    "timing_sense": "positive_unate",
+                    "when": "!IE&OE&PDRV0&!PDRV1&!SL",
+                    "sdf_cond": "IE==1'b0&&OE==1'b1&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b0",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.679989,
+                            8.679989,
+                            14.679989,
+                            20.679989,
+                            26.679989,
+                            32.679989
+                        ],
+                        "values": [
+                            [
+                                1.323021,
+                                1.600599,
+                                1.867359,
+                                2.133334,
+                                2.398896,
+                                2.665268
+                            ],
+                            [
+                                1.355332,
+                                1.633014,
+                                1.899849,
+                                2.16563,
+                                2.431373,
+                                2.697661
+                            ],
+                            [
+                                1.352225,
+                                1.629457,
+                                1.895723,
+                                2.161988,
+                                2.426043,
+                                2.692481
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.679989,
+                            8.679989,
+                            14.679989,
+                            20.679989,
+                            26.679989,
+                            32.679989
+                        ],
+                        "values": [
+                            [
+                                0.347524,
+                                0.844833,
+                                1.377407,
+                                1.914752,
+                                2.454938,
+                                2.998721
+                            ],
+                            [
+                                0.347136,
+                                0.844911,
+                                1.377179,
+                                1.915363,
+                                2.455539,
+                                2.998975
+                            ],
+                            [
+                                0.347914,
+                                0.846102,
+                                1.375843,
+                                1.916862,
+                                2.454554,
+                                3.001785
+                            ]
+                        ]
+                    },
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.679989,
+                            8.679989,
+                            14.679989,
+                            20.679989,
+                            26.679989,
+                            32.679989
+                        ],
+                        "values": [
+                            [
+                                1.373014,
+                                1.619403,
+                                1.832849,
+                                2.04109,
+                                2.247937,
+                                2.454643
+                            ],
+                            [
+                                1.507752,
+                                1.754097,
+                                1.967474,
+                                2.175783,
+                                2.382783,
+                                2.589523
+                            ],
+                            [
+                                1.649101,
+                                1.895178,
+                                2.108585,
+                                2.316724,
+                                2.523924,
+                                2.730663
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.679989,
+                            8.679989,
+                            14.679989,
+                            20.679989,
+                            26.679989,
+                            32.679989
+                        ],
+                        "values": [
+                            [
+                                0.29572,
+                                0.65545,
+                                1.02456,
+                                1.404579,
+                                1.787384,
+                                2.175012
+                            ],
+                            [
+                                0.295473,
+                                0.654184,
+                                1.026298,
+                                1.403791,
+                                1.788642,
+                                2.174694
+                            ],
+                            [
+                                0.295373,
+                                0.654466,
+                                1.025391,
+                                1.40133,
+                                1.787381,
+                                2.172552
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "A",
+                    "timing_type": "combinational",
+                    "timing_sense": "positive_unate",
+                    "when": "!IE&OE&PDRV0&!PDRV1&SL",
+                    "sdf_cond": "IE==1'b0&&OE==1'b1&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b1",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.679989,
+                            8.679989,
+                            14.679989,
+                            20.679989,
+                            26.679989,
+                            32.679989
+                        ],
+                        "values": [
+                            [
+                                1.430112,
+                                1.975874,
+                                2.316451,
+                                2.606305,
+                                2.877649,
+                                3.143992
+                            ],
+                            [
+                                1.462433,
+                                2.00827,
+                                2.348749,
+                                2.638715,
+                                2.909915,
+                                3.176299
+                            ],
+                            [
+                                1.459201,
+                                2.004943,
+                                2.346088,
+                                2.635727,
+                                2.906617,
+                                3.173017
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.679989,
+                            8.679989,
+                            14.679989,
+                            20.679989,
+                            26.679989,
+                            32.679989
+                        ],
+                        "values": [
+                            [
+                                0.684803,
+                                1.288103,
+                                1.7507,
+                                2.220593,
+                                2.698934,
+                                3.194775
+                            ],
+                            [
+                                0.684805,
+                                1.288563,
+                                1.750884,
+                                2.220184,
+                                2.698189,
+                                3.194942
+                            ],
+                            [
+                                0.683455,
+                                1.285618,
+                                1.752398,
+                                2.218587,
+                                2.697169,
+                                3.194186
+                            ]
+                        ]
+                    },
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.679989,
+                            8.679989,
+                            14.679989,
+                            20.679989,
+                            26.679989,
+                            32.679989
+                        ],
+                        "values": [
+                            [
+                                1.38052,
+                                1.800344,
+                                2.168098,
+                                2.489932,
+                                2.778657,
+                                3.04537
+                            ],
+                            [
+                                1.515141,
+                                1.934882,
+                                2.302745,
+                                2.626155,
+                                2.913636,
+                                3.180443
+                            ],
+                            [
+                                1.656355,
+                                2.076168,
+                                2.443887,
+                                2.766007,
+                                3.054474,
+                                3.321307
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.679989,
+                            8.679989,
+                            14.679989,
+                            20.679989,
+                            26.679989,
+                            32.679989
+                        ],
+                        "values": [
+                            [
+                                0.403484,
+                                1.064291,
+                                1.57417,
+                                2.011969,
+                                2.412745,
+                                2.794332
+                            ],
+                            [
+                                0.403478,
+                                1.06482,
+                                1.573132,
+                                2.008421,
+                                2.411721,
+                                2.796897
+                            ],
+                            [
+                                0.403727,
+                                1.063757,
+                                1.573685,
+                                2.012958,
+                                2.412917,
+                                2.795852
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "A",
+                    "timing_type": "combinational",
+                    "timing_sense": "positive_unate",
+                    "when": "!IE&OE&PDRV0&PDRV1&!SL",
+                    "sdf_cond": "IE==1'b0&&OE==1'b1&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b0",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.679989,
+                            8.679989,
+                            14.679989,
+                            20.679989,
+                            26.679989,
+                            32.679989
+                        ],
+                        "values": [
+                            [
+                                1.231237,
+                                1.394708,
+                                1.53147,
+                                1.665436,
+                                1.798893,
+                                1.931237
+                            ],
+                            [
+                                1.263488,
+                                1.427108,
+                                1.56383,
+                                1.698041,
+                                1.831124,
+                                1.963422
+                            ],
+                            [
+                                1.260273,
+                                1.423657,
+                                1.560397,
+                                1.694459,
+                                1.827851,
+                                1.960316
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.679989,
+                            8.679989,
+                            14.679989,
+                            20.679989,
+                            26.679989,
+                            32.679989
+                        ],
+                        "values": [
+                            [
+                                0.257131,
+                                0.475907,
+                                0.725577,
+                                0.983703,
+                                1.249007,
+                                1.517446
+                            ],
+                            [
+                                0.257198,
+                                0.475809,
+                                0.726159,
+                                0.985293,
+                                1.248879,
+                                1.517912
+                            ],
+                            [
+                                0.257319,
+                                0.476242,
+                                0.725426,
+                                0.98617,
+                                1.249457,
+                                1.515654
+                            ]
+                        ]
+                    },
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.679989,
+                            8.679989,
+                            14.679989,
+                            20.679989,
+                            26.679989,
+                            32.679989
+                        ],
+                        "values": [
+                            [
+                                1.291041,
+                                1.45549,
+                                1.576309,
+                                1.687053,
+                                1.793931,
+                                1.899006
+                            ],
+                            [
+                                1.42583,
+                                1.590162,
+                                1.710982,
+                                1.821667,
+                                1.928359,
+                                2.033333
+                            ],
+                            [
+                                1.566769,
+                                1.731135,
+                                1.852057,
+                                1.962729,
+                                2.069425,
+                                2.174398
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.679989,
+                            8.679989,
+                            14.679989,
+                            20.679989,
+                            26.679989,
+                            32.679989
+                        ],
+                        "values": [
+                            [
+                                0.209686,
+                                0.399132,
+                                0.576594,
+                                0.756041,
+                                0.940937,
+                                1.128604
+                            ],
+                            [
+                                0.20972,
+                                0.399138,
+                                0.576626,
+                                0.757461,
+                                0.940573,
+                                1.12655
+                            ],
+                            [
+                                0.209615,
+                                0.399274,
+                                0.576401,
+                                0.757117,
+                                0.941129,
+                                1.127373
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "A",
+                    "timing_type": "combinational",
+                    "timing_sense": "positive_unate",
+                    "when": "!IE&OE&PDRV0&PDRV1&SL",
+                    "sdf_cond": "IE==1'b0&&OE==1'b1&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b1",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.679989,
+                            8.679989,
+                            14.679989,
+                            20.679989,
+                            26.679989,
+                            32.679989
+                        ],
+                        "values": [
+                            [
+                                1.22451,
+                                1.608303,
+                                1.8688,
+                                2.069014,
+                                2.237369,
+                                2.389679
+                            ],
+                            [
+                                1.256711,
+                                1.640643,
+                                1.901231,
+                                2.101043,
+                                2.269863,
+                                2.422478
+                            ],
+                            [
+                                1.253539,
+                                1.637386,
+                                1.897584,
+                                2.098041,
+                                2.266031,
+                                2.418671
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.679989,
+                            8.679989,
+                            14.679989,
+                            20.679989,
+                            26.679989,
+                            32.679989
+                        ],
+                        "values": [
+                            [
+                                0.420977,
+                                0.887291,
+                                1.173523,
+                                1.415751,
+                                1.643563,
+                                1.87399
+                            ],
+                            [
+                                0.420892,
+                                0.887222,
+                                1.17377,
+                                1.415264,
+                                1.645507,
+                                1.875857
+                            ],
+                            [
+                                0.420484,
+                                0.886848,
+                                1.173243,
+                                1.415846,
+                                1.643701,
+                                1.875563
+                            ]
+                        ]
+                    },
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.679989,
+                            8.679989,
+                            14.679989,
+                            20.679989,
+                            26.679989,
+                            32.679989
+                        ],
+                        "values": [
+                            [
+                                1.277841,
+                                1.501413,
+                                1.708889,
+                                1.903282,
+                                2.08447,
+                                2.254362
+                            ],
+                            [
+                                1.412407,
+                                1.636038,
+                                1.843532,
+                                2.037851,
+                                2.218883,
+                                2.388317
+                            ],
+                            [
+                                1.553681,
+                                1.77724,
+                                1.984725,
+                                2.179151,
+                                2.360271,
+                                2.530263
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.679989,
+                            8.679989,
+                            14.679989,
+                            20.679989,
+                            26.679989,
+                            32.679989
+                        ],
+                        "values": [
+                            [
+                                0.226213,
+                                0.595164,
+                                0.918388,
+                                1.198777,
+                                1.451006,
+                                1.680765
+                            ],
+                            [
+                                0.22578,
+                                0.595541,
+                                0.918942,
+                                1.197571,
+                                1.449451,
+                                1.682791
+                            ],
+                            [
+                                0.226206,
+                                0.596065,
+                                0.917507,
+                                1.199288,
+                                1.451064,
+                                1.681583
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "A&!IE&!PDRV0&!PDRV1&!SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b0",
+                    "timing_type": "three_state_enable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.679989,
+                            8.679989,
+                            14.679989,
+                            20.679989,
+                            26.679989,
+                            32.679989
+                        ],
+                        "values": [
+                            [
+                                1.297916,
+                                1.829294,
+                                2.360576,
+                                2.888156,
+                                3.418239,
+                                3.949953
+                            ],
+                            [
+                                1.302904,
+                                1.834182,
+                                2.365671,
+                                2.8927,
+                                3.423934,
+                                3.955781
+                            ],
+                            [
+                                1.28156,
+                                1.812987,
+                                2.344179,
+                                2.872201,
+                                3.401651,
+                                3.933265
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.679989,
+                            8.679989,
+                            14.679989,
+                            20.679989,
+                            26.679989,
+                            32.679989
+                        ],
+                        "values": [
+                            [
+                                0.580293,
+                                1.629392,
+                                2.711768,
+                                3.805431,
+                                4.892222,
+                                5.977611
+                            ],
+                            [
+                                0.580236,
+                                1.628173,
+                                2.712362,
+                                3.805366,
+                                4.892206,
+                                5.977872
+                            ],
+                            [
+                                0.580454,
+                                1.629366,
+                                2.712136,
+                                3.805573,
+                                4.892213,
+                                5.977296
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "A&!IE&!PDRV0&!PDRV1&SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b1",
+                    "timing_type": "three_state_enable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.679989,
+                            8.679989,
+                            14.679989,
+                            20.679989,
+                            26.679989,
+                            32.679989
+                        ],
+                        "values": [
+                            [
+                                1.566376,
+                                2.29263,
+                                2.839126,
+                                3.369632,
+                                3.898704,
+                                4.428648
+                            ],
+                            [
+                                1.572419,
+                                2.297582,
+                                2.844934,
+                                3.374719,
+                                3.905043,
+                                4.436425
+                            ],
+                            [
+                                1.550409,
+                                2.276735,
+                                2.823263,
+                                3.35396,
+                                3.881266,
+                                4.409905
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.679989,
+                            8.679989,
+                            14.679989,
+                            20.679989,
+                            26.679989,
+                            32.679989
+                        ],
+                        "values": [
+                            [
+                                1.027094,
+                                1.98863,
+                                2.943655,
+                                3.961391,
+                                4.985934,
+                                6.046216
+                            ],
+                            [
+                                1.027651,
+                                1.987786,
+                                2.944462,
+                                3.959385,
+                                4.995276,
+                                6.054883
+                            ],
+                            [
+                                1.025799,
+                                1.987262,
+                                2.944564,
+                                3.958538,
+                                4.990066,
+                                6.044632
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "A&!IE&!PDRV0&PDRV1&!SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b0",
+                    "timing_type": "three_state_enable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.679989,
+                            8.679989,
+                            14.679989,
+                            20.679989,
+                            26.679989,
+                            32.679989
+                        ],
+                        "values": [
+                            [
+                                1.102716,
+                                1.299734,
+                                1.47751,
+                                1.653778,
+                                1.830905,
+                                2.007521
+                            ],
+                            [
+                                1.11853,
+                                1.315762,
+                                1.493518,
+                                1.670029,
+                                1.847011,
+                                2.023711
+                            ],
+                            [
+                                1.106315,
+                                1.303877,
+                                1.48184,
+                                1.658562,
+                                1.834339,
+                                2.010544
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.679989,
+                            8.679989,
+                            14.679989,
+                            20.679989,
+                            26.679989,
+                            32.679989
+                        ],
+                        "values": [
+                            [
+                                0.303277,
+                                0.601814,
+                                0.942269,
+                                1.29425,
+                                1.651993,
+                                2.01205
+                            ],
+                            [
+                                0.302962,
+                                0.601996,
+                                0.941943,
+                                1.292644,
+                                1.652287,
+                                2.010234
+                            ],
+                            [
+                                0.302889,
+                                0.601681,
+                                0.942788,
+                                1.295068,
+                                1.647492,
+                                2.006664
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "A&!IE&!PDRV0&PDRV1&SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b1",
+                    "timing_type": "three_state_enable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.679989,
+                            8.679989,
+                            14.679989,
+                            20.679989,
+                            26.679989,
+                            32.679989
+                        ],
+                        "values": [
+                            [
+                                1.127181,
+                                1.579737,
+                                1.869912,
+                                2.095293,
+                                2.295262,
+                                2.483308
+                            ],
+                            [
+                                1.144266,
+                                1.595209,
+                                1.886403,
+                                2.112496,
+                                2.311979,
+                                2.499055
+                            ],
+                            [
+                                1.132542,
+                                1.583417,
+                                1.874247,
+                                2.099776,
+                                2.299648,
+                                2.487761
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.679989,
+                            8.679989,
+                            14.679989,
+                            20.679989,
+                            26.679989,
+                            32.679989
+                        ],
+                        "values": [
+                            [
+                                0.528093,
+                                1.050232,
+                                1.391413,
+                                1.697426,
+                                2.005756,
+                                2.31727
+                            ],
+                            [
+                                0.528725,
+                                1.049473,
+                                1.391492,
+                                1.697707,
+                                2.004938,
+                                2.313626
+                            ],
+                            [
+                                0.527953,
+                                1.048765,
+                                1.389886,
+                                1.694032,
+                                2.004346,
+                                2.318857
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "A&!IE&PDRV0&!PDRV1&!SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b0",
+                    "timing_type": "three_state_enable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.679989,
+                            8.679989,
+                            14.679989,
+                            20.679989,
+                            26.679989,
+                            32.679989
+                        ],
+                        "values": [
+                            [
+                                1.153516,
+                                1.428163,
+                                1.693066,
+                                1.958345,
+                                2.22215,
+                                2.487152
+                            ],
+                            [
+                                1.159206,
+                                1.434049,
+                                1.698777,
+                                1.963463,
+                                2.229427,
+                                2.493662
+                            ],
+                            [
+                                1.137929,
+                                1.412816,
+                                1.678078,
+                                1.943245,
+                                2.207324,
+                                2.473306
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.679989,
+                            8.679989,
+                            14.679989,
+                            20.679989,
+                            26.679989,
+                            32.679989
+                        ],
+                        "values": [
+                            [
+                                0.363793,
+                                0.850744,
+                                1.376868,
+                                1.916929,
+                                2.452362,
+                                3.003439
+                            ],
+                            [
+                                0.363628,
+                                0.849359,
+                                1.376389,
+                                1.914173,
+                                2.456214,
+                                2.996749
+                            ],
+                            [
+                                0.365564,
+                                0.849368,
+                                1.378363,
+                                1.917294,
+                                2.459261,
+                                3.000195
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "A&!IE&PDRV0&!PDRV1&SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b1",
+                    "timing_type": "three_state_enable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.679989,
+                            8.679989,
+                            14.679989,
+                            20.679989,
+                            26.679989,
+                            32.679989
+                        ],
+                        "values": [
+                            [
+                                1.250895,
+                                1.798179,
+                                2.140945,
+                                2.431285,
+                                2.702493,
+                                2.968807
+                            ],
+                            [
+                                1.256435,
+                                1.804601,
+                                2.146657,
+                                2.437216,
+                                2.707629,
+                                2.974532
+                            ],
+                            [
+                                1.235365,
+                                1.782706,
+                                2.125938,
+                                2.41539,
+                                2.68674,
+                                2.953252
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.679989,
+                            8.679989,
+                            14.679989,
+                            20.679989,
+                            26.679989,
+                            32.679989
+                        ],
+                        "values": [
+                            [
+                                0.691124,
+                                1.307867,
+                                1.770469,
+                                2.235701,
+                                2.709446,
+                                3.210428
+                            ],
+                            [
+                                0.690888,
+                                1.3071,
+                                1.770332,
+                                2.23639,
+                                2.716042,
+                                3.208461
+                            ],
+                            [
+                                0.69177,
+                                1.304078,
+                                1.770844,
+                                2.23552,
+                                2.714809,
+                                3.206262
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "A&!IE&PDRV0&PDRV1&!SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b0",
+                    "timing_type": "three_state_enable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.679989,
+                            8.679989,
+                            14.679989,
+                            20.679989,
+                            26.679989,
+                            32.679989
+                        ],
+                        "values": [
+                            [
+                                1.059289,
+                                1.223345,
+                                1.358726,
+                                1.491791,
+                                1.62391,
+                                1.756424
+                            ],
+                            [
+                                1.07324,
+                                1.237763,
+                                1.373111,
+                                1.505785,
+                                1.638825,
+                                1.770963
+                            ],
+                            [
+                                1.059371,
+                                1.224554,
+                                1.36006,
+                                1.492928,
+                                1.625261,
+                                1.757933
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.679989,
+                            8.679989,
+                            14.679989,
+                            20.679989,
+                            26.679989,
+                            32.679989
+                        ],
+                        "values": [
+                            [
+                                0.279599,
+                                0.487585,
+                                0.730854,
+                                0.989372,
+                                1.253259,
+                                1.520712
+                            ],
+                            [
+                                0.279095,
+                                0.48872,
+                                0.731452,
+                                0.990236,
+                                1.253753,
+                                1.516866
+                            ],
+                            [
+                                0.27897,
+                                0.489678,
+                                0.732897,
+                                0.988859,
+                                1.252658,
+                                1.520976
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "A&!IE&PDRV0&PDRV1&SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b1",
+                    "timing_type": "three_state_enable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.679989,
+                            8.679989,
+                            14.679989,
+                            20.679989,
+                            26.679989,
+                            32.679989
+                        ],
+                        "values": [
+                            [
+                                1.050784,
+                                1.428769,
+                                1.68971,
+                                1.891096,
+                                2.059859,
+                                2.212632
+                            ],
+                            [
+                                1.065744,
+                                1.443791,
+                                1.704409,
+                                1.905585,
+                                2.074074,
+                                2.227071
+                            ],
+                            [
+                                1.052961,
+                                1.430611,
+                                1.692318,
+                                1.892133,
+                                2.061539,
+                                2.213941
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.679989,
+                            8.679989,
+                            14.679989,
+                            20.679989,
+                            26.679989,
+                            32.679989
+                        ],
+                        "values": [
+                            [
+                                0.426845,
+                                0.896134,
+                                1.187787,
+                                1.433067,
+                                1.660445,
+                                1.890901
+                            ],
+                            [
+                                0.42772,
+                                0.896482,
+                                1.18893,
+                                1.432321,
+                                1.660443,
+                                1.890837
+                            ],
+                            [
+                                0.427724,
+                                0.895357,
+                                1.184663,
+                                1.431314,
+                                1.661721,
+                                1.892349
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "!A&!IE&!PDRV0&!PDRV1&!SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b0",
+                    "timing_type": "three_state_enable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.679989,
+                            8.679989,
+                            14.679989,
+                            20.679989,
+                            26.679989,
+                            32.679989
+                        ],
+                        "values": [
+                            [
+                                0.936802,
+                                1.367445,
+                                1.78086,
+                                2.194405,
+                                2.606221,
+                                3.018482
+                            ],
+                            [
+                                0.967469,
+                                1.398111,
+                                1.811275,
+                                2.225077,
+                                2.636992,
+                                3.04927
+                            ],
+                            [
+                                0.967042,
+                                1.397636,
+                                1.811503,
+                                2.224531,
+                                2.637275,
+                                3.049374
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.679989,
+                            8.679989,
+                            14.679989,
+                            20.679989,
+                            26.679989,
+                            32.679989
+                        ],
+                        "values": [
+                            [
+                                0.468435,
+                                1.204956,
+                                1.972923,
+                                2.745783,
+                                3.527145,
+                                4.307243
+                            ],
+                            [
+                                0.468222,
+                                1.205349,
+                                1.972419,
+                                2.745208,
+                                3.526983,
+                                4.30738
+                            ],
+                            [
+                                0.4684,
+                                1.204986,
+                                1.971636,
+                                2.744907,
+                                3.520639,
+                                4.306749
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "!A&!IE&!PDRV0&!PDRV1&SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b1",
+                    "timing_type": "three_state_enable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.679989,
+                            8.679989,
+                            14.679989,
+                            20.679989,
+                            26.679989,
+                            32.679989
+                        ],
+                        "values": [
+                            [
+                                1.018975,
+                                1.758022,
+                                2.3429,
+                                2.847528,
+                                3.312145,
+                                3.752843
+                            ],
+                            [
+                                1.049658,
+                                1.789318,
+                                2.374914,
+                                2.880495,
+                                3.342056,
+                                3.78537
+                            ],
+                            [
+                                1.04957,
+                                1.788476,
+                                2.374721,
+                                2.877777,
+                                3.342591,
+                                3.784743
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.679989,
+                            8.679989,
+                            14.679989,
+                            20.679989,
+                            26.679989,
+                            32.679989
+                        ],
+                        "values": [
+                            [
+                                0.743617,
+                                1.794232,
+                                2.607452,
+                                3.360809,
+                                4.090995,
+                                4.806999
+                            ],
+                            [
+                                0.742368,
+                                1.793378,
+                                2.603326,
+                                3.360083,
+                                4.095217,
+                                4.817001
+                            ],
+                            [
+                                0.742755,
+                                1.794114,
+                                2.6039,
+                                3.3602,
+                                4.088764,
+                                4.829089
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "!A&!IE&!PDRV0&PDRV1&!SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b0",
+                    "timing_type": "three_state_enable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.679989,
+                            8.679989,
+                            14.679989,
+                            20.679989,
+                            26.679989,
+                            32.679989
+                        ],
+                        "values": [
+                            [
+                                0.810461,
+                                1.003748,
+                                1.154659,
+                                1.296668,
+                                1.436028,
+                                1.574149
+                            ],
+                            [
+                                0.840453,
+                                1.0339,
+                                1.184762,
+                                1.326809,
+                                1.466168,
+                                1.604352
+                            ],
+                            [
+                                0.840242,
+                                1.033328,
+                                1.184262,
+                                1.326391,
+                                1.465642,
+                                1.603728
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.679989,
+                            8.679989,
+                            14.679989,
+                            20.679989,
+                            26.679989,
+                            32.679989
+                        ],
+                        "values": [
+                            [
+                                0.252496,
+                                0.496292,
+                                0.734045,
+                                0.97693,
+                                1.227276,
+                                1.479671
+                            ],
+                            [
+                                0.252525,
+                                0.496385,
+                                0.733802,
+                                0.977547,
+                                1.226753,
+                                1.479375
+                            ],
+                            [
+                                0.251453,
+                                0.495139,
+                                0.734025,
+                                0.976263,
+                                1.226664,
+                                1.478784
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "!A&!IE&!PDRV0&PDRV1&SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b1",
+                    "timing_type": "three_state_enable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.679989,
+                            8.679989,
+                            14.679989,
+                            20.679989,
+                            26.679989,
+                            32.679989
+                        ],
+                        "values": [
+                            [
+                                0.806322,
+                                1.088714,
+                                1.350562,
+                                1.591071,
+                                1.812178,
+                                2.016541
+                            ],
+                            [
+                                0.836408,
+                                1.118888,
+                                1.380825,
+                                1.621061,
+                                1.841986,
+                                2.047414
+                            ],
+                            [
+                                0.835861,
+                                1.118302,
+                                1.38011,
+                                1.620757,
+                                1.841483,
+                                2.047672
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.679989,
+                            8.679989,
+                            14.679989,
+                            20.679989,
+                            26.679989,
+                            32.679989
+                        ],
+                        "values": [
+                            [
+                                0.297443,
+                                0.75983,
+                                1.150117,
+                                1.489305,
+                                1.795028,
+                                2.075974
+                            ],
+                            [
+                                0.297407,
+                                0.761175,
+                                1.152039,
+                                1.488067,
+                                1.792656,
+                                2.077844
+                            ],
+                            [
+                                0.296988,
+                                0.760275,
+                                1.152533,
+                                1.489824,
+                                1.792861,
+                                2.0775
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "!A&!IE&PDRV0&!PDRV1&!SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b0",
+                    "timing_type": "three_state_enable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.679989,
+                            8.679989,
+                            14.679989,
+                            20.679989,
+                            26.679989,
+                            32.679989
+                        ],
+                        "values": [
+                            [
+                                0.805755,
+                                1.051122,
+                                1.263832,
+                                1.471612,
+                                1.677932,
+                                1.884319
+                            ],
+                            [
+                                0.836476,
+                                1.081908,
+                                1.294663,
+                                1.502462,
+                                1.708893,
+                                1.915355
+                            ],
+                            [
+                                0.836066,
+                                1.081463,
+                                1.294061,
+                                1.501844,
+                                1.708542,
+                                1.915238
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.679989,
+                            8.679989,
+                            14.679989,
+                            20.679989,
+                            26.679989,
+                            32.679989
+                        ],
+                        "values": [
+                            [
+                                0.306101,
+                                0.660722,
+                                1.029738,
+                                1.406424,
+                                1.790927,
+                                2.174334
+                            ],
+                            [
+                                0.305975,
+                                0.661541,
+                                1.030518,
+                                1.405908,
+                                1.788945,
+                                2.174218
+                            ],
+                            [
+                                0.305347,
+                                0.659821,
+                                1.027594,
+                                1.40813,
+                                1.791699,
+                                2.176632
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "!A&!IE&PDRV0&!PDRV1&SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b1",
+                    "timing_type": "three_state_enable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.679989,
+                            8.679989,
+                            14.679989,
+                            20.679989,
+                            26.679989,
+                            32.679989
+                        ],
+                        "values": [
+                            [
+                                0.811211,
+                                1.224471,
+                                1.590343,
+                                1.912153,
+                                2.200753,
+                                2.465939
+                            ],
+                            [
+                                0.84181,
+                                1.255153,
+                                1.62073,
+                                1.942428,
+                                2.230124,
+                                2.496723
+                            ],
+                            [
+                                0.841625,
+                                1.254925,
+                                1.620624,
+                                1.941591,
+                                2.232234,
+                                2.497016
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.679989,
+                            8.679989,
+                            14.679989,
+                            20.679989,
+                            26.679989,
+                            32.679989
+                        ],
+                        "values": [
+                            [
+                                0.40629,
+                                1.063088,
+                                1.573617,
+                                2.011999,
+                                2.408486,
+                                2.796278
+                            ],
+                            [
+                                0.406427,
+                                1.063796,
+                                1.571894,
+                                2.007481,
+                                2.412679,
+                                2.796579
+                            ],
+                            [
+                                0.40518,
+                                1.064483,
+                                1.572064,
+                                2.011924,
+                                2.409124,
+                                2.790365
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "!A&!IE&PDRV0&PDRV1&!SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b0",
+                    "timing_type": "three_state_enable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.679989,
+                            8.679989,
+                            14.679989,
+                            20.679989,
+                            26.679989,
+                            32.679989
+                        ],
+                        "values": [
+                            [
+                                0.758017,
+                                0.924517,
+                                1.046299,
+                                1.15704,
+                                1.263752,
+                                1.368571
+                            ],
+                            [
+                                0.788595,
+                                0.954925,
+                                1.07675,
+                                1.187527,
+                                1.294129,
+                                1.399116
+                            ],
+                            [
+                                0.787511,
+                                0.953716,
+                                1.075634,
+                                1.186282,
+                                1.292989,
+                                1.397785
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.679989,
+                            8.679989,
+                            14.679989,
+                            20.679989,
+                            26.679989,
+                            32.679989
+                        ],
+                        "values": [
+                            [
+                                0.223022,
+                                0.412204,
+                                0.589192,
+                                0.767517,
+                                0.948674,
+                                1.136185
+                            ],
+                            [
+                                0.22296,
+                                0.411426,
+                                0.58866,
+                                0.766751,
+                                0.950021,
+                                1.137343
+                            ],
+                            [
+                                0.222846,
+                                0.412365,
+                                0.588666,
+                                0.76718,
+                                0.949849,
+                                1.135984
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "!A&!IE&PDRV0&PDRV1&SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b1",
+                    "timing_type": "three_state_enable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.679989,
+                            8.679989,
+                            14.679989,
+                            20.679989,
+                            26.679989,
+                            32.679989
+                        ],
+                        "values": [
+                            [
+                                0.750595,
+                                0.969779,
+                                1.17349,
+                                1.365406,
+                                1.545296,
+                                1.71326
+                            ],
+                            [
+                                0.781074,
+                                1.000137,
+                                1.203852,
+                                1.395834,
+                                1.575455,
+                                1.744548
+                            ],
+                            [
+                                0.780017,
+                                0.999103,
+                                1.202755,
+                                1.394324,
+                                1.574763,
+                                1.743372
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.679989,
+                            8.679989,
+                            14.679989,
+                            20.679989,
+                            26.679989,
+                            32.679989
+                        ],
+                        "values": [
+                            [
+                                0.245714,
+                                0.599858,
+                                0.917221,
+                                1.196412,
+                                1.448089,
+                                1.679525
+                            ],
+                            [
+                                0.244563,
+                                0.599871,
+                                0.917808,
+                                1.196412,
+                                1.447912,
+                                1.68086
+                            ],
+                            [
+                                0.244847,
+                                0.59992,
+                                0.917892,
+                                1.194938,
+                                1.448176,
+                                1.680684
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "!A&!IE&!PDRV0&!PDRV1&!SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b0",
+                    "timing_type": "three_state_disable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.679989,
+                            8.679989,
+                            14.679989,
+                            20.679989,
+                            26.679989,
+                            32.679989
+                        ],
+                        "values": [
+                            [
+                                0.608593,
+                                0.608594,
+                                0.608595,
+                                0.608596,
+                                0.608597,
+                                0.608598
+                            ],
+                            [
+                                0.744227,
+                                0.744972,
+                                0.744973,
+                                0.744974,
+                                0.744975,
+                                0.744976
+                            ],
+                            [
+                                0.884703,
+                                0.884704,
+                                0.884705,
+                                0.884706,
+                                0.884707,
+                                0.884708
+                            ]
+                        ]
+                    },
+                    "rise_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "!A&!IE&!PDRV0&!PDRV1&SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b1",
+                    "timing_type": "three_state_disable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.679989,
+                            8.679989,
+                            14.679989,
+                            20.679989,
+                            26.679989,
+                            32.679989
+                        ],
+                        "values": [
+                            [
+                                0.600109,
+                                0.60011,
+                                0.600111,
+                                0.600112,
+                                0.600113,
+                                0.600114
+                            ],
+                            [
+                                0.735119,
+                                0.735742,
+                                0.735743,
+                                0.735745,
+                                0.735746,
+                                0.735747
+                            ],
+                            [
+                                0.876002,
+                                0.876003,
+                                0.8762,
+                                0.876201,
+                                0.876202,
+                                0.876203
+                            ]
+                        ]
+                    },
+                    "rise_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "!A&!IE&!PDRV0&PDRV1&!SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b0",
+                    "timing_type": "three_state_disable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.679989,
+                            8.679989,
+                            14.679989,
+                            20.679989,
+                            26.679989,
+                            32.679989
+                        ],
+                        "values": [
+                            [
+                                0.671353,
+                                0.671354,
+                                0.671355,
+                                0.671356,
+                                0.671357,
+                                0.671358
+                            ],
+                            [
+                                0.805862,
+                                0.805863,
+                                0.805864,
+                                0.805865,
+                                0.805866,
+                                0.805867
+                            ],
+                            [
+                                0.949061,
+                                0.949062,
+                                0.949063,
+                                0.949194,
+                                0.949195,
+                                0.949196
+                            ]
+                        ]
+                    },
+                    "rise_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "!A&!IE&!PDRV0&PDRV1&SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b1",
+                    "timing_type": "three_state_disable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.679989,
+                            8.679989,
+                            14.679989,
+                            20.679989,
+                            26.679989,
+                            32.679989
+                        ],
+                        "values": [
+                            [
+                                0.665119,
+                                0.66512,
+                                0.665121,
+                                0.665122,
+                                0.665123,
+                                0.665124
+                            ],
+                            [
+                                0.798644,
+                                0.798645,
+                                0.798646,
+                                0.798647,
+                                0.798648,
+                                0.798649
+                            ],
+                            [
+                                0.941046,
+                                0.941047,
+                                0.941048,
+                                0.941049,
+                                0.94105,
+                                0.941051
+                            ]
+                        ]
+                    },
+                    "rise_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "!A&!IE&PDRV0&!PDRV1&!SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b0",
+                    "timing_type": "three_state_disable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.679989,
+                            8.679989,
+                            14.679989,
+                            20.679989,
+                            26.679989,
+                            32.679989
+                        ],
+                        "values": [
+                            [
+                                0.601621,
+                                0.601622,
+                                0.601623,
+                                0.601624,
+                                0.601625,
+                                0.601626
+                            ],
+                            [
+                                0.736042,
+                                0.736043,
+                                0.736044,
+                                0.736045,
+                                0.736046,
+                                0.736047
+                            ],
+                            [
+                                0.878422,
+                                0.878553,
+                                0.878554,
+                                0.878555,
+                                0.878556,
+                                0.878557
+                            ]
+                        ]
+                    },
+                    "rise_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "!A&!IE&PDRV0&!PDRV1&SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b1",
+                    "timing_type": "three_state_disable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.679989,
+                            8.679989,
+                            14.679989,
+                            20.679989,
+                            26.679989,
+                            32.679989
+                        ],
+                        "values": [
+                            [
+                                0.595208,
+                                0.595209,
+                                0.59521,
+                                0.595211,
+                                0.595212,
+                                0.595213
+                            ],
+                            [
+                                0.729861,
+                                0.729862,
+                                0.729863,
+                                0.729864,
+                                0.729865,
+                                0.729866
+                            ],
+                            [
+                                0.871502,
+                                0.871503,
+                                0.871504,
+                                0.871505,
+                                0.871506,
+                                0.871507
+                            ]
+                        ]
+                    },
+                    "rise_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "!A&!IE&PDRV0&PDRV1&!SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b0",
+                    "timing_type": "three_state_disable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.679989,
+                            8.679989,
+                            14.679989,
+                            20.679989,
+                            26.679989,
+                            32.679989
+                        ],
+                        "values": [
+                            [
+                                0.66104,
+                                0.661041,
+                                0.661042,
+                                0.661043,
+                                0.661044,
+                                0.661045
+                            ],
+                            [
+                                0.796842,
+                                0.796843,
+                                0.796844,
+                                0.796845,
+                                0.796846,
+                                0.796847
+                            ],
+                            [
+                                0.93942,
+                                0.939421,
+                                0.940569,
+                                0.94057,
+                                0.940572,
+                                0.940573
+                            ]
+                        ]
+                    },
+                    "rise_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "!A&!IE&PDRV0&PDRV1&SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b1",
+                    "timing_type": "three_state_disable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.679989,
+                            8.679989,
+                            14.679989,
+                            20.679989,
+                            26.679989,
+                            32.679989
+                        ],
+                        "values": [
+                            [
+                                0.654711,
+                                0.654712,
+                                0.654713,
+                                0.654714,
+                                0.654715,
+                                0.654716
+                            ],
+                            [
+                                0.789104,
+                                0.789105,
+                                0.789106,
+                                0.789107,
+                                0.789108,
+                                0.789109
+                            ],
+                            [
+                                0.93076,
+                                0.930761,
+                                0.932165,
+                                0.932166,
+                                0.932167,
+                                0.932168
+                            ]
+                        ]
+                    },
+                    "rise_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "A&!IE&!PDRV0&!PDRV1&!SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b0",
+                    "timing_type": "three_state_disable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.679989,
+                            8.679989,
+                            14.679989,
+                            20.679989,
+                            26.679989,
+                            32.679989
+                        ],
+                        "values": [
+                            [
+                                0.705667,
+                                0.705668,
+                                0.705669,
+                                0.70567,
+                                0.705671,
+                                0.705672
+                            ],
+                            [
+                                0.843857,
+                                0.844541,
+                                0.844542,
+                                0.844543,
+                                0.844544,
+                                0.844545
+                            ],
+                            [
+                                0.99054,
+                                0.990793,
+                                0.991195,
+                                0.991196,
+                                0.991197,
+                                0.991198
+                            ]
+                        ]
+                    },
+                    "fall_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "A&!IE&!PDRV0&!PDRV1&SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b1",
+                    "timing_type": "three_state_disable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.679989,
+                            8.679989,
+                            14.679989,
+                            20.679989,
+                            26.679989,
+                            32.679989
+                        ],
+                        "values": [
+                            [
+                                0.704744,
+                                0.704745,
+                                0.704746,
+                                0.704747,
+                                0.704748,
+                                0.704749
+                            ],
+                            [
+                                0.84198,
+                                0.842789,
+                                0.84279,
+                                0.842791,
+                                0.842792,
+                                0.842793
+                            ],
+                            [
+                                0.989016,
+                                0.989119,
+                                0.989713,
+                                0.989714,
+                                0.989715,
+                                0.989716
+                            ]
+                        ]
+                    },
+                    "fall_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "A&!IE&!PDRV0&PDRV1&!SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b0",
+                    "timing_type": "three_state_disable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.679989,
+                            8.679989,
+                            14.679989,
+                            20.679989,
+                            26.679989,
+                            32.679989
+                        ],
+                        "values": [
+                            [
+                                0.802484,
+                                0.802485,
+                                0.802486,
+                                0.802487,
+                                0.802488,
+                                0.802489
+                            ],
+                            [
+                                0.940177,
+                                0.940178,
+                                0.940179,
+                                0.94018,
+                                0.940181,
+                                0.940182
+                            ],
+                            [
+                                1.089443,
+                                1.089874,
+                                1.090091,
+                                1.090092,
+                                1.090093,
+                                1.090094
+                            ]
+                        ]
+                    },
+                    "fall_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "A&!IE&!PDRV0&PDRV1&SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b1",
+                    "timing_type": "three_state_disable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.679989,
+                            8.679989,
+                            14.679989,
+                            20.679989,
+                            26.679989,
+                            32.679989
+                        ],
+                        "values": [
+                            [
+                                0.801156,
+                                0.801157,
+                                0.801158,
+                                0.801159,
+                                0.80116,
+                                0.801161
+                            ],
+                            [
+                                0.938242,
+                                0.938243,
+                                0.938244,
+                                0.938245,
+                                0.938246,
+                                0.938247
+                            ],
+                            [
+                                1.086636,
+                                1.087109,
+                                1.087295,
+                                1.087296,
+                                1.087297,
+                                1.087298
+                            ]
+                        ]
+                    },
+                    "fall_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "A&!IE&PDRV0&!PDRV1&!SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b0",
+                    "timing_type": "three_state_disable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.679989,
+                            8.679989,
+                            14.679989,
+                            20.679989,
+                            26.679989,
+                            32.679989
+                        ],
+                        "values": [
+                            [
+                                0.697862,
+                                0.697863,
+                                0.697864,
+                                0.697865,
+                                0.697866,
+                                0.697867
+                            ],
+                            [
+                                0.835733,
+                                0.837153,
+                                0.837154,
+                                0.837155,
+                                0.837156,
+                                0.837157
+                            ],
+                            [
+                                0.983156,
+                                0.98321,
+                                0.983211,
+                                0.983212,
+                                0.983213,
+                                0.983214
+                            ]
+                        ]
+                    },
+                    "fall_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "A&!IE&PDRV0&!PDRV1&SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b1",
+                    "timing_type": "three_state_disable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.679989,
+                            8.679989,
+                            14.679989,
+                            20.679989,
+                            26.679989,
+                            32.679989
+                        ],
+                        "values": [
+                            [
+                                0.697839,
+                                0.69838,
+                                0.698381,
+                                0.698382,
+                                0.698383,
+                                0.698384
+                            ],
+                            [
+                                0.835172,
+                                0.836988,
+                                0.836989,
+                                0.83699,
+                                0.836991,
+                                0.836992
+                            ],
+                            [
+                                0.981993,
+                                0.982292,
+                                0.982293,
+                                0.982294,
+                                0.982295,
+                                0.982296
+                            ]
+                        ]
+                    },
+                    "fall_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "A&!IE&PDRV0&PDRV1&!SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b0",
+                    "timing_type": "three_state_disable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.679989,
+                            8.679989,
+                            14.679989,
+                            20.679989,
+                            26.679989,
+                            32.679989
+                        ],
+                        "values": [
+                            [
+                                0.795345,
+                                0.795363,
+                                0.795364,
+                                0.795365,
+                                0.795366,
+                                0.795367
+                            ],
+                            [
+                                0.932905,
+                                0.933478,
+                                0.933479,
+                                0.93348,
+                                0.933481,
+                                0.933482
+                            ],
+                            [
+                                1.084092,
+                                1.084093,
+                                1.084094,
+                                1.084095,
+                                1.084096,
+                                1.084097
+                            ]
+                        ]
+                    },
+                    "fall_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "A&!IE&PDRV0&PDRV1&SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b1",
+                    "timing_type": "three_state_disable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.679989,
+                            8.679989,
+                            14.679989,
+                            20.679989,
+                            26.679989,
+                            32.679989
+                        ],
+                        "values": [
+                            [
+                                0.79264,
+                                0.792841,
+                                0.792842,
+                                0.792843,
+                                0.792844,
+                                0.792845
+                            ],
+                            [
+                                0.929936,
+                                0.930707,
+                                0.930708,
+                                0.930709,
+                                0.93071,
+                                0.930711
+                            ],
+                            [
+                                1.080808,
+                                1.080809,
+                                1.08081,
+                                1.080811,
+                                1.080812,
+                                1.080813
+                            ]
+                        ]
+                    },
+                    "fall_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                }
+            ]
+        },
+        "pin Y": {
+            "function": "((IE*PAD))",
+            "direction": "output",
+            "max_capacitance": "0.500000",
+            "output_signal_level": "VDD",
+            "internal_power ": [
+                {
+                    "related_pin": "IE",
+                    "when": "!CS&!OE&PAD",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                5.235768,
+                                5.0174,
+                                4.951642,
+                                4.692953,
+                                4.634061,
+                                4.601407
+                            ],
+                            [
+                                5.094646,
+                                5.194836,
+                                4.231481,
+                                4.404853,
+                                4.551962,
+                                4.18543
+                            ],
+                            [
+                                5.094969,
+                                4.908555,
+                                4.764816,
+                                4.494195,
+                                4.475023,
+                                4.505608
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                6.004742,
+                                6.102154,
+                                6.136246,
+                                6.38328,
+                                5.905495,
+                                5.729845
+                            ],
+                            [
+                                5.917222,
+                                6.068806,
+                                6.10582,
+                                6.16657,
+                                6.231407,
+                                6.183581
+                            ],
+                            [
+                                6.063932,
+                                6.060687,
+                                6.161847,
+                                6.200868,
+                                6.216823,
+                                6.21382
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "IE",
+                    "when": "CS&!OE&PAD",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                5.964429,
+                                5.775801,
+                                5.649718,
+                                5.430673,
+                                5.37241,
+                                5.336064
+                            ],
+                            [
+                                5.768993,
+                                5.670794,
+                                5.641902,
+                                5.220239,
+                                5.088809,
+                                5.021638
+                            ],
+                            [
+                                5.808923,
+                                5.618181,
+                                5.465781,
+                                5.28703,
+                                5.154521,
+                                5.182987
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                6.468959,
+                                6.393564,
+                                6.377542,
+                                7.088817,
+                                6.65816,
+                                6.822428
+                            ],
+                            [
+                                6.403465,
+                                6.697741,
+                                6.030497,
+                                6.781612,
+                                7.27585,
+                                7.033727
+                            ],
+                            [
+                                6.425065,
+                                6.456005,
+                                6.617164,
+                                6.787648,
+                                6.78067,
+                                6.804456
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "PAD",
+                    "when": "!CS&IE&!OE",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                4.65687,
+                                4.46513,
+                                4.32311,
+                                4.06428,
+                                3.97527,
+                                3.90568
+                            ],
+                            [
+                                4.43706,
+                                4.22683,
+                                4.0316,
+                                3.76101,
+                                3.6538,
+                                3.60366
+                            ],
+                            [
+                                6.52695,
+                                5.5134,
+                                4.68318,
+                                4.4219,
+                                4.32878,
+                                4.23139
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                4.61057,
+                                4.60508,
+                                4.71164,
+                                4.88015,
+                                4.92366,
+                                4.95459
+                            ],
+                            [
+                                4.29917,
+                                4.29951,
+                                4.40044,
+                                4.56897,
+                                4.61199,
+                                4.64421
+                            ],
+                            [
+                                4.13727,
+                                4.14936,
+                                4.25842,
+                                4.43441,
+                                4.48164,
+                                4.51619
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "PAD",
+                    "when": "CS&IE&!OE",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                5.3046,
+                                5.11324,
+                                4.97636,
+                                4.71624,
+                                4.62243,
+                                4.53634
+                            ],
+                            [
+                                5.59704,
+                                5.40485,
+                                5.26019,
+                                5.01013,
+                                4.91603,
+                                4.80832
+                            ],
+                            [
+                                6.47532,
+                                6.29254,
+                                6.1582,
+                                5.85732,
+                                5.74724,
+                                5.66992
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                6.33189,
+                                6.36543,
+                                6.54844,
+                                6.97128,
+                                7.09907,
+                                7.19488
+                            ],
+                            [
+                                5.21413,
+                                5.23343,
+                                5.43042,
+                                5.84668,
+                                5.98011,
+                                6.07471
+                            ],
+                            [
+                                6.17355,
+                                6.20229,
+                                6.38813,
+                                6.81054,
+                                6.94542,
+                                7.03651
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "IE",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                5.600098,
+                                5.3966,
+                                5.30068,
+                                5.061813,
+                                5.003236,
+                                4.968736
+                            ],
+                            [
+                                5.431819,
+                                5.432815,
+                                4.936692,
+                                4.812546,
+                                4.820386,
+                                4.603534
+                            ],
+                            [
+                                5.451946,
+                                5.263368,
+                                5.115298,
+                                4.890612,
+                                4.814772,
+                                4.844297
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                6.236851,
+                                6.247859,
+                                6.256894,
+                                6.736048,
+                                6.281828,
+                                6.276136
+                            ],
+                            [
+                                6.160343,
+                                6.383273,
+                                6.068159,
+                                6.474091,
+                                6.753628,
+                                6.608654
+                            ],
+                            [
+                                6.244499,
+                                6.258346,
+                                6.389506,
+                                6.494258,
+                                6.498746,
+                                6.509138
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "PAD",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                4.980735,
+                                4.789185,
+                                4.649735,
+                                4.39026,
+                                4.29885,
+                                4.22101
+                            ],
+                            [
+                                5.01705,
+                                4.81584,
+                                4.645895,
+                                4.38557,
+                                4.284915,
+                                4.20599
+                            ],
+                            [
+                                6.501135,
+                                5.90297,
+                                5.42069,
+                                5.13961,
+                                5.03801,
+                                4.950655
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                5.47123,
+                                5.485255,
+                                5.63004,
+                                5.925715,
+                                6.011365,
+                                6.074735
+                            ],
+                            [
+                                4.75665,
+                                4.76647,
+                                4.91543,
+                                5.207825,
+                                5.29605,
+                                5.35946
+                            ],
+                            [
+                                5.15541,
+                                5.175825,
+                                5.323275,
+                                5.622475,
+                                5.71353,
+                                5.77635
+                            ]
+                        ]
+                    }
+                }
+            ],
+            "timing ": [
+                {
+                    "related_pin": "IE",
+                    "timing_type": "combinational",
+                    "timing_sense": "positive_unate",
+                    "when": "!CS&!OE&PAD",
+                    "sdf_cond": "CS==1'b0&&OE==1'b0&&PAD==1'b1",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.901839,
+                                0.93071,
+                                0.964552,
+                                1.064431,
+                                1.113148,
+                                1.16199
+                            ],
+                            [
+                                0.963422,
+                                0.992,
+                                1.026122,
+                                1.126148,
+                                1.174697,
+                                1.223447
+                            ],
+                            [
+                                0.99687,
+                                1.025444,
+                                1.059361,
+                                1.15911,
+                                1.207844,
+                                1.256996
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.113393,
+                                0.145729,
+                                0.197131,
+                                0.377745,
+                                0.472588,
+                                0.569441
+                            ],
+                            [
+                                0.113592,
+                                0.144398,
+                                0.198916,
+                                0.378588,
+                                0.473257,
+                                0.568797
+                            ],
+                            [
+                                0.111802,
+                                0.146302,
+                                0.195869,
+                                0.378219,
+                                0.473302,
+                                0.569246
+                            ]
+                        ]
+                    },
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.737116,
+                                0.763741,
+                                0.796895,
+                                0.893562,
+                                0.93947,
+                                0.985115
+                            ],
+                            [
+                                0.856112,
+                                0.882734,
+                                0.916085,
+                                1.012489,
+                                1.058458,
+                                1.104072
+                            ],
+                            [
+                                0.973135,
+                                0.999717,
+                                1.033031,
+                                1.129507,
+                                1.175441,
+                                1.221177
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.056702,
+                                0.09095,
+                                0.137554,
+                                0.288906,
+                                0.366663,
+                                0.446205
+                            ],
+                            [
+                                0.057739,
+                                0.09053,
+                                0.138123,
+                                0.288706,
+                                0.367629,
+                                0.445911
+                            ],
+                            [
+                                0.056695,
+                                0.091616,
+                                0.137535,
+                                0.289474,
+                                0.367372,
+                                0.445756
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "IE",
+                    "timing_type": "combinational",
+                    "timing_sense": "positive_unate",
+                    "when": "CS&!OE&PAD",
+                    "sdf_cond": "CS==1'b1&&OE==1'b0&&PAD==1'b1",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.939471,
+                                0.968377,
+                                1.002568,
+                                1.102413,
+                                1.150875,
+                                1.199741
+                            ],
+                            [
+                                1.001135,
+                                1.030028,
+                                1.064216,
+                                1.164064,
+                                1.212561,
+                                1.261376
+                            ],
+                            [
+                                1.034621,
+                                1.063252,
+                                1.097543,
+                                1.197205,
+                                1.245952,
+                                1.295026
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.114046,
+                                0.143861,
+                                0.19716,
+                                0.378256,
+                                0.472843,
+                                0.570034
+                            ],
+                            [
+                                0.11416,
+                                0.143925,
+                                0.197175,
+                                0.378303,
+                                0.473127,
+                                0.56998
+                            ],
+                            [
+                                0.111416,
+                                0.14679,
+                                0.196706,
+                                0.378238,
+                                0.471036,
+                                0.569151
+                            ]
+                        ]
+                    },
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.769981,
+                                0.796475,
+                                0.829824,
+                                0.926191,
+                                0.972171,
+                                1.017784
+                            ],
+                            [
+                                0.888478,
+                                0.915012,
+                                0.948275,
+                                1.044805,
+                                1.090657,
+                                1.136356
+                            ],
+                            [
+                                1.005349,
+                                1.031866,
+                                1.065225,
+                                1.161678,
+                                1.207648,
+                                1.253266
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.057449,
+                                0.091845,
+                                0.137398,
+                                0.289467,
+                                0.367433,
+                                0.4454
+                            ],
+                            [
+                                0.056789,
+                                0.091649,
+                                0.137675,
+                                0.288899,
+                                0.36737,
+                                0.445803
+                            ],
+                            [
+                                0.057303,
+                                0.092019,
+                                0.137231,
+                                0.289709,
+                                0.367459,
+                                0.445741
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "PAD",
+                    "timing_type": "combinational",
+                    "timing_sense": "positive_unate",
+                    "when": "!CS&IE&!OE",
+                    "sdf_cond": "CS==1'b0&&IE==1'b1&&OE==1'b0",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.65176,
+                                0.680643,
+                                0.713841,
+                                0.813475,
+                                0.862169,
+                                0.911146
+                            ],
+                            [
+                                0.661828,
+                                0.690451,
+                                0.724324,
+                                0.823699,
+                                0.872471,
+                                0.921668
+                            ],
+                            [
+                                0.615073,
+                                0.643856,
+                                0.677531,
+                                0.776841,
+                                0.825448,
+                                0.874374
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.111799,
+                                0.14328,
+                                0.194584,
+                                0.37725,
+                                0.471543,
+                                0.570057
+                            ],
+                            [
+                                0.112352,
+                                0.143565,
+                                0.194893,
+                                0.377003,
+                                0.471748,
+                                0.568415
+                            ],
+                            [
+                                0.113033,
+                                0.145525,
+                                0.195016,
+                                0.377339,
+                                0.472147,
+                                0.570153
+                            ]
+                        ]
+                    },
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.525581,
+                                0.551966,
+                                0.585292,
+                                0.681642,
+                                0.727569,
+                                0.773293
+                            ],
+                            [
+                                0.660433,
+                                0.687167,
+                                0.720197,
+                                0.816545,
+                                0.862531,
+                                0.908106
+                            ],
+                            [
+                                0.867085,
+                                0.893517,
+                                0.926794,
+                                1.023025,
+                                1.069053,
+                                1.114633
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.056648,
+                                0.090383,
+                                0.137227,
+                                0.289386,
+                                0.366102,
+                                0.443946
+                            ],
+                            [
+                                0.05709,
+                                0.090868,
+                                0.137106,
+                                0.288381,
+                                0.366372,
+                                0.443413
+                            ],
+                            [
+                                0.056847,
+                                0.091775,
+                                0.137013,
+                                0.288516,
+                                0.366411,
+                                0.444268
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "PAD",
+                    "timing_type": "combinational",
+                    "timing_sense": "positive_unate",
+                    "when": "CS&IE&!OE",
+                    "sdf_cond": "CS==1'b1&&IE==1'b1&&OE==1'b0",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.705882,
+                                0.734545,
+                                0.768153,
+                                0.867675,
+                                0.916838,
+                                0.966037
+                            ],
+                            [
+                                0.763691,
+                                0.792302,
+                                0.8259,
+                                0.925525,
+                                0.974486,
+                                1.023599
+                            ],
+                            [
+                                0.765737,
+                                0.794468,
+                                0.828421,
+                                0.927545,
+                                0.976264,
+                                1.02539
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.111751,
+                                0.142972,
+                                0.194941,
+                                0.377401,
+                                0.473116,
+                                0.569343
+                            ],
+                            [
+                                0.111667,
+                                0.142797,
+                                0.195377,
+                                0.377024,
+                                0.472871,
+                                0.569675
+                            ],
+                            [
+                                0.112799,
+                                0.143456,
+                                0.194712,
+                                0.376943,
+                                0.472709,
+                                0.569351
+                            ]
+                        ]
+                    },
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.788693,
+                                0.814915,
+                                0.847978,
+                                0.944514,
+                                0.990343,
+                                1.035869
+                            ],
+                            [
+                                0.896285,
+                                0.922668,
+                                0.955795,
+                                1.051918,
+                                1.097797,
+                                1.14342
+                            ],
+                            [
+                                1.142755,
+                                1.16921,
+                                1.202316,
+                                1.298459,
+                                1.344341,
+                                1.390004
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.057406,
+                                0.09217,
+                                0.137299,
+                                0.289431,
+                                0.366577,
+                                0.444158
+                            ],
+                            [
+                                0.05812,
+                                0.090822,
+                                0.138059,
+                                0.288811,
+                                0.366397,
+                                0.444516
+                            ],
+                            [
+                                0.057759,
+                                0.091376,
+                                0.137344,
+                                0.288852,
+                                0.36618,
+                                0.444685
+                            ]
+                        ]
+                    }
+                }
+            ]
+        },
+        "pin DVDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin DVSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        }
+    }
+}
\ No newline at end of file
diff --git a/cells/bi_t/gf180mcu_fd_io__bi_t__ss_125C_2v25.lib b/cells/bi_t/gf180mcu_fd_io__bi_t__ss_125C_2v25.lib
new file mode 100644
index 0000000..3f38fe6
--- /dev/null
+++ b/cells/bi_t/gf180mcu_fd_io__bi_t__ss_125C_2v25.lib
@@ -0,0 +1,1841 @@
+/*
+ * Copyright 2022 GlobalFoundries PDK Authors
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+	cell ("gf180mcu_fd_io__bi_t") {
+		scaling_factors : "gf_factors";
+		area : 26250.000000;
+		pad_cell : true;
+		dont_use : true;
+		dont_touch : true;
+		cell_leakage_power : 1.285640e-03;
+		leakage_power () {
+			when : "!PDRV0 !PDRV1 !CS !SL !IE !OE !PU !PD !A !PAD";
+			value : "0.001286";
+		}
+		pin ("CS") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.022698;
+			rise_capacitance_range(0.022265,0.023471);
+			capacitance : 0.022529;
+			fall_capacitance : 0.022360;
+			fall_capacitance_range(0.022307,0.022434);
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("-0.024832, 0.283766, 0.467657");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("0.065385, 0.365638, 0.452582");
+				}
+			}
+		}
+		pin ("SL") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.031303;
+			rise_capacitance_range(0.030820,0.032191);
+			capacitance : 0.031183;
+			fall_capacitance : 0.031064;
+			fall_capacitance_range(0.030898,0.031167);
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("-0.098615, 0.123703, 0.566248");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("0.021019, 0.306538, 0.684872");
+				}
+			}
+		}
+		pin ("IE") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.013992;
+			rise_capacitance_range(0.013533,0.014641);
+			capacitance : 0.013775;
+			fall_capacitance : 0.013558;
+			fall_capacitance_range(0.013451,0.013621);
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("0.004261, 0.267660, 0.321417");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("0.063795, 0.265051, 0.273015");
+				}
+			}
+		}
+		pin ("OE") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.084105;
+			rise_capacitance_range(0.080874,0.088732);
+			capacitance : 0.083911;
+			fall_capacitance : 0.082941;
+			fall_capacitance_range(0.080102,0.086203);
+		}
+		pin ("PU") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.067004;
+			rise_capacitance_range(0.058706,0.074729);
+			capacitance : 0.066391;
+			fall_capacitance : 0.065778;
+			fall_capacitance_range(0.057499,0.072927);
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("-0.167800, -0.145760, -0.000505");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("0.217664, 0.543963, 0.692991");
+				}
+			}
+		}
+		pin ("PD") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.047811;
+			rise_capacitance_range(0.046825,0.048915);
+			capacitance : 0.048542;
+			fall_capacitance : 0.049272;
+			fall_capacitance_range(0.048690,0.049735);
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("-0.118014, 0.008510, 0.304277");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("0.178171, 0.473230, 0.578448");
+				}
+			}
+		}
+		pin ("A") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.035850;
+			rise_capacitance_range(0.035215,0.036679);
+			capacitance : 0.036194;
+			fall_capacitance : 0.036539;
+			fall_capacitance_range(0.036425,0.036656);
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("-0.062795, -0.060903, -0.060242");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("0.069315, 0.070441, 0.070584");
+				}
+			}
+		}
+		pin ("PDRV0") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.029041;
+			rise_capacitance_range(0.027563,0.029806);
+			capacitance : 0.029438;
+			fall_capacitance : 0.029834;
+			fall_capacitance_range(0.029754,0.029928);
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("-0.044207, -0.048033, -0.047641");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("0.048127, 0.048442, 0.048107");
+				}
+			}
+		}
+		pin ("PDRV1") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.031032;
+			rise_capacitance_range(0.029472,0.031837);
+			capacitance : 0.031464;
+			fall_capacitance : 0.031896;
+			fall_capacitance_range(0.031829,0.031983);
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("-0.052281, -0.056544, -0.056221");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("0.056735, 0.056999, 0.056871");
+				}
+			}
+		}
+		pin ("PAD") {
+			drive_current : 16000.000000;
+			is_pad : true;
+			function : "((A))";
+			three_state : "((!OE))";
+			direction : "inout";
+			max_transition : 1.000000;
+			max_capacitance : 30.000000;
+			input_signal_level : "DVDD";
+			output_signal_level : "DVDD";
+			capacitance : 3.216611;
+			internal_power () {
+				related_pin : "A";
+				when : "!IE&OE&!PDRV0&!PDRV1&!SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("11.925945, 11.683395, 11.173415, 10.719795, 10.090435, 9.658977", \
+					  "11.922943, 11.509143, 12.301423, 9.603571, 12.362773, 8.055929", \
+					  "11.876782, 11.085932, 11.555742, 10.848492, 9.844359, 9.865958");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("13.225775, 13.324255, 13.357355, 13.364515, 13.348085, 13.331955", \
+					  "13.217529, 13.317579, 13.331649, 13.343909, 13.353379, 13.327789", \
+					  "13.204926, 13.320436, 13.336296, 13.339686, 13.322486, 13.322516");
+				}
+			}
+			internal_power () {
+				related_pin : "A";
+				when : "!IE&OE&!PDRV0&!PDRV1&SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("11.875205, 11.604725, 11.113615, 10.788345, 10.400285, 9.645510", \
+					  "11.862093, 11.453783, 10.895343, 9.823128, 10.964333, 8.694641", \
+					  "11.863522, 11.627232, 11.270052, 11.013362, 10.128012, 9.695330");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("12.293735, 12.924415, 13.091965, 13.159945, 13.186135, 13.193245", \
+					  "12.295629, 12.902969, 13.091009, 13.156259, 13.159629, 13.193409", \
+					  "12.281556, 12.879066, 13.106246, 12.995196, 13.141906, 13.198136");
+				}
+			}
+			internal_power () {
+				related_pin : "A";
+				when : "!IE&OE&!PDRV0&PDRV1&!SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("18.152775, 18.276325, 18.076575, 17.805745, 17.508365, 17.164655", \
+					  "18.186143, 18.149753, 18.133073, 18.202693, 16.728193, 16.703533", \
+					  "18.165462, 18.250962, 18.014512, 17.820792, 17.365642, 16.937592");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("18.912155, 19.591175, 19.750435, 19.821355, 19.867615, 19.864945", \
+					  "18.984579, 19.612809, 19.779999, 19.825209, 19.732209, 19.885619", \
+					  "18.994346, 19.603996, 19.783416, 19.766116, 19.869056, 19.827136");
+				}
+			}
+			internal_power () {
+				related_pin : "A";
+				when : "!IE&OE&!PDRV0&PDRV1&SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("17.271585, 18.069835, 17.891565, 17.687285, 17.476405, 16.992535", \
+					  "17.454053, 18.059903, 18.045653, 17.937693, 17.318983, 17.481673", \
+					  "17.266582, 17.982532, 18.062812, 17.680742, 17.397092, 16.713062");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("16.389125, 16.865075, 17.494885, 18.142685, 18.590985, 18.821375", \
+					  "16.358299, 16.876389, 17.427329, 18.097609, 18.571329, 18.807089", \
+					  "16.319136, 16.833296, 17.413286, 17.950026, 18.420886, 18.760086");
+				}
+			}
+			internal_power () {
+				related_pin : "A";
+				when : "!IE&OE&PDRV0&!PDRV1&!SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("15.020945, 14.939495, 14.763095, 14.362195, 13.746885, 13.299065", \
+					  "15.022683, 14.929763, 14.752523, 13.995093, 14.502413, 13.672693", \
+					  "14.897202, 14.906102, 15.085142, 14.277122, 13.795372, 13.253342");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("16.228145, 16.531375, 16.636105, 16.658835, 16.657455, 16.647675", \
+					  "16.218179, 16.538579, 16.606589, 16.633659, 16.644739, 16.658409", \
+					  "16.224976, 16.529736, 16.607506, 16.633426, 16.645266, 16.654506");
+				}
+			}
+			internal_power () {
+				related_pin : "A";
+				when : "!IE&OE&PDRV0&!PDRV1&SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("14.682295, 14.881005, 14.616945, 14.310285, 13.920315, 13.149125", \
+					  "14.569783, 14.928673, 14.798973, 13.715493, 14.326053, 13.235983", \
+					  "14.646232, 14.842192, 14.619702, 14.448442, 14.071692, 13.209592");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("14.283515, 14.912665, 15.581405, 15.961905, 16.129705, 16.242435", \
+					  "14.276849, 14.919129, 15.558059, 15.947129, 16.076539, 16.312549", \
+					  "14.238876, 14.898876, 15.546956, 15.955556, 16.068416, 16.343466");
+				}
+			}
+			internal_power () {
+				related_pin : "A";
+				when : "!IE&OE&PDRV0&PDRV1&!SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("21.082905, 21.374205, 21.324455, 21.237765, 20.757095, 20.400515", \
+					  "21.020903, 21.355963, 21.270573, 21.017803, 20.816263, 20.193733", \
+					  "21.092512, 21.306722, 21.198802, 21.020952, 20.456972, 20.916382");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("21.440175, 22.527025, 22.820475, 22.934435, 22.998845, 23.042535", \
+					  "21.421589, 22.423229, 22.636079, 23.000169, 22.990169, 22.844829", \
+					  "21.364136, 22.436966, 22.609906, 22.998986, 22.912116, 23.113916");
+				}
+			}
+			internal_power () {
+				related_pin : "A";
+				when : "!IE&OE&PDRV0&PDRV1&SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("19.521005, 20.908945, 20.980175, 20.894185, 20.491545, 20.233095", \
+					  "19.364583, 20.672803, 21.097683, 21.180063, 20.595213, 20.591823", \
+					  "19.462202, 20.877942, 21.005372, 20.899852, 20.616462, 20.080792");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("18.382695, 18.882505, 19.492395, 20.127015, 20.724745, 21.193235", \
+					  "18.357979, 18.820449, 19.449599, 20.111599, 20.712969, 21.178929", \
+					  "18.292556, 18.769946, 19.391156, 20.093356, 20.828006, 21.116446");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "A&!IE&!PDRV0&!PDRV1&!SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("11.518385, 11.221285, 10.851165, 10.158105, 9.868947, 9.365709", \
+					  "11.770668, 11.414678, 10.932058, 10.541961, 9.945450, 9.701754", \
+					  "10.183788, 9.873928, 9.226598, 9.093308, 8.812963, 8.087764");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("-0.179069, -0.297261, -0.328117, -0.342307, -0.350458, -0.355748", \
+					  "-0.075298, -0.120278, -0.131383, -0.136718, -0.139846, -0.141884", \
+					  "-0.568781, -0.574920, -0.576017, -0.577328, -0.578203, -0.578824");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "A&!IE&!PDRV0&!PDRV1&SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("11.437115, 11.186585, 10.559105, 10.212690, 9.699190, 9.340895", \
+					  "11.695368, 11.367648, 10.984808, 10.210435, 9.914749, 9.267374", \
+					  "10.099788, 9.809058, 9.258618, 8.625117, 8.489694, 7.560402");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("-0.184839, -0.302228, -0.333267, -0.347589, -0.355828, -0.361179", \
+					  "-0.091762, -0.139324, -0.151088, -0.156544, -0.159724, -0.161814", \
+					  "-0.575740, -0.579335, -0.581495, -0.582979, -0.583768, -0.584328");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "A&!IE&!PDRV0&PDRV1&!SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("16.439825, 16.331815, 15.987805, 15.779265, 15.302005, 14.738535", \
+					  "16.714998, 16.543788, 16.229728, 15.969418, 15.457028, 15.172008", \
+					  "15.099768, 14.989818, 14.688078, 14.392198, 13.996268, 13.226728");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("-1.168803, -1.487476, -1.594888, -1.649135, -1.681857, -1.703735", \
+					  "-1.029202, -1.469261, -1.609443, -1.679289, -1.721233, -1.749238", \
+					  "-0.148865, -0.179945, -0.182855, -0.184365, -0.185719, -0.186865");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "A&!IE&!PDRV0&PDRV1&SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("15.458505, 15.936815, 15.818255, 15.622615, 15.058245, 14.739615", \
+					  "15.657738, 16.175068, 16.138178, 15.878048, 15.410498, 14.857738", \
+					  "14.179698, 14.636988, 14.434488, 14.173678, 13.758788, 13.339118");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("-1.181123, -1.498780, -1.606642, -1.661255, -1.694226, -1.716281", \
+					  "-1.102930, -1.543267, -1.681771, -1.752780, -1.795456, -1.823973", \
+					  "-0.206518, -0.215239, -0.222767, -0.228126, -0.231195, -0.233562");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "A&!IE&PDRV0&!PDRV1&!SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("14.083225, 13.856465, 13.548485, 13.150155, 12.667225, 12.201535", \
+					  "14.357618, 14.104308, 13.786838, 13.558088, 13.051288, 12.335908", \
+					  "12.735938, 12.495798, 12.178478, 11.587408, 11.519388, 11.012808");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("-0.492449, -0.725717, -0.791383, -0.822359, -0.840384, -0.852174", \
+					  "0.089368, 0.017032, 0.001700, -0.005689, -0.010116, -0.013071", \
+					  "0.045423, 0.040471, 0.036590, 0.033671, 0.031590, 0.030062");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "A&!IE&PDRV0&!PDRV1&SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("13.670885, 13.783695, 13.402295, 13.060065, 12.355715, 12.084505", \
+					  "13.926888, 14.038248, 13.636788, 13.197248, 12.728078, 12.517018", \
+					  "12.313678, 12.419938, 12.069998, 11.631268, 11.134668, 10.641878");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("-0.511270, -0.743038, -0.809693, -0.841195, -0.859526, -0.871513", \
+					  "0.058411, -0.029349, -0.049374, -0.057447, -0.061799, -0.064525", \
+					  "0.029856, 0.012199, 0.011813, 0.011614, 0.011287, 0.010945");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "A&!IE&PDRV0&PDRV1&!SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("18.923285, 18.886575, 18.680905, 18.443225, 18.040375, 17.700555", \
+					  "19.156928, 19.129428, 18.896208, 18.708828, 18.326058, 17.876178", \
+					  "17.532268, 17.506458, 17.254298, 17.032708, 16.698838, 16.247248");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("-1.434707, -1.839266, -1.994628, -2.077128, -2.128049, -2.162575", \
+					  "-0.836368, -1.283089, -1.439429, -1.520789, -1.570838, -1.604761", \
+					  "0.467945, 0.430267, 0.417812, 0.411729, 0.408194, 0.405860");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "A&!IE&PDRV0&PDRV1&SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("17.149185, 18.221445, 18.241815, 18.017575, 17.786415, 17.484815", \
+					  "17.464178, 18.475618, 18.510148, 18.265778, 17.843518, 17.486018", \
+					  "15.868698, 16.924968, 16.896218, 16.837158, 16.370958, 16.078578");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("-1.456352, -1.860336, -2.015495, -2.097738, -2.148876, -2.182824", \
+					  "-0.928217, -1.377840, -1.536442, -1.618260, -1.668004, -1.701455", \
+					  "0.416105, 0.373659, 0.351074, 0.359703, 0.363674, 0.364830");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "!A&!IE&!PDRV0&!PDRV1&!SL";
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("11.991775, 12.058685, 12.056005, 11.956165, 12.161005, 12.188185", \
+					  "12.251058, 12.311558, 12.325168, 12.396888, 12.163068, 12.111058", \
+					  "10.670778, 10.739668, 10.786218, 10.694728, 10.761348, 10.592968");
+				}
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("0.063233, -30.281146, -60.648316, -91.019726, -121.392696, -151.766296", \
+					  "-0.001048, -30.376573, -60.751173, -91.126043, -121.500983, -151.875983", \
+					  "-0.592150, -31.006412, -61.391652, -91.771392, -122.149162, -152.525962");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "!A&!IE&!PDRV0&!PDRV1&SL";
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("11.138715, 11.645865, 11.775415, 11.853205, 11.723775, 12.105365", \
+					  "11.376068, 11.948778, 12.133928, 11.989138, 12.144368, 12.299998", \
+					  "9.801998, 10.246218, 10.418298, 10.608858, 10.632498, 10.884098");
+				}
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("0.039578, -30.307856, -60.675906, -91.047756, -121.420996, -151.794796", \
+					  "-0.024488, -30.400983, -60.776083, -91.151203, -121.526283, -151.901283", \
+					  "-0.589664, -30.999622, -61.384062, -91.763642, -122.141262, -152.518062");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "!A&!IE&!PDRV0&PDRV1&!SL";
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("15.846495, 16.323095, 16.417475, 16.414725, 16.459215, 16.375525", \
+					  "16.146818, 16.576128, 16.669838, 16.694088, 16.700028, 16.706868", \
+					  "14.542908, 14.985878, 15.089528, 15.096688, 15.115948, 15.088048");
+				}
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("-0.643510, -30.940216, -61.289726, -91.651836, -122.018996, -152.388796", \
+					  "0.225109, -30.149693, -60.520913, -90.894543, -121.268983, -151.643683", \
+					  "0.376869, -30.010892, -60.391002, -90.768972, -121.145962, -151.522262");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "!A&!IE&!PDRV0&PDRV1&SL";
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("13.590805, 13.750525, 14.195775, 14.673085, 15.123295, 15.536345", \
+					  "13.803458, 13.993338, 14.423028, 14.995448, 15.332958, 15.664448", \
+					  "12.191238, 12.369128, 12.850928, 13.322778, 13.747048, 14.044118");
+				}
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("-0.704363, -31.002196, -61.352136, -91.714536, -122.081996, -152.451896", \
+					  "0.137485, -30.231193, -60.604333, -90.978523, -121.353083, -151.727783", \
+					  "0.314191, -30.079312, -60.461542, -90.840402, -121.217762, -151.594362");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "!A&!IE&PDRV0&!PDRV1&!SL";
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("14.164095, 14.345215, 14.380925, 14.382125, 14.392415, 14.365735", \
+					  "14.414648, 14.597858, 14.634848, 14.652018, 14.668928, 14.618748", \
+					  "12.841198, 13.023668, 13.050178, 13.062048, 13.065258, 13.062068");
+				}
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("-0.039209, -30.363936, -60.725436, -91.094066, -121.465396, -151.837996", \
+					  "0.318686, -30.054803, -60.428973, -90.803533, -121.178283, -151.553083", \
+					  "0.323180, -30.097742, -60.487432, -90.869642, -121.248962, -151.626762");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "!A&!IE&PDRV0&!PDRV1&SL";
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("12.419045, 12.791515, 13.342975, 13.645585, 13.838405, 13.890915", \
+					  "12.663588, 13.079538, 13.596658, 13.992258, 14.042298, 14.270278", \
+					  "11.040608, 11.444858, 11.971068, 12.338418, 12.513348, 12.577828");
+				}
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("-0.084515, -30.413356, -60.776186, -91.145536, -121.517296, -151.890096", \
+					  "0.290645, -30.076603, -60.449963, -90.824213, -121.198783, -151.573483", \
+					  "0.267227, -30.165202, -60.558252, -90.941922, -121.321962, -151.700362");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "!A&!IE&PDRV0&PDRV1&!SL";
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("17.637155, 18.438465, 18.601345, 18.657515, 18.687805, 18.687765", \
+					  "17.887558, 18.674778, 18.858248, 18.915638, 18.944398, 18.944748", \
+					  "16.254908, 17.063618, 17.250378, 17.340018, 17.325658, 17.386458");
+				}
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("-0.713002, -31.010186, -61.358766, -91.720066, -122.086596, -152.455896", \
+					  "0.553526, -29.821643, -60.197213, -90.572313, -120.947283, -151.322283", \
+					  "1.255759, -29.140472, -59.527102, -89.908822, -120.288562, -150.666862");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "!A&!IE&PDRV0&PDRV1&SL";
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("14.968485, 15.054735, 15.389105, 15.852815, 16.366745, 16.741375", \
+					  "15.187368, 15.261938, 15.613248, 16.088368, 16.613758, 17.010478", \
+					  "13.530598, 13.622688, 13.990728, 14.585968, 15.053658, 15.328248");
+				}
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("-0.796097, -31.096326, -61.444816, -91.806246, -122.172996, -152.542396", \
+					  "0.443827, -29.929803, -60.304043, -90.678493, -121.053083, -151.427783", \
+					  "1.158222, -29.261952, -59.638622, -90.020752, -120.400362, -150.778562");
+				}
+			}
+			internal_power () {
+				related_pin : "A";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("32.383165, 32.934483, 32.484960, 31.951400, 31.097833, 30.135869", \
+					  "32.350796, 32.764946, 32.823811, 31.368884, 31.903556, 29.657502", \
+					  "32.317624, 32.719904, 32.703034, 32.002439, 30.918901, 30.168012");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("32.788830, 33.889623, 34.556255, 35.042673, 35.375892, 35.584350", \
+					  "32.782658, 33.852783, 34.470078, 35.028886, 35.310240, 35.552155", \
+					  "32.730127, 33.818080, 34.448692, 34.933087, 35.302034, 35.584052");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("14.475316, -15.748817, -46.397682, -77.094509, -107.922356, -138.684000", \
+					  "15.336016, -14.974064, -45.614742, -76.337382, -107.168762, -137.976421", \
+					  "13.815907, -16.513082, -47.229112, -77.939088, -108.641554, -139.592334");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("13.143495, 13.206750, 13.335613, 13.449564, 13.586682, 13.710648", \
+					  "13.726821, 13.812317, 13.957217, 14.099541, 14.185349, 14.295738", \
+					  "12.541707, 12.850360, 13.082685, 13.286678, 13.431328, 13.523994");
+				}
+			}
+			timing () {
+				related_pin : "A";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				when : "!IE&OE&!PDRV0&!PDRV1&!SL";
+				sdf_cond : "IE==1'b0&&OE==1'b1&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b0";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.216611, 9.216611, 15.216611, 21.216611, 27.216611, 33.216611");
+					values("9.460353, 12.656250, 15.839350, 19.021440, 22.200900, 25.369970", \
+					  "9.582549, 12.780480, 15.962610, 19.137230, 22.318660, 25.502420", \
+					  "9.724419, 12.923150, 16.103100, 19.283620, 22.459270, 25.641390");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.216611, 9.216611, 15.216611, 21.216611, 27.216611, 33.216611");
+					values("3.836942, 9.970062, 16.172230, 22.390350, 28.595510, 34.823930", \
+					  "3.838005, 9.987180, 16.157420, 22.385270, 28.609740, 34.802330", \
+					  "3.840240, 9.979741, 16.189630, 22.391180, 28.588830, 34.849670");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.216611, 9.216611, 15.216611, 21.216611, 27.216611, 33.216611");
+					values("9.583580, 11.777630, 13.864790, 15.943880, 18.023560, 20.094860", \
+					  "9.717711, 11.911930, 13.998550, 16.078090, 18.155110, 20.234370", \
+					  "9.907187, 12.101400, 14.188020, 16.267560, 18.344570, 20.423830");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.216611, 9.216611, 15.216611, 21.216611, 27.216611, 33.216611");
+					values("2.993051, 6.634414, 10.465260, 14.349570, 18.260170, 22.202770", \
+					  "2.996288, 6.641610, 10.463550, 14.357230, 18.248660, 22.188020", \
+					  "2.996152, 6.641624, 10.463580, 14.357230, 18.248560, 22.187860");
+				}
+			}
+			timing () {
+				related_pin : "A";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				when : "!IE&OE&!PDRV0&!PDRV1&SL";
+				sdf_cond : "IE==1'b0&&OE==1'b1&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b1";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.216611, 9.216611, 15.216611, 21.216611, 27.216611, 33.216611");
+					values("11.494850, 15.203590, 18.425170, 21.610360, 24.788120, 27.966670", \
+					  "11.617740, 15.327150, 18.552510, 21.739100, 24.920090, 28.100900", \
+					  "11.759200, 15.468520, 18.693290, 21.880150, 25.058660, 28.240200");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.216611, 9.216611, 15.216611, 21.216611, 27.216611, 33.216611");
+					values("6.228614, 11.425130, 17.080650, 23.012640, 29.198990, 35.320230", \
+					  "6.237382, 11.426860, 17.114260, 23.058060, 29.120900, 35.243510", \
+					  "6.233823, 11.434700, 17.114180, 23.032110, 29.082570, 35.245200");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.216611, 9.216611, 15.216611, 21.216611, 27.216611, 33.216611");
+					values("9.919040, 14.162310, 17.846340, 20.875260, 23.515920, 25.930950", \
+					  "10.053180, 14.298020, 17.983250, 21.006070, 23.659670, 26.079430", \
+					  "10.242650, 14.485770, 18.162820, 21.199290, 23.849720, 26.269860");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.216611, 9.216611, 15.216611, 21.216611, 27.216611, 33.216611");
+					values("4.755558, 11.397320, 16.015250, 20.004080, 23.741980, 27.406260", \
+					  "4.763749, 11.392180, 16.030840, 20.010850, 23.759800, 27.420660", \
+					  "4.759946, 11.394460, 16.028030, 20.032330, 23.769350, 27.414850");
+				}
+			}
+			timing () {
+				related_pin : "A";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				when : "!IE&OE&!PDRV0&PDRV1&!SL";
+				sdf_cond : "IE==1'b0&&OE==1'b1&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b0";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.216611, 9.216611, 15.216611, 21.216611, 27.216611, 33.216611");
+					values("8.201587, 9.335848, 10.408200, 11.470520, 12.531330, 13.592890", \
+					  "8.323618, 9.457949, 10.530310, 11.593500, 12.655660, 13.716060", \
+					  "8.465683, 9.599859, 10.672280, 11.733940, 12.797550, 13.857780");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.216611, 9.216611, 15.216611, 21.216611, 27.216611, 33.216611");
+					values("1.676616, 3.562629, 5.569798, 7.612663, 9.672116, 11.737620", \
+					  "1.671894, 3.564854, 5.551319, 7.616417, 9.655687, 11.711970", \
+					  "1.674116, 3.564868, 5.557740, 7.596888, 9.654614, 11.737170");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.216611, 9.216611, 15.216611, 21.216611, 27.216611, 33.216611");
+					values("8.488431, 9.552892, 10.342190, 11.072260, 11.780260, 12.479840", \
+					  "8.622768, 9.687002, 10.476600, 11.206150, 11.914170, 12.614190", \
+					  "8.812246, 9.876471, 10.666080, 11.395620, 12.103650, 12.803690");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.216611, 9.216611, 15.216611, 21.216611, 27.216611, 33.216611");
+					values("1.665484, 2.910119, 4.063204, 5.253799, 6.498155, 7.738995", \
+					  "1.665832, 2.910985, 4.062723, 5.256129, 6.475655, 7.744958", \
+					  "1.665837, 2.911082, 4.062614, 5.256041, 6.475478, 7.745077");
+				}
+			}
+			timing () {
+				related_pin : "A";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				when : "!IE&OE&!PDRV0&PDRV1&SL";
+				sdf_cond : "IE==1'b0&&OE==1'b1&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b1";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.216611, 9.216611, 15.216611, 21.216611, 27.216611, 33.216611");
+					values("8.731039, 11.236390, 12.688960, 13.903150, 15.028100, 16.118670", \
+					  "8.852051, 11.358390, 12.818050, 14.023680, 15.150290, 16.238940", \
+					  "8.995123, 11.500390, 12.966790, 14.169600, 15.297370, 16.385500");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.216611, 9.216611, 15.216611, 21.216611, 27.216611, 33.216611");
+					values("3.543501, 5.978843, 7.709980, 9.401502, 11.149330, 13.019470", \
+					  "3.557842, 5.979510, 7.731328, 9.406646, 11.170710, 12.995470", \
+					  "3.558236, 5.976242, 7.723114, 9.404105, 11.161410, 13.002550");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.216611, 9.216611, 15.216611, 21.216611, 27.216611, 33.216611");
+					values("8.312926, 9.778693, 11.209200, 12.626360, 14.003490, 15.306590", \
+					  "8.446115, 9.911182, 11.342470, 12.759740, 14.136440, 15.440110", \
+					  "8.635587, 10.100660, 11.531950, 12.949220, 14.325920, 15.629580");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.216611, 9.216611, 15.216611, 21.216611, 27.216611, 33.216611");
+					values("1.733273, 4.367424, 6.926013, 9.130110, 11.016150, 12.680150", \
+					  "1.733908, 4.369838, 6.927465, 9.128766, 11.019940, 12.700410", \
+					  "1.733904, 4.369871, 6.927432, 9.128734, 11.019920, 12.700460");
+				}
+			}
+			timing () {
+				related_pin : "A";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				when : "!IE&OE&PDRV0&!PDRV1&!SL";
+				sdf_cond : "IE==1'b0&&OE==1'b1&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b0";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.216611, 9.216611, 15.216611, 21.216611, 27.216611, 33.216611");
+					values("8.535890, 10.165930, 11.763100, 13.355390, 14.944660, 16.534690", \
+					  "8.657356, 10.287960, 11.884830, 13.475960, 15.064540, 16.652340", \
+					  "8.799976, 10.431570, 12.027730, 13.618230, 15.209650, 16.797800");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.216611, 9.216611, 15.216611, 21.216611, 27.216611, 33.216611");
+					values("2.167889, 5.132065, 8.190297, 11.308030, 14.399890, 17.518300", \
+					  "2.161440, 5.133115, 8.195820, 11.297970, 14.370530, 17.484650", \
+					  "2.163688, 5.123419, 8.195836, 11.285190, 14.394660, 17.471740");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.216611, 9.216611, 15.216611, 21.216611, 27.216611, 33.216611");
+					values("8.815098, 10.115770, 11.206710, 12.260210, 13.302810, 14.342850", \
+					  "8.949446, 10.249400, 11.340590, 12.393860, 13.437850, 14.478210", \
+					  "9.138901, 10.438870, 11.530070, 12.583340, 13.627320, 14.667680");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.216611, 9.216611, 15.216611, 21.216611, 27.216611, 33.216611");
+					values("2.034346, 3.766291, 5.577376, 7.451698, 9.353490, 11.291810", \
+					  "2.035406, 3.775177, 5.578833, 7.452347, 9.342560, 11.256720", \
+					  "2.035374, 3.775181, 5.578831, 7.452347, 9.342545, 11.256640");
+				}
+			}
+			timing () {
+				related_pin : "A";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				when : "!IE&OE&PDRV0&!PDRV1&SL";
+				sdf_cond : "IE==1'b0&&OE==1'b1&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b1";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.216611, 9.216611, 15.216611, 21.216611, 27.216611, 33.216611");
+					values("9.678904, 12.426180, 14.247420, 15.899130, 17.509360, 19.106920", \
+					  "9.799515, 12.550240, 14.367370, 16.017610, 17.629740, 19.226710", \
+					  "9.942782, 12.690090, 14.511640, 16.163300, 17.773680, 19.370830");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.216611, 9.216611, 15.216611, 21.216611, 27.216611, 33.216611");
+					values("4.436127, 7.369526, 9.926481, 12.587170, 15.460720, 18.351100", \
+					  "4.439361, 7.357130, 9.913512, 12.584950, 15.418010, 18.325220", \
+					  "4.435566, 7.358638, 9.921881, 12.595970, 15.434640, 18.332980");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.216611, 9.216611, 15.216611, 21.216611, 27.216611, 33.216611");
+					values("8.688607, 10.852330, 12.984800, 15.016130, 16.857510, 18.510560", \
+					  "8.822262, 10.984910, 13.118170, 15.147150, 16.981720, 18.640170", \
+					  "9.011722, 11.174310, 13.307630, 15.336490, 17.171160, 18.829620");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.216611, 9.216611, 15.216611, 21.216611, 27.216611, 33.216611");
+					values("2.477265, 6.417870, 9.738970, 12.408250, 14.706480, 16.820790", \
+					  "2.480805, 6.434579, 9.745208, 12.413800, 14.701310, 16.827230", \
+					  "2.480722, 6.434710, 9.746389, 12.413200, 14.704930, 16.824910");
+				}
+			}
+			timing () {
+				related_pin : "A";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				when : "!IE&OE&PDRV0&PDRV1&!SL";
+				sdf_cond : "IE==1'b0&&OE==1'b1&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b0";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.216611, 9.216611, 15.216611, 21.216611, 27.216611, 33.216611");
+					values("8.035793, 8.938578, 9.751981, 10.553980, 11.352360, 12.148620", \
+					  "8.156993, 9.059985, 9.873614, 10.675390, 11.473870, 12.270170", \
+					  "8.299888, 9.202669, 10.016070, 10.818070, 11.616440, 12.412710");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.216611, 9.216611, 15.216611, 21.216611, 27.216611, 33.216611");
+					values("1.483931, 2.809474, 4.283160, 5.799648, 7.336978, 8.869471", \
+					  "1.484908, 2.809927, 4.275790, 5.790018, 7.301653, 8.850362", \
+					  "1.483913, 2.809466, 4.277628, 5.786949, 7.300731, 8.855756");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.216611, 9.216611, 15.216611, 21.216611, 27.216611, 33.216611");
+					values("8.235340, 9.210608, 9.863061, 10.438580, 10.986980, 11.521030", \
+					  "8.369861, 9.344110, 9.996410, 10.573380, 11.121420, 11.656090", \
+					  "8.559334, 9.533583, 10.185870, 10.762860, 11.310890, 11.845560");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.216611, 9.216611, 15.216611, 21.216611, 27.216611, 33.216611");
+					values("1.431512, 2.477080, 3.337795, 4.200919, 5.094195, 6.012010", \
+					  "1.437361, 2.476133, 3.342361, 4.201826, 5.096137, 6.011429", \
+					  "1.437368, 2.476126, 3.342338, 4.201898, 5.096157, 6.011422");
+				}
+			}
+			timing () {
+				related_pin : "A";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				when : "!IE&OE&PDRV0&PDRV1&SL";
+				sdf_cond : "IE==1'b0&&OE==1'b1&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b1";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.216611, 9.216611, 15.216611, 21.216611, 27.216611, 33.216611");
+					values("8.226640, 10.481760, 11.813330, 12.839140, 13.741840, 14.599360", \
+					  "8.347209, 10.601010, 11.935290, 12.964110, 13.866940, 14.721620", \
+					  "8.490590, 10.745270, 12.077650, 13.102960, 14.005810, 14.863330");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.216611, 9.216611, 15.216611, 21.216611, 27.216611, 33.216611");
+					values("2.926025, 5.196975, 6.610978, 7.913322, 9.163112, 10.458620", \
+					  "2.923959, 5.184031, 6.622604, 7.900046, 9.172277, 10.471250", \
+					  "2.920288, 5.196282, 6.618568, 7.901622, 9.168446, 10.457190");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.216611, 9.216611, 15.216611, 21.216611, 27.216611, 33.216611");
+					values("8.096051, 9.220449, 10.298940, 11.369280, 12.430840, 13.469910", \
+					  "8.229394, 9.353776, 10.432270, 11.502590, 12.564350, 13.603040", \
+					  "8.418747, 9.543300, 10.621770, 11.692030, 12.753300, 13.792890");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.216611, 9.216611, 15.216611, 21.216611, 27.216611, 33.216611");
+					values("1.361263, 3.320230, 5.307607, 7.152503, 8.787561, 10.228540", \
+					  "1.361733, 3.320137, 5.307567, 7.152466, 8.790349, 10.222250", \
+					  "1.360777, 3.321216, 5.308753, 7.147409, 8.786139, 10.234790");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "A&!IE&!PDRV0&!PDRV1&!SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b0";
+				timing_type : "three_state_enable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.216611, 9.216611, 15.216611, 21.216611, 27.216611, 33.216611");
+					values("8.115018, 11.302110, 14.483240, 17.658380, 20.839130, 24.020670", \
+					  "8.225185, 11.413890, 14.592030, 17.769510, 20.942760, 24.128570", \
+					  "8.325642, 11.514500, 14.693440, 17.868180, 21.045950, 24.230880");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.216611, 9.216611, 15.216611, 21.216611, 27.216611, 33.216611");
+					values("3.857659, 9.981318, 16.188790, 22.416020, 28.615640, 34.809680", \
+					  "3.858504, 9.962584, 16.198140, 22.389740, 28.612810, 34.822080", \
+					  "3.868652, 9.982343, 16.190990, 22.374230, 28.640150, 34.839880");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "A&!IE&!PDRV0&!PDRV1&SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b1";
+				timing_type : "three_state_enable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.216611, 9.216611, 15.216611, 21.216611, 27.216611, 33.216611");
+					values("10.117860, 13.855960, 17.082520, 20.268380, 23.445050, 26.627060", \
+					  "10.229460, 13.968680, 17.194260, 20.380650, 23.559040, 26.739710", \
+					  "10.329380, 14.068040, 17.293880, 20.479310, 23.654750, 26.836680");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.216611, 9.216611, 15.216611, 21.216611, 27.216611, 33.216611");
+					values("6.392112, 11.551050, 17.161870, 23.055580, 29.038080, 35.242610", \
+					  "6.396376, 11.540990, 17.177560, 23.074400, 29.117670, 35.243290", \
+					  "6.392906, 11.555910, 17.143740, 23.006890, 29.099990, 35.210060");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "A&!IE&!PDRV0&PDRV1&!SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b0";
+				timing_type : "three_state_enable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.216611, 9.216611, 15.216611, 21.216611, 27.216611, 33.216611");
+					values("7.049731, 8.182723, 9.249479, 10.309220, 11.368920, 12.428080", \
+					  "7.166164, 8.297789, 9.364979, 10.425750, 11.485600, 12.544560", \
+					  "7.285505, 8.417859, 9.484917, 10.543730, 11.604980, 12.664260");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.216611, 9.216611, 15.216611, 21.216611, 27.216611, 33.216611");
+					values("1.839925, 3.617943, 5.579872, 7.643600, 9.680455, 11.727410", \
+					  "1.843578, 3.621482, 5.590568, 7.627726, 9.667893, 11.738930", \
+					  "1.844185, 3.620888, 5.581503, 7.613820, 9.675333, 11.735120");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "A&!IE&!PDRV0&PDRV1&SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b1";
+				timing_type : "three_state_enable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.216611, 9.216611, 15.216611, 21.216611, 27.216611, 33.216611");
+					values("7.473213, 10.045740, 11.534360, 12.757050, 13.883030, 14.972350", \
+					  "7.588697, 10.161310, 11.649040, 12.871580, 13.998110, 15.087560", \
+					  "7.708166, 10.281330, 11.770370, 12.986300, 14.119830, 15.208950");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.216611, 9.216611, 15.216611, 21.216611, 27.216611, 33.216611");
+					values("3.629067, 6.132658, 7.912014, 9.581941, 11.281990, 13.094870", \
+					  "3.628388, 6.133257, 7.911662, 9.586057, 11.317610, 13.102440", \
+					  "3.626609, 6.141054, 7.909587, 9.583945, 11.305780, 13.094170");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "A&!IE&PDRV0&!PDRV1&!SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b0";
+				timing_type : "three_state_enable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.216611, 9.216611, 15.216611, 21.216611, 27.216611, 33.216611");
+					values("7.155304, 8.775866, 10.368020, 11.954490, 13.545330, 15.132450", \
+					  "7.265311, 8.886120, 10.478000, 12.066220, 13.656460, 15.243970", \
+					  "7.366640, 8.986750, 10.578340, 12.168820, 13.756450, 15.346010");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.216611, 9.216611, 15.216611, 21.216611, 27.216611, 33.216611");
+					values("2.246680, 5.140696, 8.202914, 11.276940, 14.384290, 17.490000", \
+					  "2.244407, 5.136636, 8.205300, 11.283310, 14.401990, 17.470200", \
+					  "2.237209, 5.150114, 8.197076, 11.300900, 14.393350, 17.509640");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "A&!IE&PDRV0&!PDRV1&SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b1";
+				timing_type : "three_state_enable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.216611, 9.216611, 15.216611, 21.216611, 27.216611, 33.216611");
+					values("8.191712, 11.023260, 12.850050, 14.507430, 16.118720, 17.716000", \
+					  "8.302300, 11.133840, 12.960690, 14.617940, 16.229340, 17.826550", \
+					  "8.405257, 11.237300, 13.064200, 14.721270, 16.332820, 17.929930");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.216611, 9.216611, 15.216611, 21.216611, 27.216611, 33.216611");
+					values("4.550280, 7.530548, 10.055930, 12.692890, 15.515870, 18.386160", \
+					  "4.550329, 7.529946, 10.055860, 12.693190, 15.514400, 18.402830", \
+					  "4.550742, 7.530095, 10.056630, 12.694250, 15.512270, 18.375880");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "A&!IE&PDRV0&PDRV1&!SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b0";
+				timing_type : "three_state_enable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.216611, 9.216611, 15.216611, 21.216611, 27.216611, 33.216611");
+					values("6.786503, 7.704894, 8.514251, 9.311772, 10.108340, 10.903360", \
+					  "6.900275, 7.819156, 8.628583, 9.426393, 10.222810, 11.017690", \
+					  "7.013509, 7.934835, 8.744127, 9.541317, 10.337630, 11.132800");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.216611, 9.216611, 15.216611, 21.216611, 27.216611, 33.216611");
+					values("1.688720, 2.907667, 4.321498, 5.823451, 7.347674, 8.875917", \
+					  "1.688317, 2.909545, 4.319827, 5.822069, 7.351736, 8.891332", \
+					  "1.689017, 2.907232, 4.332336, 5.818510, 7.344041, 8.875298");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "A&!IE&PDRV0&PDRV1&SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b1";
+				timing_type : "three_state_enable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.216611, 9.216611, 15.216611, 21.216611, 27.216611, 33.216611");
+					values("6.897636, 9.170041, 10.548760, 11.588640, 12.498560, 13.362280", \
+					  "7.012105, 9.281726, 10.664600, 11.703200, 12.613560, 13.476380", \
+					  "7.127856, 9.404335, 10.777180, 11.818640, 12.729520, 13.591350");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.216611, 9.216611, 15.216611, 21.216611, 27.216611, 33.216611");
+					values("2.961652, 5.325290, 6.789770, 8.081721, 9.340570, 10.611350", \
+					  "2.963172, 5.331829, 6.790477, 8.083339, 9.331026, 10.600460", \
+					  "2.964327, 5.331818, 6.796965, 8.088564, 9.330408, 10.611140");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "!A&!IE&!PDRV0&!PDRV1&!SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b0";
+				timing_type : "three_state_enable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.216611, 9.216611, 15.216611, 21.216611, 27.216611, 33.216611");
+					values("6.202561, 8.399152, 10.485730, 12.565290, 14.643500, 16.715490", \
+					  "6.324060, 8.520241, 10.605670, 12.685710, 14.763450, 16.836750", \
+					  "6.462021, 8.659113, 10.744260, 12.824170, 14.900830, 16.980300");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.216611, 9.216611, 15.216611, 21.216611, 27.216611, 33.216611");
+					values("3.087868, 6.656366, 10.456430, 14.317900, 18.237290, 22.191170", \
+					  "3.082770, 6.667626, 10.466240, 14.348200, 18.270700, 22.187110", \
+					  "3.087868, 6.669459, 10.467440, 14.363360, 18.270650, 22.168690");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "!A&!IE&!PDRV0&!PDRV1&SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b1";
+				timing_type : "three_state_enable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.216611, 9.216611, 15.216611, 21.216611, 27.216611, 33.216611");
+					values("6.491222, 10.730920, 14.438630, 17.485260, 20.132700, 22.560410", \
+					  "6.612416, 10.852210, 14.561280, 17.602000, 20.259420, 22.685420", \
+					  "6.750832, 10.988900, 14.695330, 17.740210, 20.400180, 22.818210");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.216611, 9.216611, 15.216611, 21.216611, 27.216611, 33.216611");
+					values("4.772363, 11.438080, 16.085010, 20.079750, 23.841400, 27.440580", \
+					  "4.766252, 11.428520, 16.081350, 20.094750, 23.823790, 27.482960", \
+					  "4.768983, 11.441820, 16.094270, 20.119750, 23.832520, 27.439350");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "!A&!IE&!PDRV0&PDRV1&!SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b0";
+				timing_type : "three_state_enable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.216611, 9.216611, 15.216611, 21.216611, 27.216611, 33.216611");
+					values("5.343518, 6.464204, 7.266839, 8.000233, 8.709383, 9.408959", \
+					  "5.464682, 6.585325, 7.387748, 8.121152, 8.829997, 9.529992", \
+					  "5.602943, 6.723676, 7.526239, 8.259678, 8.968708, 9.668198");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.216611, 9.216611, 15.216611, 21.216611, 27.216611, 33.216611");
+					values("1.759090, 3.017660, 4.169718, 5.342055, 6.549107, 7.790570", \
+					  "1.760457, 3.014029, 4.169673, 5.346215, 6.550992, 7.791770", \
+					  "1.760165, 3.017024, 4.170751, 5.345493, 6.553528, 7.785162");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "!A&!IE&!PDRV0&PDRV1&SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b1";
+				timing_type : "three_state_enable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.216611, 9.216611, 15.216611, 21.216611, 27.216611, 33.216611");
+					values("5.210657, 6.661474, 8.084096, 9.496775, 10.875120, 12.181800", \
+					  "5.331575, 6.781676, 8.204516, 9.618817, 10.995250, 12.304770", \
+					  "5.470090, 6.921014, 8.343491, 9.756212, 11.134870, 12.442420");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.216611, 9.216611, 15.216611, 21.216611, 27.216611, 33.216611");
+					values("1.826418, 4.402764, 6.949410, 9.163454, 11.059560, 12.755300", \
+					  "1.828541, 4.390584, 6.945094, 9.156541, 11.066310, 12.748620", \
+					  "1.825450, 4.398034, 6.938074, 9.166206, 11.062410, 12.742610");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "!A&!IE&PDRV0&!PDRV1&!SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b0";
+				timing_type : "three_state_enable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.216611, 9.216611, 15.216611, 21.216611, 27.216611, 33.216611");
+					values("5.363948, 6.679319, 7.772041, 8.824271, 9.867930, 10.907940", \
+					  "5.486167, 6.800645, 7.892359, 8.945553, 9.987424, 11.026760", \
+					  "5.623109, 6.938440, 8.031137, 9.082985, 10.127050, 11.167050");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.216611, 9.216611, 15.216611, 21.216611, 27.216611, 33.216611");
+					values("2.126787, 3.851992, 5.610724, 7.477380, 9.353497, 11.291200", \
+					  "2.126065, 3.844759, 5.612118, 7.479136, 9.368638, 11.303540", \
+					  "2.126713, 3.851452, 5.611230, 7.472643, 9.355606, 11.285760");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "!A&!IE&PDRV0&!PDRV1&SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b1";
+				timing_type : "three_state_enable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.216611, 9.216611, 15.216611, 21.216611, 27.216611, 33.216611");
+					values("5.216942, 7.362889, 9.491829, 11.531480, 13.384350, 15.037530", \
+					  "5.336973, 7.483949, 9.611682, 11.647780, 13.497560, 15.159470", \
+					  "5.475837, 7.621864, 9.750686, 11.789720, 13.640100, 15.291650");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.216611, 9.216611, 15.216611, 21.216611, 27.216611, 33.216611");
+					values("2.496311, 6.432626, 9.797011, 12.451760, 14.777870, 16.884030", \
+					  "2.506716, 6.443503, 9.779629, 12.449220, 14.784940, 16.876700", \
+					  "2.499737, 6.438233, 9.777689, 12.448570, 14.773960, 16.884620");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "!A&!IE&PDRV0&PDRV1&!SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b0";
+				timing_type : "three_state_enable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.216611, 9.216611, 15.216611, 21.216611, 27.216611, 33.216611");
+					values("4.986531, 5.983634, 6.657349, 7.241116, 7.791706, 8.327329", \
+					  "5.107327, 6.104654, 6.778481, 7.362348, 7.912966, 8.448742", \
+					  "5.246146, 6.243181, 6.916528, 7.500480, 8.051110, 8.586782");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.216611, 9.216611, 15.216611, 21.216611, 27.216611, 33.216611");
+					values("1.554408, 2.573488, 3.442147, 4.304509, 5.182303, 6.080545", \
+					  "1.552918, 2.570802, 3.442490, 4.307429, 5.184539, 6.075279", \
+					  "1.556090, 2.573405, 3.442248, 4.302926, 5.179537, 6.084600");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "!A&!IE&PDRV0&PDRV1&SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b1";
+				timing_type : "three_state_enable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.216611, 9.216611, 15.216611, 21.216611, 27.216611, 33.216611");
+					values("4.867040, 5.983939, 7.054667, 8.119933, 9.180407, 10.222450", \
+					  "4.989182, 6.104892, 7.175812, 8.240844, 9.301588, 10.343890", \
+					  "5.126564, 6.243947, 7.313469, 8.380170, 9.440821, 10.481860");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.216611, 9.216611, 15.216611, 21.216611, 27.216611, 33.216611");
+					values("1.507433, 3.387680, 5.331231, 7.192301, 8.830622, 10.288100", \
+					  "1.508388, 3.383954, 5.334686, 7.190020, 8.836732, 10.293390", \
+					  "1.507242, 3.380609, 5.333157, 7.188794, 8.827910, 10.291260");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "!A&!IE&!PDRV0&!PDRV1&!SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b0";
+				timing_type : "three_state_disable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.216611, 9.216611, 15.216611, 21.216611, 27.216611, 33.216611");
+					values("3.427308, 3.427309, 3.427310, 3.427311, 3.427312, 3.427313", \
+					  "3.556994, 3.556995, 3.556996, 3.556997, 3.556998, 3.556999", \
+					  "3.737376, 3.737377, 3.737378, 3.737379, 3.737380, 3.737381");
+				}
+				rise_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "!A&!IE&!PDRV0&!PDRV1&SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b1";
+				timing_type : "three_state_disable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.216611, 9.216611, 15.216611, 21.216611, 27.216611, 33.216611");
+					values("3.399544, 3.399545, 3.399546, 3.399547, 3.399548, 3.399549", \
+					  "3.526304, 3.526305, 3.526306, 3.526307, 3.526308, 3.526309", \
+					  "3.709939, 3.709940, 3.709941, 3.709942, 3.709943, 3.709944");
+				}
+				rise_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "!A&!IE&!PDRV0&PDRV1&!SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b0";
+				timing_type : "three_state_disable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.216611, 9.216611, 15.216611, 21.216611, 27.216611, 33.216611");
+					values("3.734705, 3.734706, 3.734707, 3.734708, 3.734709, 3.734710", \
+					  "3.865092, 3.866984, 3.866985, 3.866986, 3.866987, 3.866988", \
+					  "4.055856, 4.055857, 4.055858, 4.055859, 4.055860, 4.055861");
+				}
+				rise_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "!A&!IE&!PDRV0&PDRV1&SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b1";
+				timing_type : "three_state_disable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.216611, 9.216611, 15.216611, 21.216611, 27.216611, 33.216611");
+					values("3.724288, 3.724289, 3.724290, 3.724291, 3.724292, 3.724293", \
+					  "3.854808, 3.854809, 3.854810, 3.854811, 3.854812, 3.854813", \
+					  "4.041431, 4.041432, 4.041433, 4.041434, 4.041435, 4.041436");
+				}
+				rise_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "!A&!IE&PDRV0&!PDRV1&!SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b0";
+				timing_type : "three_state_disable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.216611, 9.216611, 15.216611, 21.216611, 27.216611, 33.216611");
+					values("3.403384, 3.403385, 3.403386, 3.403387, 3.403388, 3.403389", \
+					  "3.534530, 3.534531, 3.534532, 3.534533, 3.534534, 3.534535", \
+					  "3.733837, 3.733838, 3.733839, 3.733840, 3.733841, 3.733842");
+				}
+				rise_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "!A&!IE&PDRV0&!PDRV1&SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b1";
+				timing_type : "three_state_disable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.216611, 9.216611, 15.216611, 21.216611, 27.216611, 33.216611");
+					values("3.395787, 3.395788, 3.395789, 3.395790, 3.395791, 3.395792", \
+					  "3.528995, 3.528996, 3.528997, 3.528998, 3.528999, 3.529000", \
+					  "3.716875, 3.716876, 3.716877, 3.716878, 3.716879, 3.716880");
+				}
+				rise_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "!A&!IE&PDRV0&PDRV1&!SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b0";
+				timing_type : "three_state_disable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.216611, 9.216611, 15.216611, 21.216611, 27.216611, 33.216611");
+					values("3.680794, 3.680795, 3.680796, 3.680797, 3.680798, 3.680799", \
+					  "3.814030, 3.814031, 3.814032, 3.814033, 3.814034, 3.814035", \
+					  "3.999183, 3.999184, 3.999185, 3.999186, 3.999187, 3.999188");
+				}
+				rise_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "!A&!IE&PDRV0&PDRV1&SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b1";
+				timing_type : "three_state_disable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.216611, 9.216611, 15.216611, 21.216611, 27.216611, 33.216611");
+					values("3.676300, 3.676301, 3.676302, 3.676303, 3.676304, 3.676305", \
+					  "3.807198, 3.807199, 3.807200, 3.807201, 3.807202, 3.807203", \
+					  "3.990869, 3.990870, 3.990871, 3.990872, 3.990873, 3.990874");
+				}
+				rise_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "A&!IE&!PDRV0&!PDRV1&!SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b0";
+				timing_type : "three_state_disable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.216611, 9.216611, 15.216611, 21.216611, 27.216611, 33.216611");
+					values("4.110291, 4.110292, 4.110293, 4.110294, 4.110295, 4.110296", \
+					  "4.245863, 4.245864, 4.245865, 4.245866, 4.245867, 4.245868", \
+					  "4.435444, 4.435445, 4.435446, 4.435447, 4.435448, 4.435449");
+				}
+				fall_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "A&!IE&!PDRV0&!PDRV1&SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b1";
+				timing_type : "three_state_disable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.216611, 9.216611, 15.216611, 21.216611, 27.216611, 33.216611");
+					values("4.118516, 4.118517, 4.118518, 4.118519, 4.118520, 4.118521", \
+					  "4.243412, 4.243413, 4.243414, 4.243415, 4.243416, 4.243417", \
+					  "4.437039, 4.437040, 4.437041, 4.437042, 4.437043, 4.437044");
+				}
+				fall_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "A&!IE&!PDRV0&PDRV1&!SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b0";
+				timing_type : "three_state_disable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.216611, 9.216611, 15.216611, 21.216611, 27.216611, 33.216611");
+					values("4.801488, 4.801489, 4.801490, 4.801491, 4.801492, 4.801493", \
+					  "4.939520, 4.939521, 4.939522, 4.939523, 4.939524, 4.939525", \
+					  "5.129385, 5.129386, 5.129387, 5.129388, 5.129389, 5.129390");
+				}
+				fall_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "A&!IE&!PDRV0&PDRV1&SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b1";
+				timing_type : "three_state_disable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.216611, 9.216611, 15.216611, 21.216611, 27.216611, 33.216611");
+					values("4.801275, 4.801276, 4.801277, 4.801278, 4.801279, 4.801280", \
+					  "4.938624, 4.938625, 4.938626, 4.938627, 4.938628, 4.938629", \
+					  "5.127822, 5.127823, 5.127824, 5.127825, 5.127826, 5.127827");
+				}
+				fall_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "A&!IE&PDRV0&!PDRV1&!SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b0";
+				timing_type : "three_state_disable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.216611, 9.216611, 15.216611, 21.216611, 27.216611, 33.216611");
+					values("4.093074, 4.093075, 4.093076, 4.093077, 4.093078, 4.093079", \
+					  "4.223620, 4.223621, 4.223622, 4.223623, 4.223624, 4.223625", \
+					  "4.412016, 4.412017, 4.412018, 4.412019, 4.412020, 4.412021");
+				}
+				fall_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "A&!IE&PDRV0&!PDRV1&SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b1";
+				timing_type : "three_state_disable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.216611, 9.216611, 15.216611, 21.216611, 27.216611, 33.216611");
+					values("4.099439, 4.099440, 4.099441, 4.099442, 4.099443, 4.099444", \
+					  "4.234357, 4.234358, 4.234359, 4.234360, 4.234361, 4.234362", \
+					  "4.422254, 4.422255, 4.422256, 4.422257, 4.422258, 4.422259");
+				}
+				fall_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "A&!IE&PDRV0&PDRV1&!SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b0";
+				timing_type : "three_state_disable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.216611, 9.216611, 15.216611, 21.216611, 27.216611, 33.216611");
+					values("4.767866, 4.767867, 4.767868, 4.767869, 4.767870, 4.767871", \
+					  "4.907430, 4.907431, 4.907432, 4.907433, 4.907434, 4.907435", \
+					  "5.096926, 5.096927, 5.096928, 5.096929, 5.096930, 5.096931");
+				}
+				fall_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "A&!IE&PDRV0&PDRV1&SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b1";
+				timing_type : "three_state_disable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.216611, 9.216611, 15.216611, 21.216611, 27.216611, 33.216611");
+					values("4.768649, 4.768650, 4.768651, 4.768652, 4.768653, 4.768654", \
+					  "4.907762, 4.907763, 4.907764, 4.907765, 4.907766, 4.907767", \
+					  "5.095491, 5.095492, 5.095493, 5.095494, 5.095495, 5.095496");
+				}
+				fall_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("-9.404739, -9.399035, -9.419245");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("9.218231, 9.439732, 9.453173");
+				}
+			}
+		}
+		pin ("Y") {
+			function : "((IE*PAD))";
+			direction : "output";
+			max_capacitance : 0.500000;
+			output_signal_level : "VDD";
+			internal_power () {
+				related_pin : "IE";
+				when : "!CS&!OE&PAD";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("0.927662, 0.931096, 0.935519, 0.939228, 0.934194, 0.927754", \
+					  "0.663318, 0.665875, 0.678834, 0.699560, 0.672743, 0.643333", \
+					  "0.608012, 0.625109, 0.618359, 0.622812, 0.620463, 0.617210");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("1.079061, 1.096507, 1.113971, 1.136825, 1.141973, 1.144165", \
+					  "0.863200, 0.867602, 0.964878, 0.985336, 0.962155, 0.902224", \
+					  "0.881696, 0.869078, 0.953636, 0.785535, 0.993560, 0.804897");
+				}
+			}
+			internal_power () {
+				related_pin : "IE";
+				when : "CS&!OE&PAD";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("1.037950, 1.041131, 1.045524, 1.046456, 1.049560, 1.052161", \
+					  "0.775243, 0.778962, 0.780433, 0.783279, 0.782243, 0.782565", \
+					  "0.717381, 0.720876, 0.725996, 0.730036, 0.724694, 0.719168");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("1.143735, 1.165901, 1.194094, 1.227864, 1.233311, 1.236258", \
+					  "0.946040, 0.952521, 1.002785, 1.023731, 1.029278, 1.051393", \
+					  "0.921953, 0.942379, 0.986564, 1.011089, 1.017650, 0.978049");
+				}
+			}
+			internal_power () {
+				related_pin : "PAD";
+				when : "!CS&IE&!OE";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("0.541351, 0.542164, 0.539616, 0.518394, 0.521960, 0.513691", \
+					  "0.516015, 0.517871, 0.516193, 0.503292, 0.497615, 0.497911", \
+					  "0.538725, 0.539259, 0.537837, 0.526110, 0.521533, 0.506713");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("0.814109, 0.836089, 0.864699, 0.912829, 0.924409, 0.932869", \
+					  "0.582718, 0.604628, 0.634008, 0.680618, 0.693228, 0.701968", \
+					  "0.559157, 0.578057, 0.610847, 0.656507, 0.670377, 0.686637");
+				}
+			}
+			internal_power () {
+				related_pin : "PAD";
+				when : "CS&IE&!OE";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("0.679289, 0.679359, 0.678573, 0.666344, 0.661268, 0.662381", \
+					  "0.674233, 0.674920, 0.674203, 0.665820, 0.661395, 0.656948", \
+					  "0.693156, 0.693789, 0.692771, 0.678030, 0.677314, 0.677979");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("1.036889, 1.067219, 1.113879, 1.212089, 1.243499, 1.267069", \
+					  "0.754818, 0.785308, 0.831378, 0.930198, 0.960818, 0.985888", \
+					  "0.715277, 0.745957, 0.792477, 0.893067, 0.923247, 0.947777");
+				}
+			}
+			internal_power () {
+				related_pin : "IE";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("0.982806, 0.986114, 0.990521, 0.992842, 0.991877, 0.989957", \
+					  "0.719280, 0.722419, 0.729634, 0.741419, 0.727493, 0.712949", \
+					  "0.662697, 0.672992, 0.672177, 0.676424, 0.672578, 0.668189");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("1.111398, 1.131204, 1.154033, 1.182345, 1.187642, 1.190212", \
+					  "0.904620, 0.910061, 0.983831, 1.004533, 0.995716, 0.976808", \
+					  "0.901825, 0.905728, 0.970100, 0.898312, 1.005605, 0.891473");
+				}
+			}
+			internal_power () {
+				related_pin : "PAD";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("0.610320, 0.610761, 0.609094, 0.592369, 0.591614, 0.588036", \
+					  "0.595124, 0.596395, 0.595198, 0.584556, 0.579505, 0.577430", \
+					  "0.615941, 0.616524, 0.615304, 0.602070, 0.599423, 0.592346");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("0.925499, 0.951654, 0.989289, 1.062459, 1.083954, 1.099969", \
+					  "0.668768, 0.694968, 0.732693, 0.805408, 0.827023, 0.843928", \
+					  "0.637217, 0.662007, 0.701662, 0.774787, 0.796812, 0.817207");
+				}
+			}
+			timing () {
+				related_pin : "IE";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				when : "!CS&!OE&PAD";
+				sdf_cond : "CS==1'b0&&OE==1'b0&&PAD==1'b1";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("5.644153, 5.842228, 6.073351, 6.731629, 7.044807, 7.357375", \
+					  "5.786691, 5.984619, 6.214609, 6.870180, 7.185762, 7.500982", \
+					  "5.951078, 6.148336, 6.380075, 7.035774, 7.351801, 7.666597");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.537348, 0.771888, 1.097922, 2.230334, 2.811079, 3.404057", \
+					  "0.537012, 0.769227, 1.100634, 2.229705, 2.811426, 3.415245", \
+					  "0.540087, 0.770512, 1.095504, 2.227987, 2.818333, 3.404814");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("4.852952, 4.990921, 5.150884, 5.579738, 5.775211, 5.967399", \
+					  "5.008507, 5.146951, 5.307036, 5.735982, 5.930721, 6.122058", \
+					  "5.206605, 5.344664, 5.505186, 5.934099, 6.129967, 6.320305");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.292109, 0.455180, 0.666726, 1.339605, 1.674518, 2.017183", \
+					  "0.294681, 0.454455, 0.665452, 1.338144, 1.676774, 2.019676", \
+					  "0.293142, 0.454587, 0.666264, 1.339740, 1.676806, 2.020180");
+				}
+			}
+			timing () {
+				related_pin : "IE";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				when : "CS&!OE&PAD";
+				sdf_cond : "CS==1'b1&&OE==1'b0&&PAD==1'b1";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("5.846124, 6.044710, 6.276175, 6.931058, 7.246505, 7.560522", \
+					  "5.988186, 6.185413, 6.417024, 7.072737, 7.387427, 7.703589", \
+					  "6.153206, 6.351556, 6.582118, 7.240686, 7.553997, 7.866472");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.540251, 0.769008, 1.097692, 2.230984, 2.811660, 3.400348", \
+					  "0.540044, 0.770400, 1.096037, 2.234124, 2.809422, 3.407794", \
+					  "0.537453, 0.771617, 1.098163, 2.228256, 2.810723, 3.404990");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("5.158601, 5.296882, 5.455355, 5.884237, 6.079770, 6.271513", \
+					  "5.313713, 5.451484, 5.611661, 6.040543, 6.236071, 6.427471", \
+					  "5.512856, 5.650741, 5.810754, 6.239653, 6.435154, 6.626242");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.292501, 0.451232, 0.665571, 1.337582, 1.678447, 2.019579", \
+					  "0.295956, 0.455287, 0.666744, 1.340554, 1.677037, 2.020428", \
+					  "0.293464, 0.455545, 0.665602, 1.339731, 1.677862, 2.017909");
+				}
+			}
+			timing () {
+				related_pin : "PAD";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				when : "!CS&IE&!OE";
+				sdf_cond : "CS==1'b0&&IE==1'b1&&OE==1'b0";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("3.920035, 4.116631, 4.349007, 5.008386, 5.319585, 5.635205", \
+					  "4.061401, 4.260920, 4.491348, 5.148931, 5.465001, 5.778733", \
+					  "4.217111, 4.416752, 4.647876, 5.306192, 5.620657, 5.934118");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.534206, 0.766839, 1.099273, 2.231637, 2.818945, 3.414125", \
+					  "0.534612, 0.767743, 1.098948, 2.227731, 2.821387, 3.410583", \
+					  "0.537016, 0.771531, 1.096770, 2.229844, 2.823873, 3.408170");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("4.439021, 4.576727, 4.737201, 5.167385, 5.362864, 5.554986", \
+					  "4.298944, 4.436833, 4.597347, 5.026216, 5.221684, 5.413527", \
+					  "4.345777, 4.483181, 4.643505, 5.074071, 5.269859, 5.458321");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.293011, 0.452952, 0.664212, 1.340097, 1.673999, 2.020173", \
+					  "0.292952, 0.452297, 0.664619, 1.340825, 1.675644, 2.018906", \
+					  "0.293119, 0.452809, 0.663718, 1.339090, 1.678656, 2.010153");
+				}
+			}
+			timing () {
+				related_pin : "PAD";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				when : "CS&IE&!OE";
+				sdf_cond : "CS==1'b1&&IE==1'b1&&OE==1'b0";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("4.199946, 4.396753, 4.628649, 5.284594, 5.600962, 5.914810", \
+					  "4.346438, 4.543128, 4.773101, 5.429984, 5.745592, 6.059312", \
+					  "4.535473, 4.732776, 4.963876, 5.622690, 5.938307, 6.252217");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.535127, 0.767869, 1.098900, 2.231632, 2.820966, 3.410123", \
+					  "0.532841, 0.762466, 1.089107, 2.222983, 2.807800, 3.398539", \
+					  "0.535054, 0.766415, 1.098506, 2.231574, 2.811783, 3.407939");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("7.139946, 7.277634, 7.437831, 7.867775, 8.063505, 8.255227", \
+					  "6.698706, 6.836447, 6.996079, 7.426016, 7.621793, 7.813673", \
+					  "6.565134, 6.702849, 6.863153, 7.292276, 7.488169, 7.679972");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.294119, 0.453894, 0.667362, 1.340852, 1.680271, 2.020848", \
+					  "0.293237, 0.452829, 0.663315, 1.340622, 1.679950, 2.018805", \
+					  "0.293411, 0.453426, 0.664398, 1.339225, 1.680310, 2.019347");
+				}
+			}
+		}
+		pin ("DVDD") {
+			direction : "inout";
+			capacitance : 0;
+		}
+		pin ("DVSS") {
+			direction : "inout";
+			capacitance : 0;
+		}
+		pin ("VDD") {
+			direction : "inout";
+			capacitance : 0;
+		}
+		pin ("VSS") {
+			direction : "inout";
+			capacitance : 0;
+		}
+	}
diff --git a/cells/bi_t/gf180mcu_fd_io__bi_t__ss_125C_2v25.lib.json b/cells/bi_t/gf180mcu_fd_io__bi_t__ss_125C_2v25.lib.json
new file mode 100644
index 0000000..83cf51b
--- /dev/null
+++ b/cells/bi_t/gf180mcu_fd_io__bi_t__ss_125C_2v25.lib.json
@@ -0,0 +1,7452 @@
+{
+    "cell gf180mcu_fd_io__bi_t": {
+        "scaling_factors": "gf_factors",
+        "area": "26250.000000",
+        "pad_cell": "true",
+        "dont_use": "true",
+        "dont_touch": "true",
+        "cell_leakage_power": "1.285640e-03",
+        "leakage_power ": {
+            "when": "!PDRV0 !PDRV1 !CS !SL !IE !OE !PU !PD !A !PAD",
+            "value": "0.001286"
+        },
+        "pin CS": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.022698",
+            "comp_attribute rise_capacitance_range": "0.022265,0.023471",
+            "capacitance": "0.022529",
+            "fall_capacitance": "0.022360",
+            "comp_attribute fall_capacitance_range": "0.022307,0.022434",
+            "internal_power ": {
+                "rise_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        -0.024832,
+                        0.283766,
+                        0.467657
+                    ]
+                },
+                "fall_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        0.065385,
+                        0.365638,
+                        0.452582
+                    ]
+                }
+            }
+        },
+        "pin SL": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.031303",
+            "comp_attribute rise_capacitance_range": "0.030820,0.032191",
+            "capacitance": "0.031183",
+            "fall_capacitance": "0.031064",
+            "comp_attribute fall_capacitance_range": "0.030898,0.031167",
+            "internal_power ": {
+                "rise_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        -0.098615,
+                        0.123703,
+                        0.566248
+                    ]
+                },
+                "fall_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        0.021019,
+                        0.306538,
+                        0.684872
+                    ]
+                }
+            }
+        },
+        "pin IE": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.013992",
+            "comp_attribute rise_capacitance_range": "0.013533,0.014641",
+            "capacitance": "0.013775",
+            "fall_capacitance": "0.013558",
+            "comp_attribute fall_capacitance_range": "0.013451,0.013621",
+            "internal_power ": {
+                "rise_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        0.004261,
+                        0.26766,
+                        0.321417
+                    ]
+                },
+                "fall_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        0.063795,
+                        0.265051,
+                        0.273015
+                    ]
+                }
+            }
+        },
+        "pin OE": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.084105",
+            "comp_attribute rise_capacitance_range": "0.080874,0.088732",
+            "capacitance": "0.083911",
+            "fall_capacitance": "0.082941",
+            "comp_attribute fall_capacitance_range": "0.080102,0.086203"
+        },
+        "pin PU": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.067004",
+            "comp_attribute rise_capacitance_range": "0.058706,0.074729",
+            "capacitance": "0.066391",
+            "fall_capacitance": "0.065778",
+            "comp_attribute fall_capacitance_range": "0.057499,0.072927",
+            "internal_power ": {
+                "rise_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        -0.1678,
+                        -0.14576,
+                        -0.000505
+                    ]
+                },
+                "fall_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        0.217664,
+                        0.543963,
+                        0.692991
+                    ]
+                }
+            }
+        },
+        "pin PD": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.047811",
+            "comp_attribute rise_capacitance_range": "0.046825,0.048915",
+            "capacitance": "0.048542",
+            "fall_capacitance": "0.049272",
+            "comp_attribute fall_capacitance_range": "0.048690,0.049735",
+            "internal_power ": {
+                "rise_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        -0.118014,
+                        0.00851,
+                        0.304277
+                    ]
+                },
+                "fall_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        0.178171,
+                        0.47323,
+                        0.578448
+                    ]
+                }
+            }
+        },
+        "pin A": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.035850",
+            "comp_attribute rise_capacitance_range": "0.035215,0.036679",
+            "capacitance": "0.036194",
+            "fall_capacitance": "0.036539",
+            "comp_attribute fall_capacitance_range": "0.036425,0.036656",
+            "internal_power ": {
+                "rise_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        -0.062795,
+                        -0.060903,
+                        -0.060242
+                    ]
+                },
+                "fall_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        0.069315,
+                        0.070441,
+                        0.070584
+                    ]
+                }
+            }
+        },
+        "pin PDRV0": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.029041",
+            "comp_attribute rise_capacitance_range": "0.027563,0.029806",
+            "capacitance": "0.029438",
+            "fall_capacitance": "0.029834",
+            "comp_attribute fall_capacitance_range": "0.029754,0.029928",
+            "internal_power ": {
+                "rise_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        -0.044207,
+                        -0.048033,
+                        -0.047641
+                    ]
+                },
+                "fall_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        0.048127,
+                        0.048442,
+                        0.048107
+                    ]
+                }
+            }
+        },
+        "pin PDRV1": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.031032",
+            "comp_attribute rise_capacitance_range": "0.029472,0.031837",
+            "capacitance": "0.031464",
+            "fall_capacitance": "0.031896",
+            "comp_attribute fall_capacitance_range": "0.031829,0.031983",
+            "internal_power ": {
+                "rise_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        -0.052281,
+                        -0.056544,
+                        -0.056221
+                    ]
+                },
+                "fall_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        0.056735,
+                        0.056999,
+                        0.056871
+                    ]
+                }
+            }
+        },
+        "pin PAD": {
+            "drive_current": "16000.000000",
+            "is_pad": "true",
+            "function": "((A))",
+            "three_state": "((!OE))",
+            "direction": "inout",
+            "max_transition": "1.000000",
+            "max_capacitance": "30.000000",
+            "input_signal_level": "DVDD",
+            "output_signal_level": "DVDD",
+            "capacitance": "3.216611",
+            "internal_power ": [
+                {
+                    "related_pin": "A",
+                    "when": "!IE&OE&!PDRV0&!PDRV1&!SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                11.925945,
+                                11.683395,
+                                11.173415,
+                                10.719795,
+                                10.090435,
+                                9.658977
+                            ],
+                            [
+                                11.922943,
+                                11.509143,
+                                12.301423,
+                                9.603571,
+                                12.362773,
+                                8.055929
+                            ],
+                            [
+                                11.876782,
+                                11.085932,
+                                11.555742,
+                                10.848492,
+                                9.844359,
+                                9.865958
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                13.225775,
+                                13.324255,
+                                13.357355,
+                                13.364515,
+                                13.348085,
+                                13.331955
+                            ],
+                            [
+                                13.217529,
+                                13.317579,
+                                13.331649,
+                                13.343909,
+                                13.353379,
+                                13.327789
+                            ],
+                            [
+                                13.204926,
+                                13.320436,
+                                13.336296,
+                                13.339686,
+                                13.322486,
+                                13.322516
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "A",
+                    "when": "!IE&OE&!PDRV0&!PDRV1&SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                11.875205,
+                                11.604725,
+                                11.113615,
+                                10.788345,
+                                10.400285,
+                                9.64551
+                            ],
+                            [
+                                11.862093,
+                                11.453783,
+                                10.895343,
+                                9.823128,
+                                10.964333,
+                                8.694641
+                            ],
+                            [
+                                11.863522,
+                                11.627232,
+                                11.270052,
+                                11.013362,
+                                10.128012,
+                                9.69533
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                12.293735,
+                                12.924415,
+                                13.091965,
+                                13.159945,
+                                13.186135,
+                                13.193245
+                            ],
+                            [
+                                12.295629,
+                                12.902969,
+                                13.091009,
+                                13.156259,
+                                13.159629,
+                                13.193409
+                            ],
+                            [
+                                12.281556,
+                                12.879066,
+                                13.106246,
+                                12.995196,
+                                13.141906,
+                                13.198136
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "A",
+                    "when": "!IE&OE&!PDRV0&PDRV1&!SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                18.152775,
+                                18.276325,
+                                18.076575,
+                                17.805745,
+                                17.508365,
+                                17.164655
+                            ],
+                            [
+                                18.186143,
+                                18.149753,
+                                18.133073,
+                                18.202693,
+                                16.728193,
+                                16.703533
+                            ],
+                            [
+                                18.165462,
+                                18.250962,
+                                18.014512,
+                                17.820792,
+                                17.365642,
+                                16.937592
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                18.912155,
+                                19.591175,
+                                19.750435,
+                                19.821355,
+                                19.867615,
+                                19.864945
+                            ],
+                            [
+                                18.984579,
+                                19.612809,
+                                19.779999,
+                                19.825209,
+                                19.732209,
+                                19.885619
+                            ],
+                            [
+                                18.994346,
+                                19.603996,
+                                19.783416,
+                                19.766116,
+                                19.869056,
+                                19.827136
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "A",
+                    "when": "!IE&OE&!PDRV0&PDRV1&SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                17.271585,
+                                18.069835,
+                                17.891565,
+                                17.687285,
+                                17.476405,
+                                16.992535
+                            ],
+                            [
+                                17.454053,
+                                18.059903,
+                                18.045653,
+                                17.937693,
+                                17.318983,
+                                17.481673
+                            ],
+                            [
+                                17.266582,
+                                17.982532,
+                                18.062812,
+                                17.680742,
+                                17.397092,
+                                16.713062
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                16.389125,
+                                16.865075,
+                                17.494885,
+                                18.142685,
+                                18.590985,
+                                18.821375
+                            ],
+                            [
+                                16.358299,
+                                16.876389,
+                                17.427329,
+                                18.097609,
+                                18.571329,
+                                18.807089
+                            ],
+                            [
+                                16.319136,
+                                16.833296,
+                                17.413286,
+                                17.950026,
+                                18.420886,
+                                18.760086
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "A",
+                    "when": "!IE&OE&PDRV0&!PDRV1&!SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                15.020945,
+                                14.939495,
+                                14.763095,
+                                14.362195,
+                                13.746885,
+                                13.299065
+                            ],
+                            [
+                                15.022683,
+                                14.929763,
+                                14.752523,
+                                13.995093,
+                                14.502413,
+                                13.672693
+                            ],
+                            [
+                                14.897202,
+                                14.906102,
+                                15.085142,
+                                14.277122,
+                                13.795372,
+                                13.253342
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                16.228145,
+                                16.531375,
+                                16.636105,
+                                16.658835,
+                                16.657455,
+                                16.647675
+                            ],
+                            [
+                                16.218179,
+                                16.538579,
+                                16.606589,
+                                16.633659,
+                                16.644739,
+                                16.658409
+                            ],
+                            [
+                                16.224976,
+                                16.529736,
+                                16.607506,
+                                16.633426,
+                                16.645266,
+                                16.654506
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "A",
+                    "when": "!IE&OE&PDRV0&!PDRV1&SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                14.682295,
+                                14.881005,
+                                14.616945,
+                                14.310285,
+                                13.920315,
+                                13.149125
+                            ],
+                            [
+                                14.569783,
+                                14.928673,
+                                14.798973,
+                                13.715493,
+                                14.326053,
+                                13.235983
+                            ],
+                            [
+                                14.646232,
+                                14.842192,
+                                14.619702,
+                                14.448442,
+                                14.071692,
+                                13.209592
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                14.283515,
+                                14.912665,
+                                15.581405,
+                                15.961905,
+                                16.129705,
+                                16.242435
+                            ],
+                            [
+                                14.276849,
+                                14.919129,
+                                15.558059,
+                                15.947129,
+                                16.076539,
+                                16.312549
+                            ],
+                            [
+                                14.238876,
+                                14.898876,
+                                15.546956,
+                                15.955556,
+                                16.068416,
+                                16.343466
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "A",
+                    "when": "!IE&OE&PDRV0&PDRV1&!SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                21.082905,
+                                21.374205,
+                                21.324455,
+                                21.237765,
+                                20.757095,
+                                20.400515
+                            ],
+                            [
+                                21.020903,
+                                21.355963,
+                                21.270573,
+                                21.017803,
+                                20.816263,
+                                20.193733
+                            ],
+                            [
+                                21.092512,
+                                21.306722,
+                                21.198802,
+                                21.020952,
+                                20.456972,
+                                20.916382
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                21.440175,
+                                22.527025,
+                                22.820475,
+                                22.934435,
+                                22.998845,
+                                23.042535
+                            ],
+                            [
+                                21.421589,
+                                22.423229,
+                                22.636079,
+                                23.000169,
+                                22.990169,
+                                22.844829
+                            ],
+                            [
+                                21.364136,
+                                22.436966,
+                                22.609906,
+                                22.998986,
+                                22.912116,
+                                23.113916
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "A",
+                    "when": "!IE&OE&PDRV0&PDRV1&SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                19.521005,
+                                20.908945,
+                                20.980175,
+                                20.894185,
+                                20.491545,
+                                20.233095
+                            ],
+                            [
+                                19.364583,
+                                20.672803,
+                                21.097683,
+                                21.180063,
+                                20.595213,
+                                20.591823
+                            ],
+                            [
+                                19.462202,
+                                20.877942,
+                                21.005372,
+                                20.899852,
+                                20.616462,
+                                20.080792
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                18.382695,
+                                18.882505,
+                                19.492395,
+                                20.127015,
+                                20.724745,
+                                21.193235
+                            ],
+                            [
+                                18.357979,
+                                18.820449,
+                                19.449599,
+                                20.111599,
+                                20.712969,
+                                21.178929
+                            ],
+                            [
+                                18.292556,
+                                18.769946,
+                                19.391156,
+                                20.093356,
+                                20.828006,
+                                21.116446
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "A&!IE&!PDRV0&!PDRV1&!SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                11.518385,
+                                11.221285,
+                                10.851165,
+                                10.158105,
+                                9.868947,
+                                9.365709
+                            ],
+                            [
+                                11.770668,
+                                11.414678,
+                                10.932058,
+                                10.541961,
+                                9.94545,
+                                9.701754
+                            ],
+                            [
+                                10.183788,
+                                9.873928,
+                                9.226598,
+                                9.093308,
+                                8.812963,
+                                8.087764
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                -0.179069,
+                                -0.297261,
+                                -0.328117,
+                                -0.342307,
+                                -0.350458,
+                                -0.355748
+                            ],
+                            [
+                                -0.075298,
+                                -0.120278,
+                                -0.131383,
+                                -0.136718,
+                                -0.139846,
+                                -0.141884
+                            ],
+                            [
+                                -0.568781,
+                                -0.57492,
+                                -0.576017,
+                                -0.577328,
+                                -0.578203,
+                                -0.578824
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "A&!IE&!PDRV0&!PDRV1&SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                11.437115,
+                                11.186585,
+                                10.559105,
+                                10.21269,
+                                9.69919,
+                                9.340895
+                            ],
+                            [
+                                11.695368,
+                                11.367648,
+                                10.984808,
+                                10.210435,
+                                9.914749,
+                                9.267374
+                            ],
+                            [
+                                10.099788,
+                                9.809058,
+                                9.258618,
+                                8.625117,
+                                8.489694,
+                                7.560402
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                -0.184839,
+                                -0.302228,
+                                -0.333267,
+                                -0.347589,
+                                -0.355828,
+                                -0.361179
+                            ],
+                            [
+                                -0.091762,
+                                -0.139324,
+                                -0.151088,
+                                -0.156544,
+                                -0.159724,
+                                -0.161814
+                            ],
+                            [
+                                -0.57574,
+                                -0.579335,
+                                -0.581495,
+                                -0.582979,
+                                -0.583768,
+                                -0.584328
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "A&!IE&!PDRV0&PDRV1&!SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                16.439825,
+                                16.331815,
+                                15.987805,
+                                15.779265,
+                                15.302005,
+                                14.738535
+                            ],
+                            [
+                                16.714998,
+                                16.543788,
+                                16.229728,
+                                15.969418,
+                                15.457028,
+                                15.172008
+                            ],
+                            [
+                                15.099768,
+                                14.989818,
+                                14.688078,
+                                14.392198,
+                                13.996268,
+                                13.226728
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                -1.168803,
+                                -1.487476,
+                                -1.594888,
+                                -1.649135,
+                                -1.681857,
+                                -1.703735
+                            ],
+                            [
+                                -1.029202,
+                                -1.469261,
+                                -1.609443,
+                                -1.679289,
+                                -1.721233,
+                                -1.749238
+                            ],
+                            [
+                                -0.148865,
+                                -0.179945,
+                                -0.182855,
+                                -0.184365,
+                                -0.185719,
+                                -0.186865
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "A&!IE&!PDRV0&PDRV1&SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                15.458505,
+                                15.936815,
+                                15.818255,
+                                15.622615,
+                                15.058245,
+                                14.739615
+                            ],
+                            [
+                                15.657738,
+                                16.175068,
+                                16.138178,
+                                15.878048,
+                                15.410498,
+                                14.857738
+                            ],
+                            [
+                                14.179698,
+                                14.636988,
+                                14.434488,
+                                14.173678,
+                                13.758788,
+                                13.339118
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                -1.181123,
+                                -1.49878,
+                                -1.606642,
+                                -1.661255,
+                                -1.694226,
+                                -1.716281
+                            ],
+                            [
+                                -1.10293,
+                                -1.543267,
+                                -1.681771,
+                                -1.75278,
+                                -1.795456,
+                                -1.823973
+                            ],
+                            [
+                                -0.206518,
+                                -0.215239,
+                                -0.222767,
+                                -0.228126,
+                                -0.231195,
+                                -0.233562
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "A&!IE&PDRV0&!PDRV1&!SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                14.083225,
+                                13.856465,
+                                13.548485,
+                                13.150155,
+                                12.667225,
+                                12.201535
+                            ],
+                            [
+                                14.357618,
+                                14.104308,
+                                13.786838,
+                                13.558088,
+                                13.051288,
+                                12.335908
+                            ],
+                            [
+                                12.735938,
+                                12.495798,
+                                12.178478,
+                                11.587408,
+                                11.519388,
+                                11.012808
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                -0.492449,
+                                -0.725717,
+                                -0.791383,
+                                -0.822359,
+                                -0.840384,
+                                -0.852174
+                            ],
+                            [
+                                0.089368,
+                                0.017032,
+                                0.0017,
+                                -0.005689,
+                                -0.010116,
+                                -0.013071
+                            ],
+                            [
+                                0.045423,
+                                0.040471,
+                                0.03659,
+                                0.033671,
+                                0.03159,
+                                0.030062
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "A&!IE&PDRV0&!PDRV1&SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                13.670885,
+                                13.783695,
+                                13.402295,
+                                13.060065,
+                                12.355715,
+                                12.084505
+                            ],
+                            [
+                                13.926888,
+                                14.038248,
+                                13.636788,
+                                13.197248,
+                                12.728078,
+                                12.517018
+                            ],
+                            [
+                                12.313678,
+                                12.419938,
+                                12.069998,
+                                11.631268,
+                                11.134668,
+                                10.641878
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                -0.51127,
+                                -0.743038,
+                                -0.809693,
+                                -0.841195,
+                                -0.859526,
+                                -0.871513
+                            ],
+                            [
+                                0.058411,
+                                -0.029349,
+                                -0.049374,
+                                -0.057447,
+                                -0.061799,
+                                -0.064525
+                            ],
+                            [
+                                0.029856,
+                                0.012199,
+                                0.011813,
+                                0.011614,
+                                0.011287,
+                                0.010945
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "A&!IE&PDRV0&PDRV1&!SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                18.923285,
+                                18.886575,
+                                18.680905,
+                                18.443225,
+                                18.040375,
+                                17.700555
+                            ],
+                            [
+                                19.156928,
+                                19.129428,
+                                18.896208,
+                                18.708828,
+                                18.326058,
+                                17.876178
+                            ],
+                            [
+                                17.532268,
+                                17.506458,
+                                17.254298,
+                                17.032708,
+                                16.698838,
+                                16.247248
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                -1.434707,
+                                -1.839266,
+                                -1.994628,
+                                -2.077128,
+                                -2.128049,
+                                -2.162575
+                            ],
+                            [
+                                -0.836368,
+                                -1.283089,
+                                -1.439429,
+                                -1.520789,
+                                -1.570838,
+                                -1.604761
+                            ],
+                            [
+                                0.467945,
+                                0.430267,
+                                0.417812,
+                                0.411729,
+                                0.408194,
+                                0.40586
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "A&!IE&PDRV0&PDRV1&SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                17.149185,
+                                18.221445,
+                                18.241815,
+                                18.017575,
+                                17.786415,
+                                17.484815
+                            ],
+                            [
+                                17.464178,
+                                18.475618,
+                                18.510148,
+                                18.265778,
+                                17.843518,
+                                17.486018
+                            ],
+                            [
+                                15.868698,
+                                16.924968,
+                                16.896218,
+                                16.837158,
+                                16.370958,
+                                16.078578
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                -1.456352,
+                                -1.860336,
+                                -2.015495,
+                                -2.097738,
+                                -2.148876,
+                                -2.182824
+                            ],
+                            [
+                                -0.928217,
+                                -1.37784,
+                                -1.536442,
+                                -1.61826,
+                                -1.668004,
+                                -1.701455
+                            ],
+                            [
+                                0.416105,
+                                0.373659,
+                                0.351074,
+                                0.359703,
+                                0.363674,
+                                0.36483
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "!A&!IE&!PDRV0&!PDRV1&!SL",
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                11.991775,
+                                12.058685,
+                                12.056005,
+                                11.956165,
+                                12.161005,
+                                12.188185
+                            ],
+                            [
+                                12.251058,
+                                12.311558,
+                                12.325168,
+                                12.396888,
+                                12.163068,
+                                12.111058
+                            ],
+                            [
+                                10.670778,
+                                10.739668,
+                                10.786218,
+                                10.694728,
+                                10.761348,
+                                10.592968
+                            ]
+                        ]
+                    },
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                0.063233,
+                                -30.281146,
+                                -60.648316,
+                                -91.019726,
+                                -121.392696,
+                                -151.766296
+                            ],
+                            [
+                                -0.001048,
+                                -30.376573,
+                                -60.751173,
+                                -91.126043,
+                                -121.500983,
+                                -151.875983
+                            ],
+                            [
+                                -0.59215,
+                                -31.006412,
+                                -61.391652,
+                                -91.771392,
+                                -122.149162,
+                                -152.525962
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "!A&!IE&!PDRV0&!PDRV1&SL",
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                11.138715,
+                                11.645865,
+                                11.775415,
+                                11.853205,
+                                11.723775,
+                                12.105365
+                            ],
+                            [
+                                11.376068,
+                                11.948778,
+                                12.133928,
+                                11.989138,
+                                12.144368,
+                                12.299998
+                            ],
+                            [
+                                9.801998,
+                                10.246218,
+                                10.418298,
+                                10.608858,
+                                10.632498,
+                                10.884098
+                            ]
+                        ]
+                    },
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                0.039578,
+                                -30.307856,
+                                -60.675906,
+                                -91.047756,
+                                -121.420996,
+                                -151.794796
+                            ],
+                            [
+                                -0.024488,
+                                -30.400983,
+                                -60.776083,
+                                -91.151203,
+                                -121.526283,
+                                -151.901283
+                            ],
+                            [
+                                -0.589664,
+                                -30.999622,
+                                -61.384062,
+                                -91.763642,
+                                -122.141262,
+                                -152.518062
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "!A&!IE&!PDRV0&PDRV1&!SL",
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                15.846495,
+                                16.323095,
+                                16.417475,
+                                16.414725,
+                                16.459215,
+                                16.375525
+                            ],
+                            [
+                                16.146818,
+                                16.576128,
+                                16.669838,
+                                16.694088,
+                                16.700028,
+                                16.706868
+                            ],
+                            [
+                                14.542908,
+                                14.985878,
+                                15.089528,
+                                15.096688,
+                                15.115948,
+                                15.088048
+                            ]
+                        ]
+                    },
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                -0.64351,
+                                -30.940216,
+                                -61.289726,
+                                -91.651836,
+                                -122.018996,
+                                -152.388796
+                            ],
+                            [
+                                0.225109,
+                                -30.149693,
+                                -60.520913,
+                                -90.894543,
+                                -121.268983,
+                                -151.643683
+                            ],
+                            [
+                                0.376869,
+                                -30.010892,
+                                -60.391002,
+                                -90.768972,
+                                -121.145962,
+                                -151.522262
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "!A&!IE&!PDRV0&PDRV1&SL",
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                13.590805,
+                                13.750525,
+                                14.195775,
+                                14.673085,
+                                15.123295,
+                                15.536345
+                            ],
+                            [
+                                13.803458,
+                                13.993338,
+                                14.423028,
+                                14.995448,
+                                15.332958,
+                                15.664448
+                            ],
+                            [
+                                12.191238,
+                                12.369128,
+                                12.850928,
+                                13.322778,
+                                13.747048,
+                                14.044118
+                            ]
+                        ]
+                    },
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                -0.704363,
+                                -31.002196,
+                                -61.352136,
+                                -91.714536,
+                                -122.081996,
+                                -152.451896
+                            ],
+                            [
+                                0.137485,
+                                -30.231193,
+                                -60.604333,
+                                -90.978523,
+                                -121.353083,
+                                -151.727783
+                            ],
+                            [
+                                0.314191,
+                                -30.079312,
+                                -60.461542,
+                                -90.840402,
+                                -121.217762,
+                                -151.594362
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "!A&!IE&PDRV0&!PDRV1&!SL",
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                14.164095,
+                                14.345215,
+                                14.380925,
+                                14.382125,
+                                14.392415,
+                                14.365735
+                            ],
+                            [
+                                14.414648,
+                                14.597858,
+                                14.634848,
+                                14.652018,
+                                14.668928,
+                                14.618748
+                            ],
+                            [
+                                12.841198,
+                                13.023668,
+                                13.050178,
+                                13.062048,
+                                13.065258,
+                                13.062068
+                            ]
+                        ]
+                    },
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                -0.039209,
+                                -30.363936,
+                                -60.725436,
+                                -91.094066,
+                                -121.465396,
+                                -151.837996
+                            ],
+                            [
+                                0.318686,
+                                -30.054803,
+                                -60.428973,
+                                -90.803533,
+                                -121.178283,
+                                -151.553083
+                            ],
+                            [
+                                0.32318,
+                                -30.097742,
+                                -60.487432,
+                                -90.869642,
+                                -121.248962,
+                                -151.626762
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "!A&!IE&PDRV0&!PDRV1&SL",
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                12.419045,
+                                12.791515,
+                                13.342975,
+                                13.645585,
+                                13.838405,
+                                13.890915
+                            ],
+                            [
+                                12.663588,
+                                13.079538,
+                                13.596658,
+                                13.992258,
+                                14.042298,
+                                14.270278
+                            ],
+                            [
+                                11.040608,
+                                11.444858,
+                                11.971068,
+                                12.338418,
+                                12.513348,
+                                12.577828
+                            ]
+                        ]
+                    },
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                -0.084515,
+                                -30.413356,
+                                -60.776186,
+                                -91.145536,
+                                -121.517296,
+                                -151.890096
+                            ],
+                            [
+                                0.290645,
+                                -30.076603,
+                                -60.449963,
+                                -90.824213,
+                                -121.198783,
+                                -151.573483
+                            ],
+                            [
+                                0.267227,
+                                -30.165202,
+                                -60.558252,
+                                -90.941922,
+                                -121.321962,
+                                -151.700362
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "!A&!IE&PDRV0&PDRV1&!SL",
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                17.637155,
+                                18.438465,
+                                18.601345,
+                                18.657515,
+                                18.687805,
+                                18.687765
+                            ],
+                            [
+                                17.887558,
+                                18.674778,
+                                18.858248,
+                                18.915638,
+                                18.944398,
+                                18.944748
+                            ],
+                            [
+                                16.254908,
+                                17.063618,
+                                17.250378,
+                                17.340018,
+                                17.325658,
+                                17.386458
+                            ]
+                        ]
+                    },
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                -0.713002,
+                                -31.010186,
+                                -61.358766,
+                                -91.720066,
+                                -122.086596,
+                                -152.455896
+                            ],
+                            [
+                                0.553526,
+                                -29.821643,
+                                -60.197213,
+                                -90.572313,
+                                -120.947283,
+                                -151.322283
+                            ],
+                            [
+                                1.255759,
+                                -29.140472,
+                                -59.527102,
+                                -89.908822,
+                                -120.288562,
+                                -150.666862
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "!A&!IE&PDRV0&PDRV1&SL",
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                14.968485,
+                                15.054735,
+                                15.389105,
+                                15.852815,
+                                16.366745,
+                                16.741375
+                            ],
+                            [
+                                15.187368,
+                                15.261938,
+                                15.613248,
+                                16.088368,
+                                16.613758,
+                                17.010478
+                            ],
+                            [
+                                13.530598,
+                                13.622688,
+                                13.990728,
+                                14.585968,
+                                15.053658,
+                                15.328248
+                            ]
+                        ]
+                    },
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                -0.796097,
+                                -31.096326,
+                                -61.444816,
+                                -91.806246,
+                                -122.172996,
+                                -152.542396
+                            ],
+                            [
+                                0.443827,
+                                -29.929803,
+                                -60.304043,
+                                -90.678493,
+                                -121.053083,
+                                -151.427783
+                            ],
+                            [
+                                1.158222,
+                                -29.261952,
+                                -59.638622,
+                                -90.020752,
+                                -120.400362,
+                                -150.778562
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "A",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                32.383165,
+                                32.934483,
+                                32.48496,
+                                31.9514,
+                                31.097833,
+                                30.135869
+                            ],
+                            [
+                                32.350796,
+                                32.764946,
+                                32.823811,
+                                31.368884,
+                                31.903556,
+                                29.657502
+                            ],
+                            [
+                                32.317624,
+                                32.719904,
+                                32.703034,
+                                32.002439,
+                                30.918901,
+                                30.168012
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                32.78883,
+                                33.889623,
+                                34.556255,
+                                35.042673,
+                                35.375892,
+                                35.58435
+                            ],
+                            [
+                                32.782658,
+                                33.852783,
+                                34.470078,
+                                35.028886,
+                                35.31024,
+                                35.552155
+                            ],
+                            [
+                                32.730127,
+                                33.81808,
+                                34.448692,
+                                34.933087,
+                                35.302034,
+                                35.584052
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                14.475316,
+                                -15.748817,
+                                -46.397682,
+                                -77.094509,
+                                -107.922356,
+                                -138.684
+                            ],
+                            [
+                                15.336016,
+                                -14.974064,
+                                -45.614742,
+                                -76.337382,
+                                -107.168762,
+                                -137.976421
+                            ],
+                            [
+                                13.815907,
+                                -16.513082,
+                                -47.229112,
+                                -77.939088,
+                                -108.641554,
+                                -139.592334
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                13.143495,
+                                13.20675,
+                                13.335613,
+                                13.449564,
+                                13.586682,
+                                13.710648
+                            ],
+                            [
+                                13.726821,
+                                13.812317,
+                                13.957217,
+                                14.099541,
+                                14.185349,
+                                14.295738
+                            ],
+                            [
+                                12.541707,
+                                12.85036,
+                                13.082685,
+                                13.286678,
+                                13.431328,
+                                13.523994
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "rise_power power_inputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "values": [
+                            -9.404739,
+                            -9.399035,
+                            -9.419245
+                        ]
+                    },
+                    "fall_power power_inputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "values": [
+                            9.218231,
+                            9.439732,
+                            9.453173
+                        ]
+                    }
+                }
+            ],
+            "timing ": [
+                {
+                    "related_pin": "A",
+                    "timing_type": "combinational",
+                    "timing_sense": "positive_unate",
+                    "when": "!IE&OE&!PDRV0&!PDRV1&!SL",
+                    "sdf_cond": "IE==1'b0&&OE==1'b1&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b0",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.216611,
+                            9.216611,
+                            15.216611,
+                            21.216611,
+                            27.216611,
+                            33.216611
+                        ],
+                        "values": [
+                            [
+                                9.460353,
+                                12.65625,
+                                15.83935,
+                                19.02144,
+                                22.2009,
+                                25.36997
+                            ],
+                            [
+                                9.582549,
+                                12.78048,
+                                15.96261,
+                                19.13723,
+                                22.31866,
+                                25.50242
+                            ],
+                            [
+                                9.724419,
+                                12.92315,
+                                16.1031,
+                                19.28362,
+                                22.45927,
+                                25.64139
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.216611,
+                            9.216611,
+                            15.216611,
+                            21.216611,
+                            27.216611,
+                            33.216611
+                        ],
+                        "values": [
+                            [
+                                3.836942,
+                                9.970062,
+                                16.17223,
+                                22.39035,
+                                28.59551,
+                                34.82393
+                            ],
+                            [
+                                3.838005,
+                                9.98718,
+                                16.15742,
+                                22.38527,
+                                28.60974,
+                                34.80233
+                            ],
+                            [
+                                3.84024,
+                                9.979741,
+                                16.18963,
+                                22.39118,
+                                28.58883,
+                                34.84967
+                            ]
+                        ]
+                    },
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.216611,
+                            9.216611,
+                            15.216611,
+                            21.216611,
+                            27.216611,
+                            33.216611
+                        ],
+                        "values": [
+                            [
+                                9.58358,
+                                11.77763,
+                                13.86479,
+                                15.94388,
+                                18.02356,
+                                20.09486
+                            ],
+                            [
+                                9.717711,
+                                11.91193,
+                                13.99855,
+                                16.07809,
+                                18.15511,
+                                20.23437
+                            ],
+                            [
+                                9.907187,
+                                12.1014,
+                                14.18802,
+                                16.26756,
+                                18.34457,
+                                20.42383
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.216611,
+                            9.216611,
+                            15.216611,
+                            21.216611,
+                            27.216611,
+                            33.216611
+                        ],
+                        "values": [
+                            [
+                                2.993051,
+                                6.634414,
+                                10.46526,
+                                14.34957,
+                                18.26017,
+                                22.20277
+                            ],
+                            [
+                                2.996288,
+                                6.64161,
+                                10.46355,
+                                14.35723,
+                                18.24866,
+                                22.18802
+                            ],
+                            [
+                                2.996152,
+                                6.641624,
+                                10.46358,
+                                14.35723,
+                                18.24856,
+                                22.18786
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "A",
+                    "timing_type": "combinational",
+                    "timing_sense": "positive_unate",
+                    "when": "!IE&OE&!PDRV0&!PDRV1&SL",
+                    "sdf_cond": "IE==1'b0&&OE==1'b1&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b1",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.216611,
+                            9.216611,
+                            15.216611,
+                            21.216611,
+                            27.216611,
+                            33.216611
+                        ],
+                        "values": [
+                            [
+                                11.49485,
+                                15.20359,
+                                18.42517,
+                                21.61036,
+                                24.78812,
+                                27.96667
+                            ],
+                            [
+                                11.61774,
+                                15.32715,
+                                18.55251,
+                                21.7391,
+                                24.92009,
+                                28.1009
+                            ],
+                            [
+                                11.7592,
+                                15.46852,
+                                18.69329,
+                                21.88015,
+                                25.05866,
+                                28.2402
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.216611,
+                            9.216611,
+                            15.216611,
+                            21.216611,
+                            27.216611,
+                            33.216611
+                        ],
+                        "values": [
+                            [
+                                6.228614,
+                                11.42513,
+                                17.08065,
+                                23.01264,
+                                29.19899,
+                                35.32023
+                            ],
+                            [
+                                6.237382,
+                                11.42686,
+                                17.11426,
+                                23.05806,
+                                29.1209,
+                                35.24351
+                            ],
+                            [
+                                6.233823,
+                                11.4347,
+                                17.11418,
+                                23.03211,
+                                29.08257,
+                                35.2452
+                            ]
+                        ]
+                    },
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.216611,
+                            9.216611,
+                            15.216611,
+                            21.216611,
+                            27.216611,
+                            33.216611
+                        ],
+                        "values": [
+                            [
+                                9.91904,
+                                14.16231,
+                                17.84634,
+                                20.87526,
+                                23.51592,
+                                25.93095
+                            ],
+                            [
+                                10.05318,
+                                14.29802,
+                                17.98325,
+                                21.00607,
+                                23.65967,
+                                26.07943
+                            ],
+                            [
+                                10.24265,
+                                14.48577,
+                                18.16282,
+                                21.19929,
+                                23.84972,
+                                26.26986
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.216611,
+                            9.216611,
+                            15.216611,
+                            21.216611,
+                            27.216611,
+                            33.216611
+                        ],
+                        "values": [
+                            [
+                                4.755558,
+                                11.39732,
+                                16.01525,
+                                20.00408,
+                                23.74198,
+                                27.40626
+                            ],
+                            [
+                                4.763749,
+                                11.39218,
+                                16.03084,
+                                20.01085,
+                                23.7598,
+                                27.42066
+                            ],
+                            [
+                                4.759946,
+                                11.39446,
+                                16.02803,
+                                20.03233,
+                                23.76935,
+                                27.41485
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "A",
+                    "timing_type": "combinational",
+                    "timing_sense": "positive_unate",
+                    "when": "!IE&OE&!PDRV0&PDRV1&!SL",
+                    "sdf_cond": "IE==1'b0&&OE==1'b1&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b0",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.216611,
+                            9.216611,
+                            15.216611,
+                            21.216611,
+                            27.216611,
+                            33.216611
+                        ],
+                        "values": [
+                            [
+                                8.201587,
+                                9.335848,
+                                10.4082,
+                                11.47052,
+                                12.53133,
+                                13.59289
+                            ],
+                            [
+                                8.323618,
+                                9.457949,
+                                10.53031,
+                                11.5935,
+                                12.65566,
+                                13.71606
+                            ],
+                            [
+                                8.465683,
+                                9.599859,
+                                10.67228,
+                                11.73394,
+                                12.79755,
+                                13.85778
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.216611,
+                            9.216611,
+                            15.216611,
+                            21.216611,
+                            27.216611,
+                            33.216611
+                        ],
+                        "values": [
+                            [
+                                1.676616,
+                                3.562629,
+                                5.569798,
+                                7.612663,
+                                9.672116,
+                                11.73762
+                            ],
+                            [
+                                1.671894,
+                                3.564854,
+                                5.551319,
+                                7.616417,
+                                9.655687,
+                                11.71197
+                            ],
+                            [
+                                1.674116,
+                                3.564868,
+                                5.55774,
+                                7.596888,
+                                9.654614,
+                                11.73717
+                            ]
+                        ]
+                    },
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.216611,
+                            9.216611,
+                            15.216611,
+                            21.216611,
+                            27.216611,
+                            33.216611
+                        ],
+                        "values": [
+                            [
+                                8.488431,
+                                9.552892,
+                                10.34219,
+                                11.07226,
+                                11.78026,
+                                12.47984
+                            ],
+                            [
+                                8.622768,
+                                9.687002,
+                                10.4766,
+                                11.20615,
+                                11.91417,
+                                12.61419
+                            ],
+                            [
+                                8.812246,
+                                9.876471,
+                                10.66608,
+                                11.39562,
+                                12.10365,
+                                12.80369
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.216611,
+                            9.216611,
+                            15.216611,
+                            21.216611,
+                            27.216611,
+                            33.216611
+                        ],
+                        "values": [
+                            [
+                                1.665484,
+                                2.910119,
+                                4.063204,
+                                5.253799,
+                                6.498155,
+                                7.738995
+                            ],
+                            [
+                                1.665832,
+                                2.910985,
+                                4.062723,
+                                5.256129,
+                                6.475655,
+                                7.744958
+                            ],
+                            [
+                                1.665837,
+                                2.911082,
+                                4.062614,
+                                5.256041,
+                                6.475478,
+                                7.745077
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "A",
+                    "timing_type": "combinational",
+                    "timing_sense": "positive_unate",
+                    "when": "!IE&OE&!PDRV0&PDRV1&SL",
+                    "sdf_cond": "IE==1'b0&&OE==1'b1&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b1",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.216611,
+                            9.216611,
+                            15.216611,
+                            21.216611,
+                            27.216611,
+                            33.216611
+                        ],
+                        "values": [
+                            [
+                                8.731039,
+                                11.23639,
+                                12.68896,
+                                13.90315,
+                                15.0281,
+                                16.11867
+                            ],
+                            [
+                                8.852051,
+                                11.35839,
+                                12.81805,
+                                14.02368,
+                                15.15029,
+                                16.23894
+                            ],
+                            [
+                                8.995123,
+                                11.50039,
+                                12.96679,
+                                14.1696,
+                                15.29737,
+                                16.3855
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.216611,
+                            9.216611,
+                            15.216611,
+                            21.216611,
+                            27.216611,
+                            33.216611
+                        ],
+                        "values": [
+                            [
+                                3.543501,
+                                5.978843,
+                                7.70998,
+                                9.401502,
+                                11.14933,
+                                13.01947
+                            ],
+                            [
+                                3.557842,
+                                5.97951,
+                                7.731328,
+                                9.406646,
+                                11.17071,
+                                12.99547
+                            ],
+                            [
+                                3.558236,
+                                5.976242,
+                                7.723114,
+                                9.404105,
+                                11.16141,
+                                13.00255
+                            ]
+                        ]
+                    },
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.216611,
+                            9.216611,
+                            15.216611,
+                            21.216611,
+                            27.216611,
+                            33.216611
+                        ],
+                        "values": [
+                            [
+                                8.312926,
+                                9.778693,
+                                11.2092,
+                                12.62636,
+                                14.00349,
+                                15.30659
+                            ],
+                            [
+                                8.446115,
+                                9.911182,
+                                11.34247,
+                                12.75974,
+                                14.13644,
+                                15.44011
+                            ],
+                            [
+                                8.635587,
+                                10.10066,
+                                11.53195,
+                                12.94922,
+                                14.32592,
+                                15.62958
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.216611,
+                            9.216611,
+                            15.216611,
+                            21.216611,
+                            27.216611,
+                            33.216611
+                        ],
+                        "values": [
+                            [
+                                1.733273,
+                                4.367424,
+                                6.926013,
+                                9.13011,
+                                11.01615,
+                                12.68015
+                            ],
+                            [
+                                1.733908,
+                                4.369838,
+                                6.927465,
+                                9.128766,
+                                11.01994,
+                                12.70041
+                            ],
+                            [
+                                1.733904,
+                                4.369871,
+                                6.927432,
+                                9.128734,
+                                11.01992,
+                                12.70046
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "A",
+                    "timing_type": "combinational",
+                    "timing_sense": "positive_unate",
+                    "when": "!IE&OE&PDRV0&!PDRV1&!SL",
+                    "sdf_cond": "IE==1'b0&&OE==1'b1&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b0",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.216611,
+                            9.216611,
+                            15.216611,
+                            21.216611,
+                            27.216611,
+                            33.216611
+                        ],
+                        "values": [
+                            [
+                                8.53589,
+                                10.16593,
+                                11.7631,
+                                13.35539,
+                                14.94466,
+                                16.53469
+                            ],
+                            [
+                                8.657356,
+                                10.28796,
+                                11.88483,
+                                13.47596,
+                                15.06454,
+                                16.65234
+                            ],
+                            [
+                                8.799976,
+                                10.43157,
+                                12.02773,
+                                13.61823,
+                                15.20965,
+                                16.7978
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.216611,
+                            9.216611,
+                            15.216611,
+                            21.216611,
+                            27.216611,
+                            33.216611
+                        ],
+                        "values": [
+                            [
+                                2.167889,
+                                5.132065,
+                                8.190297,
+                                11.30803,
+                                14.39989,
+                                17.5183
+                            ],
+                            [
+                                2.16144,
+                                5.133115,
+                                8.19582,
+                                11.29797,
+                                14.37053,
+                                17.48465
+                            ],
+                            [
+                                2.163688,
+                                5.123419,
+                                8.195836,
+                                11.28519,
+                                14.39466,
+                                17.47174
+                            ]
+                        ]
+                    },
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.216611,
+                            9.216611,
+                            15.216611,
+                            21.216611,
+                            27.216611,
+                            33.216611
+                        ],
+                        "values": [
+                            [
+                                8.815098,
+                                10.11577,
+                                11.20671,
+                                12.26021,
+                                13.30281,
+                                14.34285
+                            ],
+                            [
+                                8.949446,
+                                10.2494,
+                                11.34059,
+                                12.39386,
+                                13.43785,
+                                14.47821
+                            ],
+                            [
+                                9.138901,
+                                10.43887,
+                                11.53007,
+                                12.58334,
+                                13.62732,
+                                14.66768
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.216611,
+                            9.216611,
+                            15.216611,
+                            21.216611,
+                            27.216611,
+                            33.216611
+                        ],
+                        "values": [
+                            [
+                                2.034346,
+                                3.766291,
+                                5.577376,
+                                7.451698,
+                                9.35349,
+                                11.29181
+                            ],
+                            [
+                                2.035406,
+                                3.775177,
+                                5.578833,
+                                7.452347,
+                                9.34256,
+                                11.25672
+                            ],
+                            [
+                                2.035374,
+                                3.775181,
+                                5.578831,
+                                7.452347,
+                                9.342545,
+                                11.25664
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "A",
+                    "timing_type": "combinational",
+                    "timing_sense": "positive_unate",
+                    "when": "!IE&OE&PDRV0&!PDRV1&SL",
+                    "sdf_cond": "IE==1'b0&&OE==1'b1&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b1",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.216611,
+                            9.216611,
+                            15.216611,
+                            21.216611,
+                            27.216611,
+                            33.216611
+                        ],
+                        "values": [
+                            [
+                                9.678904,
+                                12.42618,
+                                14.24742,
+                                15.89913,
+                                17.50936,
+                                19.10692
+                            ],
+                            [
+                                9.799515,
+                                12.55024,
+                                14.36737,
+                                16.01761,
+                                17.62974,
+                                19.22671
+                            ],
+                            [
+                                9.942782,
+                                12.69009,
+                                14.51164,
+                                16.1633,
+                                17.77368,
+                                19.37083
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.216611,
+                            9.216611,
+                            15.216611,
+                            21.216611,
+                            27.216611,
+                            33.216611
+                        ],
+                        "values": [
+                            [
+                                4.436127,
+                                7.369526,
+                                9.926481,
+                                12.58717,
+                                15.46072,
+                                18.3511
+                            ],
+                            [
+                                4.439361,
+                                7.35713,
+                                9.913512,
+                                12.58495,
+                                15.41801,
+                                18.32522
+                            ],
+                            [
+                                4.435566,
+                                7.358638,
+                                9.921881,
+                                12.59597,
+                                15.43464,
+                                18.33298
+                            ]
+                        ]
+                    },
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.216611,
+                            9.216611,
+                            15.216611,
+                            21.216611,
+                            27.216611,
+                            33.216611
+                        ],
+                        "values": [
+                            [
+                                8.688607,
+                                10.85233,
+                                12.9848,
+                                15.01613,
+                                16.85751,
+                                18.51056
+                            ],
+                            [
+                                8.822262,
+                                10.98491,
+                                13.11817,
+                                15.14715,
+                                16.98172,
+                                18.64017
+                            ],
+                            [
+                                9.011722,
+                                11.17431,
+                                13.30763,
+                                15.33649,
+                                17.17116,
+                                18.82962
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.216611,
+                            9.216611,
+                            15.216611,
+                            21.216611,
+                            27.216611,
+                            33.216611
+                        ],
+                        "values": [
+                            [
+                                2.477265,
+                                6.41787,
+                                9.73897,
+                                12.40825,
+                                14.70648,
+                                16.82079
+                            ],
+                            [
+                                2.480805,
+                                6.434579,
+                                9.745208,
+                                12.4138,
+                                14.70131,
+                                16.82723
+                            ],
+                            [
+                                2.480722,
+                                6.43471,
+                                9.746389,
+                                12.4132,
+                                14.70493,
+                                16.82491
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "A",
+                    "timing_type": "combinational",
+                    "timing_sense": "positive_unate",
+                    "when": "!IE&OE&PDRV0&PDRV1&!SL",
+                    "sdf_cond": "IE==1'b0&&OE==1'b1&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b0",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.216611,
+                            9.216611,
+                            15.216611,
+                            21.216611,
+                            27.216611,
+                            33.216611
+                        ],
+                        "values": [
+                            [
+                                8.035793,
+                                8.938578,
+                                9.751981,
+                                10.55398,
+                                11.35236,
+                                12.14862
+                            ],
+                            [
+                                8.156993,
+                                9.059985,
+                                9.873614,
+                                10.67539,
+                                11.47387,
+                                12.27017
+                            ],
+                            [
+                                8.299888,
+                                9.202669,
+                                10.01607,
+                                10.81807,
+                                11.61644,
+                                12.41271
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.216611,
+                            9.216611,
+                            15.216611,
+                            21.216611,
+                            27.216611,
+                            33.216611
+                        ],
+                        "values": [
+                            [
+                                1.483931,
+                                2.809474,
+                                4.28316,
+                                5.799648,
+                                7.336978,
+                                8.869471
+                            ],
+                            [
+                                1.484908,
+                                2.809927,
+                                4.27579,
+                                5.790018,
+                                7.301653,
+                                8.850362
+                            ],
+                            [
+                                1.483913,
+                                2.809466,
+                                4.277628,
+                                5.786949,
+                                7.300731,
+                                8.855756
+                            ]
+                        ]
+                    },
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.216611,
+                            9.216611,
+                            15.216611,
+                            21.216611,
+                            27.216611,
+                            33.216611
+                        ],
+                        "values": [
+                            [
+                                8.23534,
+                                9.210608,
+                                9.863061,
+                                10.43858,
+                                10.98698,
+                                11.52103
+                            ],
+                            [
+                                8.369861,
+                                9.34411,
+                                9.99641,
+                                10.57338,
+                                11.12142,
+                                11.65609
+                            ],
+                            [
+                                8.559334,
+                                9.533583,
+                                10.18587,
+                                10.76286,
+                                11.31089,
+                                11.84556
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.216611,
+                            9.216611,
+                            15.216611,
+                            21.216611,
+                            27.216611,
+                            33.216611
+                        ],
+                        "values": [
+                            [
+                                1.431512,
+                                2.47708,
+                                3.337795,
+                                4.200919,
+                                5.094195,
+                                6.01201
+                            ],
+                            [
+                                1.437361,
+                                2.476133,
+                                3.342361,
+                                4.201826,
+                                5.096137,
+                                6.011429
+                            ],
+                            [
+                                1.437368,
+                                2.476126,
+                                3.342338,
+                                4.201898,
+                                5.096157,
+                                6.011422
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "A",
+                    "timing_type": "combinational",
+                    "timing_sense": "positive_unate",
+                    "when": "!IE&OE&PDRV0&PDRV1&SL",
+                    "sdf_cond": "IE==1'b0&&OE==1'b1&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b1",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.216611,
+                            9.216611,
+                            15.216611,
+                            21.216611,
+                            27.216611,
+                            33.216611
+                        ],
+                        "values": [
+                            [
+                                8.22664,
+                                10.48176,
+                                11.81333,
+                                12.83914,
+                                13.74184,
+                                14.59936
+                            ],
+                            [
+                                8.347209,
+                                10.60101,
+                                11.93529,
+                                12.96411,
+                                13.86694,
+                                14.72162
+                            ],
+                            [
+                                8.49059,
+                                10.74527,
+                                12.07765,
+                                13.10296,
+                                14.00581,
+                                14.86333
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.216611,
+                            9.216611,
+                            15.216611,
+                            21.216611,
+                            27.216611,
+                            33.216611
+                        ],
+                        "values": [
+                            [
+                                2.926025,
+                                5.196975,
+                                6.610978,
+                                7.913322,
+                                9.163112,
+                                10.45862
+                            ],
+                            [
+                                2.923959,
+                                5.184031,
+                                6.622604,
+                                7.900046,
+                                9.172277,
+                                10.47125
+                            ],
+                            [
+                                2.920288,
+                                5.196282,
+                                6.618568,
+                                7.901622,
+                                9.168446,
+                                10.45719
+                            ]
+                        ]
+                    },
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.216611,
+                            9.216611,
+                            15.216611,
+                            21.216611,
+                            27.216611,
+                            33.216611
+                        ],
+                        "values": [
+                            [
+                                8.096051,
+                                9.220449,
+                                10.29894,
+                                11.36928,
+                                12.43084,
+                                13.46991
+                            ],
+                            [
+                                8.229394,
+                                9.353776,
+                                10.43227,
+                                11.50259,
+                                12.56435,
+                                13.60304
+                            ],
+                            [
+                                8.418747,
+                                9.5433,
+                                10.62177,
+                                11.69203,
+                                12.7533,
+                                13.79289
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.216611,
+                            9.216611,
+                            15.216611,
+                            21.216611,
+                            27.216611,
+                            33.216611
+                        ],
+                        "values": [
+                            [
+                                1.361263,
+                                3.32023,
+                                5.307607,
+                                7.152503,
+                                8.787561,
+                                10.22854
+                            ],
+                            [
+                                1.361733,
+                                3.320137,
+                                5.307567,
+                                7.152466,
+                                8.790349,
+                                10.22225
+                            ],
+                            [
+                                1.360777,
+                                3.321216,
+                                5.308753,
+                                7.147409,
+                                8.786139,
+                                10.23479
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "A&!IE&!PDRV0&!PDRV1&!SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b0",
+                    "timing_type": "three_state_enable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.216611,
+                            9.216611,
+                            15.216611,
+                            21.216611,
+                            27.216611,
+                            33.216611
+                        ],
+                        "values": [
+                            [
+                                8.115018,
+                                11.30211,
+                                14.48324,
+                                17.65838,
+                                20.83913,
+                                24.02067
+                            ],
+                            [
+                                8.225185,
+                                11.41389,
+                                14.59203,
+                                17.76951,
+                                20.94276,
+                                24.12857
+                            ],
+                            [
+                                8.325642,
+                                11.5145,
+                                14.69344,
+                                17.86818,
+                                21.04595,
+                                24.23088
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.216611,
+                            9.216611,
+                            15.216611,
+                            21.216611,
+                            27.216611,
+                            33.216611
+                        ],
+                        "values": [
+                            [
+                                3.857659,
+                                9.981318,
+                                16.18879,
+                                22.41602,
+                                28.61564,
+                                34.80968
+                            ],
+                            [
+                                3.858504,
+                                9.962584,
+                                16.19814,
+                                22.38974,
+                                28.61281,
+                                34.82208
+                            ],
+                            [
+                                3.868652,
+                                9.982343,
+                                16.19099,
+                                22.37423,
+                                28.64015,
+                                34.83988
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "A&!IE&!PDRV0&!PDRV1&SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b1",
+                    "timing_type": "three_state_enable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.216611,
+                            9.216611,
+                            15.216611,
+                            21.216611,
+                            27.216611,
+                            33.216611
+                        ],
+                        "values": [
+                            [
+                                10.11786,
+                                13.85596,
+                                17.08252,
+                                20.26838,
+                                23.44505,
+                                26.62706
+                            ],
+                            [
+                                10.22946,
+                                13.96868,
+                                17.19426,
+                                20.38065,
+                                23.55904,
+                                26.73971
+                            ],
+                            [
+                                10.32938,
+                                14.06804,
+                                17.29388,
+                                20.47931,
+                                23.65475,
+                                26.83668
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.216611,
+                            9.216611,
+                            15.216611,
+                            21.216611,
+                            27.216611,
+                            33.216611
+                        ],
+                        "values": [
+                            [
+                                6.392112,
+                                11.55105,
+                                17.16187,
+                                23.05558,
+                                29.03808,
+                                35.24261
+                            ],
+                            [
+                                6.396376,
+                                11.54099,
+                                17.17756,
+                                23.0744,
+                                29.11767,
+                                35.24329
+                            ],
+                            [
+                                6.392906,
+                                11.55591,
+                                17.14374,
+                                23.00689,
+                                29.09999,
+                                35.21006
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "A&!IE&!PDRV0&PDRV1&!SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b0",
+                    "timing_type": "three_state_enable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.216611,
+                            9.216611,
+                            15.216611,
+                            21.216611,
+                            27.216611,
+                            33.216611
+                        ],
+                        "values": [
+                            [
+                                7.049731,
+                                8.182723,
+                                9.249479,
+                                10.30922,
+                                11.36892,
+                                12.42808
+                            ],
+                            [
+                                7.166164,
+                                8.297789,
+                                9.364979,
+                                10.42575,
+                                11.4856,
+                                12.54456
+                            ],
+                            [
+                                7.285505,
+                                8.417859,
+                                9.484917,
+                                10.54373,
+                                11.60498,
+                                12.66426
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.216611,
+                            9.216611,
+                            15.216611,
+                            21.216611,
+                            27.216611,
+                            33.216611
+                        ],
+                        "values": [
+                            [
+                                1.839925,
+                                3.617943,
+                                5.579872,
+                                7.6436,
+                                9.680455,
+                                11.72741
+                            ],
+                            [
+                                1.843578,
+                                3.621482,
+                                5.590568,
+                                7.627726,
+                                9.667893,
+                                11.73893
+                            ],
+                            [
+                                1.844185,
+                                3.620888,
+                                5.581503,
+                                7.61382,
+                                9.675333,
+                                11.73512
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "A&!IE&!PDRV0&PDRV1&SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b1",
+                    "timing_type": "three_state_enable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.216611,
+                            9.216611,
+                            15.216611,
+                            21.216611,
+                            27.216611,
+                            33.216611
+                        ],
+                        "values": [
+                            [
+                                7.473213,
+                                10.04574,
+                                11.53436,
+                                12.75705,
+                                13.88303,
+                                14.97235
+                            ],
+                            [
+                                7.588697,
+                                10.16131,
+                                11.64904,
+                                12.87158,
+                                13.99811,
+                                15.08756
+                            ],
+                            [
+                                7.708166,
+                                10.28133,
+                                11.77037,
+                                12.9863,
+                                14.11983,
+                                15.20895
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.216611,
+                            9.216611,
+                            15.216611,
+                            21.216611,
+                            27.216611,
+                            33.216611
+                        ],
+                        "values": [
+                            [
+                                3.629067,
+                                6.132658,
+                                7.912014,
+                                9.581941,
+                                11.28199,
+                                13.09487
+                            ],
+                            [
+                                3.628388,
+                                6.133257,
+                                7.911662,
+                                9.586057,
+                                11.31761,
+                                13.10244
+                            ],
+                            [
+                                3.626609,
+                                6.141054,
+                                7.909587,
+                                9.583945,
+                                11.30578,
+                                13.09417
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "A&!IE&PDRV0&!PDRV1&!SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b0",
+                    "timing_type": "three_state_enable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.216611,
+                            9.216611,
+                            15.216611,
+                            21.216611,
+                            27.216611,
+                            33.216611
+                        ],
+                        "values": [
+                            [
+                                7.155304,
+                                8.775866,
+                                10.36802,
+                                11.95449,
+                                13.54533,
+                                15.13245
+                            ],
+                            [
+                                7.265311,
+                                8.88612,
+                                10.478,
+                                12.06622,
+                                13.65646,
+                                15.24397
+                            ],
+                            [
+                                7.36664,
+                                8.98675,
+                                10.57834,
+                                12.16882,
+                                13.75645,
+                                15.34601
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.216611,
+                            9.216611,
+                            15.216611,
+                            21.216611,
+                            27.216611,
+                            33.216611
+                        ],
+                        "values": [
+                            [
+                                2.24668,
+                                5.140696,
+                                8.202914,
+                                11.27694,
+                                14.38429,
+                                17.49
+                            ],
+                            [
+                                2.244407,
+                                5.136636,
+                                8.2053,
+                                11.28331,
+                                14.40199,
+                                17.4702
+                            ],
+                            [
+                                2.237209,
+                                5.150114,
+                                8.197076,
+                                11.3009,
+                                14.39335,
+                                17.50964
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "A&!IE&PDRV0&!PDRV1&SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b1",
+                    "timing_type": "three_state_enable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.216611,
+                            9.216611,
+                            15.216611,
+                            21.216611,
+                            27.216611,
+                            33.216611
+                        ],
+                        "values": [
+                            [
+                                8.191712,
+                                11.02326,
+                                12.85005,
+                                14.50743,
+                                16.11872,
+                                17.716
+                            ],
+                            [
+                                8.3023,
+                                11.13384,
+                                12.96069,
+                                14.61794,
+                                16.22934,
+                                17.82655
+                            ],
+                            [
+                                8.405257,
+                                11.2373,
+                                13.0642,
+                                14.72127,
+                                16.33282,
+                                17.92993
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.216611,
+                            9.216611,
+                            15.216611,
+                            21.216611,
+                            27.216611,
+                            33.216611
+                        ],
+                        "values": [
+                            [
+                                4.55028,
+                                7.530548,
+                                10.05593,
+                                12.69289,
+                                15.51587,
+                                18.38616
+                            ],
+                            [
+                                4.550329,
+                                7.529946,
+                                10.05586,
+                                12.69319,
+                                15.5144,
+                                18.40283
+                            ],
+                            [
+                                4.550742,
+                                7.530095,
+                                10.05663,
+                                12.69425,
+                                15.51227,
+                                18.37588
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "A&!IE&PDRV0&PDRV1&!SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b0",
+                    "timing_type": "three_state_enable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.216611,
+                            9.216611,
+                            15.216611,
+                            21.216611,
+                            27.216611,
+                            33.216611
+                        ],
+                        "values": [
+                            [
+                                6.786503,
+                                7.704894,
+                                8.514251,
+                                9.311772,
+                                10.10834,
+                                10.90336
+                            ],
+                            [
+                                6.900275,
+                                7.819156,
+                                8.628583,
+                                9.426393,
+                                10.22281,
+                                11.01769
+                            ],
+                            [
+                                7.013509,
+                                7.934835,
+                                8.744127,
+                                9.541317,
+                                10.33763,
+                                11.1328
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.216611,
+                            9.216611,
+                            15.216611,
+                            21.216611,
+                            27.216611,
+                            33.216611
+                        ],
+                        "values": [
+                            [
+                                1.68872,
+                                2.907667,
+                                4.321498,
+                                5.823451,
+                                7.347674,
+                                8.875917
+                            ],
+                            [
+                                1.688317,
+                                2.909545,
+                                4.319827,
+                                5.822069,
+                                7.351736,
+                                8.891332
+                            ],
+                            [
+                                1.689017,
+                                2.907232,
+                                4.332336,
+                                5.81851,
+                                7.344041,
+                                8.875298
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "A&!IE&PDRV0&PDRV1&SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b1",
+                    "timing_type": "three_state_enable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.216611,
+                            9.216611,
+                            15.216611,
+                            21.216611,
+                            27.216611,
+                            33.216611
+                        ],
+                        "values": [
+                            [
+                                6.897636,
+                                9.170041,
+                                10.54876,
+                                11.58864,
+                                12.49856,
+                                13.36228
+                            ],
+                            [
+                                7.012105,
+                                9.281726,
+                                10.6646,
+                                11.7032,
+                                12.61356,
+                                13.47638
+                            ],
+                            [
+                                7.127856,
+                                9.404335,
+                                10.77718,
+                                11.81864,
+                                12.72952,
+                                13.59135
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.216611,
+                            9.216611,
+                            15.216611,
+                            21.216611,
+                            27.216611,
+                            33.216611
+                        ],
+                        "values": [
+                            [
+                                2.961652,
+                                5.32529,
+                                6.78977,
+                                8.081721,
+                                9.34057,
+                                10.61135
+                            ],
+                            [
+                                2.963172,
+                                5.331829,
+                                6.790477,
+                                8.083339,
+                                9.331026,
+                                10.60046
+                            ],
+                            [
+                                2.964327,
+                                5.331818,
+                                6.796965,
+                                8.088564,
+                                9.330408,
+                                10.61114
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "!A&!IE&!PDRV0&!PDRV1&!SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b0",
+                    "timing_type": "three_state_enable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.216611,
+                            9.216611,
+                            15.216611,
+                            21.216611,
+                            27.216611,
+                            33.216611
+                        ],
+                        "values": [
+                            [
+                                6.202561,
+                                8.399152,
+                                10.48573,
+                                12.56529,
+                                14.6435,
+                                16.71549
+                            ],
+                            [
+                                6.32406,
+                                8.520241,
+                                10.60567,
+                                12.68571,
+                                14.76345,
+                                16.83675
+                            ],
+                            [
+                                6.462021,
+                                8.659113,
+                                10.74426,
+                                12.82417,
+                                14.90083,
+                                16.9803
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.216611,
+                            9.216611,
+                            15.216611,
+                            21.216611,
+                            27.216611,
+                            33.216611
+                        ],
+                        "values": [
+                            [
+                                3.087868,
+                                6.656366,
+                                10.45643,
+                                14.3179,
+                                18.23729,
+                                22.19117
+                            ],
+                            [
+                                3.08277,
+                                6.667626,
+                                10.46624,
+                                14.3482,
+                                18.2707,
+                                22.18711
+                            ],
+                            [
+                                3.087868,
+                                6.669459,
+                                10.46744,
+                                14.36336,
+                                18.27065,
+                                22.16869
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "!A&!IE&!PDRV0&!PDRV1&SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b1",
+                    "timing_type": "three_state_enable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.216611,
+                            9.216611,
+                            15.216611,
+                            21.216611,
+                            27.216611,
+                            33.216611
+                        ],
+                        "values": [
+                            [
+                                6.491222,
+                                10.73092,
+                                14.43863,
+                                17.48526,
+                                20.1327,
+                                22.56041
+                            ],
+                            [
+                                6.612416,
+                                10.85221,
+                                14.56128,
+                                17.602,
+                                20.25942,
+                                22.68542
+                            ],
+                            [
+                                6.750832,
+                                10.9889,
+                                14.69533,
+                                17.74021,
+                                20.40018,
+                                22.81821
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.216611,
+                            9.216611,
+                            15.216611,
+                            21.216611,
+                            27.216611,
+                            33.216611
+                        ],
+                        "values": [
+                            [
+                                4.772363,
+                                11.43808,
+                                16.08501,
+                                20.07975,
+                                23.8414,
+                                27.44058
+                            ],
+                            [
+                                4.766252,
+                                11.42852,
+                                16.08135,
+                                20.09475,
+                                23.82379,
+                                27.48296
+                            ],
+                            [
+                                4.768983,
+                                11.44182,
+                                16.09427,
+                                20.11975,
+                                23.83252,
+                                27.43935
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "!A&!IE&!PDRV0&PDRV1&!SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b0",
+                    "timing_type": "three_state_enable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.216611,
+                            9.216611,
+                            15.216611,
+                            21.216611,
+                            27.216611,
+                            33.216611
+                        ],
+                        "values": [
+                            [
+                                5.343518,
+                                6.464204,
+                                7.266839,
+                                8.000233,
+                                8.709383,
+                                9.408959
+                            ],
+                            [
+                                5.464682,
+                                6.585325,
+                                7.387748,
+                                8.121152,
+                                8.829997,
+                                9.529992
+                            ],
+                            [
+                                5.602943,
+                                6.723676,
+                                7.526239,
+                                8.259678,
+                                8.968708,
+                                9.668198
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.216611,
+                            9.216611,
+                            15.216611,
+                            21.216611,
+                            27.216611,
+                            33.216611
+                        ],
+                        "values": [
+                            [
+                                1.75909,
+                                3.01766,
+                                4.169718,
+                                5.342055,
+                                6.549107,
+                                7.79057
+                            ],
+                            [
+                                1.760457,
+                                3.014029,
+                                4.169673,
+                                5.346215,
+                                6.550992,
+                                7.79177
+                            ],
+                            [
+                                1.760165,
+                                3.017024,
+                                4.170751,
+                                5.345493,
+                                6.553528,
+                                7.785162
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "!A&!IE&!PDRV0&PDRV1&SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b1",
+                    "timing_type": "three_state_enable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.216611,
+                            9.216611,
+                            15.216611,
+                            21.216611,
+                            27.216611,
+                            33.216611
+                        ],
+                        "values": [
+                            [
+                                5.210657,
+                                6.661474,
+                                8.084096,
+                                9.496775,
+                                10.87512,
+                                12.1818
+                            ],
+                            [
+                                5.331575,
+                                6.781676,
+                                8.204516,
+                                9.618817,
+                                10.99525,
+                                12.30477
+                            ],
+                            [
+                                5.47009,
+                                6.921014,
+                                8.343491,
+                                9.756212,
+                                11.13487,
+                                12.44242
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.216611,
+                            9.216611,
+                            15.216611,
+                            21.216611,
+                            27.216611,
+                            33.216611
+                        ],
+                        "values": [
+                            [
+                                1.826418,
+                                4.402764,
+                                6.94941,
+                                9.163454,
+                                11.05956,
+                                12.7553
+                            ],
+                            [
+                                1.828541,
+                                4.390584,
+                                6.945094,
+                                9.156541,
+                                11.06631,
+                                12.74862
+                            ],
+                            [
+                                1.82545,
+                                4.398034,
+                                6.938074,
+                                9.166206,
+                                11.06241,
+                                12.74261
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "!A&!IE&PDRV0&!PDRV1&!SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b0",
+                    "timing_type": "three_state_enable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.216611,
+                            9.216611,
+                            15.216611,
+                            21.216611,
+                            27.216611,
+                            33.216611
+                        ],
+                        "values": [
+                            [
+                                5.363948,
+                                6.679319,
+                                7.772041,
+                                8.824271,
+                                9.86793,
+                                10.90794
+                            ],
+                            [
+                                5.486167,
+                                6.800645,
+                                7.892359,
+                                8.945553,
+                                9.987424,
+                                11.02676
+                            ],
+                            [
+                                5.623109,
+                                6.93844,
+                                8.031137,
+                                9.082985,
+                                10.12705,
+                                11.16705
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.216611,
+                            9.216611,
+                            15.216611,
+                            21.216611,
+                            27.216611,
+                            33.216611
+                        ],
+                        "values": [
+                            [
+                                2.126787,
+                                3.851992,
+                                5.610724,
+                                7.47738,
+                                9.353497,
+                                11.2912
+                            ],
+                            [
+                                2.126065,
+                                3.844759,
+                                5.612118,
+                                7.479136,
+                                9.368638,
+                                11.30354
+                            ],
+                            [
+                                2.126713,
+                                3.851452,
+                                5.61123,
+                                7.472643,
+                                9.355606,
+                                11.28576
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "!A&!IE&PDRV0&!PDRV1&SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b1",
+                    "timing_type": "three_state_enable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.216611,
+                            9.216611,
+                            15.216611,
+                            21.216611,
+                            27.216611,
+                            33.216611
+                        ],
+                        "values": [
+                            [
+                                5.216942,
+                                7.362889,
+                                9.491829,
+                                11.53148,
+                                13.38435,
+                                15.03753
+                            ],
+                            [
+                                5.336973,
+                                7.483949,
+                                9.611682,
+                                11.64778,
+                                13.49756,
+                                15.15947
+                            ],
+                            [
+                                5.475837,
+                                7.621864,
+                                9.750686,
+                                11.78972,
+                                13.6401,
+                                15.29165
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.216611,
+                            9.216611,
+                            15.216611,
+                            21.216611,
+                            27.216611,
+                            33.216611
+                        ],
+                        "values": [
+                            [
+                                2.496311,
+                                6.432626,
+                                9.797011,
+                                12.45176,
+                                14.77787,
+                                16.88403
+                            ],
+                            [
+                                2.506716,
+                                6.443503,
+                                9.779629,
+                                12.44922,
+                                14.78494,
+                                16.8767
+                            ],
+                            [
+                                2.499737,
+                                6.438233,
+                                9.777689,
+                                12.44857,
+                                14.77396,
+                                16.88462
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "!A&!IE&PDRV0&PDRV1&!SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b0",
+                    "timing_type": "three_state_enable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.216611,
+                            9.216611,
+                            15.216611,
+                            21.216611,
+                            27.216611,
+                            33.216611
+                        ],
+                        "values": [
+                            [
+                                4.986531,
+                                5.983634,
+                                6.657349,
+                                7.241116,
+                                7.791706,
+                                8.327329
+                            ],
+                            [
+                                5.107327,
+                                6.104654,
+                                6.778481,
+                                7.362348,
+                                7.912966,
+                                8.448742
+                            ],
+                            [
+                                5.246146,
+                                6.243181,
+                                6.916528,
+                                7.50048,
+                                8.05111,
+                                8.586782
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.216611,
+                            9.216611,
+                            15.216611,
+                            21.216611,
+                            27.216611,
+                            33.216611
+                        ],
+                        "values": [
+                            [
+                                1.554408,
+                                2.573488,
+                                3.442147,
+                                4.304509,
+                                5.182303,
+                                6.080545
+                            ],
+                            [
+                                1.552918,
+                                2.570802,
+                                3.44249,
+                                4.307429,
+                                5.184539,
+                                6.075279
+                            ],
+                            [
+                                1.55609,
+                                2.573405,
+                                3.442248,
+                                4.302926,
+                                5.179537,
+                                6.0846
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "!A&!IE&PDRV0&PDRV1&SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b1",
+                    "timing_type": "three_state_enable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.216611,
+                            9.216611,
+                            15.216611,
+                            21.216611,
+                            27.216611,
+                            33.216611
+                        ],
+                        "values": [
+                            [
+                                4.86704,
+                                5.983939,
+                                7.054667,
+                                8.119933,
+                                9.180407,
+                                10.22245
+                            ],
+                            [
+                                4.989182,
+                                6.104892,
+                                7.175812,
+                                8.240844,
+                                9.301588,
+                                10.34389
+                            ],
+                            [
+                                5.126564,
+                                6.243947,
+                                7.313469,
+                                8.38017,
+                                9.440821,
+                                10.48186
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.216611,
+                            9.216611,
+                            15.216611,
+                            21.216611,
+                            27.216611,
+                            33.216611
+                        ],
+                        "values": [
+                            [
+                                1.507433,
+                                3.38768,
+                                5.331231,
+                                7.192301,
+                                8.830622,
+                                10.2881
+                            ],
+                            [
+                                1.508388,
+                                3.383954,
+                                5.334686,
+                                7.19002,
+                                8.836732,
+                                10.29339
+                            ],
+                            [
+                                1.507242,
+                                3.380609,
+                                5.333157,
+                                7.188794,
+                                8.82791,
+                                10.29126
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "!A&!IE&!PDRV0&!PDRV1&!SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b0",
+                    "timing_type": "three_state_disable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.216611,
+                            9.216611,
+                            15.216611,
+                            21.216611,
+                            27.216611,
+                            33.216611
+                        ],
+                        "values": [
+                            [
+                                3.427308,
+                                3.427309,
+                                3.42731,
+                                3.427311,
+                                3.427312,
+                                3.427313
+                            ],
+                            [
+                                3.556994,
+                                3.556995,
+                                3.556996,
+                                3.556997,
+                                3.556998,
+                                3.556999
+                            ],
+                            [
+                                3.737376,
+                                3.737377,
+                                3.737378,
+                                3.737379,
+                                3.73738,
+                                3.737381
+                            ]
+                        ]
+                    },
+                    "rise_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "!A&!IE&!PDRV0&!PDRV1&SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b1",
+                    "timing_type": "three_state_disable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.216611,
+                            9.216611,
+                            15.216611,
+                            21.216611,
+                            27.216611,
+                            33.216611
+                        ],
+                        "values": [
+                            [
+                                3.399544,
+                                3.399545,
+                                3.399546,
+                                3.399547,
+                                3.399548,
+                                3.399549
+                            ],
+                            [
+                                3.526304,
+                                3.526305,
+                                3.526306,
+                                3.526307,
+                                3.526308,
+                                3.526309
+                            ],
+                            [
+                                3.709939,
+                                3.70994,
+                                3.709941,
+                                3.709942,
+                                3.709943,
+                                3.709944
+                            ]
+                        ]
+                    },
+                    "rise_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "!A&!IE&!PDRV0&PDRV1&!SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b0",
+                    "timing_type": "three_state_disable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.216611,
+                            9.216611,
+                            15.216611,
+                            21.216611,
+                            27.216611,
+                            33.216611
+                        ],
+                        "values": [
+                            [
+                                3.734705,
+                                3.734706,
+                                3.734707,
+                                3.734708,
+                                3.734709,
+                                3.73471
+                            ],
+                            [
+                                3.865092,
+                                3.866984,
+                                3.866985,
+                                3.866986,
+                                3.866987,
+                                3.866988
+                            ],
+                            [
+                                4.055856,
+                                4.055857,
+                                4.055858,
+                                4.055859,
+                                4.05586,
+                                4.055861
+                            ]
+                        ]
+                    },
+                    "rise_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "!A&!IE&!PDRV0&PDRV1&SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b1",
+                    "timing_type": "three_state_disable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.216611,
+                            9.216611,
+                            15.216611,
+                            21.216611,
+                            27.216611,
+                            33.216611
+                        ],
+                        "values": [
+                            [
+                                3.724288,
+                                3.724289,
+                                3.72429,
+                                3.724291,
+                                3.724292,
+                                3.724293
+                            ],
+                            [
+                                3.854808,
+                                3.854809,
+                                3.85481,
+                                3.854811,
+                                3.854812,
+                                3.854813
+                            ],
+                            [
+                                4.041431,
+                                4.041432,
+                                4.041433,
+                                4.041434,
+                                4.041435,
+                                4.041436
+                            ]
+                        ]
+                    },
+                    "rise_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "!A&!IE&PDRV0&!PDRV1&!SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b0",
+                    "timing_type": "three_state_disable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.216611,
+                            9.216611,
+                            15.216611,
+                            21.216611,
+                            27.216611,
+                            33.216611
+                        ],
+                        "values": [
+                            [
+                                3.403384,
+                                3.403385,
+                                3.403386,
+                                3.403387,
+                                3.403388,
+                                3.403389
+                            ],
+                            [
+                                3.53453,
+                                3.534531,
+                                3.534532,
+                                3.534533,
+                                3.534534,
+                                3.534535
+                            ],
+                            [
+                                3.733837,
+                                3.733838,
+                                3.733839,
+                                3.73384,
+                                3.733841,
+                                3.733842
+                            ]
+                        ]
+                    },
+                    "rise_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "!A&!IE&PDRV0&!PDRV1&SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b1",
+                    "timing_type": "three_state_disable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.216611,
+                            9.216611,
+                            15.216611,
+                            21.216611,
+                            27.216611,
+                            33.216611
+                        ],
+                        "values": [
+                            [
+                                3.395787,
+                                3.395788,
+                                3.395789,
+                                3.39579,
+                                3.395791,
+                                3.395792
+                            ],
+                            [
+                                3.528995,
+                                3.528996,
+                                3.528997,
+                                3.528998,
+                                3.528999,
+                                3.529
+                            ],
+                            [
+                                3.716875,
+                                3.716876,
+                                3.716877,
+                                3.716878,
+                                3.716879,
+                                3.71688
+                            ]
+                        ]
+                    },
+                    "rise_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "!A&!IE&PDRV0&PDRV1&!SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b0",
+                    "timing_type": "three_state_disable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.216611,
+                            9.216611,
+                            15.216611,
+                            21.216611,
+                            27.216611,
+                            33.216611
+                        ],
+                        "values": [
+                            [
+                                3.680794,
+                                3.680795,
+                                3.680796,
+                                3.680797,
+                                3.680798,
+                                3.680799
+                            ],
+                            [
+                                3.81403,
+                                3.814031,
+                                3.814032,
+                                3.814033,
+                                3.814034,
+                                3.814035
+                            ],
+                            [
+                                3.999183,
+                                3.999184,
+                                3.999185,
+                                3.999186,
+                                3.999187,
+                                3.999188
+                            ]
+                        ]
+                    },
+                    "rise_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "!A&!IE&PDRV0&PDRV1&SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b1",
+                    "timing_type": "three_state_disable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.216611,
+                            9.216611,
+                            15.216611,
+                            21.216611,
+                            27.216611,
+                            33.216611
+                        ],
+                        "values": [
+                            [
+                                3.6763,
+                                3.676301,
+                                3.676302,
+                                3.676303,
+                                3.676304,
+                                3.676305
+                            ],
+                            [
+                                3.807198,
+                                3.807199,
+                                3.8072,
+                                3.807201,
+                                3.807202,
+                                3.807203
+                            ],
+                            [
+                                3.990869,
+                                3.99087,
+                                3.990871,
+                                3.990872,
+                                3.990873,
+                                3.990874
+                            ]
+                        ]
+                    },
+                    "rise_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "A&!IE&!PDRV0&!PDRV1&!SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b0",
+                    "timing_type": "three_state_disable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.216611,
+                            9.216611,
+                            15.216611,
+                            21.216611,
+                            27.216611,
+                            33.216611
+                        ],
+                        "values": [
+                            [
+                                4.110291,
+                                4.110292,
+                                4.110293,
+                                4.110294,
+                                4.110295,
+                                4.110296
+                            ],
+                            [
+                                4.245863,
+                                4.245864,
+                                4.245865,
+                                4.245866,
+                                4.245867,
+                                4.245868
+                            ],
+                            [
+                                4.435444,
+                                4.435445,
+                                4.435446,
+                                4.435447,
+                                4.435448,
+                                4.435449
+                            ]
+                        ]
+                    },
+                    "fall_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "A&!IE&!PDRV0&!PDRV1&SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b1",
+                    "timing_type": "three_state_disable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.216611,
+                            9.216611,
+                            15.216611,
+                            21.216611,
+                            27.216611,
+                            33.216611
+                        ],
+                        "values": [
+                            [
+                                4.118516,
+                                4.118517,
+                                4.118518,
+                                4.118519,
+                                4.11852,
+                                4.118521
+                            ],
+                            [
+                                4.243412,
+                                4.243413,
+                                4.243414,
+                                4.243415,
+                                4.243416,
+                                4.243417
+                            ],
+                            [
+                                4.437039,
+                                4.43704,
+                                4.437041,
+                                4.437042,
+                                4.437043,
+                                4.437044
+                            ]
+                        ]
+                    },
+                    "fall_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "A&!IE&!PDRV0&PDRV1&!SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b0",
+                    "timing_type": "three_state_disable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.216611,
+                            9.216611,
+                            15.216611,
+                            21.216611,
+                            27.216611,
+                            33.216611
+                        ],
+                        "values": [
+                            [
+                                4.801488,
+                                4.801489,
+                                4.80149,
+                                4.801491,
+                                4.801492,
+                                4.801493
+                            ],
+                            [
+                                4.93952,
+                                4.939521,
+                                4.939522,
+                                4.939523,
+                                4.939524,
+                                4.939525
+                            ],
+                            [
+                                5.129385,
+                                5.129386,
+                                5.129387,
+                                5.129388,
+                                5.129389,
+                                5.12939
+                            ]
+                        ]
+                    },
+                    "fall_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "A&!IE&!PDRV0&PDRV1&SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b1",
+                    "timing_type": "three_state_disable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.216611,
+                            9.216611,
+                            15.216611,
+                            21.216611,
+                            27.216611,
+                            33.216611
+                        ],
+                        "values": [
+                            [
+                                4.801275,
+                                4.801276,
+                                4.801277,
+                                4.801278,
+                                4.801279,
+                                4.80128
+                            ],
+                            [
+                                4.938624,
+                                4.938625,
+                                4.938626,
+                                4.938627,
+                                4.938628,
+                                4.938629
+                            ],
+                            [
+                                5.127822,
+                                5.127823,
+                                5.127824,
+                                5.127825,
+                                5.127826,
+                                5.127827
+                            ]
+                        ]
+                    },
+                    "fall_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "A&!IE&PDRV0&!PDRV1&!SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b0",
+                    "timing_type": "three_state_disable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.216611,
+                            9.216611,
+                            15.216611,
+                            21.216611,
+                            27.216611,
+                            33.216611
+                        ],
+                        "values": [
+                            [
+                                4.093074,
+                                4.093075,
+                                4.093076,
+                                4.093077,
+                                4.093078,
+                                4.093079
+                            ],
+                            [
+                                4.22362,
+                                4.223621,
+                                4.223622,
+                                4.223623,
+                                4.223624,
+                                4.223625
+                            ],
+                            [
+                                4.412016,
+                                4.412017,
+                                4.412018,
+                                4.412019,
+                                4.41202,
+                                4.412021
+                            ]
+                        ]
+                    },
+                    "fall_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "A&!IE&PDRV0&!PDRV1&SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b1",
+                    "timing_type": "three_state_disable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.216611,
+                            9.216611,
+                            15.216611,
+                            21.216611,
+                            27.216611,
+                            33.216611
+                        ],
+                        "values": [
+                            [
+                                4.099439,
+                                4.09944,
+                                4.099441,
+                                4.099442,
+                                4.099443,
+                                4.099444
+                            ],
+                            [
+                                4.234357,
+                                4.234358,
+                                4.234359,
+                                4.23436,
+                                4.234361,
+                                4.234362
+                            ],
+                            [
+                                4.422254,
+                                4.422255,
+                                4.422256,
+                                4.422257,
+                                4.422258,
+                                4.422259
+                            ]
+                        ]
+                    },
+                    "fall_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "A&!IE&PDRV0&PDRV1&!SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b0",
+                    "timing_type": "three_state_disable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.216611,
+                            9.216611,
+                            15.216611,
+                            21.216611,
+                            27.216611,
+                            33.216611
+                        ],
+                        "values": [
+                            [
+                                4.767866,
+                                4.767867,
+                                4.767868,
+                                4.767869,
+                                4.76787,
+                                4.767871
+                            ],
+                            [
+                                4.90743,
+                                4.907431,
+                                4.907432,
+                                4.907433,
+                                4.907434,
+                                4.907435
+                            ],
+                            [
+                                5.096926,
+                                5.096927,
+                                5.096928,
+                                5.096929,
+                                5.09693,
+                                5.096931
+                            ]
+                        ]
+                    },
+                    "fall_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "A&!IE&PDRV0&PDRV1&SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b1",
+                    "timing_type": "three_state_disable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.216611,
+                            9.216611,
+                            15.216611,
+                            21.216611,
+                            27.216611,
+                            33.216611
+                        ],
+                        "values": [
+                            [
+                                4.768649,
+                                4.76865,
+                                4.768651,
+                                4.768652,
+                                4.768653,
+                                4.768654
+                            ],
+                            [
+                                4.907762,
+                                4.907763,
+                                4.907764,
+                                4.907765,
+                                4.907766,
+                                4.907767
+                            ],
+                            [
+                                5.095491,
+                                5.095492,
+                                5.095493,
+                                5.095494,
+                                5.095495,
+                                5.095496
+                            ]
+                        ]
+                    },
+                    "fall_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                }
+            ]
+        },
+        "pin Y": {
+            "function": "((IE*PAD))",
+            "direction": "output",
+            "max_capacitance": "0.500000",
+            "output_signal_level": "VDD",
+            "internal_power ": [
+                {
+                    "related_pin": "IE",
+                    "when": "!CS&!OE&PAD",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.927662,
+                                0.931096,
+                                0.935519,
+                                0.939228,
+                                0.934194,
+                                0.927754
+                            ],
+                            [
+                                0.663318,
+                                0.665875,
+                                0.678834,
+                                0.69956,
+                                0.672743,
+                                0.643333
+                            ],
+                            [
+                                0.608012,
+                                0.625109,
+                                0.618359,
+                                0.622812,
+                                0.620463,
+                                0.61721
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                1.079061,
+                                1.096507,
+                                1.113971,
+                                1.136825,
+                                1.141973,
+                                1.144165
+                            ],
+                            [
+                                0.8632,
+                                0.867602,
+                                0.964878,
+                                0.985336,
+                                0.962155,
+                                0.902224
+                            ],
+                            [
+                                0.881696,
+                                0.869078,
+                                0.953636,
+                                0.785535,
+                                0.99356,
+                                0.804897
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "IE",
+                    "when": "CS&!OE&PAD",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                1.03795,
+                                1.041131,
+                                1.045524,
+                                1.046456,
+                                1.04956,
+                                1.052161
+                            ],
+                            [
+                                0.775243,
+                                0.778962,
+                                0.780433,
+                                0.783279,
+                                0.782243,
+                                0.782565
+                            ],
+                            [
+                                0.717381,
+                                0.720876,
+                                0.725996,
+                                0.730036,
+                                0.724694,
+                                0.719168
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                1.143735,
+                                1.165901,
+                                1.194094,
+                                1.227864,
+                                1.233311,
+                                1.236258
+                            ],
+                            [
+                                0.94604,
+                                0.952521,
+                                1.002785,
+                                1.023731,
+                                1.029278,
+                                1.051393
+                            ],
+                            [
+                                0.921953,
+                                0.942379,
+                                0.986564,
+                                1.011089,
+                                1.01765,
+                                0.978049
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "PAD",
+                    "when": "!CS&IE&!OE",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.541351,
+                                0.542164,
+                                0.539616,
+                                0.518394,
+                                0.52196,
+                                0.513691
+                            ],
+                            [
+                                0.516015,
+                                0.517871,
+                                0.516193,
+                                0.503292,
+                                0.497615,
+                                0.497911
+                            ],
+                            [
+                                0.538725,
+                                0.539259,
+                                0.537837,
+                                0.52611,
+                                0.521533,
+                                0.506713
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.814109,
+                                0.836089,
+                                0.864699,
+                                0.912829,
+                                0.924409,
+                                0.932869
+                            ],
+                            [
+                                0.582718,
+                                0.604628,
+                                0.634008,
+                                0.680618,
+                                0.693228,
+                                0.701968
+                            ],
+                            [
+                                0.559157,
+                                0.578057,
+                                0.610847,
+                                0.656507,
+                                0.670377,
+                                0.686637
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "PAD",
+                    "when": "CS&IE&!OE",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.679289,
+                                0.679359,
+                                0.678573,
+                                0.666344,
+                                0.661268,
+                                0.662381
+                            ],
+                            [
+                                0.674233,
+                                0.67492,
+                                0.674203,
+                                0.66582,
+                                0.661395,
+                                0.656948
+                            ],
+                            [
+                                0.693156,
+                                0.693789,
+                                0.692771,
+                                0.67803,
+                                0.677314,
+                                0.677979
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                1.036889,
+                                1.067219,
+                                1.113879,
+                                1.212089,
+                                1.243499,
+                                1.267069
+                            ],
+                            [
+                                0.754818,
+                                0.785308,
+                                0.831378,
+                                0.930198,
+                                0.960818,
+                                0.985888
+                            ],
+                            [
+                                0.715277,
+                                0.745957,
+                                0.792477,
+                                0.893067,
+                                0.923247,
+                                0.947777
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "IE",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.982806,
+                                0.986114,
+                                0.990521,
+                                0.992842,
+                                0.991877,
+                                0.989957
+                            ],
+                            [
+                                0.71928,
+                                0.722419,
+                                0.729634,
+                                0.741419,
+                                0.727493,
+                                0.712949
+                            ],
+                            [
+                                0.662697,
+                                0.672992,
+                                0.672177,
+                                0.676424,
+                                0.672578,
+                                0.668189
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                1.111398,
+                                1.131204,
+                                1.154033,
+                                1.182345,
+                                1.187642,
+                                1.190212
+                            ],
+                            [
+                                0.90462,
+                                0.910061,
+                                0.983831,
+                                1.004533,
+                                0.995716,
+                                0.976808
+                            ],
+                            [
+                                0.901825,
+                                0.905728,
+                                0.9701,
+                                0.898312,
+                                1.005605,
+                                0.891473
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "PAD",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.61032,
+                                0.610761,
+                                0.609094,
+                                0.592369,
+                                0.591614,
+                                0.588036
+                            ],
+                            [
+                                0.595124,
+                                0.596395,
+                                0.595198,
+                                0.584556,
+                                0.579505,
+                                0.57743
+                            ],
+                            [
+                                0.615941,
+                                0.616524,
+                                0.615304,
+                                0.60207,
+                                0.599423,
+                                0.592346
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.925499,
+                                0.951654,
+                                0.989289,
+                                1.062459,
+                                1.083954,
+                                1.099969
+                            ],
+                            [
+                                0.668768,
+                                0.694968,
+                                0.732693,
+                                0.805408,
+                                0.827023,
+                                0.843928
+                            ],
+                            [
+                                0.637217,
+                                0.662007,
+                                0.701662,
+                                0.774787,
+                                0.796812,
+                                0.817207
+                            ]
+                        ]
+                    }
+                }
+            ],
+            "timing ": [
+                {
+                    "related_pin": "IE",
+                    "timing_type": "combinational",
+                    "timing_sense": "positive_unate",
+                    "when": "!CS&!OE&PAD",
+                    "sdf_cond": "CS==1'b0&&OE==1'b0&&PAD==1'b1",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                5.644153,
+                                5.842228,
+                                6.073351,
+                                6.731629,
+                                7.044807,
+                                7.357375
+                            ],
+                            [
+                                5.786691,
+                                5.984619,
+                                6.214609,
+                                6.87018,
+                                7.185762,
+                                7.500982
+                            ],
+                            [
+                                5.951078,
+                                6.148336,
+                                6.380075,
+                                7.035774,
+                                7.351801,
+                                7.666597
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.537348,
+                                0.771888,
+                                1.097922,
+                                2.230334,
+                                2.811079,
+                                3.404057
+                            ],
+                            [
+                                0.537012,
+                                0.769227,
+                                1.100634,
+                                2.229705,
+                                2.811426,
+                                3.415245
+                            ],
+                            [
+                                0.540087,
+                                0.770512,
+                                1.095504,
+                                2.227987,
+                                2.818333,
+                                3.404814
+                            ]
+                        ]
+                    },
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                4.852952,
+                                4.990921,
+                                5.150884,
+                                5.579738,
+                                5.775211,
+                                5.967399
+                            ],
+                            [
+                                5.008507,
+                                5.146951,
+                                5.307036,
+                                5.735982,
+                                5.930721,
+                                6.122058
+                            ],
+                            [
+                                5.206605,
+                                5.344664,
+                                5.505186,
+                                5.934099,
+                                6.129967,
+                                6.320305
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.292109,
+                                0.45518,
+                                0.666726,
+                                1.339605,
+                                1.674518,
+                                2.017183
+                            ],
+                            [
+                                0.294681,
+                                0.454455,
+                                0.665452,
+                                1.338144,
+                                1.676774,
+                                2.019676
+                            ],
+                            [
+                                0.293142,
+                                0.454587,
+                                0.666264,
+                                1.33974,
+                                1.676806,
+                                2.02018
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "IE",
+                    "timing_type": "combinational",
+                    "timing_sense": "positive_unate",
+                    "when": "CS&!OE&PAD",
+                    "sdf_cond": "CS==1'b1&&OE==1'b0&&PAD==1'b1",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                5.846124,
+                                6.04471,
+                                6.276175,
+                                6.931058,
+                                7.246505,
+                                7.560522
+                            ],
+                            [
+                                5.988186,
+                                6.185413,
+                                6.417024,
+                                7.072737,
+                                7.387427,
+                                7.703589
+                            ],
+                            [
+                                6.153206,
+                                6.351556,
+                                6.582118,
+                                7.240686,
+                                7.553997,
+                                7.866472
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.540251,
+                                0.769008,
+                                1.097692,
+                                2.230984,
+                                2.81166,
+                                3.400348
+                            ],
+                            [
+                                0.540044,
+                                0.7704,
+                                1.096037,
+                                2.234124,
+                                2.809422,
+                                3.407794
+                            ],
+                            [
+                                0.537453,
+                                0.771617,
+                                1.098163,
+                                2.228256,
+                                2.810723,
+                                3.40499
+                            ]
+                        ]
+                    },
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                5.158601,
+                                5.296882,
+                                5.455355,
+                                5.884237,
+                                6.07977,
+                                6.271513
+                            ],
+                            [
+                                5.313713,
+                                5.451484,
+                                5.611661,
+                                6.040543,
+                                6.236071,
+                                6.427471
+                            ],
+                            [
+                                5.512856,
+                                5.650741,
+                                5.810754,
+                                6.239653,
+                                6.435154,
+                                6.626242
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.292501,
+                                0.451232,
+                                0.665571,
+                                1.337582,
+                                1.678447,
+                                2.019579
+                            ],
+                            [
+                                0.295956,
+                                0.455287,
+                                0.666744,
+                                1.340554,
+                                1.677037,
+                                2.020428
+                            ],
+                            [
+                                0.293464,
+                                0.455545,
+                                0.665602,
+                                1.339731,
+                                1.677862,
+                                2.017909
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "PAD",
+                    "timing_type": "combinational",
+                    "timing_sense": "positive_unate",
+                    "when": "!CS&IE&!OE",
+                    "sdf_cond": "CS==1'b0&&IE==1'b1&&OE==1'b0",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                3.920035,
+                                4.116631,
+                                4.349007,
+                                5.008386,
+                                5.319585,
+                                5.635205
+                            ],
+                            [
+                                4.061401,
+                                4.26092,
+                                4.491348,
+                                5.148931,
+                                5.465001,
+                                5.778733
+                            ],
+                            [
+                                4.217111,
+                                4.416752,
+                                4.647876,
+                                5.306192,
+                                5.620657,
+                                5.934118
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.534206,
+                                0.766839,
+                                1.099273,
+                                2.231637,
+                                2.818945,
+                                3.414125
+                            ],
+                            [
+                                0.534612,
+                                0.767743,
+                                1.098948,
+                                2.227731,
+                                2.821387,
+                                3.410583
+                            ],
+                            [
+                                0.537016,
+                                0.771531,
+                                1.09677,
+                                2.229844,
+                                2.823873,
+                                3.40817
+                            ]
+                        ]
+                    },
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                4.439021,
+                                4.576727,
+                                4.737201,
+                                5.167385,
+                                5.362864,
+                                5.554986
+                            ],
+                            [
+                                4.298944,
+                                4.436833,
+                                4.597347,
+                                5.026216,
+                                5.221684,
+                                5.413527
+                            ],
+                            [
+                                4.345777,
+                                4.483181,
+                                4.643505,
+                                5.074071,
+                                5.269859,
+                                5.458321
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.293011,
+                                0.452952,
+                                0.664212,
+                                1.340097,
+                                1.673999,
+                                2.020173
+                            ],
+                            [
+                                0.292952,
+                                0.452297,
+                                0.664619,
+                                1.340825,
+                                1.675644,
+                                2.018906
+                            ],
+                            [
+                                0.293119,
+                                0.452809,
+                                0.663718,
+                                1.33909,
+                                1.678656,
+                                2.010153
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "PAD",
+                    "timing_type": "combinational",
+                    "timing_sense": "positive_unate",
+                    "when": "CS&IE&!OE",
+                    "sdf_cond": "CS==1'b1&&IE==1'b1&&OE==1'b0",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                4.199946,
+                                4.396753,
+                                4.628649,
+                                5.284594,
+                                5.600962,
+                                5.91481
+                            ],
+                            [
+                                4.346438,
+                                4.543128,
+                                4.773101,
+                                5.429984,
+                                5.745592,
+                                6.059312
+                            ],
+                            [
+                                4.535473,
+                                4.732776,
+                                4.963876,
+                                5.62269,
+                                5.938307,
+                                6.252217
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.535127,
+                                0.767869,
+                                1.0989,
+                                2.231632,
+                                2.820966,
+                                3.410123
+                            ],
+                            [
+                                0.532841,
+                                0.762466,
+                                1.089107,
+                                2.222983,
+                                2.8078,
+                                3.398539
+                            ],
+                            [
+                                0.535054,
+                                0.766415,
+                                1.098506,
+                                2.231574,
+                                2.811783,
+                                3.407939
+                            ]
+                        ]
+                    },
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                7.139946,
+                                7.277634,
+                                7.437831,
+                                7.867775,
+                                8.063505,
+                                8.255227
+                            ],
+                            [
+                                6.698706,
+                                6.836447,
+                                6.996079,
+                                7.426016,
+                                7.621793,
+                                7.813673
+                            ],
+                            [
+                                6.565134,
+                                6.702849,
+                                6.863153,
+                                7.292276,
+                                7.488169,
+                                7.679972
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.294119,
+                                0.453894,
+                                0.667362,
+                                1.340852,
+                                1.680271,
+                                2.020848
+                            ],
+                            [
+                                0.293237,
+                                0.452829,
+                                0.663315,
+                                1.340622,
+                                1.67995,
+                                2.018805
+                            ],
+                            [
+                                0.293411,
+                                0.453426,
+                                0.664398,
+                                1.339225,
+                                1.68031,
+                                2.019347
+                            ]
+                        ]
+                    }
+                }
+            ]
+        },
+        "pin DVDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin DVSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        }
+    }
+}
\ No newline at end of file
diff --git a/cells/bi_t/gf180mcu_fd_io__bi_t__ss_125C_2v97.lib b/cells/bi_t/gf180mcu_fd_io__bi_t__ss_125C_2v97.lib
new file mode 100644
index 0000000..12b7e58
--- /dev/null
+++ b/cells/bi_t/gf180mcu_fd_io__bi_t__ss_125C_2v97.lib
@@ -0,0 +1,1841 @@
+/*
+ * Copyright 2022 GlobalFoundries PDK Authors
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+	cell ("gf180mcu_fd_io__bi_t") {
+		scaling_factors : "gf_factors";
+		area : 26250.000000;
+		pad_cell : true;
+		dont_use : true;
+		dont_touch : true;
+		cell_leakage_power : 2.136050e-03;
+		leakage_power () {
+			when : "!PDRV0 !PDRV1 !CS !SL !IE !OE !PU !PD !A !PAD";
+			value : "0.002136";
+		}
+		pin ("CS") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.023700;
+			rise_capacitance_range(0.022696,0.024539);
+			capacitance : 0.023259;
+			fall_capacitance : 0.022818;
+			fall_capacitance_range(0.022628,0.022948);
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("0.039825, 0.791566, 0.900492");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("0.158681, 0.835438, 0.856518");
+				}
+			}
+		}
+		pin ("SL") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.032472;
+			rise_capacitance_range(0.031354,0.033348);
+			capacitance : 0.031999;
+			fall_capacitance : 0.031526;
+			fall_capacitance_range(0.031434,0.031694);
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("-0.032572, 0.710381, 1.158973");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("0.151739, 0.970480, 1.267800");
+				}
+			}
+		}
+		pin ("IE") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.014819;
+			rise_capacitance_range(0.013939,0.015604);
+			capacitance : 0.014412;
+			fall_capacitance : 0.014004;
+			fall_capacitance_range(0.013721,0.014195);
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("0.068592, 0.579639, 0.591965");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("0.146815, 0.513701, 0.525232");
+				}
+			}
+		}
+		pin ("OE") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.085958;
+			rise_capacitance_range(0.079624,0.094890);
+			capacitance : 0.085775;
+			fall_capacitance : 0.084857;
+			fall_capacitance_range(0.079678,0.089310);
+		}
+		pin ("PU") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.072855;
+			rise_capacitance_range(0.060902,0.082624);
+			capacitance : 0.071791;
+			fall_capacitance : 0.070726;
+			fall_capacitance_range(0.058266,0.082867);
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("-0.239288, 0.080086, 0.084152");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("0.485741, 1.138070, 1.227313");
+				}
+			}
+		}
+		pin ("PD") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.049061;
+			rise_capacitance_range(0.047491,0.050763);
+			capacitance : 0.049688;
+			fall_capacitance : 0.050316;
+			fall_capacitance_range(0.048939,0.051294);
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("-0.106855, 0.293607, 0.642371");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("0.402274, 1.041433, 1.029283");
+				}
+			}
+		}
+		pin ("A") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.037237;
+			rise_capacitance_range(0.035704,0.038526);
+			capacitance : 0.037079;
+			fall_capacitance : 0.036920;
+			fall_capacitance_range(0.036867,0.037016);
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("-0.109475, -0.107164, -0.104083");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("0.122261, 0.124687, 0.123846");
+				}
+			}
+		}
+		pin ("PDRV0") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.030601;
+			rise_capacitance_range(0.030432,0.030831);
+			capacitance : 0.030589;
+			fall_capacitance : 0.030578;
+			fall_capacitance_range(0.030386,0.030684);
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("-0.085382, -0.086049, -0.085811");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("0.086969, 0.086752, 0.086177");
+				}
+			}
+		}
+		pin ("PDRV1") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.032683;
+			rise_capacitance_range(0.032485,0.032982);
+			capacitance : 0.032672;
+			fall_capacitance : 0.032660;
+			fall_capacitance_range(0.032444,0.032802);
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("-0.100303, -0.100882, -0.100860");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("0.101817, 0.101666, 0.101237");
+				}
+			}
+		}
+		pin ("PAD") {
+			drive_current : 16000.000000;
+			is_pad : true;
+			function : "((A))";
+			three_state : "((!OE))";
+			direction : "inout";
+			max_transition : 1.000000;
+			max_capacitance : 30.000000;
+			input_signal_level : "DVDD";
+			output_signal_level : "DVDD";
+			capacitance : 3.096000;
+			internal_power () {
+				related_pin : "A";
+				when : "!IE&OE&!PDRV0&!PDRV1&!SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("20.668835, 20.377835, 19.693505, 18.725425, 18.006765, 17.163775", \
+					  "20.729294, 20.942594, 21.908134, 15.514234, 21.415524, 19.392784", \
+					  "20.710093, 20.420033, 20.970333, 16.537203, 20.507323, 16.942423");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("22.749429, 22.991939, 23.018019, 23.029769, 23.046079, 23.043609", \
+					  "22.783873, 22.938823, 23.039763, 23.211113, 22.887923, 22.544313", \
+					  "22.800254, 22.921294, 22.725714, 22.880604, 23.349434, 23.786414");
+				}
+			}
+			internal_power () {
+				related_pin : "A";
+				when : "!IE&OE&!PDRV0&!PDRV1&SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("20.534025, 20.249095, 19.685535, 18.748315, 17.919955, 16.717065", \
+					  "20.557504, 20.229104, 19.603794, 18.806364, 17.982974, 16.971454", \
+					  "20.538683, 20.264733, 19.671493, 18.462533, 18.080873, 16.642053");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("21.214719, 22.288889, 22.617579, 22.710289, 22.692709, 22.760579", \
+					  "21.196873, 22.257343, 22.619483, 22.505473, 22.207173, 23.255783", \
+					  "21.168464, 22.265064, 22.429934, 22.989614, 22.813064, 22.244084");
+				}
+			}
+			internal_power () {
+				related_pin : "A";
+				when : "!IE&OE&!PDRV0&PDRV1&!SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("32.215545, 32.486475, 32.422115, 32.249755, 31.615095, 31.037785", \
+					  "32.374204, 32.526314, 32.268074, 32.094824, 30.882354, 30.688784", \
+					  "32.220323, 32.591423, 32.403943, 32.142683, 31.206563, 30.720883");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("33.360269, 34.510679, 34.807769, 34.955629, 35.053579, 35.120569", \
+					  "33.300673, 34.529283, 34.777783, 34.912003, 35.014343, 35.076923", \
+					  "33.371394, 34.490844, 34.790074, 34.930674, 35.023754, 35.089654");
+				}
+			}
+			internal_power () {
+				related_pin : "A";
+				when : "!IE&OE&!PDRV0&PDRV1&SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("30.433965, 31.936715, 31.888815, 31.894095, 31.037395, 30.653865", \
+					  "30.353114, 31.972234, 31.890474, 31.529464, 31.024994, 30.332764", \
+					  "30.405043, 31.898203, 31.875343, 31.577833, 30.974223, 30.549373");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("28.643279, 29.974029, 31.281799, 32.292619, 32.913969, 33.395569", \
+					  "28.514343, 29.886153, 31.205043, 32.222383, 32.919873, 33.425663", \
+					  "28.499264, 29.837004, 31.326514, 32.430294, 33.013614, 33.253024");
+				}
+			}
+			internal_power () {
+				related_pin : "A";
+				when : "!IE&OE&PDRV0&!PDRV1&!SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("26.420555, 26.428035, 26.140045, 25.506245, 24.793815, 24.035645", \
+					  "26.550404, 26.330504, 25.710384, 25.444164, 25.335174, 22.476534", \
+					  "26.288023, 26.340243, 26.192183, 25.089873, 24.725693, 25.744603");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("28.280699, 28.868049, 29.012439, 29.085569, 29.170429, 29.148099", \
+					  "28.278353, 28.854953, 28.927233, 29.198613, 28.932673, 29.404963", \
+					  "28.279204, 28.833624, 29.008444, 29.054164, 29.153884, 29.104534");
+				}
+			}
+			internal_power () {
+				related_pin : "A";
+				when : "!IE&OE&PDRV0&!PDRV1&SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("25.680475, 26.152475, 25.916645, 25.415685, 24.672935, 23.851005", \
+					  "25.805134, 26.168754, 25.733234, 25.100464, 24.770244, 23.399274", \
+					  "25.690993, 26.123763, 25.754353, 25.355493, 24.734453, 23.365693");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("24.876139, 26.318419, 27.398709, 27.995909, 28.242009, 28.422559", \
+					  "24.735383, 26.305813, 27.294003, 28.010123, 27.960593, 28.667263", \
+					  "24.654804, 26.167644, 27.276884, 27.953374, 28.121874, 28.427244");
+				}
+			}
+			internal_power () {
+				related_pin : "A";
+				when : "!IE&OE&PDRV0&PDRV1&!SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("37.764145, 38.336595, 38.252325, 38.036445, 37.712315, 37.112755", \
+					  "37.879634, 38.414804, 38.128574, 38.132734, 37.738034, 36.688554", \
+					  "37.776103, 38.283373, 38.195363, 38.064893, 37.744033, 37.078283");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("38.023069, 39.976039, 40.486779, 40.744269, 40.881639, 40.959229", \
+					  "37.988303, 39.925753, 40.456463, 40.692323, 40.890063, 40.889893", \
+					  "37.956194, 39.961554, 40.456974, 40.754904, 40.825534, 40.945204");
+				}
+			}
+			internal_power () {
+				related_pin : "A";
+				when : "!IE&OE&PDRV0&PDRV1&SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("34.785265, 37.272145, 37.683515, 37.507295, 37.059895, 36.851055", \
+					  "34.785404, 37.238814, 37.673354, 37.412494, 37.052814, 36.627934", \
+					  "34.744923, 37.284083, 37.702903, 37.410753, 37.032843, 36.550983");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("32.315109, 33.707809, 35.044679, 36.303179, 37.310029, 37.971969", \
+					  "32.172913, 33.623943, 34.941753, 36.136993, 37.159133, 37.951573", \
+					  "31.930024, 33.599774, 34.911944, 36.185814, 37.169944, 37.954754");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "A&!IE&!PDRV0&!PDRV1&!SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("20.133271, 19.733691, 19.372081, 17.653021, 17.184931, 16.336151", \
+					  "18.592851, 18.124331, 17.447241, 16.592881, 15.715141, 14.873751", \
+					  "16.025343, 15.548623, 15.512953, 15.307243, 14.509093, 12.088333");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("0.692479, 0.686576, 0.681931, 0.679541, 0.678067, 0.677060", \
+					  "0.051484, 0.032745, 0.024610, 0.020176, 0.017314, 0.015297", \
+					  "1.016719, 1.370378, 1.450206, 1.484640, 1.503822, 1.516045");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "A&!IE&!PDRV0&!PDRV1&SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("19.976531, 19.560581, 18.764971, 17.968801, 17.112031, 16.360411", \
+					  "18.438761, 18.008901, 17.451751, 16.529601, 15.723301, 14.990201", \
+					  "15.819443, 15.379813, 14.683973, 13.938533, 12.809943, 12.043933");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("0.689967, 0.685979, 0.682849, 0.680986, 0.679787, 0.678959", \
+					  "0.038199, 0.040815, 0.033083, 0.027777, 0.024326, 0.021934", \
+					  "0.982829, 1.365277, 1.467660, 1.512536, 1.537644, 1.553667");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "A&!IE&!PDRV0&PDRV1&!SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("29.323091, 29.140491, 28.762331, 28.267261, 27.763681, 26.960691", \
+					  "27.707151, 27.587531, 27.194111, 26.760191, 25.839651, 25.580391", \
+					  "25.114783, 24.973943, 24.586493, 24.142293, 23.195713, 23.130323");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("0.778292, 0.689850, 0.670788, 0.662141, 0.656932, 0.646271", \
+					  "1.097652, 1.099326, 1.085233, 1.085240, 1.084626, 1.083919", \
+					  "4.760072, 5.538714, 5.812399, 5.982032, 6.074068, 6.135334");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "A&!IE&!PDRV0&PDRV1&SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("27.464841, 28.442131, 28.163021, 27.807701, 27.260721, 26.648041", \
+					  "25.898271, 26.929851, 26.602651, 26.179931, 25.711981, 25.002751", \
+					  "23.288073, 24.268203, 23.996973, 23.634133, 23.079253, 22.410343");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("0.744368, 0.636340, 0.607285, 0.597595, 0.592632, 0.589091", \
+					  "1.081968, 1.078255, 1.054736, 1.050349, 1.045003, 1.043109", \
+					  "4.744382, 5.538573, 5.800921, 5.930893, 6.009301, 6.063481");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "A&!IE&PDRV0&!PDRV1&!SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("25.226191, 24.870541, 24.478381, 23.779611, 22.947791, 22.251221", \
+					  "23.614561, 23.277171, 22.853771, 22.289481, 21.537721, 20.327101", \
+					  "20.959403, 20.633573, 20.189663, 19.640233, 18.871953, 17.771763");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("1.114098, 1.105546, 1.101485, 1.099155, 1.097663, 1.096628", \
+					  "1.221786, 1.213639, 1.208164, 1.204617, 1.202239, 1.200545", \
+					  "3.494053, 4.240359, 4.451743, 4.550577, 4.607270, 4.644008");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "A&!IE&PDRV0&!PDRV1&SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("24.329441, 24.577091, 24.098881, 23.399691, 22.803861, 22.161381", \
+					  "22.724321, 22.982401, 22.478531, 21.911931, 21.248181, 20.475921", \
+					  "20.127043, 20.325883, 19.879943, 19.271963, 18.778973, 17.586923");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("1.101184, 1.092639, 1.089746, 1.087734, 1.086301, 1.085275", \
+					  "1.212441, 1.196759, 1.194744, 1.192124, 1.189995, 1.188395", \
+					  "3.495204, 4.212822, 4.437184, 4.543974, 4.605443, 4.645226");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "A&!IE&PDRV0&PDRV1&!SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("34.171831, 34.155201, 33.817161, 33.439931, 33.155071, 32.573661", \
+					  "32.572971, 32.558581, 32.235751, 31.824751, 31.355711, 30.672241", \
+					  "29.899373, 29.940733, 29.577113, 29.171973, 28.639263, 28.128663");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("1.183254, 1.086703, 1.065377, 1.057872, 1.053856, 1.051253", \
+					  "2.267922, 2.270254, 2.266920, 2.266311, 2.265034, 2.263677", \
+					  "7.093126, 8.191247, 8.582987, 8.807757, 8.948557, 9.044387");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "A&!IE&PDRV0&PDRV1&SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("31.151101, 33.040291, 33.033661, 32.825631, 32.192801, 31.751521", \
+					  "29.531101, 31.539241, 31.459321, 31.053701, 30.702681, 30.155211", \
+					  "26.921833, 29.043693, 28.866713, 28.435913, 27.949003, 27.424123");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("1.156898, 1.033397, 1.002673, 0.991445, 0.984941, 0.980541", \
+					  "2.278809, 2.217486, 2.208467, 2.207033, 2.204857, 2.202849", \
+					  "7.192551, 8.216757, 8.539967, 8.739737, 8.870697, 8.961337");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "!A&!IE&!PDRV0&!PDRV1&!SL";
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("20.382921, 20.571291, 20.653081, 20.272131, 20.980971, 19.835351", \
+					  "18.906881, 18.981961, 18.903941, 19.316911, 19.564391, 19.861861", \
+					  "16.353263, 16.438893, 16.377383, 16.768333, 15.951023, 17.296923");
+				}
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("0.387155, -52.536056, -105.460036, -158.384736, -211.309736, -264.234836", \
+					  "-0.001684, -53.008221, -105.953931, -158.889231, -211.820531, -264.749831", \
+					  "0.025610, -53.017213, -105.982703, -158.927003, -211.863503, -264.795903");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "!A&!IE&!PDRV0&!PDRV1&SL";
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("18.999551, 19.791521, 20.295371, 20.166841, 19.965311, 20.883901", \
+					  "17.438091, 18.332691, 18.646411, 18.536021, 18.928021, 18.482371", \
+					  "14.885803, 15.780743, 16.089673, 16.312313, 16.369293, 15.882453");
+				}
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("0.375037, -52.545996, -105.470836, -158.396036, -211.321436, -264.246736", \
+					  "-0.035948, -53.014221, -105.993931, -158.929031, -211.859931, -264.788931", \
+					  "0.080320, -52.999963, -105.968503, -158.914003, -211.850903, -264.783903");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "!A&!IE&!PDRV0&PDRV1&!SL";
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("27.522171, 28.302471, 28.443091, 28.488721, 28.509401, 28.515421", \
+					  "26.032641, 26.805771, 26.934001, 26.981091, 26.997651, 27.043751", \
+					  "23.481753, 24.246713, 24.383223, 24.426723, 24.449753, 24.480393");
+				}
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("0.772264, -52.161006, -105.085236, -158.009936, -210.934836, -263.859936", \
+					  "1.849226, -51.125151, -104.069831, -157.005231, -209.936731, -262.866231", \
+					  "4.428235, -48.765233, -101.790213, -154.767403, -207.724303, -260.671303");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "!A&!IE&!PDRV0&PDRV1&SL";
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("23.289061, 23.981041, 24.934391, 25.689521, 26.343411, 26.637781", \
+					  "21.723281, 22.406531, 23.404011, 24.172371, 24.816221, 25.328651", \
+					  "19.078803, 19.796753, 20.822903, 21.606083, 22.261783, 22.766663");
+				}
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("0.726172, -52.199756, -105.126036, -158.059336, -210.984736, -263.910036", \
+					  "1.769114, -51.219481, -104.154231, -157.088831, -210.020131, -262.949631", \
+					  "4.413692, -48.736223, -101.763853, -154.740903, -207.698103, -260.644303");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "!A&!IE&PDRV0&!PDRV1&!SL";
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("24.342591, 24.659661, 24.723191, 24.790641, 24.727371, 24.810061", \
+					  "22.842701, 23.150771, 23.173551, 23.357531, 23.093031, 23.368011", \
+					  "20.293073, 20.602523, 20.625623, 20.792173, 20.565233, 20.818863");
+				}
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("0.814959, -52.111696, -105.037136, -157.962536, -210.882336, -263.807536", \
+					  "1.654916, -51.358741, -104.312731, -157.251931, -210.185531, -263.116331", \
+					  "2.352986, -50.855203, -103.864603, -156.830103, -209.778903, -262.645903");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "!A&!IE&PDRV0&!PDRV1&SL";
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("21.258461, 22.155161, 23.048861, 23.564701, 23.839621, 23.946831", \
+					  "19.706041, 20.674031, 21.537001, 22.024071, 22.534231, 22.366681", \
+					  "17.095783, 18.087173, 18.974153, 19.501593, 19.799263, 19.956133");
+				}
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("0.800172, -52.125176, -105.050436, -157.975636, -210.900836, -263.826136", \
+					  "1.561979, -51.370701, -104.328731, -157.269131, -210.202731, -263.133631", \
+					  "2.446557, -50.751253, -103.751803, -156.714303, -209.661703, -262.601703");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "!A&!IE&PDRV0&PDRV1&!SL";
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("30.818391, 32.127001, 32.427371, 32.528001, 32.589171, 32.560381", \
+					  "29.290941, 30.642621, 30.925411, 31.019201, 31.056631, 31.083831", \
+					  "26.730523, 28.097463, 28.379003, 28.464553, 28.500373, 28.542613");
+				}
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("1.203850, -51.731776, -104.653736, -157.582436, -210.508736, -263.434636", \
+					  "3.490958, -49.495211, -102.450331, -155.357231, -208.287131, -261.216731", \
+					  "6.663014, -46.556193, -99.603213, -152.617703, -205.583703, -258.535503");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "!A&!IE&PDRV0&PDRV1&SL";
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("25.823491, 26.264631, 27.118751, 28.109541, 28.883081, 29.466701", \
+					  "24.194031, 24.673251, 25.548231, 26.549741, 27.346291, 27.976901", \
+					  "21.519843, 22.034533, 22.936033, 23.956783, 24.771353, 25.424543");
+				}
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("1.152538, -51.779506, -104.701436, -157.625136, -210.551936, -263.477336", \
+					  "3.393035, -49.614311, -102.570331, -155.511131, -208.452531, -261.386331", \
+					  "6.716984, -46.485363, -99.552313, -152.506903, -205.465703, -258.415503");
+				}
+			}
+			internal_power () {
+				related_pin : "A";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("57.125703, 58.309842, 57.920625, 57.020815, 55.704543, 54.355737", \
+					  "57.258673, 58.455781, 58.229005, 56.008686, 56.550528, 54.144521", \
+					  "57.093546, 58.301463, 58.191479, 56.160316, 56.251501, 54.398574");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("57.365678, 59.658963, 60.916943, 61.779308, 62.327610, 62.705545", \
+					  "57.242679, 59.580516, 60.815381, 61.722256, 61.992943, 62.804093", \
+					  "57.164901, 59.519200, 60.731620, 61.794860, 62.367775, 62.701228");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("27.251056, -25.458869, -78.761800, -132.356767, -185.871713, -239.469264", \
+					  "26.595198, -26.149754, -79.513865, -133.019910, -186.616360, -240.266260", \
+					  "25.660336, -27.256523, -80.622923, -134.059505, -187.724204, -241.563703");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("24.987147, 25.608726, 26.068280, 26.308321, 26.583565, 26.682688", \
+					  "23.673109, 24.352113, 24.768564, 25.126321, 25.421233, 25.566473", \
+					  "24.027223, 25.469865, 26.141383, 26.672587, 26.853109, 27.216509");
+				}
+			}
+			timing () {
+				related_pin : "A";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				when : "!IE&OE&!PDRV0&!PDRV1&!SL";
+				sdf_cond : "IE==1'b0&&OE==1'b1&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b0";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.096000, 9.096000, 15.096000, 21.096000, 27.096000, 33.096000");
+					values("6.073316, 8.133410, 10.178370, 12.215260, 14.270340, 16.301750", \
+					  "6.174959, 8.235321, 10.280780, 12.322430, 14.366190, 16.399240", \
+					  "6.265708, 8.325286, 10.368990, 12.414840, 14.458760, 16.495310");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.096000, 9.096000, 15.096000, 21.096000, 27.096000, 33.096000");
+					values("2.504819, 6.600185, 10.726390, 14.848900, 19.041220, 23.199900", \
+					  "2.504479, 6.580010, 10.729390, 14.885920, 19.040220, 23.195320", \
+					  "2.505009, 6.577164, 10.723850, 14.885140, 19.038350, 23.204620");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.096000, 9.096000, 15.096000, 21.096000, 27.096000, 33.096000");
+					values("6.248779, 7.799246, 9.274063, 10.741800, 12.211100, 13.679630", \
+					  "6.373660, 7.924602, 9.399377, 10.866410, 12.334900, 13.802620", \
+					  "6.554594, 8.105912, 9.579591, 11.047240, 12.515870, 13.981740");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.096000, 9.096000, 15.096000, 21.096000, 27.096000, 33.096000");
+					values("2.011743, 4.660329, 7.419862, 10.205470, 12.996120, 15.828690", \
+					  "2.015717, 4.661853, 7.409757, 10.209320, 13.020410, 15.843630", \
+					  "2.015329, 4.661891, 7.406989, 10.189250, 13.009890, 15.835940");
+				}
+			}
+			timing () {
+				related_pin : "A";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				when : "!IE&OE&!PDRV0&!PDRV1&SL";
+				sdf_cond : "IE==1'b0&&OE==1'b1&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b1";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.096000, 9.096000, 15.096000, 21.096000, 27.096000, 33.096000");
+					values("7.336643, 9.876450, 11.973390, 14.023190, 16.068250, 18.110620", \
+					  "7.438173, 9.978087, 12.073970, 14.125440, 16.167300, 18.205610", \
+					  "7.529391, 10.068490, 12.165580, 14.214560, 16.259350, 18.301430");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.096000, 9.096000, 15.096000, 21.096000, 27.096000, 33.096000");
+					values("4.172125, 7.737226, 11.497340, 15.406590, 19.444810, 23.498620", \
+					  "4.169284, 7.738282, 11.474500, 15.412110, 19.420060, 23.505150", \
+					  "4.172013, 7.738794, 11.470020, 15.414570, 19.423550, 23.441950");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.096000, 9.096000, 15.096000, 21.096000, 27.096000, 33.096000");
+					values("6.529691, 9.440257, 11.840840, 13.851790, 15.646250, 17.313520", \
+					  "6.653868, 9.564511, 11.967710, 13.978310, 15.770190, 17.442280", \
+					  "6.834260, 9.747132, 12.148620, 14.161330, 15.957290, 17.621370");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.096000, 9.096000, 15.096000, 21.096000, 27.096000, 33.096000");
+					values("3.263551, 7.612478, 10.781950, 13.603710, 16.279520, 18.903510", \
+					  "3.267386, 7.611233, 10.781570, 13.612940, 16.285060, 18.904270", \
+					  "3.267165, 7.613597, 10.805230, 13.604090, 16.275070, 18.902840");
+				}
+			}
+			timing () {
+				related_pin : "A";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				when : "!IE&OE&!PDRV0&PDRV1&!SL";
+				sdf_cond : "IE==1'b0&&OE==1'b1&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b0";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.096000, 9.096000, 15.096000, 21.096000, 27.096000, 33.096000");
+					values("5.253310, 6.003014, 6.693034, 7.378541, 8.059996, 8.741400", \
+					  "5.355114, 6.104734, 6.796436, 7.479725, 8.162671, 8.841836", \
+					  "5.445968, 6.195530, 6.885690, 7.571997, 8.254212, 8.936318");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.096000, 9.096000, 15.096000, 21.096000, 27.096000, 33.096000");
+					values("1.147189, 2.382773, 3.713738, 5.067056, 6.461653, 7.827310", \
+					  "1.147160, 2.382265, 3.711885, 5.068762, 6.443900, 7.820372", \
+					  "1.146492, 2.379084, 3.710803, 5.071706, 6.438309, 7.811211");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.096000, 9.096000, 15.096000, 21.096000, 27.096000, 33.096000");
+					values("5.514516, 6.242454, 6.797208, 7.311457, 7.812490, 8.307158", \
+					  "5.639535, 6.367106, 6.921472, 7.436286, 7.937011, 8.431316", \
+					  "5.820760, 6.548915, 7.103441, 7.618017, 8.118705, 8.613259");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.096000, 9.096000, 15.096000, 21.096000, 27.096000, 33.096000");
+					values("1.094041, 1.983371, 2.830791, 3.690045, 4.588864, 5.493082", \
+					  "1.093987, 1.982449, 2.827663, 3.693609, 4.592904, 5.500988", \
+					  "1.093983, 1.982271, 2.830068, 3.695557, 4.591489, 5.501680");
+				}
+			}
+			timing () {
+				related_pin : "A";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				when : "!IE&OE&!PDRV0&PDRV1&SL";
+				sdf_cond : "IE==1'b0&&OE==1'b1&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b1";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.096000, 9.096000, 15.096000, 21.096000, 27.096000, 33.096000");
+					values("5.498120, 7.192889, 8.211811, 9.035443, 9.780537, 10.496740", \
+					  "5.600880, 7.294045, 8.314096, 9.135824, 9.883552, 10.599020", \
+					  "5.690600, 7.385252, 8.404173, 9.227568, 9.975084, 10.689820");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.096000, 9.096000, 15.096000, 21.096000, 27.096000, 33.096000");
+					values("2.301069, 4.047725, 5.275700, 6.434699, 7.620780, 8.832388", \
+					  "2.299583, 4.049416, 5.277666, 6.435291, 7.616443, 8.827724", \
+					  "2.301050, 4.047455, 5.275581, 6.435048, 7.617320, 8.827609");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.096000, 9.096000, 15.096000, 21.096000, 27.096000, 33.096000");
+					values("5.422459, 6.462372, 7.469267, 8.440822, 9.354202, 10.201070", \
+					  "5.547287, 6.586830, 7.594598, 8.565548, 9.476223, 10.326560", \
+					  "5.728813, 6.767733, 7.776451, 8.746619, 9.657176, 10.507350");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.096000, 9.096000, 15.096000, 21.096000, 27.096000, 33.096000");
+					values("1.195352, 3.064910, 4.742417, 6.166581, 7.407555, 8.555275", \
+					  "1.196793, 3.069793, 4.747016, 6.169444, 7.416174, 8.539882", \
+					  "1.196750, 3.071010, 4.745854, 6.167407, 7.422983, 8.545507");
+				}
+			}
+			timing () {
+				related_pin : "A";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				when : "!IE&OE&PDRV0&!PDRV1&!SL";
+				sdf_cond : "IE==1'b0&&OE==1'b1&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b0";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.096000, 9.096000, 15.096000, 21.096000, 27.096000, 33.096000");
+					values("5.483810, 6.543069, 7.569024, 8.590905, 9.612052, 10.637390", \
+					  "5.585584, 6.645866, 7.670627, 8.696334, 9.716531, 10.740240", \
+					  "5.676132, 6.735028, 7.764321, 8.784120, 9.809150, 10.828450");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.096000, 9.096000, 15.096000, 21.096000, 27.096000, 33.096000");
+					values("1.453038, 3.406536, 5.452804, 7.515724, 9.575405, 11.646670", \
+					  "1.451001, 3.407188, 5.449234, 7.503857, 9.582177, 11.642650", \
+					  "1.450850, 3.404407, 5.444070, 7.512730, 9.585763, 11.660350");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.096000, 9.096000, 15.096000, 21.096000, 27.096000, 33.096000");
+					values("5.730232, 6.638212, 7.408826, 8.151622, 8.890122, 9.624895", \
+					  "5.856032, 6.763635, 7.533907, 8.278814, 9.015776, 9.749722", \
+					  "6.036793, 6.944446, 7.714940, 8.459150, 9.196418, 9.930727");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.096000, 9.096000, 15.096000, 21.096000, 27.096000, 33.096000");
+					values("1.337285, 2.615093, 3.927863, 5.272425, 6.650137, 8.060445", \
+					  "1.336960, 2.614230, 3.925630, 5.275622, 6.654430, 8.020073", \
+					  "1.337537, 2.613119, 3.924795, 5.281675, 6.658442, 8.041871");
+				}
+			}
+			timing () {
+				related_pin : "A";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				when : "!IE&OE&PDRV0&!PDRV1&SL";
+				sdf_cond : "IE==1'b0&&OE==1'b1&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b1";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.096000, 9.096000, 15.096000, 21.096000, 27.096000, 33.096000");
+					values("6.103194, 8.022194, 9.259850, 10.352110, 11.395070, 12.426210", \
+					  "6.204578, 8.127514, 9.362773, 10.455290, 11.499110, 12.527390", \
+					  "6.296331, 8.218257, 9.453819, 10.546360, 11.589350, 12.618860");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.096000, 9.096000, 15.096000, 21.096000, 27.096000, 33.096000");
+					values("2.915462, 5.006080, 6.741954, 8.578810, 10.439930, 12.340200", \
+					  "2.916934, 5.011036, 6.758016, 8.552109, 10.425750, 12.356380", \
+					  "2.913374, 5.011981, 6.753561, 8.556507, 10.431610, 12.344660");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.096000, 9.096000, 15.096000, 21.096000, 27.096000, 33.096000");
+					values("5.686528, 7.216643, 8.685786, 10.017110, 11.212020, 12.297710", \
+					  "5.811908, 7.341707, 8.810495, 10.142790, 11.337070, 12.425430", \
+					  "5.993579, 7.525625, 8.991595, 10.321770, 11.519240, 12.601220");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.096000, 9.096000, 15.096000, 21.096000, 27.096000, 33.096000");
+					values("1.706569, 4.425939, 6.560382, 8.328779, 9.892931, 11.369460", \
+					  "1.705342, 4.422904, 6.558516, 8.342472, 9.929455, 11.382450", \
+					  "1.704775, 4.423978, 6.569045, 8.345553, 9.919544, 11.380440");
+				}
+			}
+			timing () {
+				related_pin : "A";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				when : "!IE&OE&PDRV0&PDRV1&!SL";
+				sdf_cond : "IE==1'b0&&OE==1'b1&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b0";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.096000, 9.096000, 15.096000, 21.096000, 27.096000, 33.096000");
+					values("5.133716, 5.740403, 6.268232, 6.785466, 7.298550, 7.811269", \
+					  "5.234026, 5.841786, 6.368441, 6.885607, 7.398167, 7.910839", \
+					  "5.325886, 5.932521, 6.460363, 6.977605, 7.490755, 8.003457");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.096000, 9.096000, 15.096000, 21.096000, 27.096000, 33.096000");
+					values("1.031135, 1.894761, 2.868325, 3.868549, 4.885212, 5.911089", \
+					  "1.030259, 1.897188, 2.865860, 3.865701, 4.889360, 5.909954", \
+					  "1.030550, 1.894700, 2.868218, 3.868322, 4.885628, 5.911007");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.096000, 9.096000, 15.096000, 21.096000, 27.096000, 33.096000");
+					values("5.356930, 6.009104, 6.461769, 6.867478, 7.253615, 7.631646", \
+					  "5.480339, 6.133366, 6.586202, 6.991501, 7.378458, 7.756186", \
+					  "5.662665, 6.315186, 6.768020, 7.173473, 7.560282, 7.938130");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.096000, 9.096000, 15.096000, 21.096000, 27.096000, 33.096000");
+					values("0.945919, 1.671831, 2.305036, 2.939317, 3.584632, 4.251396", \
+					  "0.947183, 1.671780, 2.302695, 2.937648, 3.590900, 4.251123", \
+					  "0.945865, 1.670676, 2.304380, 2.942304, 3.586538, 4.254419");
+				}
+			}
+			timing () {
+				related_pin : "A";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				when : "!IE&OE&PDRV0&PDRV1&SL";
+				sdf_cond : "IE==1'b0&&OE==1'b1&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b1";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.096000, 9.096000, 15.096000, 21.096000, 27.096000, 33.096000");
+					values("5.184187, 6.666001, 7.600137, 8.313557, 8.928356, 9.497422", \
+					  "5.286529, 6.767693, 7.701980, 8.411523, 9.028288, 9.599077", \
+					  "5.376531, 6.858386, 7.792362, 8.502925, 9.119003, 9.689954");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.096000, 9.096000, 15.096000, 21.096000, 27.096000, 33.096000");
+					values("1.875761, 3.497299, 4.511132, 5.408864, 6.279037, 7.156497", \
+					  "1.876493, 3.497798, 4.512084, 5.404252, 6.263060, 7.147371", \
+					  "1.875928, 3.495837, 4.511110, 5.407094, 6.275009, 7.156582");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.096000, 9.096000, 15.096000, 21.096000, 27.096000, 33.096000");
+					values("5.272263, 6.070247, 6.835025, 7.582440, 8.307862, 8.998346", \
+					  "5.396761, 6.196000, 6.958321, 7.708077, 8.432832, 9.123557", \
+					  "5.578361, 6.376928, 7.140948, 7.888608, 8.614275, 9.304688");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.096000, 9.096000, 15.096000, 21.096000, 27.096000, 33.096000");
+					values("0.941776, 2.346074, 3.696446, 4.893919, 5.940432, 6.898520", \
+					  "0.942392, 2.347631, 3.700883, 4.893115, 5.950730, 6.894484", \
+					  "0.942528, 2.347231, 3.698526, 4.895928, 5.947526, 6.898819");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "A&!IE&!PDRV0&!PDRV1&!SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b0";
+				timing_type : "three_state_enable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.096000, 9.096000, 15.096000, 21.096000, 27.096000, 33.096000");
+					values("5.258237, 7.310463, 9.351262, 11.398090, 13.441460, 15.478280", \
+					  "5.328779, 7.379092, 9.419316, 11.462880, 13.504590, 15.553690", \
+					  "5.386725, 7.438368, 9.478656, 11.519480, 13.571270, 15.607780");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.096000, 9.096000, 15.096000, 21.096000, 27.096000, 33.096000");
+					values("2.529726, 6.586927, 10.731180, 14.883180, 19.036930, 23.202390", \
+					  "2.524523, 6.585216, 10.738000, 14.881610, 19.038510, 23.194940", \
+					  "2.528749, 6.589815, 10.734910, 14.887410, 19.038480, 23.200250");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "A&!IE&!PDRV0&!PDRV1&SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b1";
+				timing_type : "three_state_enable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.096000, 9.096000, 15.096000, 21.096000, 27.096000, 33.096000");
+					values("6.495548, 9.059168, 11.156650, 13.204870, 15.250390, 17.292470", \
+					  "6.567691, 9.130901, 11.227630, 13.278420, 15.320260, 17.358290", \
+					  "6.624512, 9.188138, 11.285460, 13.333570, 15.379330, 17.421480");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.096000, 9.096000, 15.096000, 21.096000, 27.096000, 33.096000");
+					values("4.261921, 7.818796, 11.530600, 15.449920, 19.409010, 23.492180", \
+					  "4.266984, 7.820560, 11.522780, 15.441180, 19.432540, 23.449830", \
+					  "4.262011, 7.818668, 11.531820, 15.450730, 19.417580, 23.497350");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "A&!IE&!PDRV0&PDRV1&!SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b0";
+				timing_type : "three_state_enable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.096000, 9.096000, 15.096000, 21.096000, 27.096000, 33.096000");
+					values("4.550730, 5.298202, 5.984818, 6.667739, 7.347052, 8.026969", \
+					  "4.633200, 5.382488, 6.069987, 6.750683, 7.432790, 8.114171", \
+					  "4.707434, 5.456013, 6.143881, 6.824407, 7.507399, 8.188986");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.096000, 9.096000, 15.096000, 21.096000, 27.096000, 33.096000");
+					values("1.253861, 2.418657, 3.733623, 5.079307, 6.452967, 7.826809", \
+					  "1.252599, 2.423729, 3.730510, 5.085997, 6.448600, 7.826339", \
+					  "1.254953, 2.426490, 3.725330, 5.084608, 6.443677, 7.818973");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "A&!IE&!PDRV0&PDRV1&SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b1";
+				timing_type : "three_state_enable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.096000, 9.096000, 15.096000, 21.096000, 27.096000, 33.096000");
+					values("4.749587, 6.463200, 7.500299, 8.328769, 9.079288, 9.795193", \
+					  "4.833681, 6.550093, 7.583613, 8.413705, 9.163875, 9.878484", \
+					  "4.907571, 6.622319, 7.657326, 8.487274, 9.237715, 9.952116");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.096000, 9.096000, 15.096000, 21.096000, 27.096000, 33.096000");
+					values("2.334194, 4.138164, 5.382644, 6.535713, 7.703404, 8.895343", \
+					  "2.335834, 4.141382, 5.380150, 6.539001, 7.704640, 8.910355", \
+					  "2.335676, 4.138529, 5.381078, 6.533088, 7.704934, 8.911485");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "A&!IE&PDRV0&!PDRV1&!SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b0";
+				timing_type : "three_state_enable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.096000, 9.096000, 15.096000, 21.096000, 27.096000, 33.096000");
+					values("4.648574, 5.701613, 6.723609, 7.744144, 8.766512, 9.786218", \
+					  "4.718757, 5.771857, 6.794487, 7.813346, 8.835434, 9.855163", \
+					  "4.776618, 5.829700, 6.852057, 7.870941, 8.893759, 9.913387");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.096000, 9.096000, 15.096000, 21.096000, 27.096000, 33.096000");
+					values("1.516230, 3.422290, 5.454437, 7.512982, 9.578606, 11.654390", \
+					  "1.513387, 3.416616, 5.451422, 7.515427, 9.581911, 11.657870", \
+					  "1.509830, 3.418340, 5.453232, 7.515081, 9.580686, 11.656870");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "A&!IE&PDRV0&!PDRV1&SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b1";
+				timing_type : "three_state_enable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.096000, 9.096000, 15.096000, 21.096000, 27.096000, 33.096000");
+					values("5.208927, 7.171961, 8.414459, 9.507079, 10.555120, 11.584790", \
+					  "5.279920, 7.242015, 8.486057, 9.578960, 10.625650, 11.654240", \
+					  "5.338431, 7.300975, 8.544166, 9.636897, 10.684310, 11.713540");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.096000, 9.096000, 15.096000, 21.096000, 27.096000, 33.096000");
+					values("2.977232, 5.111390, 6.839296, 8.623990, 10.475900, 12.389150", \
+					  "2.973532, 5.111881, 6.852797, 8.600418, 10.464610, 12.395280", \
+					  "2.976738, 5.111487, 6.846883, 8.618326, 10.469660, 12.380120");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "A&!IE&PDRV0&PDRV1&!SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b0";
+				timing_type : "three_state_enable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.096000, 9.096000, 15.096000, 21.096000, 27.096000, 33.096000");
+					values("4.372232, 4.988960, 5.512921, 6.026580, 6.540331, 7.050886", \
+					  "4.452494, 5.070695, 5.595472, 6.110049, 6.620706, 7.131365", \
+					  "4.520298, 5.140250, 5.665226, 6.179819, 6.690624, 7.201316");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.096000, 9.096000, 15.096000, 21.096000, 27.096000, 33.096000");
+					values("1.150312, 1.963482, 2.899331, 3.892298, 4.896451, 5.929004", \
+					  "1.149921, 1.964329, 2.906398, 3.891766, 4.902131, 5.922882", \
+					  "1.150334, 1.966683, 2.907787, 3.893418, 4.902544, 5.922747");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "A&!IE&PDRV0&PDRV1&SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b1";
+				timing_type : "three_state_enable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.096000, 9.096000, 15.096000, 21.096000, 27.096000, 33.096000");
+					values("4.393652, 5.872674, 6.829328, 7.547919, 8.168571, 8.740101", \
+					  "4.475346, 5.950969, 6.906651, 7.627232, 8.248583, 8.822247", \
+					  "4.545786, 6.020801, 6.976500, 7.697498, 8.318847, 8.892528");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.096000, 9.096000, 15.096000, 21.096000, 27.096000, 33.096000");
+					values("1.902569, 3.572786, 4.611072, 5.514686, 6.381832, 7.250952", \
+					  "1.904032, 3.574333, 4.608455, 5.506172, 6.377035, 7.248725", \
+					  "1.905834, 3.574047, 4.607907, 5.505065, 6.377408, 7.249109");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "!A&!IE&!PDRV0&!PDRV1&!SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b0";
+				timing_type : "three_state_enable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.096000, 9.096000, 15.096000, 21.096000, 27.096000, 33.096000");
+					values("4.037465, 5.588679, 7.061844, 8.529117, 9.996077, 11.462650", \
+					  "4.136475, 5.687696, 7.160698, 8.627952, 10.095340, 11.561540", \
+					  "4.228065, 5.779248, 7.252470, 8.719748, 10.186500, 11.653260");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.096000, 9.096000, 15.096000, 21.096000, 27.096000, 33.096000");
+					values("2.063963, 4.679715, 7.406916, 10.214710, 13.004840, 15.837060", \
+					  "2.063398, 4.678933, 7.410691, 10.211380, 13.005040, 15.837560", \
+					  "2.063665, 4.679736, 7.405045, 10.214790, 13.003610, 15.836580");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "!A&!IE&!PDRV0&!PDRV1&SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b1";
+				timing_type : "three_state_enable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.096000, 9.096000, 15.096000, 21.096000, 27.096000, 33.096000");
+					values("4.285643, 7.196411, 9.611143, 11.632970, 13.433430, 15.100770", \
+					  "4.382783, 7.296032, 9.708924, 11.728650, 13.527520, 15.198940", \
+					  "4.474829, 7.387219, 9.800463, 11.820330, 13.618870, 15.290730");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.096000, 9.096000, 15.096000, 21.096000, 27.096000, 33.096000");
+					values("3.265575, 7.649918, 10.823140, 13.654320, 16.328790, 18.945450", \
+					  "3.275110, 7.643775, 10.833540, 13.666140, 16.324310, 18.949460", \
+					  "3.273521, 7.639671, 10.834660, 13.646260, 16.327940, 18.919950");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "!A&!IE&!PDRV0&PDRV1&!SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b0";
+				timing_type : "three_state_enable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.096000, 9.096000, 15.096000, 21.096000, 27.096000, 33.096000");
+					values("3.462769, 4.220496, 4.781265, 5.297620, 5.797955, 6.291864", \
+					  "3.561974, 4.319771, 4.880573, 5.396730, 5.897379, 6.391441", \
+					  "3.653332, 4.411137, 4.971935, 5.488105, 5.988732, 6.482785");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.096000, 9.096000, 15.096000, 21.096000, 27.096000, 33.096000");
+					values("1.156857, 2.055231, 2.893757, 3.749085, 4.628439, 5.509835", \
+					  "1.157401, 2.057096, 2.889561, 3.751942, 4.632275, 5.519811", \
+					  "1.157382, 2.057097, 2.889826, 3.751870, 4.632139, 5.519258");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "!A&!IE&!PDRV0&PDRV1&SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b1";
+				timing_type : "three_state_enable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.096000, 9.096000, 15.096000, 21.096000, 27.096000, 33.096000");
+					values("3.392741, 4.418190, 5.418436, 6.387713, 7.304362, 8.155493", \
+					  "3.491765, 4.517191, 5.518072, 6.486640, 7.402250, 8.254883", \
+					  "3.583130, 4.608573, 5.609420, 6.578017, 7.493653, 8.346178");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.096000, 9.096000, 15.096000, 21.096000, 27.096000, 33.096000");
+					values("1.253013, 3.077881, 4.766147, 6.196102, 7.451339, 8.590201", \
+					  "1.253954, 3.085517, 4.768529, 6.191354, 7.441292, 8.589927", \
+					  "1.253384, 3.085097, 4.768632, 6.192365, 7.442014, 8.591102");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "!A&!IE&PDRV0&!PDRV1&!SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b0";
+				timing_type : "three_state_enable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.096000, 9.096000, 15.096000, 21.096000, 27.096000, 33.096000");
+					values("3.476953, 4.393003, 5.163215, 5.907566, 6.643879, 7.377632", \
+					  "3.577095, 4.492867, 5.262802, 6.007186, 6.743255, 7.477756", \
+					  "3.668485, 4.584225, 5.354174, 6.098558, 6.834630, 7.569116");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.096000, 9.096000, 15.096000, 21.096000, 27.096000, 33.096000");
+					values("1.402933, 2.652501, 3.954038, 5.287912, 6.660017, 8.025572", \
+					  "1.401510, 2.651552, 3.954262, 5.295188, 6.651595, 8.025667", \
+					  "1.401358, 2.651094, 3.954272, 5.295114, 6.651725, 8.025536");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "!A&!IE&PDRV0&!PDRV1&SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b1";
+				timing_type : "three_state_enable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.096000, 9.096000, 15.096000, 21.096000, 27.096000, 33.096000");
+					values("3.418453, 4.935998, 6.401990, 7.738780, 8.941839, 10.032150", \
+					  "3.517933, 5.032673, 6.501348, 7.841063, 9.042020, 10.136720", \
+					  "3.609335, 5.123508, 6.593043, 7.933378, 9.134134, 10.224350");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.096000, 9.096000, 15.096000, 21.096000, 27.096000, 33.096000");
+					values("1.726615, 4.437439, 6.596281, 8.380196, 9.953697, 11.423730", \
+					  "1.722668, 4.438682, 6.584733, 8.378589, 9.970496, 11.422660", \
+					  "1.722098, 4.440665, 6.590902, 8.379100, 9.965500, 11.420900");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "!A&!IE&PDRV0&PDRV1&!SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b0";
+				timing_type : "three_state_enable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.096000, 9.096000, 15.096000, 21.096000, 27.096000, 33.096000");
+					values("3.232359, 3.901572, 4.365655, 4.774987, 5.162617, 5.540898", \
+					  "3.331453, 4.000671, 4.464753, 4.874084, 5.261716, 5.639996", \
+					  "3.422653, 4.091879, 4.555954, 4.965282, 5.352915, 5.731204");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.096000, 9.096000, 15.096000, 21.096000, 27.096000, 33.096000");
+					values("1.018932, 1.737546, 2.369271, 3.001427, 3.641837, 4.298304", \
+					  "1.018830, 1.737566, 2.369217, 3.001413, 3.641918, 4.298311", \
+					  "1.018809, 1.737579, 2.369162, 3.001390, 3.641963, 4.298252");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "!A&!IE&PDRV0&PDRV1&SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b1";
+				timing_type : "three_state_enable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.096000, 9.096000, 15.096000, 21.096000, 27.096000, 33.096000");
+					values("3.164936, 3.954074, 4.708371, 5.457085, 6.182681, 6.877118", \
+					  "3.264006, 4.053163, 4.807566, 5.556150, 6.281764, 6.976196", \
+					  "3.355182, 4.144342, 4.898880, 5.647309, 6.372944, 7.067372");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.096000, 9.096000, 15.096000, 21.096000, 27.096000, 33.096000");
+					values("1.030285, 2.379292, 3.729585, 4.925961, 5.988426, 6.950663", \
+					  "1.030140, 2.379195, 3.729431, 4.925842, 5.988307, 6.950724", \
+					  "1.029981, 2.378980, 3.729178, 4.925685, 5.988204, 6.950753");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "!A&!IE&!PDRV0&!PDRV1&!SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b0";
+				timing_type : "three_state_disable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.096000, 9.096000, 15.096000, 21.096000, 27.096000, 33.096000");
+					values("2.292941, 2.292942, 2.292943, 2.292944, 2.292945, 2.292946", \
+					  "2.407683, 2.407684, 2.407685, 2.407686, 2.407687, 2.407688", \
+					  "2.585563, 2.593482, 2.593483, 2.593484, 2.593485, 2.593486");
+				}
+				rise_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "!A&!IE&!PDRV0&!PDRV1&SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b1";
+				timing_type : "three_state_disable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.096000, 9.096000, 15.096000, 21.096000, 27.096000, 33.096000");
+					values("2.273217, 2.273218, 2.273219, 2.273220, 2.273221, 2.273222", \
+					  "2.388128, 2.393950, 2.393951, 2.393952, 2.393953, 2.393954", \
+					  "2.573533, 2.573534, 2.573535, 2.573536, 2.573537, 2.573538");
+				}
+				rise_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "!A&!IE&!PDRV0&PDRV1&!SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b0";
+				timing_type : "three_state_disable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.096000, 9.096000, 15.096000, 21.096000, 27.096000, 33.096000");
+					values("2.503705, 2.503706, 2.503707, 2.503708, 2.503709, 2.503710", \
+					  "2.627335, 2.627336, 2.627337, 2.627338, 2.627339, 2.627340", \
+					  "2.806057, 2.806058, 2.806059, 2.806060, 2.806061, 2.806062");
+				}
+				rise_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "!A&!IE&!PDRV0&PDRV1&SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b1";
+				timing_type : "three_state_disable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.096000, 9.096000, 15.096000, 21.096000, 27.096000, 33.096000");
+					values("2.493146, 2.493147, 2.493148, 2.493149, 2.493150, 2.493151", \
+					  "2.616203, 2.616204, 2.616205, 2.616206, 2.616207, 2.616208", \
+					  "2.793525, 2.793526, 2.793527, 2.793528, 2.793529, 2.793530");
+				}
+				rise_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "!A&!IE&PDRV0&!PDRV1&!SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b0";
+				timing_type : "three_state_disable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.096000, 9.096000, 15.096000, 21.096000, 27.096000, 33.096000");
+					values("2.282467, 2.282468, 2.282469, 2.282470, 2.282471, 2.282472", \
+					  "2.404759, 2.404760, 2.404761, 2.404762, 2.404763, 2.404764", \
+					  "2.583088, 2.583089, 2.583090, 2.583091, 2.583092, 2.583093");
+				}
+				rise_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "!A&!IE&PDRV0&!PDRV1&SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b1";
+				timing_type : "three_state_disable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.096000, 9.096000, 15.096000, 21.096000, 27.096000, 33.096000");
+					values("2.258032, 2.258033, 2.258034, 2.258035, 2.258036, 2.258037", \
+					  "2.381182, 2.381183, 2.381184, 2.381185, 2.381186, 2.381187", \
+					  "2.557897, 2.557898, 2.557899, 2.557900, 2.557901, 2.557902");
+				}
+				rise_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "!A&!IE&PDRV0&PDRV1&!SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b0";
+				timing_type : "three_state_disable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.096000, 9.096000, 15.096000, 21.096000, 27.096000, 33.096000");
+					values("2.466491, 2.466492, 2.466493, 2.466494, 2.466495, 2.466496", \
+					  "2.589489, 2.589490, 2.589491, 2.589492, 2.589493, 2.589494", \
+					  "2.767270, 2.767271, 2.767272, 2.767273, 2.767274, 2.767275");
+				}
+				rise_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "!A&!IE&PDRV0&PDRV1&SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b1";
+				timing_type : "three_state_disable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.096000, 9.096000, 15.096000, 21.096000, 27.096000, 33.096000");
+					values("2.457851, 2.457852, 2.457853, 2.457854, 2.457855, 2.457856", \
+					  "2.580364, 2.580365, 2.580366, 2.580367, 2.580368, 2.580369", \
+					  "2.756959, 2.756960, 2.756961, 2.756962, 2.756963, 2.756964");
+				}
+				rise_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "A&!IE&!PDRV0&!PDRV1&!SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b0";
+				timing_type : "three_state_disable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.096000, 9.096000, 15.096000, 21.096000, 27.096000, 33.096000");
+					values("2.732840, 2.732841, 2.732842, 2.732843, 2.732844, 2.732845", \
+					  "2.859358, 2.859359, 2.859360, 2.859361, 2.859362, 2.859363", \
+					  "3.039945, 3.039946, 3.039947, 3.039948, 3.039949, 3.039950");
+				}
+				fall_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "A&!IE&!PDRV0&!PDRV1&SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b1";
+				timing_type : "three_state_disable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.096000, 9.096000, 15.096000, 21.096000, 27.096000, 33.096000");
+					values("2.732088, 2.732089, 2.732090, 2.732091, 2.732092, 2.732093", \
+					  "2.859464, 2.859465, 2.859466, 2.859467, 2.859468, 2.859469", \
+					  "3.035526, 3.035527, 3.035528, 3.035529, 3.035530, 3.035531");
+				}
+				fall_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "A&!IE&!PDRV0&PDRV1&!SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b0";
+				timing_type : "three_state_disable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.096000, 9.096000, 15.096000, 21.096000, 27.096000, 33.096000");
+					values("3.150222, 3.150223, 3.150224, 3.150225, 3.150226, 3.150227", \
+					  "3.278979, 3.278980, 3.278981, 3.278982, 3.278983, 3.278984", \
+					  "3.459443, 3.459444, 3.459445, 3.459446, 3.459447, 3.459448");
+				}
+				fall_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "A&!IE&!PDRV0&PDRV1&SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b1";
+				timing_type : "three_state_disable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.096000, 9.096000, 15.096000, 21.096000, 27.096000, 33.096000");
+					values("3.152080, 3.152081, 3.152082, 3.152083, 3.152084, 3.152085", \
+					  "3.280589, 3.280590, 3.280591, 3.280592, 3.280593, 3.280594", \
+					  "3.458999, 3.459000, 3.459001, 3.459002, 3.459003, 3.459004");
+				}
+				fall_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "A&!IE&PDRV0&!PDRV1&!SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b0";
+				timing_type : "three_state_disable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.096000, 9.096000, 15.096000, 21.096000, 27.096000, 33.096000");
+					values("2.715066, 2.715067, 2.715068, 2.715069, 2.715070, 2.715071", \
+					  "2.840878, 2.840879, 2.840880, 2.840881, 2.840882, 2.840883", \
+					  "3.021939, 3.021940, 3.021941, 3.021942, 3.021943, 3.021944");
+				}
+				fall_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "A&!IE&PDRV0&!PDRV1&SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b1";
+				timing_type : "three_state_disable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.096000, 9.096000, 15.096000, 21.096000, 27.096000, 33.096000");
+					values("2.718937, 2.718938, 2.718939, 2.718940, 2.718941, 2.718942", \
+					  "2.842963, 2.843812, 2.843813, 2.843814, 2.843815, 2.843816", \
+					  "3.021451, 3.021452, 3.021453, 3.021454, 3.021455, 3.021456");
+				}
+				fall_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "A&!IE&PDRV0&PDRV1&!SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b0";
+				timing_type : "three_state_disable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.096000, 9.096000, 15.096000, 21.096000, 27.096000, 33.096000");
+					values("3.125538, 3.125539, 3.125540, 3.125541, 3.125542, 3.125543", \
+					  "3.252736, 3.252737, 3.252738, 3.252739, 3.252740, 3.252741", \
+					  "3.434933, 3.434934, 3.434935, 3.434936, 3.434937, 3.434938");
+				}
+				fall_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "A&!IE&PDRV0&PDRV1&SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b1";
+				timing_type : "three_state_disable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.096000, 9.096000, 15.096000, 21.096000, 27.096000, 33.096000");
+					values("3.125773, 3.125774, 3.125775, 3.125776, 3.125777, 3.125778", \
+					  "3.252278, 3.252279, 3.252280, 3.252281, 3.252282, 3.252283", \
+					  "3.432930, 3.433172, 3.433173, 3.433174, 3.433175, 3.433176");
+				}
+				fall_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("-15.668990, -15.738800, -15.769070");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("15.849820, 15.847340, 15.854350");
+				}
+			}
+		}
+		pin ("Y") {
+			function : "((IE*PAD))";
+			direction : "output";
+			max_capacitance : 0.500000;
+			output_signal_level : "VDD";
+			internal_power () {
+				related_pin : "IE";
+				when : "!CS&!OE&PAD";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("1.662075, 1.652618, 1.642995, 1.730616, 1.693885, 1.639815", \
+					  "1.157086, 1.136998, 1.130283, 1.056992, 1.148279, 1.086983", \
+					  "1.133560, 1.130804, 1.108665, 0.993254, 1.139728, 1.191344");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("1.954382, 1.974500, 2.115823, 2.013906, 2.049686, 2.056416", \
+					  "1.623999, 1.615424, 1.759543, 1.617829, 1.703154, 1.681451", \
+					  "1.560150, 1.632126, 1.721735, 1.829072, 1.831721, 1.658594");
+				}
+			}
+			internal_power () {
+				related_pin : "IE";
+				when : "CS&!OE&PAD";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("1.862415, 1.851539, 1.849991, 1.844339, 1.844214, 1.847296", \
+					  "1.349104, 1.358981, 1.334756, 1.427251, 1.356174, 1.280461", \
+					  "1.332706, 1.326234, 1.322478, 1.283572, 1.314213, 1.335918");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("2.068150, 2.101621, 2.146254, 2.150728, 2.087763, 2.032740", \
+					  "1.717833, 1.676634, 1.842868, 1.840518, 1.874239, 1.842907", \
+					  "1.712912, 1.723127, 1.739312, 1.817560, 1.836654, 1.749593");
+				}
+			}
+			internal_power () {
+				related_pin : "PAD";
+				when : "!CS&IE&!OE";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("0.840460, 0.826950, 0.815760, 0.781340, 0.768720, 0.753820", \
+					  "1.079350, 1.066810, 1.054480, 1.024080, 1.003150, 0.992200", \
+					  "1.041980, 1.030550, 1.015520, 0.989300, 0.976170, 0.965550");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("1.282100, 1.312380, 1.359630, 1.439920, 1.462460, 1.476590", \
+					  "0.969030, 0.999390, 1.046480, 1.128980, 1.150480, 1.164960", \
+					  "0.965850, 0.995750, 1.042650, 1.124720, 1.147140, 1.161310");
+				}
+			}
+			internal_power () {
+				related_pin : "PAD";
+				when : "CS&IE&!OE";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("1.184650, 1.172780, 1.160420, 1.127620, 1.118440, 1.108130", \
+					  "1.261400, 1.249520, 1.241620, 1.213210, 1.198260, 1.178730", \
+					  "1.446510, 1.436500, 1.427900, 1.391610, 1.379130, 1.363060");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("1.538850, 1.578830, 1.650440, 1.808550, 1.856920, 1.897830", \
+					  "1.379440, 1.418600, 1.490090, 1.650700, 1.702330, 1.740280", \
+					  "1.288420, 1.333630, 1.399860, 1.573270, 1.621920, 1.662080");
+				}
+			}
+			internal_power () {
+				related_pin : "IE";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("1.762245, 1.752079, 1.746493, 1.787478, 1.769049, 1.743556", \
+					  "1.253095, 1.247990, 1.232519, 1.242122, 1.252226, 1.183722", \
+					  "1.233133, 1.228519, 1.215572, 1.138413, 1.226971, 1.263631");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("2.011266, 2.038061, 2.131038, 2.082317, 2.068725, 2.044578", \
+					  "1.670916, 1.646029, 1.801206, 1.729173, 1.788696, 1.762179", \
+					  "1.636531, 1.677627, 1.730523, 1.823316, 1.834188, 1.704093");
+				}
+			}
+			internal_power () {
+				related_pin : "PAD";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("1.012555, 0.999865, 0.988090, 0.954480, 0.943580, 0.930975", \
+					  "1.170375, 1.158165, 1.148050, 1.118645, 1.100705, 1.085465", \
+					  "1.244245, 1.233525, 1.221710, 1.190455, 1.177650, 1.164305");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("1.410475, 1.445605, 1.505035, 1.624235, 1.659690, 1.687210", \
+					  "1.174235, 1.208995, 1.268285, 1.389840, 1.426405, 1.452620", \
+					  "1.127135, 1.164690, 1.221255, 1.348995, 1.384530, 1.411695");
+				}
+			}
+			timing () {
+				related_pin : "IE";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				when : "!CS&!OE&PAD";
+				sdf_cond : "CS==1'b0&&OE==1'b0&&PAD==1'b1";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("3.656663, 3.782963, 3.933481, 4.357072, 4.558938, 4.759621", \
+					  "3.775409, 3.901691, 4.052213, 4.475536, 4.677734, 4.878447", \
+					  "3.898796, 4.025165, 4.175372, 4.599725, 4.801004, 5.000745");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.378661, 0.545195, 0.765143, 1.506222, 1.894486, 2.278443", \
+					  "0.379214, 0.545653, 0.764962, 1.506241, 1.894480, 2.278210", \
+					  "0.378253, 0.546975, 0.762753, 1.507766, 1.893084, 2.278791");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("3.125338, 3.224632, 3.340757, 3.650295, 3.792534, 3.931919", \
+					  "3.266998, 3.366318, 3.482415, 3.791985, 3.934272, 4.073675", \
+					  "3.446344, 3.545789, 3.661049, 3.971237, 4.113499, 4.252983");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.204019, 0.323509, 0.480685, 0.970524, 1.217121, 1.469078", \
+					  "0.204433, 0.323479, 0.480641, 0.970535, 1.215460, 1.468399", \
+					  "0.204299, 0.324271, 0.479241, 0.970425, 1.216844, 1.468443");
+				}
+			}
+			timing () {
+				related_pin : "IE";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				when : "CS&!OE&PAD";
+				sdf_cond : "CS==1'b1&&OE==1'b0&&PAD==1'b1";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("3.792021, 3.918364, 4.068927, 4.492463, 4.694305, 4.895019", \
+					  "3.910806, 4.037152, 4.187712, 4.611248, 4.813089, 5.013804", \
+					  "4.034804, 4.160857, 4.311447, 4.734786, 4.936548, 5.137112");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.378843, 0.545015, 0.765263, 1.506434, 1.894438, 2.278643", \
+					  "0.378798, 0.545037, 0.765266, 1.506432, 1.894438, 2.278645", \
+					  "0.378450, 0.539573, 0.765157, 1.507063, 1.890932, 2.277679");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("3.313773, 3.412703, 3.528060, 3.838295, 3.980612, 4.120038", \
+					  "3.454273, 3.553059, 3.669021, 3.979083, 4.121466, 4.260940", \
+					  "3.632639, 3.732045, 3.847095, 4.157617, 4.299763, 4.439051");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.203895, 0.327146, 0.481271, 0.968877, 1.218890, 1.468959", \
+					  "0.204571, 0.324905, 0.481249, 0.969890, 1.216605, 1.465621", \
+					  "0.204320, 0.324000, 0.481039, 0.969117, 1.218125, 1.467357");
+				}
+			}
+			timing () {
+				related_pin : "PAD";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				when : "!CS&IE&!OE";
+				sdf_cond : "CS==1'b0&&IE==1'b1&&OE==1'b0";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("2.566822, 2.692669, 2.842882, 3.268087, 3.469535, 3.669575", \
+					  "2.686898, 2.812324, 2.963834, 3.387735, 3.589505, 3.790170", \
+					  "2.790723, 2.916450, 3.067819, 3.490505, 3.692249, 3.892941");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.375531, 0.537235, 0.759476, 1.504215, 1.887149, 2.279273", \
+					  "0.376755, 0.536973, 0.759105, 1.506327, 1.891779, 2.278178", \
+					  "0.375607, 0.537037, 0.759653, 1.503617, 1.889114, 2.276874");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("2.630766, 2.729486, 2.845113, 3.155626, 3.297698, 3.437393", \
+					  "2.598814, 2.697533, 2.813264, 3.123580, 3.265734, 3.405566", \
+					  "2.708487, 2.806130, 2.921417, 3.232284, 3.374504, 3.514210");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.204159, 0.323578, 0.478742, 0.971508, 1.218082, 1.468857", \
+					  "0.204079, 0.323924, 0.478808, 0.969637, 1.219369, 1.469720", \
+					  "0.204057, 0.324571, 0.478586, 0.971204, 1.216003, 1.469551");
+				}
+			}
+			timing () {
+				related_pin : "PAD";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				when : "CS&IE&!OE";
+				sdf_cond : "CS==1'b1&&IE==1'b1&&OE==1'b0";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("2.755074, 2.880337, 3.032189, 3.456750, 3.658448, 3.859200", \
+					  "2.887312, 3.012819, 3.164256, 3.587074, 3.788848, 3.989415", \
+					  "3.042914, 3.168957, 3.320366, 3.745539, 3.946730, 4.147516");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.376211, 0.538505, 0.758386, 1.504528, 1.890090, 2.277421", \
+					  "0.375181, 0.536419, 0.757933, 1.504080, 1.887673, 2.277641", \
+					  "0.375922, 0.536255, 0.761288, 1.504882, 1.892806, 2.280075");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("4.287553, 4.386222, 4.501420, 4.812299, 4.954770, 5.094029", \
+					  "4.003669, 4.102334, 4.217529, 4.528084, 4.670655, 4.810411", \
+					  "4.019235, 4.117995, 4.233107, 4.543256, 4.685687, 4.825084");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.204868, 0.325379, 0.480026, 0.971681, 1.217127, 1.464864", \
+					  "0.204989, 0.325368, 0.479713, 0.971483, 1.220100, 1.468923", \
+					  "0.205087, 0.325043, 0.479540, 0.972019, 1.218707, 1.466230");
+				}
+			}
+		}
+		pin ("DVDD") {
+			direction : "inout";
+			capacitance : 0;
+		}
+		pin ("DVSS") {
+			direction : "inout";
+			capacitance : 0;
+		}
+		pin ("VDD") {
+			direction : "inout";
+			capacitance : 0;
+		}
+		pin ("VSS") {
+			direction : "inout";
+			capacitance : 0;
+		}
+	}
diff --git a/cells/bi_t/gf180mcu_fd_io__bi_t__ss_125C_2v97.lib.json b/cells/bi_t/gf180mcu_fd_io__bi_t__ss_125C_2v97.lib.json
new file mode 100644
index 0000000..4b86b1c
--- /dev/null
+++ b/cells/bi_t/gf180mcu_fd_io__bi_t__ss_125C_2v97.lib.json
@@ -0,0 +1,7452 @@
+{
+    "cell gf180mcu_fd_io__bi_t": {
+        "scaling_factors": "gf_factors",
+        "area": "26250.000000",
+        "pad_cell": "true",
+        "dont_use": "true",
+        "dont_touch": "true",
+        "cell_leakage_power": "2.136050e-03",
+        "leakage_power ": {
+            "when": "!PDRV0 !PDRV1 !CS !SL !IE !OE !PU !PD !A !PAD",
+            "value": "0.002136"
+        },
+        "pin CS": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.023700",
+            "comp_attribute rise_capacitance_range": "0.022696,0.024539",
+            "capacitance": "0.023259",
+            "fall_capacitance": "0.022818",
+            "comp_attribute fall_capacitance_range": "0.022628,0.022948",
+            "internal_power ": {
+                "rise_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        0.039825,
+                        0.791566,
+                        0.900492
+                    ]
+                },
+                "fall_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        0.158681,
+                        0.835438,
+                        0.856518
+                    ]
+                }
+            }
+        },
+        "pin SL": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.032472",
+            "comp_attribute rise_capacitance_range": "0.031354,0.033348",
+            "capacitance": "0.031999",
+            "fall_capacitance": "0.031526",
+            "comp_attribute fall_capacitance_range": "0.031434,0.031694",
+            "internal_power ": {
+                "rise_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        -0.032572,
+                        0.710381,
+                        1.158973
+                    ]
+                },
+                "fall_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        0.151739,
+                        0.97048,
+                        1.2678
+                    ]
+                }
+            }
+        },
+        "pin IE": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.014819",
+            "comp_attribute rise_capacitance_range": "0.013939,0.015604",
+            "capacitance": "0.014412",
+            "fall_capacitance": "0.014004",
+            "comp_attribute fall_capacitance_range": "0.013721,0.014195",
+            "internal_power ": {
+                "rise_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        0.068592,
+                        0.579639,
+                        0.591965
+                    ]
+                },
+                "fall_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        0.146815,
+                        0.513701,
+                        0.525232
+                    ]
+                }
+            }
+        },
+        "pin OE": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.085958",
+            "comp_attribute rise_capacitance_range": "0.079624,0.094890",
+            "capacitance": "0.085775",
+            "fall_capacitance": "0.084857",
+            "comp_attribute fall_capacitance_range": "0.079678,0.089310"
+        },
+        "pin PU": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.072855",
+            "comp_attribute rise_capacitance_range": "0.060902,0.082624",
+            "capacitance": "0.071791",
+            "fall_capacitance": "0.070726",
+            "comp_attribute fall_capacitance_range": "0.058266,0.082867",
+            "internal_power ": {
+                "rise_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        -0.239288,
+                        0.080086,
+                        0.084152
+                    ]
+                },
+                "fall_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        0.485741,
+                        1.13807,
+                        1.227313
+                    ]
+                }
+            }
+        },
+        "pin PD": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.049061",
+            "comp_attribute rise_capacitance_range": "0.047491,0.050763",
+            "capacitance": "0.049688",
+            "fall_capacitance": "0.050316",
+            "comp_attribute fall_capacitance_range": "0.048939,0.051294",
+            "internal_power ": {
+                "rise_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        -0.106855,
+                        0.293607,
+                        0.642371
+                    ]
+                },
+                "fall_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        0.402274,
+                        1.041433,
+                        1.029283
+                    ]
+                }
+            }
+        },
+        "pin A": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.037237",
+            "comp_attribute rise_capacitance_range": "0.035704,0.038526",
+            "capacitance": "0.037079",
+            "fall_capacitance": "0.036920",
+            "comp_attribute fall_capacitance_range": "0.036867,0.037016",
+            "internal_power ": {
+                "rise_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        -0.109475,
+                        -0.107164,
+                        -0.104083
+                    ]
+                },
+                "fall_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        0.122261,
+                        0.124687,
+                        0.123846
+                    ]
+                }
+            }
+        },
+        "pin PDRV0": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.030601",
+            "comp_attribute rise_capacitance_range": "0.030432,0.030831",
+            "capacitance": "0.030589",
+            "fall_capacitance": "0.030578",
+            "comp_attribute fall_capacitance_range": "0.030386,0.030684",
+            "internal_power ": {
+                "rise_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        -0.085382,
+                        -0.086049,
+                        -0.085811
+                    ]
+                },
+                "fall_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        0.086969,
+                        0.086752,
+                        0.086177
+                    ]
+                }
+            }
+        },
+        "pin PDRV1": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.032683",
+            "comp_attribute rise_capacitance_range": "0.032485,0.032982",
+            "capacitance": "0.032672",
+            "fall_capacitance": "0.032660",
+            "comp_attribute fall_capacitance_range": "0.032444,0.032802",
+            "internal_power ": {
+                "rise_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        -0.100303,
+                        -0.100882,
+                        -0.10086
+                    ]
+                },
+                "fall_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        0.101817,
+                        0.101666,
+                        0.101237
+                    ]
+                }
+            }
+        },
+        "pin PAD": {
+            "drive_current": "16000.000000",
+            "is_pad": "true",
+            "function": "((A))",
+            "three_state": "((!OE))",
+            "direction": "inout",
+            "max_transition": "1.000000",
+            "max_capacitance": "30.000000",
+            "input_signal_level": "DVDD",
+            "output_signal_level": "DVDD",
+            "capacitance": "3.096000",
+            "internal_power ": [
+                {
+                    "related_pin": "A",
+                    "when": "!IE&OE&!PDRV0&!PDRV1&!SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                20.668835,
+                                20.377835,
+                                19.693505,
+                                18.725425,
+                                18.006765,
+                                17.163775
+                            ],
+                            [
+                                20.729294,
+                                20.942594,
+                                21.908134,
+                                15.514234,
+                                21.415524,
+                                19.392784
+                            ],
+                            [
+                                20.710093,
+                                20.420033,
+                                20.970333,
+                                16.537203,
+                                20.507323,
+                                16.942423
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                22.749429,
+                                22.991939,
+                                23.018019,
+                                23.029769,
+                                23.046079,
+                                23.043609
+                            ],
+                            [
+                                22.783873,
+                                22.938823,
+                                23.039763,
+                                23.211113,
+                                22.887923,
+                                22.544313
+                            ],
+                            [
+                                22.800254,
+                                22.921294,
+                                22.725714,
+                                22.880604,
+                                23.349434,
+                                23.786414
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "A",
+                    "when": "!IE&OE&!PDRV0&!PDRV1&SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                20.534025,
+                                20.249095,
+                                19.685535,
+                                18.748315,
+                                17.919955,
+                                16.717065
+                            ],
+                            [
+                                20.557504,
+                                20.229104,
+                                19.603794,
+                                18.806364,
+                                17.982974,
+                                16.971454
+                            ],
+                            [
+                                20.538683,
+                                20.264733,
+                                19.671493,
+                                18.462533,
+                                18.080873,
+                                16.642053
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                21.214719,
+                                22.288889,
+                                22.617579,
+                                22.710289,
+                                22.692709,
+                                22.760579
+                            ],
+                            [
+                                21.196873,
+                                22.257343,
+                                22.619483,
+                                22.505473,
+                                22.207173,
+                                23.255783
+                            ],
+                            [
+                                21.168464,
+                                22.265064,
+                                22.429934,
+                                22.989614,
+                                22.813064,
+                                22.244084
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "A",
+                    "when": "!IE&OE&!PDRV0&PDRV1&!SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                32.215545,
+                                32.486475,
+                                32.422115,
+                                32.249755,
+                                31.615095,
+                                31.037785
+                            ],
+                            [
+                                32.374204,
+                                32.526314,
+                                32.268074,
+                                32.094824,
+                                30.882354,
+                                30.688784
+                            ],
+                            [
+                                32.220323,
+                                32.591423,
+                                32.403943,
+                                32.142683,
+                                31.206563,
+                                30.720883
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                33.360269,
+                                34.510679,
+                                34.807769,
+                                34.955629,
+                                35.053579,
+                                35.120569
+                            ],
+                            [
+                                33.300673,
+                                34.529283,
+                                34.777783,
+                                34.912003,
+                                35.014343,
+                                35.076923
+                            ],
+                            [
+                                33.371394,
+                                34.490844,
+                                34.790074,
+                                34.930674,
+                                35.023754,
+                                35.089654
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "A",
+                    "when": "!IE&OE&!PDRV0&PDRV1&SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                30.433965,
+                                31.936715,
+                                31.888815,
+                                31.894095,
+                                31.037395,
+                                30.653865
+                            ],
+                            [
+                                30.353114,
+                                31.972234,
+                                31.890474,
+                                31.529464,
+                                31.024994,
+                                30.332764
+                            ],
+                            [
+                                30.405043,
+                                31.898203,
+                                31.875343,
+                                31.577833,
+                                30.974223,
+                                30.549373
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                28.643279,
+                                29.974029,
+                                31.281799,
+                                32.292619,
+                                32.913969,
+                                33.395569
+                            ],
+                            [
+                                28.514343,
+                                29.886153,
+                                31.205043,
+                                32.222383,
+                                32.919873,
+                                33.425663
+                            ],
+                            [
+                                28.499264,
+                                29.837004,
+                                31.326514,
+                                32.430294,
+                                33.013614,
+                                33.253024
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "A",
+                    "when": "!IE&OE&PDRV0&!PDRV1&!SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                26.420555,
+                                26.428035,
+                                26.140045,
+                                25.506245,
+                                24.793815,
+                                24.035645
+                            ],
+                            [
+                                26.550404,
+                                26.330504,
+                                25.710384,
+                                25.444164,
+                                25.335174,
+                                22.476534
+                            ],
+                            [
+                                26.288023,
+                                26.340243,
+                                26.192183,
+                                25.089873,
+                                24.725693,
+                                25.744603
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                28.280699,
+                                28.868049,
+                                29.012439,
+                                29.085569,
+                                29.170429,
+                                29.148099
+                            ],
+                            [
+                                28.278353,
+                                28.854953,
+                                28.927233,
+                                29.198613,
+                                28.932673,
+                                29.404963
+                            ],
+                            [
+                                28.279204,
+                                28.833624,
+                                29.008444,
+                                29.054164,
+                                29.153884,
+                                29.104534
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "A",
+                    "when": "!IE&OE&PDRV0&!PDRV1&SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                25.680475,
+                                26.152475,
+                                25.916645,
+                                25.415685,
+                                24.672935,
+                                23.851005
+                            ],
+                            [
+                                25.805134,
+                                26.168754,
+                                25.733234,
+                                25.100464,
+                                24.770244,
+                                23.399274
+                            ],
+                            [
+                                25.690993,
+                                26.123763,
+                                25.754353,
+                                25.355493,
+                                24.734453,
+                                23.365693
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                24.876139,
+                                26.318419,
+                                27.398709,
+                                27.995909,
+                                28.242009,
+                                28.422559
+                            ],
+                            [
+                                24.735383,
+                                26.305813,
+                                27.294003,
+                                28.010123,
+                                27.960593,
+                                28.667263
+                            ],
+                            [
+                                24.654804,
+                                26.167644,
+                                27.276884,
+                                27.953374,
+                                28.121874,
+                                28.427244
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "A",
+                    "when": "!IE&OE&PDRV0&PDRV1&!SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                37.764145,
+                                38.336595,
+                                38.252325,
+                                38.036445,
+                                37.712315,
+                                37.112755
+                            ],
+                            [
+                                37.879634,
+                                38.414804,
+                                38.128574,
+                                38.132734,
+                                37.738034,
+                                36.688554
+                            ],
+                            [
+                                37.776103,
+                                38.283373,
+                                38.195363,
+                                38.064893,
+                                37.744033,
+                                37.078283
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                38.023069,
+                                39.976039,
+                                40.486779,
+                                40.744269,
+                                40.881639,
+                                40.959229
+                            ],
+                            [
+                                37.988303,
+                                39.925753,
+                                40.456463,
+                                40.692323,
+                                40.890063,
+                                40.889893
+                            ],
+                            [
+                                37.956194,
+                                39.961554,
+                                40.456974,
+                                40.754904,
+                                40.825534,
+                                40.945204
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "A",
+                    "when": "!IE&OE&PDRV0&PDRV1&SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                34.785265,
+                                37.272145,
+                                37.683515,
+                                37.507295,
+                                37.059895,
+                                36.851055
+                            ],
+                            [
+                                34.785404,
+                                37.238814,
+                                37.673354,
+                                37.412494,
+                                37.052814,
+                                36.627934
+                            ],
+                            [
+                                34.744923,
+                                37.284083,
+                                37.702903,
+                                37.410753,
+                                37.032843,
+                                36.550983
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                32.315109,
+                                33.707809,
+                                35.044679,
+                                36.303179,
+                                37.310029,
+                                37.971969
+                            ],
+                            [
+                                32.172913,
+                                33.623943,
+                                34.941753,
+                                36.136993,
+                                37.159133,
+                                37.951573
+                            ],
+                            [
+                                31.930024,
+                                33.599774,
+                                34.911944,
+                                36.185814,
+                                37.169944,
+                                37.954754
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "A&!IE&!PDRV0&!PDRV1&!SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                20.133271,
+                                19.733691,
+                                19.372081,
+                                17.653021,
+                                17.184931,
+                                16.336151
+                            ],
+                            [
+                                18.592851,
+                                18.124331,
+                                17.447241,
+                                16.592881,
+                                15.715141,
+                                14.873751
+                            ],
+                            [
+                                16.025343,
+                                15.548623,
+                                15.512953,
+                                15.307243,
+                                14.509093,
+                                12.088333
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                0.692479,
+                                0.686576,
+                                0.681931,
+                                0.679541,
+                                0.678067,
+                                0.67706
+                            ],
+                            [
+                                0.051484,
+                                0.032745,
+                                0.02461,
+                                0.020176,
+                                0.017314,
+                                0.015297
+                            ],
+                            [
+                                1.016719,
+                                1.370378,
+                                1.450206,
+                                1.48464,
+                                1.503822,
+                                1.516045
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "A&!IE&!PDRV0&!PDRV1&SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                19.976531,
+                                19.560581,
+                                18.764971,
+                                17.968801,
+                                17.112031,
+                                16.360411
+                            ],
+                            [
+                                18.438761,
+                                18.008901,
+                                17.451751,
+                                16.529601,
+                                15.723301,
+                                14.990201
+                            ],
+                            [
+                                15.819443,
+                                15.379813,
+                                14.683973,
+                                13.938533,
+                                12.809943,
+                                12.043933
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                0.689967,
+                                0.685979,
+                                0.682849,
+                                0.680986,
+                                0.679787,
+                                0.678959
+                            ],
+                            [
+                                0.038199,
+                                0.040815,
+                                0.033083,
+                                0.027777,
+                                0.024326,
+                                0.021934
+                            ],
+                            [
+                                0.982829,
+                                1.365277,
+                                1.46766,
+                                1.512536,
+                                1.537644,
+                                1.553667
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "A&!IE&!PDRV0&PDRV1&!SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                29.323091,
+                                29.140491,
+                                28.762331,
+                                28.267261,
+                                27.763681,
+                                26.960691
+                            ],
+                            [
+                                27.707151,
+                                27.587531,
+                                27.194111,
+                                26.760191,
+                                25.839651,
+                                25.580391
+                            ],
+                            [
+                                25.114783,
+                                24.973943,
+                                24.586493,
+                                24.142293,
+                                23.195713,
+                                23.130323
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                0.778292,
+                                0.68985,
+                                0.670788,
+                                0.662141,
+                                0.656932,
+                                0.646271
+                            ],
+                            [
+                                1.097652,
+                                1.099326,
+                                1.085233,
+                                1.08524,
+                                1.084626,
+                                1.083919
+                            ],
+                            [
+                                4.760072,
+                                5.538714,
+                                5.812399,
+                                5.982032,
+                                6.074068,
+                                6.135334
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "A&!IE&!PDRV0&PDRV1&SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                27.464841,
+                                28.442131,
+                                28.163021,
+                                27.807701,
+                                27.260721,
+                                26.648041
+                            ],
+                            [
+                                25.898271,
+                                26.929851,
+                                26.602651,
+                                26.179931,
+                                25.711981,
+                                25.002751
+                            ],
+                            [
+                                23.288073,
+                                24.268203,
+                                23.996973,
+                                23.634133,
+                                23.079253,
+                                22.410343
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                0.744368,
+                                0.63634,
+                                0.607285,
+                                0.597595,
+                                0.592632,
+                                0.589091
+                            ],
+                            [
+                                1.081968,
+                                1.078255,
+                                1.054736,
+                                1.050349,
+                                1.045003,
+                                1.043109
+                            ],
+                            [
+                                4.744382,
+                                5.538573,
+                                5.800921,
+                                5.930893,
+                                6.009301,
+                                6.063481
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "A&!IE&PDRV0&!PDRV1&!SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                25.226191,
+                                24.870541,
+                                24.478381,
+                                23.779611,
+                                22.947791,
+                                22.251221
+                            ],
+                            [
+                                23.614561,
+                                23.277171,
+                                22.853771,
+                                22.289481,
+                                21.537721,
+                                20.327101
+                            ],
+                            [
+                                20.959403,
+                                20.633573,
+                                20.189663,
+                                19.640233,
+                                18.871953,
+                                17.771763
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                1.114098,
+                                1.105546,
+                                1.101485,
+                                1.099155,
+                                1.097663,
+                                1.096628
+                            ],
+                            [
+                                1.221786,
+                                1.213639,
+                                1.208164,
+                                1.204617,
+                                1.202239,
+                                1.200545
+                            ],
+                            [
+                                3.494053,
+                                4.240359,
+                                4.451743,
+                                4.550577,
+                                4.60727,
+                                4.644008
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "A&!IE&PDRV0&!PDRV1&SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                24.329441,
+                                24.577091,
+                                24.098881,
+                                23.399691,
+                                22.803861,
+                                22.161381
+                            ],
+                            [
+                                22.724321,
+                                22.982401,
+                                22.478531,
+                                21.911931,
+                                21.248181,
+                                20.475921
+                            ],
+                            [
+                                20.127043,
+                                20.325883,
+                                19.879943,
+                                19.271963,
+                                18.778973,
+                                17.586923
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                1.101184,
+                                1.092639,
+                                1.089746,
+                                1.087734,
+                                1.086301,
+                                1.085275
+                            ],
+                            [
+                                1.212441,
+                                1.196759,
+                                1.194744,
+                                1.192124,
+                                1.189995,
+                                1.188395
+                            ],
+                            [
+                                3.495204,
+                                4.212822,
+                                4.437184,
+                                4.543974,
+                                4.605443,
+                                4.645226
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "A&!IE&PDRV0&PDRV1&!SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                34.171831,
+                                34.155201,
+                                33.817161,
+                                33.439931,
+                                33.155071,
+                                32.573661
+                            ],
+                            [
+                                32.572971,
+                                32.558581,
+                                32.235751,
+                                31.824751,
+                                31.355711,
+                                30.672241
+                            ],
+                            [
+                                29.899373,
+                                29.940733,
+                                29.577113,
+                                29.171973,
+                                28.639263,
+                                28.128663
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                1.183254,
+                                1.086703,
+                                1.065377,
+                                1.057872,
+                                1.053856,
+                                1.051253
+                            ],
+                            [
+                                2.267922,
+                                2.270254,
+                                2.26692,
+                                2.266311,
+                                2.265034,
+                                2.263677
+                            ],
+                            [
+                                7.093126,
+                                8.191247,
+                                8.582987,
+                                8.807757,
+                                8.948557,
+                                9.044387
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "A&!IE&PDRV0&PDRV1&SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                31.151101,
+                                33.040291,
+                                33.033661,
+                                32.825631,
+                                32.192801,
+                                31.751521
+                            ],
+                            [
+                                29.531101,
+                                31.539241,
+                                31.459321,
+                                31.053701,
+                                30.702681,
+                                30.155211
+                            ],
+                            [
+                                26.921833,
+                                29.043693,
+                                28.866713,
+                                28.435913,
+                                27.949003,
+                                27.424123
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                1.156898,
+                                1.033397,
+                                1.002673,
+                                0.991445,
+                                0.984941,
+                                0.980541
+                            ],
+                            [
+                                2.278809,
+                                2.217486,
+                                2.208467,
+                                2.207033,
+                                2.204857,
+                                2.202849
+                            ],
+                            [
+                                7.192551,
+                                8.216757,
+                                8.539967,
+                                8.739737,
+                                8.870697,
+                                8.961337
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "!A&!IE&!PDRV0&!PDRV1&!SL",
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                20.382921,
+                                20.571291,
+                                20.653081,
+                                20.272131,
+                                20.980971,
+                                19.835351
+                            ],
+                            [
+                                18.906881,
+                                18.981961,
+                                18.903941,
+                                19.316911,
+                                19.564391,
+                                19.861861
+                            ],
+                            [
+                                16.353263,
+                                16.438893,
+                                16.377383,
+                                16.768333,
+                                15.951023,
+                                17.296923
+                            ]
+                        ]
+                    },
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                0.387155,
+                                -52.536056,
+                                -105.460036,
+                                -158.384736,
+                                -211.309736,
+                                -264.234836
+                            ],
+                            [
+                                -0.001684,
+                                -53.008221,
+                                -105.953931,
+                                -158.889231,
+                                -211.820531,
+                                -264.749831
+                            ],
+                            [
+                                0.02561,
+                                -53.017213,
+                                -105.982703,
+                                -158.927003,
+                                -211.863503,
+                                -264.795903
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "!A&!IE&!PDRV0&!PDRV1&SL",
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                18.999551,
+                                19.791521,
+                                20.295371,
+                                20.166841,
+                                19.965311,
+                                20.883901
+                            ],
+                            [
+                                17.438091,
+                                18.332691,
+                                18.646411,
+                                18.536021,
+                                18.928021,
+                                18.482371
+                            ],
+                            [
+                                14.885803,
+                                15.780743,
+                                16.089673,
+                                16.312313,
+                                16.369293,
+                                15.882453
+                            ]
+                        ]
+                    },
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                0.375037,
+                                -52.545996,
+                                -105.470836,
+                                -158.396036,
+                                -211.321436,
+                                -264.246736
+                            ],
+                            [
+                                -0.035948,
+                                -53.014221,
+                                -105.993931,
+                                -158.929031,
+                                -211.859931,
+                                -264.788931
+                            ],
+                            [
+                                0.08032,
+                                -52.999963,
+                                -105.968503,
+                                -158.914003,
+                                -211.850903,
+                                -264.783903
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "!A&!IE&!PDRV0&PDRV1&!SL",
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                27.522171,
+                                28.302471,
+                                28.443091,
+                                28.488721,
+                                28.509401,
+                                28.515421
+                            ],
+                            [
+                                26.032641,
+                                26.805771,
+                                26.934001,
+                                26.981091,
+                                26.997651,
+                                27.043751
+                            ],
+                            [
+                                23.481753,
+                                24.246713,
+                                24.383223,
+                                24.426723,
+                                24.449753,
+                                24.480393
+                            ]
+                        ]
+                    },
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                0.772264,
+                                -52.161006,
+                                -105.085236,
+                                -158.009936,
+                                -210.934836,
+                                -263.859936
+                            ],
+                            [
+                                1.849226,
+                                -51.125151,
+                                -104.069831,
+                                -157.005231,
+                                -209.936731,
+                                -262.866231
+                            ],
+                            [
+                                4.428235,
+                                -48.765233,
+                                -101.790213,
+                                -154.767403,
+                                -207.724303,
+                                -260.671303
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "!A&!IE&!PDRV0&PDRV1&SL",
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                23.289061,
+                                23.981041,
+                                24.934391,
+                                25.689521,
+                                26.343411,
+                                26.637781
+                            ],
+                            [
+                                21.723281,
+                                22.406531,
+                                23.404011,
+                                24.172371,
+                                24.816221,
+                                25.328651
+                            ],
+                            [
+                                19.078803,
+                                19.796753,
+                                20.822903,
+                                21.606083,
+                                22.261783,
+                                22.766663
+                            ]
+                        ]
+                    },
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                0.726172,
+                                -52.199756,
+                                -105.126036,
+                                -158.059336,
+                                -210.984736,
+                                -263.910036
+                            ],
+                            [
+                                1.769114,
+                                -51.219481,
+                                -104.154231,
+                                -157.088831,
+                                -210.020131,
+                                -262.949631
+                            ],
+                            [
+                                4.413692,
+                                -48.736223,
+                                -101.763853,
+                                -154.740903,
+                                -207.698103,
+                                -260.644303
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "!A&!IE&PDRV0&!PDRV1&!SL",
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                24.342591,
+                                24.659661,
+                                24.723191,
+                                24.790641,
+                                24.727371,
+                                24.810061
+                            ],
+                            [
+                                22.842701,
+                                23.150771,
+                                23.173551,
+                                23.357531,
+                                23.093031,
+                                23.368011
+                            ],
+                            [
+                                20.293073,
+                                20.602523,
+                                20.625623,
+                                20.792173,
+                                20.565233,
+                                20.818863
+                            ]
+                        ]
+                    },
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                0.814959,
+                                -52.111696,
+                                -105.037136,
+                                -157.962536,
+                                -210.882336,
+                                -263.807536
+                            ],
+                            [
+                                1.654916,
+                                -51.358741,
+                                -104.312731,
+                                -157.251931,
+                                -210.185531,
+                                -263.116331
+                            ],
+                            [
+                                2.352986,
+                                -50.855203,
+                                -103.864603,
+                                -156.830103,
+                                -209.778903,
+                                -262.645903
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "!A&!IE&PDRV0&!PDRV1&SL",
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                21.258461,
+                                22.155161,
+                                23.048861,
+                                23.564701,
+                                23.839621,
+                                23.946831
+                            ],
+                            [
+                                19.706041,
+                                20.674031,
+                                21.537001,
+                                22.024071,
+                                22.534231,
+                                22.366681
+                            ],
+                            [
+                                17.095783,
+                                18.087173,
+                                18.974153,
+                                19.501593,
+                                19.799263,
+                                19.956133
+                            ]
+                        ]
+                    },
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                0.800172,
+                                -52.125176,
+                                -105.050436,
+                                -157.975636,
+                                -210.900836,
+                                -263.826136
+                            ],
+                            [
+                                1.561979,
+                                -51.370701,
+                                -104.328731,
+                                -157.269131,
+                                -210.202731,
+                                -263.133631
+                            ],
+                            [
+                                2.446557,
+                                -50.751253,
+                                -103.751803,
+                                -156.714303,
+                                -209.661703,
+                                -262.601703
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "!A&!IE&PDRV0&PDRV1&!SL",
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                30.818391,
+                                32.127001,
+                                32.427371,
+                                32.528001,
+                                32.589171,
+                                32.560381
+                            ],
+                            [
+                                29.290941,
+                                30.642621,
+                                30.925411,
+                                31.019201,
+                                31.056631,
+                                31.083831
+                            ],
+                            [
+                                26.730523,
+                                28.097463,
+                                28.379003,
+                                28.464553,
+                                28.500373,
+                                28.542613
+                            ]
+                        ]
+                    },
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                1.20385,
+                                -51.731776,
+                                -104.653736,
+                                -157.582436,
+                                -210.508736,
+                                -263.434636
+                            ],
+                            [
+                                3.490958,
+                                -49.495211,
+                                -102.450331,
+                                -155.357231,
+                                -208.287131,
+                                -261.216731
+                            ],
+                            [
+                                6.663014,
+                                -46.556193,
+                                -99.603213,
+                                -152.617703,
+                                -205.583703,
+                                -258.535503
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "!A&!IE&PDRV0&PDRV1&SL",
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                25.823491,
+                                26.264631,
+                                27.118751,
+                                28.109541,
+                                28.883081,
+                                29.466701
+                            ],
+                            [
+                                24.194031,
+                                24.673251,
+                                25.548231,
+                                26.549741,
+                                27.346291,
+                                27.976901
+                            ],
+                            [
+                                21.519843,
+                                22.034533,
+                                22.936033,
+                                23.956783,
+                                24.771353,
+                                25.424543
+                            ]
+                        ]
+                    },
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                1.152538,
+                                -51.779506,
+                                -104.701436,
+                                -157.625136,
+                                -210.551936,
+                                -263.477336
+                            ],
+                            [
+                                3.393035,
+                                -49.614311,
+                                -102.570331,
+                                -155.511131,
+                                -208.452531,
+                                -261.386331
+                            ],
+                            [
+                                6.716984,
+                                -46.485363,
+                                -99.552313,
+                                -152.506903,
+                                -205.465703,
+                                -258.415503
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "A",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                57.125703,
+                                58.309842,
+                                57.920625,
+                                57.020815,
+                                55.704543,
+                                54.355737
+                            ],
+                            [
+                                57.258673,
+                                58.455781,
+                                58.229005,
+                                56.008686,
+                                56.550528,
+                                54.144521
+                            ],
+                            [
+                                57.093546,
+                                58.301463,
+                                58.191479,
+                                56.160316,
+                                56.251501,
+                                54.398574
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                57.365678,
+                                59.658963,
+                                60.916943,
+                                61.779308,
+                                62.32761,
+                                62.705545
+                            ],
+                            [
+                                57.242679,
+                                59.580516,
+                                60.815381,
+                                61.722256,
+                                61.992943,
+                                62.804093
+                            ],
+                            [
+                                57.164901,
+                                59.5192,
+                                60.73162,
+                                61.79486,
+                                62.367775,
+                                62.701228
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                27.251056,
+                                -25.458869,
+                                -78.7618,
+                                -132.356767,
+                                -185.871713,
+                                -239.469264
+                            ],
+                            [
+                                26.595198,
+                                -26.149754,
+                                -79.513865,
+                                -133.01991,
+                                -186.61636,
+                                -240.26626
+                            ],
+                            [
+                                25.660336,
+                                -27.256523,
+                                -80.622923,
+                                -134.059505,
+                                -187.724204,
+                                -241.563703
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                24.987147,
+                                25.608726,
+                                26.06828,
+                                26.308321,
+                                26.583565,
+                                26.682688
+                            ],
+                            [
+                                23.673109,
+                                24.352113,
+                                24.768564,
+                                25.126321,
+                                25.421233,
+                                25.566473
+                            ],
+                            [
+                                24.027223,
+                                25.469865,
+                                26.141383,
+                                26.672587,
+                                26.853109,
+                                27.216509
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "rise_power power_inputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "values": [
+                            -15.66899,
+                            -15.7388,
+                            -15.76907
+                        ]
+                    },
+                    "fall_power power_inputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "values": [
+                            15.84982,
+                            15.84734,
+                            15.85435
+                        ]
+                    }
+                }
+            ],
+            "timing ": [
+                {
+                    "related_pin": "A",
+                    "timing_type": "combinational",
+                    "timing_sense": "positive_unate",
+                    "when": "!IE&OE&!PDRV0&!PDRV1&!SL",
+                    "sdf_cond": "IE==1'b0&&OE==1'b1&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b0",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.096,
+                            9.096,
+                            15.096,
+                            21.096,
+                            27.096,
+                            33.096
+                        ],
+                        "values": [
+                            [
+                                6.073316,
+                                8.13341,
+                                10.17837,
+                                12.21526,
+                                14.27034,
+                                16.30175
+                            ],
+                            [
+                                6.174959,
+                                8.235321,
+                                10.28078,
+                                12.32243,
+                                14.36619,
+                                16.39924
+                            ],
+                            [
+                                6.265708,
+                                8.325286,
+                                10.36899,
+                                12.41484,
+                                14.45876,
+                                16.49531
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.096,
+                            9.096,
+                            15.096,
+                            21.096,
+                            27.096,
+                            33.096
+                        ],
+                        "values": [
+                            [
+                                2.504819,
+                                6.600185,
+                                10.72639,
+                                14.8489,
+                                19.04122,
+                                23.1999
+                            ],
+                            [
+                                2.504479,
+                                6.58001,
+                                10.72939,
+                                14.88592,
+                                19.04022,
+                                23.19532
+                            ],
+                            [
+                                2.505009,
+                                6.577164,
+                                10.72385,
+                                14.88514,
+                                19.03835,
+                                23.20462
+                            ]
+                        ]
+                    },
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.096,
+                            9.096,
+                            15.096,
+                            21.096,
+                            27.096,
+                            33.096
+                        ],
+                        "values": [
+                            [
+                                6.248779,
+                                7.799246,
+                                9.274063,
+                                10.7418,
+                                12.2111,
+                                13.67963
+                            ],
+                            [
+                                6.37366,
+                                7.924602,
+                                9.399377,
+                                10.86641,
+                                12.3349,
+                                13.80262
+                            ],
+                            [
+                                6.554594,
+                                8.105912,
+                                9.579591,
+                                11.04724,
+                                12.51587,
+                                13.98174
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.096,
+                            9.096,
+                            15.096,
+                            21.096,
+                            27.096,
+                            33.096
+                        ],
+                        "values": [
+                            [
+                                2.011743,
+                                4.660329,
+                                7.419862,
+                                10.20547,
+                                12.99612,
+                                15.82869
+                            ],
+                            [
+                                2.015717,
+                                4.661853,
+                                7.409757,
+                                10.20932,
+                                13.02041,
+                                15.84363
+                            ],
+                            [
+                                2.015329,
+                                4.661891,
+                                7.406989,
+                                10.18925,
+                                13.00989,
+                                15.83594
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "A",
+                    "timing_type": "combinational",
+                    "timing_sense": "positive_unate",
+                    "when": "!IE&OE&!PDRV0&!PDRV1&SL",
+                    "sdf_cond": "IE==1'b0&&OE==1'b1&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b1",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.096,
+                            9.096,
+                            15.096,
+                            21.096,
+                            27.096,
+                            33.096
+                        ],
+                        "values": [
+                            [
+                                7.336643,
+                                9.87645,
+                                11.97339,
+                                14.02319,
+                                16.06825,
+                                18.11062
+                            ],
+                            [
+                                7.438173,
+                                9.978087,
+                                12.07397,
+                                14.12544,
+                                16.1673,
+                                18.20561
+                            ],
+                            [
+                                7.529391,
+                                10.06849,
+                                12.16558,
+                                14.21456,
+                                16.25935,
+                                18.30143
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.096,
+                            9.096,
+                            15.096,
+                            21.096,
+                            27.096,
+                            33.096
+                        ],
+                        "values": [
+                            [
+                                4.172125,
+                                7.737226,
+                                11.49734,
+                                15.40659,
+                                19.44481,
+                                23.49862
+                            ],
+                            [
+                                4.169284,
+                                7.738282,
+                                11.4745,
+                                15.41211,
+                                19.42006,
+                                23.50515
+                            ],
+                            [
+                                4.172013,
+                                7.738794,
+                                11.47002,
+                                15.41457,
+                                19.42355,
+                                23.44195
+                            ]
+                        ]
+                    },
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.096,
+                            9.096,
+                            15.096,
+                            21.096,
+                            27.096,
+                            33.096
+                        ],
+                        "values": [
+                            [
+                                6.529691,
+                                9.440257,
+                                11.84084,
+                                13.85179,
+                                15.64625,
+                                17.31352
+                            ],
+                            [
+                                6.653868,
+                                9.564511,
+                                11.96771,
+                                13.97831,
+                                15.77019,
+                                17.44228
+                            ],
+                            [
+                                6.83426,
+                                9.747132,
+                                12.14862,
+                                14.16133,
+                                15.95729,
+                                17.62137
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.096,
+                            9.096,
+                            15.096,
+                            21.096,
+                            27.096,
+                            33.096
+                        ],
+                        "values": [
+                            [
+                                3.263551,
+                                7.612478,
+                                10.78195,
+                                13.60371,
+                                16.27952,
+                                18.90351
+                            ],
+                            [
+                                3.267386,
+                                7.611233,
+                                10.78157,
+                                13.61294,
+                                16.28506,
+                                18.90427
+                            ],
+                            [
+                                3.267165,
+                                7.613597,
+                                10.80523,
+                                13.60409,
+                                16.27507,
+                                18.90284
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "A",
+                    "timing_type": "combinational",
+                    "timing_sense": "positive_unate",
+                    "when": "!IE&OE&!PDRV0&PDRV1&!SL",
+                    "sdf_cond": "IE==1'b0&&OE==1'b1&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b0",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.096,
+                            9.096,
+                            15.096,
+                            21.096,
+                            27.096,
+                            33.096
+                        ],
+                        "values": [
+                            [
+                                5.25331,
+                                6.003014,
+                                6.693034,
+                                7.378541,
+                                8.059996,
+                                8.7414
+                            ],
+                            [
+                                5.355114,
+                                6.104734,
+                                6.796436,
+                                7.479725,
+                                8.162671,
+                                8.841836
+                            ],
+                            [
+                                5.445968,
+                                6.19553,
+                                6.88569,
+                                7.571997,
+                                8.254212,
+                                8.936318
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.096,
+                            9.096,
+                            15.096,
+                            21.096,
+                            27.096,
+                            33.096
+                        ],
+                        "values": [
+                            [
+                                1.147189,
+                                2.382773,
+                                3.713738,
+                                5.067056,
+                                6.461653,
+                                7.82731
+                            ],
+                            [
+                                1.14716,
+                                2.382265,
+                                3.711885,
+                                5.068762,
+                                6.4439,
+                                7.820372
+                            ],
+                            [
+                                1.146492,
+                                2.379084,
+                                3.710803,
+                                5.071706,
+                                6.438309,
+                                7.811211
+                            ]
+                        ]
+                    },
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.096,
+                            9.096,
+                            15.096,
+                            21.096,
+                            27.096,
+                            33.096
+                        ],
+                        "values": [
+                            [
+                                5.514516,
+                                6.242454,
+                                6.797208,
+                                7.311457,
+                                7.81249,
+                                8.307158
+                            ],
+                            [
+                                5.639535,
+                                6.367106,
+                                6.921472,
+                                7.436286,
+                                7.937011,
+                                8.431316
+                            ],
+                            [
+                                5.82076,
+                                6.548915,
+                                7.103441,
+                                7.618017,
+                                8.118705,
+                                8.613259
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.096,
+                            9.096,
+                            15.096,
+                            21.096,
+                            27.096,
+                            33.096
+                        ],
+                        "values": [
+                            [
+                                1.094041,
+                                1.983371,
+                                2.830791,
+                                3.690045,
+                                4.588864,
+                                5.493082
+                            ],
+                            [
+                                1.093987,
+                                1.982449,
+                                2.827663,
+                                3.693609,
+                                4.592904,
+                                5.500988
+                            ],
+                            [
+                                1.093983,
+                                1.982271,
+                                2.830068,
+                                3.695557,
+                                4.591489,
+                                5.50168
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "A",
+                    "timing_type": "combinational",
+                    "timing_sense": "positive_unate",
+                    "when": "!IE&OE&!PDRV0&PDRV1&SL",
+                    "sdf_cond": "IE==1'b0&&OE==1'b1&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b1",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.096,
+                            9.096,
+                            15.096,
+                            21.096,
+                            27.096,
+                            33.096
+                        ],
+                        "values": [
+                            [
+                                5.49812,
+                                7.192889,
+                                8.211811,
+                                9.035443,
+                                9.780537,
+                                10.49674
+                            ],
+                            [
+                                5.60088,
+                                7.294045,
+                                8.314096,
+                                9.135824,
+                                9.883552,
+                                10.59902
+                            ],
+                            [
+                                5.6906,
+                                7.385252,
+                                8.404173,
+                                9.227568,
+                                9.975084,
+                                10.68982
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.096,
+                            9.096,
+                            15.096,
+                            21.096,
+                            27.096,
+                            33.096
+                        ],
+                        "values": [
+                            [
+                                2.301069,
+                                4.047725,
+                                5.2757,
+                                6.434699,
+                                7.62078,
+                                8.832388
+                            ],
+                            [
+                                2.299583,
+                                4.049416,
+                                5.277666,
+                                6.435291,
+                                7.616443,
+                                8.827724
+                            ],
+                            [
+                                2.30105,
+                                4.047455,
+                                5.275581,
+                                6.435048,
+                                7.61732,
+                                8.827609
+                            ]
+                        ]
+                    },
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.096,
+                            9.096,
+                            15.096,
+                            21.096,
+                            27.096,
+                            33.096
+                        ],
+                        "values": [
+                            [
+                                5.422459,
+                                6.462372,
+                                7.469267,
+                                8.440822,
+                                9.354202,
+                                10.20107
+                            ],
+                            [
+                                5.547287,
+                                6.58683,
+                                7.594598,
+                                8.565548,
+                                9.476223,
+                                10.32656
+                            ],
+                            [
+                                5.728813,
+                                6.767733,
+                                7.776451,
+                                8.746619,
+                                9.657176,
+                                10.50735
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.096,
+                            9.096,
+                            15.096,
+                            21.096,
+                            27.096,
+                            33.096
+                        ],
+                        "values": [
+                            [
+                                1.195352,
+                                3.06491,
+                                4.742417,
+                                6.166581,
+                                7.407555,
+                                8.555275
+                            ],
+                            [
+                                1.196793,
+                                3.069793,
+                                4.747016,
+                                6.169444,
+                                7.416174,
+                                8.539882
+                            ],
+                            [
+                                1.19675,
+                                3.07101,
+                                4.745854,
+                                6.167407,
+                                7.422983,
+                                8.545507
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "A",
+                    "timing_type": "combinational",
+                    "timing_sense": "positive_unate",
+                    "when": "!IE&OE&PDRV0&!PDRV1&!SL",
+                    "sdf_cond": "IE==1'b0&&OE==1'b1&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b0",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.096,
+                            9.096,
+                            15.096,
+                            21.096,
+                            27.096,
+                            33.096
+                        ],
+                        "values": [
+                            [
+                                5.48381,
+                                6.543069,
+                                7.569024,
+                                8.590905,
+                                9.612052,
+                                10.63739
+                            ],
+                            [
+                                5.585584,
+                                6.645866,
+                                7.670627,
+                                8.696334,
+                                9.716531,
+                                10.74024
+                            ],
+                            [
+                                5.676132,
+                                6.735028,
+                                7.764321,
+                                8.78412,
+                                9.80915,
+                                10.82845
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.096,
+                            9.096,
+                            15.096,
+                            21.096,
+                            27.096,
+                            33.096
+                        ],
+                        "values": [
+                            [
+                                1.453038,
+                                3.406536,
+                                5.452804,
+                                7.515724,
+                                9.575405,
+                                11.64667
+                            ],
+                            [
+                                1.451001,
+                                3.407188,
+                                5.449234,
+                                7.503857,
+                                9.582177,
+                                11.64265
+                            ],
+                            [
+                                1.45085,
+                                3.404407,
+                                5.44407,
+                                7.51273,
+                                9.585763,
+                                11.66035
+                            ]
+                        ]
+                    },
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.096,
+                            9.096,
+                            15.096,
+                            21.096,
+                            27.096,
+                            33.096
+                        ],
+                        "values": [
+                            [
+                                5.730232,
+                                6.638212,
+                                7.408826,
+                                8.151622,
+                                8.890122,
+                                9.624895
+                            ],
+                            [
+                                5.856032,
+                                6.763635,
+                                7.533907,
+                                8.278814,
+                                9.015776,
+                                9.749722
+                            ],
+                            [
+                                6.036793,
+                                6.944446,
+                                7.71494,
+                                8.45915,
+                                9.196418,
+                                9.930727
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.096,
+                            9.096,
+                            15.096,
+                            21.096,
+                            27.096,
+                            33.096
+                        ],
+                        "values": [
+                            [
+                                1.337285,
+                                2.615093,
+                                3.927863,
+                                5.272425,
+                                6.650137,
+                                8.060445
+                            ],
+                            [
+                                1.33696,
+                                2.61423,
+                                3.92563,
+                                5.275622,
+                                6.65443,
+                                8.020073
+                            ],
+                            [
+                                1.337537,
+                                2.613119,
+                                3.924795,
+                                5.281675,
+                                6.658442,
+                                8.041871
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "A",
+                    "timing_type": "combinational",
+                    "timing_sense": "positive_unate",
+                    "when": "!IE&OE&PDRV0&!PDRV1&SL",
+                    "sdf_cond": "IE==1'b0&&OE==1'b1&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b1",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.096,
+                            9.096,
+                            15.096,
+                            21.096,
+                            27.096,
+                            33.096
+                        ],
+                        "values": [
+                            [
+                                6.103194,
+                                8.022194,
+                                9.25985,
+                                10.35211,
+                                11.39507,
+                                12.42621
+                            ],
+                            [
+                                6.204578,
+                                8.127514,
+                                9.362773,
+                                10.45529,
+                                11.49911,
+                                12.52739
+                            ],
+                            [
+                                6.296331,
+                                8.218257,
+                                9.453819,
+                                10.54636,
+                                11.58935,
+                                12.61886
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.096,
+                            9.096,
+                            15.096,
+                            21.096,
+                            27.096,
+                            33.096
+                        ],
+                        "values": [
+                            [
+                                2.915462,
+                                5.00608,
+                                6.741954,
+                                8.57881,
+                                10.43993,
+                                12.3402
+                            ],
+                            [
+                                2.916934,
+                                5.011036,
+                                6.758016,
+                                8.552109,
+                                10.42575,
+                                12.35638
+                            ],
+                            [
+                                2.913374,
+                                5.011981,
+                                6.753561,
+                                8.556507,
+                                10.43161,
+                                12.34466
+                            ]
+                        ]
+                    },
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.096,
+                            9.096,
+                            15.096,
+                            21.096,
+                            27.096,
+                            33.096
+                        ],
+                        "values": [
+                            [
+                                5.686528,
+                                7.216643,
+                                8.685786,
+                                10.01711,
+                                11.21202,
+                                12.29771
+                            ],
+                            [
+                                5.811908,
+                                7.341707,
+                                8.810495,
+                                10.14279,
+                                11.33707,
+                                12.42543
+                            ],
+                            [
+                                5.993579,
+                                7.525625,
+                                8.991595,
+                                10.32177,
+                                11.51924,
+                                12.60122
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.096,
+                            9.096,
+                            15.096,
+                            21.096,
+                            27.096,
+                            33.096
+                        ],
+                        "values": [
+                            [
+                                1.706569,
+                                4.425939,
+                                6.560382,
+                                8.328779,
+                                9.892931,
+                                11.36946
+                            ],
+                            [
+                                1.705342,
+                                4.422904,
+                                6.558516,
+                                8.342472,
+                                9.929455,
+                                11.38245
+                            ],
+                            [
+                                1.704775,
+                                4.423978,
+                                6.569045,
+                                8.345553,
+                                9.919544,
+                                11.38044
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "A",
+                    "timing_type": "combinational",
+                    "timing_sense": "positive_unate",
+                    "when": "!IE&OE&PDRV0&PDRV1&!SL",
+                    "sdf_cond": "IE==1'b0&&OE==1'b1&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b0",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.096,
+                            9.096,
+                            15.096,
+                            21.096,
+                            27.096,
+                            33.096
+                        ],
+                        "values": [
+                            [
+                                5.133716,
+                                5.740403,
+                                6.268232,
+                                6.785466,
+                                7.29855,
+                                7.811269
+                            ],
+                            [
+                                5.234026,
+                                5.841786,
+                                6.368441,
+                                6.885607,
+                                7.398167,
+                                7.910839
+                            ],
+                            [
+                                5.325886,
+                                5.932521,
+                                6.460363,
+                                6.977605,
+                                7.490755,
+                                8.003457
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.096,
+                            9.096,
+                            15.096,
+                            21.096,
+                            27.096,
+                            33.096
+                        ],
+                        "values": [
+                            [
+                                1.031135,
+                                1.894761,
+                                2.868325,
+                                3.868549,
+                                4.885212,
+                                5.911089
+                            ],
+                            [
+                                1.030259,
+                                1.897188,
+                                2.86586,
+                                3.865701,
+                                4.88936,
+                                5.909954
+                            ],
+                            [
+                                1.03055,
+                                1.8947,
+                                2.868218,
+                                3.868322,
+                                4.885628,
+                                5.911007
+                            ]
+                        ]
+                    },
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.096,
+                            9.096,
+                            15.096,
+                            21.096,
+                            27.096,
+                            33.096
+                        ],
+                        "values": [
+                            [
+                                5.35693,
+                                6.009104,
+                                6.461769,
+                                6.867478,
+                                7.253615,
+                                7.631646
+                            ],
+                            [
+                                5.480339,
+                                6.133366,
+                                6.586202,
+                                6.991501,
+                                7.378458,
+                                7.756186
+                            ],
+                            [
+                                5.662665,
+                                6.315186,
+                                6.76802,
+                                7.173473,
+                                7.560282,
+                                7.93813
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.096,
+                            9.096,
+                            15.096,
+                            21.096,
+                            27.096,
+                            33.096
+                        ],
+                        "values": [
+                            [
+                                0.945919,
+                                1.671831,
+                                2.305036,
+                                2.939317,
+                                3.584632,
+                                4.251396
+                            ],
+                            [
+                                0.947183,
+                                1.67178,
+                                2.302695,
+                                2.937648,
+                                3.5909,
+                                4.251123
+                            ],
+                            [
+                                0.945865,
+                                1.670676,
+                                2.30438,
+                                2.942304,
+                                3.586538,
+                                4.254419
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "A",
+                    "timing_type": "combinational",
+                    "timing_sense": "positive_unate",
+                    "when": "!IE&OE&PDRV0&PDRV1&SL",
+                    "sdf_cond": "IE==1'b0&&OE==1'b1&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b1",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.096,
+                            9.096,
+                            15.096,
+                            21.096,
+                            27.096,
+                            33.096
+                        ],
+                        "values": [
+                            [
+                                5.184187,
+                                6.666001,
+                                7.600137,
+                                8.313557,
+                                8.928356,
+                                9.497422
+                            ],
+                            [
+                                5.286529,
+                                6.767693,
+                                7.70198,
+                                8.411523,
+                                9.028288,
+                                9.599077
+                            ],
+                            [
+                                5.376531,
+                                6.858386,
+                                7.792362,
+                                8.502925,
+                                9.119003,
+                                9.689954
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.096,
+                            9.096,
+                            15.096,
+                            21.096,
+                            27.096,
+                            33.096
+                        ],
+                        "values": [
+                            [
+                                1.875761,
+                                3.497299,
+                                4.511132,
+                                5.408864,
+                                6.279037,
+                                7.156497
+                            ],
+                            [
+                                1.876493,
+                                3.497798,
+                                4.512084,
+                                5.404252,
+                                6.26306,
+                                7.147371
+                            ],
+                            [
+                                1.875928,
+                                3.495837,
+                                4.51111,
+                                5.407094,
+                                6.275009,
+                                7.156582
+                            ]
+                        ]
+                    },
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.096,
+                            9.096,
+                            15.096,
+                            21.096,
+                            27.096,
+                            33.096
+                        ],
+                        "values": [
+                            [
+                                5.272263,
+                                6.070247,
+                                6.835025,
+                                7.58244,
+                                8.307862,
+                                8.998346
+                            ],
+                            [
+                                5.396761,
+                                6.196,
+                                6.958321,
+                                7.708077,
+                                8.432832,
+                                9.123557
+                            ],
+                            [
+                                5.578361,
+                                6.376928,
+                                7.140948,
+                                7.888608,
+                                8.614275,
+                                9.304688
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.096,
+                            9.096,
+                            15.096,
+                            21.096,
+                            27.096,
+                            33.096
+                        ],
+                        "values": [
+                            [
+                                0.941776,
+                                2.346074,
+                                3.696446,
+                                4.893919,
+                                5.940432,
+                                6.89852
+                            ],
+                            [
+                                0.942392,
+                                2.347631,
+                                3.700883,
+                                4.893115,
+                                5.95073,
+                                6.894484
+                            ],
+                            [
+                                0.942528,
+                                2.347231,
+                                3.698526,
+                                4.895928,
+                                5.947526,
+                                6.898819
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "A&!IE&!PDRV0&!PDRV1&!SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b0",
+                    "timing_type": "three_state_enable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.096,
+                            9.096,
+                            15.096,
+                            21.096,
+                            27.096,
+                            33.096
+                        ],
+                        "values": [
+                            [
+                                5.258237,
+                                7.310463,
+                                9.351262,
+                                11.39809,
+                                13.44146,
+                                15.47828
+                            ],
+                            [
+                                5.328779,
+                                7.379092,
+                                9.419316,
+                                11.46288,
+                                13.50459,
+                                15.55369
+                            ],
+                            [
+                                5.386725,
+                                7.438368,
+                                9.478656,
+                                11.51948,
+                                13.57127,
+                                15.60778
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.096,
+                            9.096,
+                            15.096,
+                            21.096,
+                            27.096,
+                            33.096
+                        ],
+                        "values": [
+                            [
+                                2.529726,
+                                6.586927,
+                                10.73118,
+                                14.88318,
+                                19.03693,
+                                23.20239
+                            ],
+                            [
+                                2.524523,
+                                6.585216,
+                                10.738,
+                                14.88161,
+                                19.03851,
+                                23.19494
+                            ],
+                            [
+                                2.528749,
+                                6.589815,
+                                10.73491,
+                                14.88741,
+                                19.03848,
+                                23.20025
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "A&!IE&!PDRV0&!PDRV1&SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b1",
+                    "timing_type": "three_state_enable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.096,
+                            9.096,
+                            15.096,
+                            21.096,
+                            27.096,
+                            33.096
+                        ],
+                        "values": [
+                            [
+                                6.495548,
+                                9.059168,
+                                11.15665,
+                                13.20487,
+                                15.25039,
+                                17.29247
+                            ],
+                            [
+                                6.567691,
+                                9.130901,
+                                11.22763,
+                                13.27842,
+                                15.32026,
+                                17.35829
+                            ],
+                            [
+                                6.624512,
+                                9.188138,
+                                11.28546,
+                                13.33357,
+                                15.37933,
+                                17.42148
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.096,
+                            9.096,
+                            15.096,
+                            21.096,
+                            27.096,
+                            33.096
+                        ],
+                        "values": [
+                            [
+                                4.261921,
+                                7.818796,
+                                11.5306,
+                                15.44992,
+                                19.40901,
+                                23.49218
+                            ],
+                            [
+                                4.266984,
+                                7.82056,
+                                11.52278,
+                                15.44118,
+                                19.43254,
+                                23.44983
+                            ],
+                            [
+                                4.262011,
+                                7.818668,
+                                11.53182,
+                                15.45073,
+                                19.41758,
+                                23.49735
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "A&!IE&!PDRV0&PDRV1&!SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b0",
+                    "timing_type": "three_state_enable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.096,
+                            9.096,
+                            15.096,
+                            21.096,
+                            27.096,
+                            33.096
+                        ],
+                        "values": [
+                            [
+                                4.55073,
+                                5.298202,
+                                5.984818,
+                                6.667739,
+                                7.347052,
+                                8.026969
+                            ],
+                            [
+                                4.6332,
+                                5.382488,
+                                6.069987,
+                                6.750683,
+                                7.43279,
+                                8.114171
+                            ],
+                            [
+                                4.707434,
+                                5.456013,
+                                6.143881,
+                                6.824407,
+                                7.507399,
+                                8.188986
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.096,
+                            9.096,
+                            15.096,
+                            21.096,
+                            27.096,
+                            33.096
+                        ],
+                        "values": [
+                            [
+                                1.253861,
+                                2.418657,
+                                3.733623,
+                                5.079307,
+                                6.452967,
+                                7.826809
+                            ],
+                            [
+                                1.252599,
+                                2.423729,
+                                3.73051,
+                                5.085997,
+                                6.4486,
+                                7.826339
+                            ],
+                            [
+                                1.254953,
+                                2.42649,
+                                3.72533,
+                                5.084608,
+                                6.443677,
+                                7.818973
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "A&!IE&!PDRV0&PDRV1&SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b1",
+                    "timing_type": "three_state_enable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.096,
+                            9.096,
+                            15.096,
+                            21.096,
+                            27.096,
+                            33.096
+                        ],
+                        "values": [
+                            [
+                                4.749587,
+                                6.4632,
+                                7.500299,
+                                8.328769,
+                                9.079288,
+                                9.795193
+                            ],
+                            [
+                                4.833681,
+                                6.550093,
+                                7.583613,
+                                8.413705,
+                                9.163875,
+                                9.878484
+                            ],
+                            [
+                                4.907571,
+                                6.622319,
+                                7.657326,
+                                8.487274,
+                                9.237715,
+                                9.952116
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.096,
+                            9.096,
+                            15.096,
+                            21.096,
+                            27.096,
+                            33.096
+                        ],
+                        "values": [
+                            [
+                                2.334194,
+                                4.138164,
+                                5.382644,
+                                6.535713,
+                                7.703404,
+                                8.895343
+                            ],
+                            [
+                                2.335834,
+                                4.141382,
+                                5.38015,
+                                6.539001,
+                                7.70464,
+                                8.910355
+                            ],
+                            [
+                                2.335676,
+                                4.138529,
+                                5.381078,
+                                6.533088,
+                                7.704934,
+                                8.911485
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "A&!IE&PDRV0&!PDRV1&!SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b0",
+                    "timing_type": "three_state_enable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.096,
+                            9.096,
+                            15.096,
+                            21.096,
+                            27.096,
+                            33.096
+                        ],
+                        "values": [
+                            [
+                                4.648574,
+                                5.701613,
+                                6.723609,
+                                7.744144,
+                                8.766512,
+                                9.786218
+                            ],
+                            [
+                                4.718757,
+                                5.771857,
+                                6.794487,
+                                7.813346,
+                                8.835434,
+                                9.855163
+                            ],
+                            [
+                                4.776618,
+                                5.8297,
+                                6.852057,
+                                7.870941,
+                                8.893759,
+                                9.913387
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.096,
+                            9.096,
+                            15.096,
+                            21.096,
+                            27.096,
+                            33.096
+                        ],
+                        "values": [
+                            [
+                                1.51623,
+                                3.42229,
+                                5.454437,
+                                7.512982,
+                                9.578606,
+                                11.65439
+                            ],
+                            [
+                                1.513387,
+                                3.416616,
+                                5.451422,
+                                7.515427,
+                                9.581911,
+                                11.65787
+                            ],
+                            [
+                                1.50983,
+                                3.41834,
+                                5.453232,
+                                7.515081,
+                                9.580686,
+                                11.65687
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "A&!IE&PDRV0&!PDRV1&SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b1",
+                    "timing_type": "three_state_enable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.096,
+                            9.096,
+                            15.096,
+                            21.096,
+                            27.096,
+                            33.096
+                        ],
+                        "values": [
+                            [
+                                5.208927,
+                                7.171961,
+                                8.414459,
+                                9.507079,
+                                10.55512,
+                                11.58479
+                            ],
+                            [
+                                5.27992,
+                                7.242015,
+                                8.486057,
+                                9.57896,
+                                10.62565,
+                                11.65424
+                            ],
+                            [
+                                5.338431,
+                                7.300975,
+                                8.544166,
+                                9.636897,
+                                10.68431,
+                                11.71354
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.096,
+                            9.096,
+                            15.096,
+                            21.096,
+                            27.096,
+                            33.096
+                        ],
+                        "values": [
+                            [
+                                2.977232,
+                                5.11139,
+                                6.839296,
+                                8.62399,
+                                10.4759,
+                                12.38915
+                            ],
+                            [
+                                2.973532,
+                                5.111881,
+                                6.852797,
+                                8.600418,
+                                10.46461,
+                                12.39528
+                            ],
+                            [
+                                2.976738,
+                                5.111487,
+                                6.846883,
+                                8.618326,
+                                10.46966,
+                                12.38012
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "A&!IE&PDRV0&PDRV1&!SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b0",
+                    "timing_type": "three_state_enable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.096,
+                            9.096,
+                            15.096,
+                            21.096,
+                            27.096,
+                            33.096
+                        ],
+                        "values": [
+                            [
+                                4.372232,
+                                4.98896,
+                                5.512921,
+                                6.02658,
+                                6.540331,
+                                7.050886
+                            ],
+                            [
+                                4.452494,
+                                5.070695,
+                                5.595472,
+                                6.110049,
+                                6.620706,
+                                7.131365
+                            ],
+                            [
+                                4.520298,
+                                5.14025,
+                                5.665226,
+                                6.179819,
+                                6.690624,
+                                7.201316
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.096,
+                            9.096,
+                            15.096,
+                            21.096,
+                            27.096,
+                            33.096
+                        ],
+                        "values": [
+                            [
+                                1.150312,
+                                1.963482,
+                                2.899331,
+                                3.892298,
+                                4.896451,
+                                5.929004
+                            ],
+                            [
+                                1.149921,
+                                1.964329,
+                                2.906398,
+                                3.891766,
+                                4.902131,
+                                5.922882
+                            ],
+                            [
+                                1.150334,
+                                1.966683,
+                                2.907787,
+                                3.893418,
+                                4.902544,
+                                5.922747
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "A&!IE&PDRV0&PDRV1&SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b1",
+                    "timing_type": "three_state_enable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.096,
+                            9.096,
+                            15.096,
+                            21.096,
+                            27.096,
+                            33.096
+                        ],
+                        "values": [
+                            [
+                                4.393652,
+                                5.872674,
+                                6.829328,
+                                7.547919,
+                                8.168571,
+                                8.740101
+                            ],
+                            [
+                                4.475346,
+                                5.950969,
+                                6.906651,
+                                7.627232,
+                                8.248583,
+                                8.822247
+                            ],
+                            [
+                                4.545786,
+                                6.020801,
+                                6.9765,
+                                7.697498,
+                                8.318847,
+                                8.892528
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.096,
+                            9.096,
+                            15.096,
+                            21.096,
+                            27.096,
+                            33.096
+                        ],
+                        "values": [
+                            [
+                                1.902569,
+                                3.572786,
+                                4.611072,
+                                5.514686,
+                                6.381832,
+                                7.250952
+                            ],
+                            [
+                                1.904032,
+                                3.574333,
+                                4.608455,
+                                5.506172,
+                                6.377035,
+                                7.248725
+                            ],
+                            [
+                                1.905834,
+                                3.574047,
+                                4.607907,
+                                5.505065,
+                                6.377408,
+                                7.249109
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "!A&!IE&!PDRV0&!PDRV1&!SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b0",
+                    "timing_type": "three_state_enable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.096,
+                            9.096,
+                            15.096,
+                            21.096,
+                            27.096,
+                            33.096
+                        ],
+                        "values": [
+                            [
+                                4.037465,
+                                5.588679,
+                                7.061844,
+                                8.529117,
+                                9.996077,
+                                11.46265
+                            ],
+                            [
+                                4.136475,
+                                5.687696,
+                                7.160698,
+                                8.627952,
+                                10.09534,
+                                11.56154
+                            ],
+                            [
+                                4.228065,
+                                5.779248,
+                                7.25247,
+                                8.719748,
+                                10.1865,
+                                11.65326
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.096,
+                            9.096,
+                            15.096,
+                            21.096,
+                            27.096,
+                            33.096
+                        ],
+                        "values": [
+                            [
+                                2.063963,
+                                4.679715,
+                                7.406916,
+                                10.21471,
+                                13.00484,
+                                15.83706
+                            ],
+                            [
+                                2.063398,
+                                4.678933,
+                                7.410691,
+                                10.21138,
+                                13.00504,
+                                15.83756
+                            ],
+                            [
+                                2.063665,
+                                4.679736,
+                                7.405045,
+                                10.21479,
+                                13.00361,
+                                15.83658
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "!A&!IE&!PDRV0&!PDRV1&SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b1",
+                    "timing_type": "three_state_enable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.096,
+                            9.096,
+                            15.096,
+                            21.096,
+                            27.096,
+                            33.096
+                        ],
+                        "values": [
+                            [
+                                4.285643,
+                                7.196411,
+                                9.611143,
+                                11.63297,
+                                13.43343,
+                                15.10077
+                            ],
+                            [
+                                4.382783,
+                                7.296032,
+                                9.708924,
+                                11.72865,
+                                13.52752,
+                                15.19894
+                            ],
+                            [
+                                4.474829,
+                                7.387219,
+                                9.800463,
+                                11.82033,
+                                13.61887,
+                                15.29073
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.096,
+                            9.096,
+                            15.096,
+                            21.096,
+                            27.096,
+                            33.096
+                        ],
+                        "values": [
+                            [
+                                3.265575,
+                                7.649918,
+                                10.82314,
+                                13.65432,
+                                16.32879,
+                                18.94545
+                            ],
+                            [
+                                3.27511,
+                                7.643775,
+                                10.83354,
+                                13.66614,
+                                16.32431,
+                                18.94946
+                            ],
+                            [
+                                3.273521,
+                                7.639671,
+                                10.83466,
+                                13.64626,
+                                16.32794,
+                                18.91995
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "!A&!IE&!PDRV0&PDRV1&!SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b0",
+                    "timing_type": "three_state_enable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.096,
+                            9.096,
+                            15.096,
+                            21.096,
+                            27.096,
+                            33.096
+                        ],
+                        "values": [
+                            [
+                                3.462769,
+                                4.220496,
+                                4.781265,
+                                5.29762,
+                                5.797955,
+                                6.291864
+                            ],
+                            [
+                                3.561974,
+                                4.319771,
+                                4.880573,
+                                5.39673,
+                                5.897379,
+                                6.391441
+                            ],
+                            [
+                                3.653332,
+                                4.411137,
+                                4.971935,
+                                5.488105,
+                                5.988732,
+                                6.482785
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.096,
+                            9.096,
+                            15.096,
+                            21.096,
+                            27.096,
+                            33.096
+                        ],
+                        "values": [
+                            [
+                                1.156857,
+                                2.055231,
+                                2.893757,
+                                3.749085,
+                                4.628439,
+                                5.509835
+                            ],
+                            [
+                                1.157401,
+                                2.057096,
+                                2.889561,
+                                3.751942,
+                                4.632275,
+                                5.519811
+                            ],
+                            [
+                                1.157382,
+                                2.057097,
+                                2.889826,
+                                3.75187,
+                                4.632139,
+                                5.519258
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "!A&!IE&!PDRV0&PDRV1&SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b1",
+                    "timing_type": "three_state_enable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.096,
+                            9.096,
+                            15.096,
+                            21.096,
+                            27.096,
+                            33.096
+                        ],
+                        "values": [
+                            [
+                                3.392741,
+                                4.41819,
+                                5.418436,
+                                6.387713,
+                                7.304362,
+                                8.155493
+                            ],
+                            [
+                                3.491765,
+                                4.517191,
+                                5.518072,
+                                6.48664,
+                                7.40225,
+                                8.254883
+                            ],
+                            [
+                                3.58313,
+                                4.608573,
+                                5.60942,
+                                6.578017,
+                                7.493653,
+                                8.346178
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.096,
+                            9.096,
+                            15.096,
+                            21.096,
+                            27.096,
+                            33.096
+                        ],
+                        "values": [
+                            [
+                                1.253013,
+                                3.077881,
+                                4.766147,
+                                6.196102,
+                                7.451339,
+                                8.590201
+                            ],
+                            [
+                                1.253954,
+                                3.085517,
+                                4.768529,
+                                6.191354,
+                                7.441292,
+                                8.589927
+                            ],
+                            [
+                                1.253384,
+                                3.085097,
+                                4.768632,
+                                6.192365,
+                                7.442014,
+                                8.591102
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "!A&!IE&PDRV0&!PDRV1&!SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b0",
+                    "timing_type": "three_state_enable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.096,
+                            9.096,
+                            15.096,
+                            21.096,
+                            27.096,
+                            33.096
+                        ],
+                        "values": [
+                            [
+                                3.476953,
+                                4.393003,
+                                5.163215,
+                                5.907566,
+                                6.643879,
+                                7.377632
+                            ],
+                            [
+                                3.577095,
+                                4.492867,
+                                5.262802,
+                                6.007186,
+                                6.743255,
+                                7.477756
+                            ],
+                            [
+                                3.668485,
+                                4.584225,
+                                5.354174,
+                                6.098558,
+                                6.83463,
+                                7.569116
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.096,
+                            9.096,
+                            15.096,
+                            21.096,
+                            27.096,
+                            33.096
+                        ],
+                        "values": [
+                            [
+                                1.402933,
+                                2.652501,
+                                3.954038,
+                                5.287912,
+                                6.660017,
+                                8.025572
+                            ],
+                            [
+                                1.40151,
+                                2.651552,
+                                3.954262,
+                                5.295188,
+                                6.651595,
+                                8.025667
+                            ],
+                            [
+                                1.401358,
+                                2.651094,
+                                3.954272,
+                                5.295114,
+                                6.651725,
+                                8.025536
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "!A&!IE&PDRV0&!PDRV1&SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b1",
+                    "timing_type": "three_state_enable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.096,
+                            9.096,
+                            15.096,
+                            21.096,
+                            27.096,
+                            33.096
+                        ],
+                        "values": [
+                            [
+                                3.418453,
+                                4.935998,
+                                6.40199,
+                                7.73878,
+                                8.941839,
+                                10.03215
+                            ],
+                            [
+                                3.517933,
+                                5.032673,
+                                6.501348,
+                                7.841063,
+                                9.04202,
+                                10.13672
+                            ],
+                            [
+                                3.609335,
+                                5.123508,
+                                6.593043,
+                                7.933378,
+                                9.134134,
+                                10.22435
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.096,
+                            9.096,
+                            15.096,
+                            21.096,
+                            27.096,
+                            33.096
+                        ],
+                        "values": [
+                            [
+                                1.726615,
+                                4.437439,
+                                6.596281,
+                                8.380196,
+                                9.953697,
+                                11.42373
+                            ],
+                            [
+                                1.722668,
+                                4.438682,
+                                6.584733,
+                                8.378589,
+                                9.970496,
+                                11.42266
+                            ],
+                            [
+                                1.722098,
+                                4.440665,
+                                6.590902,
+                                8.3791,
+                                9.9655,
+                                11.4209
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "!A&!IE&PDRV0&PDRV1&!SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b0",
+                    "timing_type": "three_state_enable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.096,
+                            9.096,
+                            15.096,
+                            21.096,
+                            27.096,
+                            33.096
+                        ],
+                        "values": [
+                            [
+                                3.232359,
+                                3.901572,
+                                4.365655,
+                                4.774987,
+                                5.162617,
+                                5.540898
+                            ],
+                            [
+                                3.331453,
+                                4.000671,
+                                4.464753,
+                                4.874084,
+                                5.261716,
+                                5.639996
+                            ],
+                            [
+                                3.422653,
+                                4.091879,
+                                4.555954,
+                                4.965282,
+                                5.352915,
+                                5.731204
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.096,
+                            9.096,
+                            15.096,
+                            21.096,
+                            27.096,
+                            33.096
+                        ],
+                        "values": [
+                            [
+                                1.018932,
+                                1.737546,
+                                2.369271,
+                                3.001427,
+                                3.641837,
+                                4.298304
+                            ],
+                            [
+                                1.01883,
+                                1.737566,
+                                2.369217,
+                                3.001413,
+                                3.641918,
+                                4.298311
+                            ],
+                            [
+                                1.018809,
+                                1.737579,
+                                2.369162,
+                                3.00139,
+                                3.641963,
+                                4.298252
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "!A&!IE&PDRV0&PDRV1&SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b1",
+                    "timing_type": "three_state_enable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.096,
+                            9.096,
+                            15.096,
+                            21.096,
+                            27.096,
+                            33.096
+                        ],
+                        "values": [
+                            [
+                                3.164936,
+                                3.954074,
+                                4.708371,
+                                5.457085,
+                                6.182681,
+                                6.877118
+                            ],
+                            [
+                                3.264006,
+                                4.053163,
+                                4.807566,
+                                5.55615,
+                                6.281764,
+                                6.976196
+                            ],
+                            [
+                                3.355182,
+                                4.144342,
+                                4.89888,
+                                5.647309,
+                                6.372944,
+                                7.067372
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.096,
+                            9.096,
+                            15.096,
+                            21.096,
+                            27.096,
+                            33.096
+                        ],
+                        "values": [
+                            [
+                                1.030285,
+                                2.379292,
+                                3.729585,
+                                4.925961,
+                                5.988426,
+                                6.950663
+                            ],
+                            [
+                                1.03014,
+                                2.379195,
+                                3.729431,
+                                4.925842,
+                                5.988307,
+                                6.950724
+                            ],
+                            [
+                                1.029981,
+                                2.37898,
+                                3.729178,
+                                4.925685,
+                                5.988204,
+                                6.950753
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "!A&!IE&!PDRV0&!PDRV1&!SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b0",
+                    "timing_type": "three_state_disable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.096,
+                            9.096,
+                            15.096,
+                            21.096,
+                            27.096,
+                            33.096
+                        ],
+                        "values": [
+                            [
+                                2.292941,
+                                2.292942,
+                                2.292943,
+                                2.292944,
+                                2.292945,
+                                2.292946
+                            ],
+                            [
+                                2.407683,
+                                2.407684,
+                                2.407685,
+                                2.407686,
+                                2.407687,
+                                2.407688
+                            ],
+                            [
+                                2.585563,
+                                2.593482,
+                                2.593483,
+                                2.593484,
+                                2.593485,
+                                2.593486
+                            ]
+                        ]
+                    },
+                    "rise_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "!A&!IE&!PDRV0&!PDRV1&SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b1",
+                    "timing_type": "three_state_disable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.096,
+                            9.096,
+                            15.096,
+                            21.096,
+                            27.096,
+                            33.096
+                        ],
+                        "values": [
+                            [
+                                2.273217,
+                                2.273218,
+                                2.273219,
+                                2.27322,
+                                2.273221,
+                                2.273222
+                            ],
+                            [
+                                2.388128,
+                                2.39395,
+                                2.393951,
+                                2.393952,
+                                2.393953,
+                                2.393954
+                            ],
+                            [
+                                2.573533,
+                                2.573534,
+                                2.573535,
+                                2.573536,
+                                2.573537,
+                                2.573538
+                            ]
+                        ]
+                    },
+                    "rise_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "!A&!IE&!PDRV0&PDRV1&!SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b0",
+                    "timing_type": "three_state_disable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.096,
+                            9.096,
+                            15.096,
+                            21.096,
+                            27.096,
+                            33.096
+                        ],
+                        "values": [
+                            [
+                                2.503705,
+                                2.503706,
+                                2.503707,
+                                2.503708,
+                                2.503709,
+                                2.50371
+                            ],
+                            [
+                                2.627335,
+                                2.627336,
+                                2.627337,
+                                2.627338,
+                                2.627339,
+                                2.62734
+                            ],
+                            [
+                                2.806057,
+                                2.806058,
+                                2.806059,
+                                2.80606,
+                                2.806061,
+                                2.806062
+                            ]
+                        ]
+                    },
+                    "rise_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "!A&!IE&!PDRV0&PDRV1&SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b1",
+                    "timing_type": "three_state_disable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.096,
+                            9.096,
+                            15.096,
+                            21.096,
+                            27.096,
+                            33.096
+                        ],
+                        "values": [
+                            [
+                                2.493146,
+                                2.493147,
+                                2.493148,
+                                2.493149,
+                                2.49315,
+                                2.493151
+                            ],
+                            [
+                                2.616203,
+                                2.616204,
+                                2.616205,
+                                2.616206,
+                                2.616207,
+                                2.616208
+                            ],
+                            [
+                                2.793525,
+                                2.793526,
+                                2.793527,
+                                2.793528,
+                                2.793529,
+                                2.79353
+                            ]
+                        ]
+                    },
+                    "rise_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "!A&!IE&PDRV0&!PDRV1&!SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b0",
+                    "timing_type": "three_state_disable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.096,
+                            9.096,
+                            15.096,
+                            21.096,
+                            27.096,
+                            33.096
+                        ],
+                        "values": [
+                            [
+                                2.282467,
+                                2.282468,
+                                2.282469,
+                                2.28247,
+                                2.282471,
+                                2.282472
+                            ],
+                            [
+                                2.404759,
+                                2.40476,
+                                2.404761,
+                                2.404762,
+                                2.404763,
+                                2.404764
+                            ],
+                            [
+                                2.583088,
+                                2.583089,
+                                2.58309,
+                                2.583091,
+                                2.583092,
+                                2.583093
+                            ]
+                        ]
+                    },
+                    "rise_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "!A&!IE&PDRV0&!PDRV1&SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b1",
+                    "timing_type": "three_state_disable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.096,
+                            9.096,
+                            15.096,
+                            21.096,
+                            27.096,
+                            33.096
+                        ],
+                        "values": [
+                            [
+                                2.258032,
+                                2.258033,
+                                2.258034,
+                                2.258035,
+                                2.258036,
+                                2.258037
+                            ],
+                            [
+                                2.381182,
+                                2.381183,
+                                2.381184,
+                                2.381185,
+                                2.381186,
+                                2.381187
+                            ],
+                            [
+                                2.557897,
+                                2.557898,
+                                2.557899,
+                                2.5579,
+                                2.557901,
+                                2.557902
+                            ]
+                        ]
+                    },
+                    "rise_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "!A&!IE&PDRV0&PDRV1&!SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b0",
+                    "timing_type": "three_state_disable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.096,
+                            9.096,
+                            15.096,
+                            21.096,
+                            27.096,
+                            33.096
+                        ],
+                        "values": [
+                            [
+                                2.466491,
+                                2.466492,
+                                2.466493,
+                                2.466494,
+                                2.466495,
+                                2.466496
+                            ],
+                            [
+                                2.589489,
+                                2.58949,
+                                2.589491,
+                                2.589492,
+                                2.589493,
+                                2.589494
+                            ],
+                            [
+                                2.76727,
+                                2.767271,
+                                2.767272,
+                                2.767273,
+                                2.767274,
+                                2.767275
+                            ]
+                        ]
+                    },
+                    "rise_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "!A&!IE&PDRV0&PDRV1&SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b1",
+                    "timing_type": "three_state_disable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.096,
+                            9.096,
+                            15.096,
+                            21.096,
+                            27.096,
+                            33.096
+                        ],
+                        "values": [
+                            [
+                                2.457851,
+                                2.457852,
+                                2.457853,
+                                2.457854,
+                                2.457855,
+                                2.457856
+                            ],
+                            [
+                                2.580364,
+                                2.580365,
+                                2.580366,
+                                2.580367,
+                                2.580368,
+                                2.580369
+                            ],
+                            [
+                                2.756959,
+                                2.75696,
+                                2.756961,
+                                2.756962,
+                                2.756963,
+                                2.756964
+                            ]
+                        ]
+                    },
+                    "rise_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "A&!IE&!PDRV0&!PDRV1&!SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b0",
+                    "timing_type": "three_state_disable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.096,
+                            9.096,
+                            15.096,
+                            21.096,
+                            27.096,
+                            33.096
+                        ],
+                        "values": [
+                            [
+                                2.73284,
+                                2.732841,
+                                2.732842,
+                                2.732843,
+                                2.732844,
+                                2.732845
+                            ],
+                            [
+                                2.859358,
+                                2.859359,
+                                2.85936,
+                                2.859361,
+                                2.859362,
+                                2.859363
+                            ],
+                            [
+                                3.039945,
+                                3.039946,
+                                3.039947,
+                                3.039948,
+                                3.039949,
+                                3.03995
+                            ]
+                        ]
+                    },
+                    "fall_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "A&!IE&!PDRV0&!PDRV1&SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b1",
+                    "timing_type": "three_state_disable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.096,
+                            9.096,
+                            15.096,
+                            21.096,
+                            27.096,
+                            33.096
+                        ],
+                        "values": [
+                            [
+                                2.732088,
+                                2.732089,
+                                2.73209,
+                                2.732091,
+                                2.732092,
+                                2.732093
+                            ],
+                            [
+                                2.859464,
+                                2.859465,
+                                2.859466,
+                                2.859467,
+                                2.859468,
+                                2.859469
+                            ],
+                            [
+                                3.035526,
+                                3.035527,
+                                3.035528,
+                                3.035529,
+                                3.03553,
+                                3.035531
+                            ]
+                        ]
+                    },
+                    "fall_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "A&!IE&!PDRV0&PDRV1&!SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b0",
+                    "timing_type": "three_state_disable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.096,
+                            9.096,
+                            15.096,
+                            21.096,
+                            27.096,
+                            33.096
+                        ],
+                        "values": [
+                            [
+                                3.150222,
+                                3.150223,
+                                3.150224,
+                                3.150225,
+                                3.150226,
+                                3.150227
+                            ],
+                            [
+                                3.278979,
+                                3.27898,
+                                3.278981,
+                                3.278982,
+                                3.278983,
+                                3.278984
+                            ],
+                            [
+                                3.459443,
+                                3.459444,
+                                3.459445,
+                                3.459446,
+                                3.459447,
+                                3.459448
+                            ]
+                        ]
+                    },
+                    "fall_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "A&!IE&!PDRV0&PDRV1&SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b1",
+                    "timing_type": "three_state_disable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.096,
+                            9.096,
+                            15.096,
+                            21.096,
+                            27.096,
+                            33.096
+                        ],
+                        "values": [
+                            [
+                                3.15208,
+                                3.152081,
+                                3.152082,
+                                3.152083,
+                                3.152084,
+                                3.152085
+                            ],
+                            [
+                                3.280589,
+                                3.28059,
+                                3.280591,
+                                3.280592,
+                                3.280593,
+                                3.280594
+                            ],
+                            [
+                                3.458999,
+                                3.459,
+                                3.459001,
+                                3.459002,
+                                3.459003,
+                                3.459004
+                            ]
+                        ]
+                    },
+                    "fall_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "A&!IE&PDRV0&!PDRV1&!SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b0",
+                    "timing_type": "three_state_disable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.096,
+                            9.096,
+                            15.096,
+                            21.096,
+                            27.096,
+                            33.096
+                        ],
+                        "values": [
+                            [
+                                2.715066,
+                                2.715067,
+                                2.715068,
+                                2.715069,
+                                2.71507,
+                                2.715071
+                            ],
+                            [
+                                2.840878,
+                                2.840879,
+                                2.84088,
+                                2.840881,
+                                2.840882,
+                                2.840883
+                            ],
+                            [
+                                3.021939,
+                                3.02194,
+                                3.021941,
+                                3.021942,
+                                3.021943,
+                                3.021944
+                            ]
+                        ]
+                    },
+                    "fall_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "A&!IE&PDRV0&!PDRV1&SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b1",
+                    "timing_type": "three_state_disable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.096,
+                            9.096,
+                            15.096,
+                            21.096,
+                            27.096,
+                            33.096
+                        ],
+                        "values": [
+                            [
+                                2.718937,
+                                2.718938,
+                                2.718939,
+                                2.71894,
+                                2.718941,
+                                2.718942
+                            ],
+                            [
+                                2.842963,
+                                2.843812,
+                                2.843813,
+                                2.843814,
+                                2.843815,
+                                2.843816
+                            ],
+                            [
+                                3.021451,
+                                3.021452,
+                                3.021453,
+                                3.021454,
+                                3.021455,
+                                3.021456
+                            ]
+                        ]
+                    },
+                    "fall_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "A&!IE&PDRV0&PDRV1&!SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b0",
+                    "timing_type": "three_state_disable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.096,
+                            9.096,
+                            15.096,
+                            21.096,
+                            27.096,
+                            33.096
+                        ],
+                        "values": [
+                            [
+                                3.125538,
+                                3.125539,
+                                3.12554,
+                                3.125541,
+                                3.125542,
+                                3.125543
+                            ],
+                            [
+                                3.252736,
+                                3.252737,
+                                3.252738,
+                                3.252739,
+                                3.25274,
+                                3.252741
+                            ],
+                            [
+                                3.434933,
+                                3.434934,
+                                3.434935,
+                                3.434936,
+                                3.434937,
+                                3.434938
+                            ]
+                        ]
+                    },
+                    "fall_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "A&!IE&PDRV0&PDRV1&SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b1",
+                    "timing_type": "three_state_disable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.096,
+                            9.096,
+                            15.096,
+                            21.096,
+                            27.096,
+                            33.096
+                        ],
+                        "values": [
+                            [
+                                3.125773,
+                                3.125774,
+                                3.125775,
+                                3.125776,
+                                3.125777,
+                                3.125778
+                            ],
+                            [
+                                3.252278,
+                                3.252279,
+                                3.25228,
+                                3.252281,
+                                3.252282,
+                                3.252283
+                            ],
+                            [
+                                3.43293,
+                                3.433172,
+                                3.433173,
+                                3.433174,
+                                3.433175,
+                                3.433176
+                            ]
+                        ]
+                    },
+                    "fall_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                }
+            ]
+        },
+        "pin Y": {
+            "function": "((IE*PAD))",
+            "direction": "output",
+            "max_capacitance": "0.500000",
+            "output_signal_level": "VDD",
+            "internal_power ": [
+                {
+                    "related_pin": "IE",
+                    "when": "!CS&!OE&PAD",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                1.662075,
+                                1.652618,
+                                1.642995,
+                                1.730616,
+                                1.693885,
+                                1.639815
+                            ],
+                            [
+                                1.157086,
+                                1.136998,
+                                1.130283,
+                                1.056992,
+                                1.148279,
+                                1.086983
+                            ],
+                            [
+                                1.13356,
+                                1.130804,
+                                1.108665,
+                                0.993254,
+                                1.139728,
+                                1.191344
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                1.954382,
+                                1.9745,
+                                2.115823,
+                                2.013906,
+                                2.049686,
+                                2.056416
+                            ],
+                            [
+                                1.623999,
+                                1.615424,
+                                1.759543,
+                                1.617829,
+                                1.703154,
+                                1.681451
+                            ],
+                            [
+                                1.56015,
+                                1.632126,
+                                1.721735,
+                                1.829072,
+                                1.831721,
+                                1.658594
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "IE",
+                    "when": "CS&!OE&PAD",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                1.862415,
+                                1.851539,
+                                1.849991,
+                                1.844339,
+                                1.844214,
+                                1.847296
+                            ],
+                            [
+                                1.349104,
+                                1.358981,
+                                1.334756,
+                                1.427251,
+                                1.356174,
+                                1.280461
+                            ],
+                            [
+                                1.332706,
+                                1.326234,
+                                1.322478,
+                                1.283572,
+                                1.314213,
+                                1.335918
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                2.06815,
+                                2.101621,
+                                2.146254,
+                                2.150728,
+                                2.087763,
+                                2.03274
+                            ],
+                            [
+                                1.717833,
+                                1.676634,
+                                1.842868,
+                                1.840518,
+                                1.874239,
+                                1.842907
+                            ],
+                            [
+                                1.712912,
+                                1.723127,
+                                1.739312,
+                                1.81756,
+                                1.836654,
+                                1.749593
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "PAD",
+                    "when": "!CS&IE&!OE",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.84046,
+                                0.82695,
+                                0.81576,
+                                0.78134,
+                                0.76872,
+                                0.75382
+                            ],
+                            [
+                                1.07935,
+                                1.06681,
+                                1.05448,
+                                1.02408,
+                                1.00315,
+                                0.9922
+                            ],
+                            [
+                                1.04198,
+                                1.03055,
+                                1.01552,
+                                0.9893,
+                                0.97617,
+                                0.96555
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                1.2821,
+                                1.31238,
+                                1.35963,
+                                1.43992,
+                                1.46246,
+                                1.47659
+                            ],
+                            [
+                                0.96903,
+                                0.99939,
+                                1.04648,
+                                1.12898,
+                                1.15048,
+                                1.16496
+                            ],
+                            [
+                                0.96585,
+                                0.99575,
+                                1.04265,
+                                1.12472,
+                                1.14714,
+                                1.16131
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "PAD",
+                    "when": "CS&IE&!OE",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                1.18465,
+                                1.17278,
+                                1.16042,
+                                1.12762,
+                                1.11844,
+                                1.10813
+                            ],
+                            [
+                                1.2614,
+                                1.24952,
+                                1.24162,
+                                1.21321,
+                                1.19826,
+                                1.17873
+                            ],
+                            [
+                                1.44651,
+                                1.4365,
+                                1.4279,
+                                1.39161,
+                                1.37913,
+                                1.36306
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                1.53885,
+                                1.57883,
+                                1.65044,
+                                1.80855,
+                                1.85692,
+                                1.89783
+                            ],
+                            [
+                                1.37944,
+                                1.4186,
+                                1.49009,
+                                1.6507,
+                                1.70233,
+                                1.74028
+                            ],
+                            [
+                                1.28842,
+                                1.33363,
+                                1.39986,
+                                1.57327,
+                                1.62192,
+                                1.66208
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "IE",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                1.762245,
+                                1.752079,
+                                1.746493,
+                                1.787478,
+                                1.769049,
+                                1.743556
+                            ],
+                            [
+                                1.253095,
+                                1.24799,
+                                1.232519,
+                                1.242122,
+                                1.252226,
+                                1.183722
+                            ],
+                            [
+                                1.233133,
+                                1.228519,
+                                1.215572,
+                                1.138413,
+                                1.226971,
+                                1.263631
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                2.011266,
+                                2.038061,
+                                2.131038,
+                                2.082317,
+                                2.068725,
+                                2.044578
+                            ],
+                            [
+                                1.670916,
+                                1.646029,
+                                1.801206,
+                                1.729173,
+                                1.788696,
+                                1.762179
+                            ],
+                            [
+                                1.636531,
+                                1.677627,
+                                1.730523,
+                                1.823316,
+                                1.834188,
+                                1.704093
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "PAD",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                1.012555,
+                                0.999865,
+                                0.98809,
+                                0.95448,
+                                0.94358,
+                                0.930975
+                            ],
+                            [
+                                1.170375,
+                                1.158165,
+                                1.14805,
+                                1.118645,
+                                1.100705,
+                                1.085465
+                            ],
+                            [
+                                1.244245,
+                                1.233525,
+                                1.22171,
+                                1.190455,
+                                1.17765,
+                                1.164305
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                1.410475,
+                                1.445605,
+                                1.505035,
+                                1.624235,
+                                1.65969,
+                                1.68721
+                            ],
+                            [
+                                1.174235,
+                                1.208995,
+                                1.268285,
+                                1.38984,
+                                1.426405,
+                                1.45262
+                            ],
+                            [
+                                1.127135,
+                                1.16469,
+                                1.221255,
+                                1.348995,
+                                1.38453,
+                                1.411695
+                            ]
+                        ]
+                    }
+                }
+            ],
+            "timing ": [
+                {
+                    "related_pin": "IE",
+                    "timing_type": "combinational",
+                    "timing_sense": "positive_unate",
+                    "when": "!CS&!OE&PAD",
+                    "sdf_cond": "CS==1'b0&&OE==1'b0&&PAD==1'b1",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                3.656663,
+                                3.782963,
+                                3.933481,
+                                4.357072,
+                                4.558938,
+                                4.759621
+                            ],
+                            [
+                                3.775409,
+                                3.901691,
+                                4.052213,
+                                4.475536,
+                                4.677734,
+                                4.878447
+                            ],
+                            [
+                                3.898796,
+                                4.025165,
+                                4.175372,
+                                4.599725,
+                                4.801004,
+                                5.000745
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.378661,
+                                0.545195,
+                                0.765143,
+                                1.506222,
+                                1.894486,
+                                2.278443
+                            ],
+                            [
+                                0.379214,
+                                0.545653,
+                                0.764962,
+                                1.506241,
+                                1.89448,
+                                2.27821
+                            ],
+                            [
+                                0.378253,
+                                0.546975,
+                                0.762753,
+                                1.507766,
+                                1.893084,
+                                2.278791
+                            ]
+                        ]
+                    },
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                3.125338,
+                                3.224632,
+                                3.340757,
+                                3.650295,
+                                3.792534,
+                                3.931919
+                            ],
+                            [
+                                3.266998,
+                                3.366318,
+                                3.482415,
+                                3.791985,
+                                3.934272,
+                                4.073675
+                            ],
+                            [
+                                3.446344,
+                                3.545789,
+                                3.661049,
+                                3.971237,
+                                4.113499,
+                                4.252983
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.204019,
+                                0.323509,
+                                0.480685,
+                                0.970524,
+                                1.217121,
+                                1.469078
+                            ],
+                            [
+                                0.204433,
+                                0.323479,
+                                0.480641,
+                                0.970535,
+                                1.21546,
+                                1.468399
+                            ],
+                            [
+                                0.204299,
+                                0.324271,
+                                0.479241,
+                                0.970425,
+                                1.216844,
+                                1.468443
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "IE",
+                    "timing_type": "combinational",
+                    "timing_sense": "positive_unate",
+                    "when": "CS&!OE&PAD",
+                    "sdf_cond": "CS==1'b1&&OE==1'b0&&PAD==1'b1",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                3.792021,
+                                3.918364,
+                                4.068927,
+                                4.492463,
+                                4.694305,
+                                4.895019
+                            ],
+                            [
+                                3.910806,
+                                4.037152,
+                                4.187712,
+                                4.611248,
+                                4.813089,
+                                5.013804
+                            ],
+                            [
+                                4.034804,
+                                4.160857,
+                                4.311447,
+                                4.734786,
+                                4.936548,
+                                5.137112
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.378843,
+                                0.545015,
+                                0.765263,
+                                1.506434,
+                                1.894438,
+                                2.278643
+                            ],
+                            [
+                                0.378798,
+                                0.545037,
+                                0.765266,
+                                1.506432,
+                                1.894438,
+                                2.278645
+                            ],
+                            [
+                                0.37845,
+                                0.539573,
+                                0.765157,
+                                1.507063,
+                                1.890932,
+                                2.277679
+                            ]
+                        ]
+                    },
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                3.313773,
+                                3.412703,
+                                3.52806,
+                                3.838295,
+                                3.980612,
+                                4.120038
+                            ],
+                            [
+                                3.454273,
+                                3.553059,
+                                3.669021,
+                                3.979083,
+                                4.121466,
+                                4.26094
+                            ],
+                            [
+                                3.632639,
+                                3.732045,
+                                3.847095,
+                                4.157617,
+                                4.299763,
+                                4.439051
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.203895,
+                                0.327146,
+                                0.481271,
+                                0.968877,
+                                1.21889,
+                                1.468959
+                            ],
+                            [
+                                0.204571,
+                                0.324905,
+                                0.481249,
+                                0.96989,
+                                1.216605,
+                                1.465621
+                            ],
+                            [
+                                0.20432,
+                                0.324,
+                                0.481039,
+                                0.969117,
+                                1.218125,
+                                1.467357
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "PAD",
+                    "timing_type": "combinational",
+                    "timing_sense": "positive_unate",
+                    "when": "!CS&IE&!OE",
+                    "sdf_cond": "CS==1'b0&&IE==1'b1&&OE==1'b0",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                2.566822,
+                                2.692669,
+                                2.842882,
+                                3.268087,
+                                3.469535,
+                                3.669575
+                            ],
+                            [
+                                2.686898,
+                                2.812324,
+                                2.963834,
+                                3.387735,
+                                3.589505,
+                                3.79017
+                            ],
+                            [
+                                2.790723,
+                                2.91645,
+                                3.067819,
+                                3.490505,
+                                3.692249,
+                                3.892941
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.375531,
+                                0.537235,
+                                0.759476,
+                                1.504215,
+                                1.887149,
+                                2.279273
+                            ],
+                            [
+                                0.376755,
+                                0.536973,
+                                0.759105,
+                                1.506327,
+                                1.891779,
+                                2.278178
+                            ],
+                            [
+                                0.375607,
+                                0.537037,
+                                0.759653,
+                                1.503617,
+                                1.889114,
+                                2.276874
+                            ]
+                        ]
+                    },
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                2.630766,
+                                2.729486,
+                                2.845113,
+                                3.155626,
+                                3.297698,
+                                3.437393
+                            ],
+                            [
+                                2.598814,
+                                2.697533,
+                                2.813264,
+                                3.12358,
+                                3.265734,
+                                3.405566
+                            ],
+                            [
+                                2.708487,
+                                2.80613,
+                                2.921417,
+                                3.232284,
+                                3.374504,
+                                3.51421
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.204159,
+                                0.323578,
+                                0.478742,
+                                0.971508,
+                                1.218082,
+                                1.468857
+                            ],
+                            [
+                                0.204079,
+                                0.323924,
+                                0.478808,
+                                0.969637,
+                                1.219369,
+                                1.46972
+                            ],
+                            [
+                                0.204057,
+                                0.324571,
+                                0.478586,
+                                0.971204,
+                                1.216003,
+                                1.469551
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "PAD",
+                    "timing_type": "combinational",
+                    "timing_sense": "positive_unate",
+                    "when": "CS&IE&!OE",
+                    "sdf_cond": "CS==1'b1&&IE==1'b1&&OE==1'b0",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                2.755074,
+                                2.880337,
+                                3.032189,
+                                3.45675,
+                                3.658448,
+                                3.8592
+                            ],
+                            [
+                                2.887312,
+                                3.012819,
+                                3.164256,
+                                3.587074,
+                                3.788848,
+                                3.989415
+                            ],
+                            [
+                                3.042914,
+                                3.168957,
+                                3.320366,
+                                3.745539,
+                                3.94673,
+                                4.147516
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.376211,
+                                0.538505,
+                                0.758386,
+                                1.504528,
+                                1.89009,
+                                2.277421
+                            ],
+                            [
+                                0.375181,
+                                0.536419,
+                                0.757933,
+                                1.50408,
+                                1.887673,
+                                2.277641
+                            ],
+                            [
+                                0.375922,
+                                0.536255,
+                                0.761288,
+                                1.504882,
+                                1.892806,
+                                2.280075
+                            ]
+                        ]
+                    },
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                4.287553,
+                                4.386222,
+                                4.50142,
+                                4.812299,
+                                4.95477,
+                                5.094029
+                            ],
+                            [
+                                4.003669,
+                                4.102334,
+                                4.217529,
+                                4.528084,
+                                4.670655,
+                                4.810411
+                            ],
+                            [
+                                4.019235,
+                                4.117995,
+                                4.233107,
+                                4.543256,
+                                4.685687,
+                                4.825084
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.204868,
+                                0.325379,
+                                0.480026,
+                                0.971681,
+                                1.217127,
+                                1.464864
+                            ],
+                            [
+                                0.204989,
+                                0.325368,
+                                0.479713,
+                                0.971483,
+                                1.2201,
+                                1.468923
+                            ],
+                            [
+                                0.205087,
+                                0.325043,
+                                0.47954,
+                                0.972019,
+                                1.218707,
+                                1.46623
+                            ]
+                        ]
+                    }
+                }
+            ]
+        },
+        "pin DVDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin DVSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        }
+    }
+}
\ No newline at end of file
diff --git a/cells/bi_t/gf180mcu_fd_io__bi_t__ss_125C_4v50.lib b/cells/bi_t/gf180mcu_fd_io__bi_t__ss_125C_4v50.lib
new file mode 100644
index 0000000..65814fb
--- /dev/null
+++ b/cells/bi_t/gf180mcu_fd_io__bi_t__ss_125C_4v50.lib
@@ -0,0 +1,1841 @@
+/*
+ * Copyright 2022 GlobalFoundries PDK Authors
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+	cell ("gf180mcu_fd_io__bi_t") {
+		scaling_factors : "gf_factors";
+		area : 26250.000000;
+		pad_cell : true;
+		dont_use : true;
+		dont_touch : true;
+		cell_leakage_power : 4.649860e-03;
+		leakage_power () {
+			when : "!PDRV0 !PDRV1 !CS !SL !IE !OE !PU !PD !A !PAD";
+			value : "0.004650";
+		}
+		pin ("CS") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.023873;
+			rise_capacitance_range(0.023211,0.024883);
+			capacitance : 0.023751;
+			fall_capacitance : 0.023629;
+			fall_capacitance_range(0.023052,0.024275);
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("0.279469, 2.275953, 2.352443");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("0.585117, 2.168187, 2.256801");
+				}
+			}
+		}
+		pin ("SL") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.032392;
+			rise_capacitance_range(0.031913,0.033295);
+			capacitance : 0.032277;
+			fall_capacitance : 0.032162;
+			fall_capacitance_range(0.031905,0.032550);
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("0.264871, 2.657728, 2.738992");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("0.683812, 2.857735, 2.969519");
+				}
+			}
+		}
+		pin ("IE") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.015181;
+			rise_capacitance_range(0.014412,0.016153);
+			capacitance : 0.014830;
+			fall_capacitance : 0.014479;
+			fall_capacitance_range(0.014098,0.014882);
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("0.382021, 1.470896, 1.500474");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("0.529250, 1.354223, 1.401709");
+				}
+			}
+		}
+		pin ("OE") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.088992;
+			rise_capacitance_range(0.081570,0.100195);
+			capacitance : 0.088740;
+			fall_capacitance : 0.087478;
+			fall_capacitance_range(0.082565,0.093517);
+		}
+		pin ("PU") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.080154;
+			rise_capacitance_range(0.064295,0.092415);
+			capacitance : 0.079631;
+			fall_capacitance : 0.079108;
+			fall_capacitance_range(0.060051,0.095688);
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("-0.511063, 0.478333, 0.509369");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("1.460341, 2.736764, 2.983732");
+				}
+			}
+		}
+		pin ("PD") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.049111;
+			rise_capacitance_range(0.048162,0.049865);
+			capacitance : 0.050462;
+			fall_capacitance : 0.051812;
+			fall_capacitance_range(0.051005,0.052283);
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("-0.060912, 1.593377, 1.403057");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("1.292314, 2.458590, 2.520151");
+				}
+			}
+		}
+		pin ("A") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.037909;
+			rise_capacitance_range(0.036322,0.039273);
+			capacitance : 0.037757;
+			fall_capacitance : 0.037605;
+			fall_capacitance_range(0.037484,0.037746);
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("-0.250892, -0.242351, -0.244740");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("0.289987, 0.284793, 0.290783");
+				}
+			}
+		}
+		pin ("PDRV0") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.031449;
+			rise_capacitance_range(0.031102,0.031932);
+			capacitance : 0.031258;
+			fall_capacitance : 0.031068;
+			fall_capacitance_range(0.030982,0.031201);
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("-0.206901, -0.207944, -0.203268");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("0.210035, 0.205176, 0.203621");
+				}
+			}
+		}
+		pin ("PDRV1") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.033542;
+			rise_capacitance_range(0.033174,0.034056);
+			capacitance : 0.033340;
+			fall_capacitance : 0.033138;
+			fall_capacitance_range(0.033038,0.033272);
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("-0.241491, -0.242944, -0.237870");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("0.244692, 0.239430, 0.238217");
+				}
+			}
+		}
+		pin ("PAD") {
+			drive_current : 16000.000000;
+			is_pad : true;
+			function : "((A))";
+			three_state : "((!OE))";
+			direction : "inout";
+			max_transition : 1.000000;
+			max_capacitance : 30.000000;
+			input_signal_level : "DVDD";
+			output_signal_level : "DVDD";
+			capacitance : 2.900766;
+			internal_power () {
+				related_pin : "A";
+				when : "!IE&OE&!PDRV0&!PDRV1&!SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("47.272552, 46.658502, 44.959572, 44.819952, 40.389282, 41.327542", \
+					  "47.289791, 46.711521, 45.202631, 44.671941, 40.137221, 39.930041", \
+					  "47.349650, 46.771620, 45.654810, 43.624400, 42.865680, 42.314660");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("51.605943, 52.145013, 52.335813, 52.432243, 52.466653, 52.273003", \
+					  "51.614677, 52.079657, 52.086207, 53.294967, 50.675377, 54.820047", \
+					  "51.647447, 52.170107, 52.413757, 52.421077, 52.507777, 52.419747");
+				}
+			}
+			internal_power () {
+				related_pin : "A";
+				when : "!IE&OE&!PDRV0&!PDRV1&SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("46.768642, 46.417722, 44.994082, 43.511222, 41.791472, 40.250632", \
+					  "46.784771, 46.422041, 44.957391, 43.341831, 42.642031, 40.193951", \
+					  "46.720730, 46.523700, 45.201020, 43.728990, 42.146240, 40.307450");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("48.364373, 50.687263, 51.350013, 51.569713, 51.668793, 51.699953", \
+					  "48.263927, 50.776717, 51.340327, 51.440627, 51.687337, 51.633107", \
+					  "48.207557, 50.836927, 51.337467, 51.670037, 51.653407, 51.757267");
+				}
+			}
+			internal_power () {
+				related_pin : "A";
+				when : "!IE&OE&!PDRV0&PDRV1&!SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("76.438992, 77.605072, 77.414152, 76.885702, 76.112762, 75.025472", \
+					  "76.413181, 77.610391, 77.414801, 76.911001, 76.123231, 75.038051", \
+					  "76.745980, 77.569510, 77.376600, 76.707940, 75.850790, 74.721260");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("78.647393, 81.771583, 82.512543, 82.861093, 83.087443, 83.246633", \
+					  "78.576947, 81.732047, 82.284397, 82.970237, 83.021527, 83.347437", \
+					  "78.672627, 81.915067, 82.203147, 83.064307, 83.230407, 83.204877");
+				}
+			}
+			internal_power () {
+				related_pin : "A";
+				when : "!IE&OE&!PDRV0&PDRV1&SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("71.503022, 76.233462, 76.413112, 75.738832, 74.996212, 73.655732", \
+					  "71.512961, 76.213321, 76.419941, 75.750731, 75.021211, 73.654531", \
+					  "71.579320, 76.570000, 76.330340, 75.984390, 74.788740, 72.793380");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("68.009483, 72.181473, 75.318583, 77.177863, 78.747113, 79.612463", \
+					  "67.788667, 71.574637, 75.054487, 77.238877, 79.214117, 79.365787", \
+					  "67.562387, 71.318947, 74.955877, 77.147727, 79.194897, 79.436917");
+				}
+			}
+			internal_power () {
+				related_pin : "A";
+				when : "!IE&OE&PDRV0&!PDRV1&!SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("61.853052, 62.175102, 61.410892, 61.775632, 57.137642, 58.284182", \
+					  "61.805001, 62.202161, 61.392201, 61.846301, 56.812621, 58.586171", \
+					  "62.166440, 62.101740, 61.664820, 60.611490, 58.911240, 57.840350");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("65.811183, 67.203513, 67.638003, 67.835833, 67.929113, 68.002293", \
+					  "65.759277, 67.168697, 67.598977, 67.758087, 68.021607, 67.967797", \
+					  "65.690817, 67.153317, 67.620457, 67.824477, 68.082677, 67.979907");
+				}
+			}
+			internal_power () {
+				related_pin : "A";
+				when : "!IE&OE&PDRV0&!PDRV1&SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("59.636772, 61.396262, 60.921072, 59.341392, 59.432202, 56.431612", \
+					  "59.604721, 61.271071, 61.009011, 59.112551, 59.587141, 56.328531", \
+					  "59.692750, 61.205780, 61.055510, 59.207740, 59.654860, 56.274610");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("58.208633, 61.988123, 64.108273, 65.337513, 65.902503, 66.255043", \
+					  "58.153867, 61.972267, 64.187347, 65.268057, 65.964787, 66.281917", \
+					  "58.082267, 62.031957, 64.144087, 65.222157, 66.003867, 66.300357");
+				}
+			}
+			internal_power () {
+				related_pin : "A";
+				when : "!IE&OE&PDRV0&PDRV1&!SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("91.025262, 92.647332, 92.566402, 92.262272, 91.389152, 90.466572", \
+					  "91.035741, 92.676491, 92.590481, 92.287831, 91.501181, 90.583351", \
+					  "90.717540, 92.654300, 92.634430, 92.397810, 91.668710, 90.787470");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("90.971953, 95.908643, 97.228783, 97.791053, 98.139553, 98.356063", \
+					  "90.825057, 96.008617, 97.116367, 97.990427, 98.122667, 98.319457", \
+					  "91.166077, 95.957287, 97.306937, 97.896747, 98.199347, 98.402177");
+				}
+			}
+			internal_power () {
+				related_pin : "A";
+				when : "!IE&OE&PDRV0&PDRV1&SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("82.661822, 89.265872, 90.852362, 91.406942, 90.459362, 89.333672", \
+					  "82.648861, 89.299971, 90.812891, 91.387221, 90.529221, 89.392071", \
+					  "82.668840, 89.066910, 90.536220, 91.101760, 90.498210, 89.375480");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("77.711363, 82.334903, 85.971813, 88.765723, 90.650113, 92.211173", \
+					  "77.335927, 82.603957, 85.971577, 88.536627, 90.521477, 92.471707", \
+					  "77.017677, 82.344687, 86.325997, 88.217967, 90.488137, 92.303327");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "A&!IE&!PDRV0&!PDRV1&!SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("46.201490, 45.329590, 44.165360, 42.188620, 40.840390, 38.585650", \
+					  "38.213652, 37.315492, 36.054002, 34.542242, 32.005122, 31.112522", \
+					  "35.932390, 35.049000, 34.467090, 31.687370, 31.687450, 27.646220");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("3.240735, 3.229295, 3.225212, 3.222328, 3.220154, 3.218528", \
+					  "2.543569, 3.480758, 3.727788, 3.838448, 3.901098, 3.941538", \
+					  "3.886110, 4.815677, 5.084947, 5.184157, 5.242617, 5.281107");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "A&!IE&!PDRV0&!PDRV1&SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("45.667550, 45.151470, 44.082060, 42.789260, 39.536200, 38.523760", \
+					  "37.525132, 36.914892, 35.282782, 33.634322, 33.288342, 30.415222", \
+					  "35.338260, 34.720080, 33.441850, 31.913110, 29.791130, 28.665220");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("3.239195, 3.187330, 3.195385, 3.188728, 3.185645, 3.183883", \
+					  "2.494349, 3.601478, 3.802518, 3.895898, 3.950388, 3.986168", \
+					  "3.992930, 4.827407, 5.057937, 5.167867, 5.143807, 5.189797");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "A&!IE&!PDRV0&PDRV1&!SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("70.144260, 70.094190, 69.261740, 68.460030, 67.207410, 65.778750", \
+					  "62.145952, 61.754222, 61.094422, 60.007542, 58.812432, 58.184972", \
+					  "59.680790, 59.549020, 58.745440, 57.950370, 56.646050, 55.354260");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("5.488552, 5.439499, 5.436187, 5.443984, 5.446481, 5.446782", \
+					  "12.951748, 15.397588, 16.238848, 16.656438, 16.907788, 17.075678", \
+					  "15.336057, 18.142437, 19.086877, 19.555507, 19.835647, 20.022777");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "A&!IE&!PDRV0&PDRV1&SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("65.149000, 67.976120, 67.974920, 67.089690, 66.193200, 64.520830", \
+					  "56.973662, 59.656172, 59.754242, 58.922852, 57.973652, 56.461072", \
+					  "54.599390, 57.814180, 57.542270, 56.688670, 55.839830, 54.503170");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("5.410738, 5.362179, 5.429114, 5.474206, 5.491500, 5.495888", \
+					  "13.146758, 15.893518, 16.097508, 16.488668, 16.789958, 17.005468", \
+					  "15.457827, 18.208187, 19.195057, 19.705397, 20.000927, 20.192927");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "A&!IE&PDRV0&!PDRV1&!SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("60.343150, 59.660090, 58.934870, 57.016640, 57.209450, 54.359350", \
+					  "52.195282, 51.422362, 50.624082, 49.583432, 47.596322, 47.567742", \
+					  "49.682150, 49.047240, 48.237840, 47.172410, 45.264480, 45.320340");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("5.515824, 5.499098, 5.498545, 5.495519, 5.492567, 5.490207", \
+					  "8.542138, 10.430108, 10.966848, 11.223248, 11.371958, 11.468668", \
+					  "10.005797, 11.832677, 12.325577, 12.559987, 12.699817, 12.792407");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "A&!IE&PDRV0&!PDRV1&SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("57.801900, 59.086470, 57.920680, 56.856940, 55.348420, 53.854360", \
+					  "49.671582, 50.461732, 49.576192, 48.591922, 46.804492, 45.646922", \
+					  "47.296250, 48.231520, 47.268710, 46.444170, 44.394290, 43.259460");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("5.486421, 5.442961, 5.447732, 5.453469, 5.457520, 5.458174", \
+					  "8.594488, 10.570068, 11.057718, 11.284728, 11.422558, 11.516558", \
+					  "10.183917, 12.009577, 12.619647, 12.847877, 12.952337, 13.024487");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "A&!IE&PDRV0&PDRV1&!SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("83.861130, 83.873600, 83.241830, 82.580160, 81.311740, 80.173810", \
+					  "75.731802, 75.393552, 74.794002, 73.992772, 73.063272, 71.990092", \
+					  "73.100520, 72.920280, 72.342710, 71.522810, 70.626110, 69.431830");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("7.774000, 7.717276, 7.698658, 7.698397, 7.704361, 7.707979", \
+					  "18.707468, 22.000818, 23.166128, 23.800228, 24.146658, 24.392648", \
+					  "21.246457, 24.697397, 25.963427, 26.621247, 27.068137, 27.375297");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "A&!IE&PDRV0&PDRV1&SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("75.631990, 80.599260, 80.793480, 80.825780, 79.754750, 79.111050", \
+					  "67.138092, 72.258712, 72.341322, 72.370392, 71.346752, 70.066812", \
+					  "64.691140, 69.791060, 69.994630, 69.975510, 68.840050, 67.574960");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("7.726582, 7.628660, 7.728652, 7.758732, 7.738671, 7.729207", \
+					  "18.791898, 22.054508, 23.274198, 23.800518, 24.181128, 24.449338", \
+					  "21.319997, 24.973937, 26.433737, 26.978807, 27.340777, 27.634757");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "!A&!IE&!PDRV0&!PDRV1&!SL";
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("44.343660, 44.496070, 44.957100, 44.701020, 44.379330, 43.439920", \
+					  "36.656552, 36.889742, 37.083712, 36.767172, 37.465202, 36.292492", \
+					  "34.521310, 34.864650, 34.619050, 34.739190, 35.425390, 36.181530");
+				}
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("2.832047, -118.739196, -240.256096, -361.762996, -483.266596, -604.768996", \
+					  "-0.002741, -121.844562, -243.435562, -364.979762, -486.505862, -608.023162", \
+					  "0.573215, -121.413873, -242.949573, -364.454973, -485.949773, -607.448973");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "!A&!IE&!PDRV0&!PDRV1&SL";
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("41.168730, 43.082040, 43.773080, 43.711880, 42.603200, 45.833830", \
+					  "33.452982, 35.431112, 36.178722, 35.969082, 35.840702, 36.877482", \
+					  "31.355550, 33.356960, 33.947200, 34.068760, 34.085430, 34.256740");
+				}
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("2.818465, -118.798696, -240.317396, -361.824896, -483.328796, -604.831096", \
+					  "0.038355, -121.824062, -243.421862, -364.967762, -486.494462, -608.011962", \
+					  "1.158378, -120.633673, -242.252173, -363.813673, -485.337273, -606.852273");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "!A&!IE&!PDRV0&PDRV1&!SL";
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("61.789000, 63.709830, 63.975370, 64.063920, 64.118430, 64.236550", \
+					  "54.173892, 56.069262, 56.303602, 56.410062, 56.473772, 56.535492", \
+					  "52.144360, 54.003880, 54.163900, 54.363700, 54.372260, 54.333340");
+				}
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("6.015477, -115.522896, -237.026296, -358.529996, -480.032796, -601.534796", \
+					  "10.610098, -111.464462, -233.191462, -354.809962, -476.382262, -597.930962", \
+					  "11.758137, -110.379773, -232.095373, -353.666173, -475.199973, -596.726573");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "!A&!IE&!PDRV0&PDRV1&SL";
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("52.149600, 54.491600, 56.892900, 58.482040, 59.828370, 60.256820", \
+					  "44.252502, 46.710782, 49.150502, 50.828662, 52.078062, 52.677262", \
+					  "41.980850, 44.494740, 46.944040, 48.664210, 49.978260, 50.732470");
+				}
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("5.901720, -115.631496, -237.167396, -358.679596, -480.184696, -601.686796", \
+					  "10.729348, -111.321562, -233.040562, -354.658962, -476.231762, -597.780762", \
+					  "12.052717, -110.070373, -231.814473, -353.436073, -475.005073, -596.549273");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "!A&!IE&PDRV0&!PDRV1&!SL";
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("53.919270, 54.634630, 54.736190, 54.847630, 54.966780, 54.653740", \
+					  "46.180482, 46.886332, 47.208852, 46.984062, 47.402292, 47.549322", \
+					  "44.174580, 44.900090, 45.040550, 45.141510, 45.202710, 45.222530");
+				}
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("6.096703, -115.500896, -237.025296, -358.537296, -480.044396, -601.549996", \
+					  "5.629868, -116.432562, -238.093562, -359.711962, -481.262162, -602.795162", \
+					  "6.685467, -115.327773, -236.912473, -358.462073, -480.001473, -601.531073");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "!A&!IE&PDRV0&!PDRV1&SL";
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("46.944780, 49.567690, 51.531410, 52.436690, 52.832990, 52.729060", \
+					  "39.135552, 41.929082, 43.890022, 44.825362, 45.194322, 44.954282", \
+					  "37.007190, 39.697800, 41.615160, 42.714230, 43.123170, 43.519340");
+				}
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("5.978411, -115.666296, -237.182396, -358.696396, -480.206196, -601.713096", \
+					  "5.728628, -116.264062, -237.952462, -359.538162, -481.087462, -602.619462", \
+					  "6.480147, -115.199673, -236.918273, -358.527273, -480.094373, -601.637373");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "!A&!IE&PDRV0&PDRV1&!SL";
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("69.925000, 73.306060, 73.649180, 73.929580, 73.986350, 74.215200", \
+					  "62.258172, 65.668302, 66.029432, 66.267872, 66.351852, 66.552212", \
+					  "60.338770, 63.626290, 64.047640, 64.332590, 64.384620, 64.430630");
+				}
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("9.284244, -112.317596, -233.813196, -355.326696, -476.832596, -598.336196", \
+					  "15.890548, -106.199472, -227.930862, -349.361762, -470.940262, -592.499262", \
+					  "17.230467, -105.217943, -227.031273, -348.353573, -469.965273, -591.558073");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "!A&!IE&PDRV0&PDRV1&SL";
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("58.127110, 60.277780, 62.694500, 65.062550, 66.408920, 68.238390", \
+					  "50.145552, 52.420282, 54.940522, 57.342552, 58.752332, 60.580212", \
+					  "47.862730, 50.250120, 52.808720, 55.115930, 56.877530, 58.180060");
+				}
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("9.097364, -112.468396, -234.005096, -355.485396, -476.978896, -598.476496", \
+					  "16.158768, -105.933982, -227.681562, -349.331662, -470.948062, -592.528462", \
+					  "17.378117, -104.516283, -226.549373, -348.071573, -469.503673, -590.952973");
+				}
+			}
+			internal_power () {
+				related_pin : "A";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("134.290029, 138.099831, 137.382911, 136.435486, 132.927022, 131.193854", \
+					  "134.273757, 138.101742, 137.449837, 136.327352, 133.088464, 130.926674", \
+					  "134.410313, 138.115890, 137.613438, 135.841130, 134.096117, 131.103665");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("134.832581, 141.055128, 144.115956, 145.942758, 147.147821, 147.914156", \
+					  "134.579587, 140.979149, 143.909921, 146.124476, 146.807224, 148.551814", \
+					  "134.511714, 140.932074, 144.076932, 145.866124, 147.340129, 147.951144");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("69.103113, -51.609335, -173.802279, -296.379519, -419.184176, -542.248738", \
+					  "63.047254, -58.263449, -180.653356, -303.214315, -426.120239, -548.842980", \
+					  "61.704692, -59.454623, -181.810305, -304.428871, -427.245937, -550.187641");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("59.031150, 60.884000, 61.983652, 62.621334, 62.857659, 63.416770", \
+					  "56.503513, 60.679217, 62.389615, 63.297875, 64.028759, 64.481853", \
+					  "56.351804, 60.587728, 62.369183, 63.470121, 64.216679, 64.796274");
+				}
+			}
+			timing () {
+				related_pin : "A";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				when : "!IE&OE&!PDRV0&!PDRV1&!SL";
+				sdf_cond : "IE==1'b0&&OE==1'b1&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b0";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.900766, 8.900766, 14.900766, 20.900766, 26.900766, 32.900766");
+					values("3.750088, 5.008366, 6.254528, 7.502156, 8.745905, 10.008590", \
+					  "3.823617, 5.081903, 6.330059, 7.574372, 8.817707, 10.082210", \
+					  "3.862430, 5.120812, 6.369404, 7.612937, 8.866325, 10.108150");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.900766, 8.900766, 14.900766, 20.900766, 26.900766, 32.900766");
+					values("1.525536, 4.093223, 6.694233, 9.344528, 11.990970, 14.623690", \
+					  "1.525714, 4.092050, 6.708789, 9.353080, 11.994110, 14.627770", \
+					  "1.527726, 4.088994, 6.719307, 9.344955, 11.956020, 14.622860");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.900766, 8.900766, 14.900766, 20.900766, 26.900766, 32.900766");
+					values("3.878976, 4.952206, 5.976354, 6.998535, 8.018492, 9.039718", \
+					  "4.007136, 5.078944, 6.104038, 7.126195, 8.146154, 9.166662", \
+					  "4.173176, 5.246187, 6.270104, 7.289840, 8.315242, 9.328285");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.900766, 8.900766, 14.900766, 20.900766, 26.900766, 32.900766");
+					values("1.285089, 3.164246, 5.099984, 7.070216, 9.034293, 11.016900", \
+					  "1.281017, 3.162424, 5.102578, 7.067986, 9.034756, 11.021030", \
+					  "1.283884, 3.161159, 5.105218, 7.076116, 9.054927, 11.024520");
+				}
+			}
+			timing () {
+				related_pin : "A";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				when : "!IE&OE&!PDRV0&!PDRV1&SL";
+				sdf_cond : "IE==1'b0&&OE==1'b1&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b1";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.900766, 8.900766, 14.900766, 20.900766, 26.900766, 32.900766");
+					values("4.478705, 6.189715, 7.496940, 8.755827, 10.003440, 11.257000", \
+					  "4.552058, 6.263242, 7.570437, 8.829348, 10.077080, 11.330590", \
+					  "4.591319, 6.302089, 7.609032, 8.867809, 10.114740, 11.368550");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.900766, 8.900766, 14.900766, 20.900766, 26.900766, 32.900766");
+					values("2.656789, 5.001767, 7.347833, 9.779539, 12.329520, 14.890600", \
+					  "2.656997, 5.001821, 7.347341, 9.780188, 12.329790, 14.890650", \
+					  "2.658345, 4.994821, 7.349832, 9.777461, 12.329230, 14.885670");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.900766, 8.900766, 14.900766, 20.900766, 26.900766, 32.900766");
+					values("4.104398, 6.011496, 7.532887, 8.831766, 10.014950, 11.134810", \
+					  "4.232093, 6.139114, 7.658872, 8.961067, 10.148370, 11.264910", \
+					  "4.398102, 6.305903, 7.826467, 9.128815, 10.312200, 11.430560");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.900766, 8.900766, 14.900766, 20.900766, 26.900766, 32.900766");
+					values("2.087962, 4.839934, 6.964268, 8.904733, 10.758180, 12.627440", \
+					  "2.088109, 4.853308, 6.957278, 8.903585, 10.763560, 12.627580", \
+					  "2.086519, 4.849398, 6.950986, 8.895395, 10.781160, 12.603150");
+				}
+			}
+			timing () {
+				related_pin : "A";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				when : "!IE&OE&!PDRV0&PDRV1&!SL";
+				sdf_cond : "IE==1'b0&&OE==1'b1&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b0";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.900766, 8.900766, 14.900766, 20.900766, 26.900766, 32.900766");
+					values("3.249498, 3.727059, 4.151465, 4.570173, 4.985250, 5.402011", \
+					  "3.323101, 3.800669, 4.225079, 4.643790, 5.058868, 5.475551", \
+					  "3.361146, 3.839054, 4.263353, 4.681477, 5.097978, 5.513340");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.900766, 8.900766, 14.900766, 20.900766, 26.900766, 32.900766");
+					values("0.751687, 1.512644, 2.344419, 3.196670, 4.065112, 4.927736", \
+					  "0.751637, 1.512633, 2.344400, 3.196622, 4.065136, 4.927230", \
+					  "0.749522, 1.507815, 2.345123, 3.194408, 4.063896, 4.933441");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.900766, 8.900766, 14.900766, 20.900766, 26.900766, 32.900766");
+					values("3.410548, 3.894936, 4.274770, 4.629641, 4.976768, 5.319950", \
+					  "3.538088, 4.022991, 4.402250, 4.757662, 5.103761, 5.446489", \
+					  "3.704440, 4.189308, 4.568457, 4.923860, 5.269754, 5.612684");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.900766, 8.900766, 14.900766, 20.900766, 26.900766, 32.900766");
+					values("0.677844, 1.298269, 1.905676, 2.523544, 3.158208, 3.799379", \
+					  "0.675913, 1.298034, 1.905614, 2.528710, 3.161370, 3.803718", \
+					  "0.676551, 1.299557, 1.905804, 2.528706, 3.158216, 3.800121");
+				}
+			}
+			timing () {
+				related_pin : "A";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				when : "!IE&OE&!PDRV0&PDRV1&SL";
+				sdf_cond : "IE==1'b0&&OE==1'b1&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b1";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.900766, 8.900766, 14.900766, 20.900766, 26.900766, 32.900766");
+					values("3.327049, 4.432652, 5.130001, 5.676612, 6.159238, 6.609086", \
+					  "3.400614, 4.506184, 5.203528, 5.750132, 6.232728, 6.682611", \
+					  "3.438126, 4.544440, 5.241725, 5.788636, 6.269065, 6.720716");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.900766, 8.900766, 14.900766, 20.900766, 26.900766, 32.900766");
+					values("1.398410, 2.641911, 3.473289, 4.231969, 4.985309, 5.751503", \
+					  "1.398392, 2.641872, 3.473286, 4.231933, 4.985429, 5.751484", \
+					  "1.395718, 2.641445, 3.473221, 4.232676, 4.985601, 5.753228");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.900766, 8.900766, 14.900766, 20.900766, 26.900766, 32.900766");
+					values("3.373029, 4.095322, 4.775050, 5.404407, 5.985128, 6.522932", \
+					  "3.500710, 4.223038, 4.902762, 5.532064, 6.113015, 6.650647", \
+					  "3.666930, 4.389165, 5.068567, 5.698615, 6.279246, 6.816790");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.900766, 8.900766, 14.900766, 20.900766, 26.900766, 32.900766");
+					values("0.783269, 2.039640, 3.089242, 3.991854, 4.788077, 5.522245", \
+					  "0.783276, 2.039944, 3.091852, 3.989297, 4.792384, 5.537738", \
+					  "0.783326, 2.039086, 3.090334, 3.991676, 4.797266, 5.540408");
+				}
+			}
+			timing () {
+				related_pin : "A";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				when : "!IE&OE&PDRV0&!PDRV1&!SL";
+				sdf_cond : "IE==1'b0&&OE==1'b1&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b0";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.900766, 8.900766, 14.900766, 20.900766, 26.900766, 32.900766");
+					values("3.397328, 4.056695, 4.684083, 5.308839, 5.931412, 6.554306", \
+					  "3.470838, 4.130221, 4.757536, 5.382345, 6.004819, 6.627712", \
+					  "3.509190, 4.168313, 4.795416, 5.420319, 6.042808, 6.666431");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.900766, 8.900766, 14.900766, 20.900766, 26.900766, 32.900766");
+					values("0.921431, 2.136450, 3.416172, 4.718344, 6.036423, 7.350953", \
+					  "0.922543, 2.134946, 3.412204, 4.719340, 6.036274, 7.351559", \
+					  "0.922039, 2.134145, 3.418118, 4.723574, 6.035041, 7.347821");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.900766, 8.900766, 14.900766, 20.900766, 26.900766, 32.900766");
+					values("3.545335, 4.163427, 4.695810, 5.212303, 5.723756, 6.234124", \
+					  "3.673281, 4.291370, 4.823468, 5.340055, 5.851255, 6.361463", \
+					  "3.839401, 4.457562, 4.989502, 5.506237, 6.017332, 6.527510");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.900766, 8.900766, 14.900766, 20.900766, 26.900766, 32.900766");
+					values("0.829036, 1.740293, 2.677171, 3.639329, 4.601601, 5.579410", \
+					  "0.829174, 1.742787, 2.678471, 3.638233, 4.604739, 5.583972", \
+					  "0.829625, 1.738392, 2.680257, 3.637238, 4.607271, 5.586314");
+				}
+			}
+			timing () {
+				related_pin : "A";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				when : "!IE&OE&PDRV0&!PDRV1&SL";
+				sdf_cond : "IE==1'b0&&OE==1'b1&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b1";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.900766, 8.900766, 14.900766, 20.900766, 26.900766, 32.900766");
+					values("3.682912, 4.994550, 5.815895, 6.512642, 7.163289, 7.797485", \
+					  "3.756423, 5.067798, 5.889324, 6.585965, 7.236810, 7.871017", \
+					  "3.794822, 5.106252, 5.927714, 6.624157, 7.275198, 7.909340");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.900766, 8.900766, 14.900766, 20.900766, 26.900766, 32.900766");
+					values("1.815785, 3.277837, 4.423011, 5.560989, 6.731854, 7.926755", \
+					  "1.815759, 3.278083, 4.421846, 5.561203, 6.731832, 7.926593", \
+					  "1.815446, 3.274644, 4.421770, 5.559942, 6.731646, 7.927609");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.900766, 8.900766, 14.900766, 20.900766, 26.900766, 32.900766");
+					values("3.551974, 4.606249, 5.557836, 6.401208, 7.150899, 7.843640", \
+					  "3.679647, 4.733849, 5.685522, 6.528689, 7.281091, 7.971306", \
+					  "3.845930, 4.900520, 5.851794, 6.695056, 7.447426, 8.137189");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.900766, 8.900766, 14.900766, 20.900766, 26.900766, 32.900766");
+					values("1.117963, 2.866085, 4.216587, 5.359766, 6.420202, 7.402823", \
+					  "1.118124, 2.865684, 4.216230, 5.369738, 6.425823, 7.422175", \
+					  "1.117417, 2.868675, 4.217406, 5.369344, 6.420464, 7.422690");
+				}
+			}
+			timing () {
+				related_pin : "A";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				when : "!IE&OE&PDRV0&PDRV1&!SL";
+				sdf_cond : "IE==1'b0&&OE==1'b1&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b0";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.900766, 8.900766, 14.900766, 20.900766, 26.900766, 32.900766");
+					values("3.165313, 3.562456, 3.888194, 4.204403, 4.519185, 4.831949", \
+					  "3.238889, 3.635941, 3.961782, 4.278030, 4.592781, 4.905543", \
+					  "3.277002, 3.673527, 4.000670, 4.316746, 4.630227, 4.942869");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.900766, 8.900766, 14.900766, 20.900766, 26.900766, 32.900766");
+					values("0.686443, 1.215834, 1.820805, 2.449952, 3.091911, 3.734659", \
+					  "0.686404, 1.216319, 1.820705, 2.449051, 3.092096, 3.733996", \
+					  "0.686536, 1.218555, 1.822991, 2.450497, 3.087638, 3.733290");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.900766, 8.900766, 14.900766, 20.900766, 26.900766, 32.900766");
+					values("3.315402, 3.740895, 4.048277, 4.326413, 4.592770, 4.853950", \
+					  "3.443143, 3.868622, 4.175939, 4.454152, 4.720459, 4.982184", \
+					  "3.609338, 4.035255, 4.342177, 4.620613, 4.887141, 5.148368");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.900766, 8.900766, 14.900766, 20.900766, 26.900766, 32.900766");
+					values("0.588041, 1.081479, 1.534560, 1.985429, 2.452240, 2.916221", \
+					  "0.588149, 1.081297, 1.530998, 1.989745, 2.449201, 2.920670", \
+					  "0.586309, 1.081880, 1.533590, 1.987057, 2.453708, 2.925631");
+				}
+			}
+			timing () {
+				related_pin : "A";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				when : "!IE&OE&PDRV0&PDRV1&SL";
+				sdf_cond : "IE==1'b0&&OE==1'b1&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b1";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.900766, 8.900766, 14.900766, 20.900766, 26.900766, 32.900766");
+					values("3.145334, 4.079703, 4.717273, 5.201782, 5.606905, 5.977486", \
+					  "3.218487, 4.153262, 4.790743, 5.275129, 5.680377, 6.050926", \
+					  "3.257219, 4.191497, 4.829026, 5.313256, 5.718635, 6.088961");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.900766, 8.900766, 14.900766, 20.900766, 26.900766, 32.900766");
+					values("1.128849, 2.261934, 2.969016, 3.563245, 4.135388, 4.698739", \
+					  "1.127546, 2.261678, 2.968995, 3.562715, 4.134769, 4.698053", \
+					  "1.129084, 2.261708, 2.968973, 3.562567, 4.132508, 4.694685");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.900766, 8.900766, 14.900766, 20.900766, 26.900766, 32.900766");
+					values("3.273820, 3.830429, 4.353915, 4.852376, 5.321209, 5.762768", \
+					  "3.401502, 3.958117, 4.481481, 4.980043, 5.448809, 5.890219", \
+					  "3.567744, 4.124310, 4.647793, 5.146271, 5.615811, 6.057683");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.900766, 8.900766, 14.900766, 20.900766, 26.900766, 32.900766");
+					values("0.619288, 1.581244, 2.444769, 3.187503, 3.862427, 4.460667", \
+					  "0.619202, 1.580828, 2.444170, 3.190683, 3.857928, 4.467692", \
+					  "0.619654, 1.582194, 2.444541, 3.187254, 3.857470, 4.474137");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "A&!IE&!PDRV0&!PDRV1&!SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b0";
+				timing_type : "three_state_enable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.900766, 8.900766, 14.900766, 20.900766, 26.900766, 32.900766");
+					values("3.294497, 4.547367, 5.792084, 7.041048, 8.302510, 9.534963", \
+					  "3.322215, 4.575030, 5.820989, 7.064557, 8.306992, 9.581497", \
+					  "3.336862, 4.589714, 5.832737, 7.081407, 8.325182, 9.593424");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.900766, 8.900766, 14.900766, 20.900766, 26.900766, 32.900766");
+					values("1.544957, 4.096634, 6.720849, 9.352641, 11.971820, 14.621690", \
+					  "1.544543, 4.095825, 6.705666, 9.353839, 11.994400, 14.615940", \
+					  "1.544804, 4.094753, 6.707647, 9.340067, 11.981280, 14.586960");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "A&!IE&!PDRV0&!PDRV1&SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b1";
+				timing_type : "three_state_enable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.900766, 8.900766, 14.900766, 20.900766, 26.900766, 32.900766");
+					values("4.001643, 5.727395, 7.035875, 8.294257, 9.541111, 10.794390", \
+					  "4.029149, 5.754752, 7.063221, 8.321244, 9.570429, 10.822500", \
+					  "4.043530, 5.768838, 7.080549, 8.336579, 9.584187, 10.826840");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.900766, 8.900766, 14.900766, 20.900766, 26.900766, 32.900766");
+					values("2.702603, 5.050163, 7.380633, 9.804658, 12.341670, 14.898290", \
+					  "2.700972, 5.053715, 7.373217, 9.817318, 12.343360, 14.902750", \
+					  "2.701212, 5.049424, 7.382125, 9.829648, 12.344540, 14.910460");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "A&!IE&!PDRV0&PDRV1&!SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b0";
+				timing_type : "three_state_enable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.900766, 8.900766, 14.900766, 20.900766, 26.900766, 32.900766");
+					values("2.830731, 3.305885, 3.727016, 4.143241, 4.559904, 4.974984", \
+					  "2.877380, 3.353828, 3.775275, 4.191800, 4.606841, 5.021564", \
+					  "2.903920, 3.380375, 3.801648, 4.217528, 4.634440, 5.049650");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.900766, 8.900766, 14.900766, 20.900766, 26.900766, 32.900766");
+					values("0.809498, 1.534607, 2.355527, 3.205878, 4.064548, 4.929789", \
+					  "0.811053, 1.536497, 2.357462, 3.204878, 4.069550, 4.938859", \
+					  "0.810816, 1.537708, 2.355660, 3.207132, 4.063775, 4.930720");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "A&!IE&!PDRV0&PDRV1&SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b1";
+				timing_type : "three_state_enable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.900766, 8.900766, 14.900766, 20.900766, 26.900766, 32.900766");
+					values("2.893007, 3.995234, 4.701482, 5.248456, 5.733261, 6.181858", \
+					  "2.941272, 4.042840, 4.748987, 5.296066, 5.780743, 6.229647", \
+					  "2.969117, 4.068800, 4.774906, 5.322778, 5.807339, 6.257774");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.900766, 8.900766, 14.900766, 20.900766, 26.900766, 32.900766");
+					values("1.413474, 2.681552, 3.521963, 4.278124, 5.027235, 5.789275", \
+					  "1.413212, 2.680750, 3.521156, 4.278825, 5.025311, 5.787355", \
+					  "1.414398, 2.676747, 3.522185, 4.281852, 5.033193, 5.776321");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "A&!IE&PDRV0&!PDRV1&!SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b0";
+				timing_type : "three_state_enable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.900766, 8.900766, 14.900766, 20.900766, 26.900766, 32.900766");
+					values("2.927989, 3.582911, 4.206912, 4.830504, 5.451691, 6.073920", \
+					  "2.955000, 3.609900, 4.233504, 4.857086, 5.478307, 6.099982", \
+					  "2.969524, 3.624442, 4.248288, 4.871346, 5.492610, 6.114332");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.900766, 8.900766, 14.900766, 20.900766, 26.900766, 32.900766");
+					values("0.965762, 2.144168, 3.416582, 4.722341, 6.036828, 7.353503", \
+					  "0.963419, 2.149870, 3.428417, 4.726533, 6.029286, 7.343761", \
+					  "0.962008, 2.149942, 3.428184, 4.725275, 6.027185, 7.339297");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "A&!IE&PDRV0&!PDRV1&SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b1";
+				timing_type : "three_state_enable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.900766, 8.900766, 14.900766, 20.900766, 26.900766, 32.900766");
+					values("3.181106, 4.505424, 5.332907, 6.031004, 6.684227, 7.318291", \
+					  "3.210702, 4.534791, 5.362496, 6.059881, 6.712775, 7.346726", \
+					  "3.225575, 4.548710, 5.376942, 6.076462, 6.727391, 7.361308");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.900766, 8.900766, 14.900766, 20.900766, 26.900766, 32.900766");
+					values("1.840380, 3.331319, 4.476665, 5.594284, 6.767720, 7.955011", \
+					  "1.835996, 3.327040, 4.476441, 5.597105, 6.769936, 7.959451", \
+					  "1.838255, 3.331776, 4.473848, 5.604377, 6.769909, 7.959920");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "A&!IE&PDRV0&PDRV1&!SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b0";
+				timing_type : "three_state_enable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.900766, 8.900766, 14.900766, 20.900766, 26.900766, 32.900766");
+					values("2.717254, 3.117288, 3.441660, 3.755839, 4.068890, 4.380657", \
+					  "2.759733, 3.161613, 3.485553, 3.800151, 4.113039, 4.424118", \
+					  "2.784301, 3.187216, 3.511383, 3.826091, 4.138835, 4.449926");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.900766, 8.900766, 14.900766, 20.900766, 26.900766, 32.900766");
+					values("0.749797, 1.255820, 1.841018, 2.465088, 3.102190, 3.742920", \
+					  "0.747987, 1.257001, 1.845185, 2.467137, 3.093849, 3.739648", \
+					  "0.747692, 1.258010, 1.846834, 2.468288, 3.092799, 3.741254");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "A&!IE&PDRV0&PDRV1&SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b1";
+				timing_type : "three_state_enable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.900766, 8.900766, 14.900766, 20.900766, 26.900766, 32.900766");
+					values("2.689875, 3.609157, 4.252991, 4.741300, 5.152047, 5.522459", \
+					  "2.735060, 3.653909, 4.297642, 4.785021, 5.196049, 5.567099", \
+					  "2.761438, 3.680063, 4.324421, 4.810646, 5.221763, 5.593627");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.900766, 8.900766, 14.900766, 20.900766, 26.900766, 32.900766");
+					values("1.144516, 2.294491, 3.008736, 3.618932, 4.190529, 4.745784", \
+					  "1.146101, 2.292947, 3.007687, 3.618204, 4.189111, 4.749910", \
+					  "1.147208, 2.291576, 3.006291, 3.618827, 4.186574, 4.749312");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "!A&!IE&!PDRV0&!PDRV1&!SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b0";
+				timing_type : "three_state_enable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.900766, 8.900766, 14.900766, 20.900766, 26.900766, 32.900766");
+					values("2.501586, 3.572951, 4.597156, 5.617430, 6.639877, 7.663950", \
+					  "2.573166, 3.645190, 4.667529, 5.689037, 6.707467, 7.727921", \
+					  "2.612928, 3.684286, 4.708469, 5.728854, 6.750992, 7.775763");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.900766, 8.900766, 14.900766, 20.900766, 26.900766, 32.900766");
+					values("1.312335, 3.176968, 5.103433, 7.068146, 9.046366, 11.004890", \
+					  "1.309512, 3.169151, 5.115321, 7.075406, 9.049415, 11.027720", \
+					  "1.312164, 3.176978, 5.103060, 7.066208, 9.048423, 10.999660");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "!A&!IE&!PDRV0&!PDRV1&SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b1";
+				timing_type : "three_state_enable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.900766, 8.900766, 14.900766, 20.900766, 26.900766, 32.900766");
+					values("2.705231, 4.612223, 6.140514, 7.444035, 8.626939, 9.749320", \
+					  "2.778066, 4.683770, 6.209198, 7.514809, 8.699151, 9.819196", \
+					  "2.817237, 4.725401, 6.248694, 7.551846, 8.738488, 9.861445");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.900766, 8.900766, 14.900766, 20.900766, 26.900766, 32.900766");
+					values("2.096293, 4.865674, 6.992149, 8.929109, 10.803380, 12.652610", \
+					  "2.097499, 4.869305, 6.972011, 8.919780, 10.804510, 12.632260", \
+					  "2.094069, 4.870974, 6.992214, 8.914673, 10.788290, 12.633800");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "!A&!IE&!PDRV0&PDRV1&!SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b0";
+				timing_type : "three_state_enable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.900766, 8.900766, 14.900766, 20.900766, 26.900766, 32.900766");
+					values("2.136494, 2.633919, 3.014932, 3.370201, 3.717077, 4.059966", \
+					  "2.208185, 2.705407, 3.086483, 3.441750, 3.788624, 4.131514", \
+					  "2.247371, 2.744759, 3.125785, 3.481017, 3.827934, 4.170766");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.900766, 8.900766, 14.900766, 20.900766, 26.900766, 32.900766");
+					values("0.711515, 1.339887, 1.937657, 2.546708, 3.174886, 3.810061", \
+					  "0.711646, 1.338931, 1.937582, 2.546594, 3.174918, 3.810146", \
+					  "0.711383, 1.339833, 1.938592, 2.548019, 3.173564, 3.809135");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "!A&!IE&!PDRV0&PDRV1&SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b1";
+				timing_type : "three_state_enable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.900766, 8.900766, 14.900766, 20.900766, 26.900766, 32.900766");
+					values("2.110466, 2.819013, 3.491284, 4.119624, 4.700319, 5.237426", \
+					  "2.181357, 2.889871, 3.562147, 4.191108, 4.771110, 5.308445", \
+					  "2.221743, 2.929373, 3.602640, 4.230221, 4.809853, 5.348802");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.900766, 8.900766, 14.900766, 20.900766, 26.900766, 32.900766");
+					values("0.816591, 2.047613, 3.094590, 3.998617, 4.804592, 5.544438", \
+					  "0.816105, 2.047786, 3.095143, 3.997213, 4.804337, 5.545548", \
+					  "0.816549, 2.048239, 3.094642, 3.994059, 4.802039, 5.542411");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "!A&!IE&PDRV0&!PDRV1&!SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b0";
+				timing_type : "three_state_enable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.900766, 8.900766, 14.900766, 20.900766, 26.900766, 32.900766");
+					values("2.145772, 2.766100, 3.297384, 3.812327, 4.324667, 4.835075", \
+					  "2.218232, 2.838200, 3.369690, 3.885435, 4.396548, 4.906602", \
+					  "2.257461, 2.877274, 3.408055, 3.923863, 4.434207, 4.945063");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.900766, 8.900766, 14.900766, 20.900766, 26.900766, 32.900766");
+					values("0.867758, 1.763623, 2.692961, 3.639117, 4.608473, 5.578400", \
+					  "0.867471, 1.764922, 2.691056, 3.644257, 4.610940, 5.591291", \
+					  "0.868573, 1.764644, 2.691213, 3.646591, 4.616211, 5.586461");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "!A&!IE&PDRV0&!PDRV1&SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b1";
+				timing_type : "three_state_enable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.900766, 8.900766, 14.900766, 20.900766, 26.900766, 32.900766");
+					values("2.142003, 3.184380, 4.136359, 4.982164, 5.735540, 6.427475", \
+					  "2.214241, 3.256680, 4.208401, 5.053070, 5.807597, 6.499172", \
+					  "2.253469, 3.296271, 4.247613, 5.090426, 5.846772, 6.539419");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.900766, 8.900766, 14.900766, 20.900766, 26.900766, 32.900766");
+					values("1.129377, 2.879138, 4.229635, 5.386835, 6.439750, 7.433134", \
+					  "1.128712, 2.876494, 4.230361, 5.385105, 6.439047, 7.429589", \
+					  "1.127307, 2.877694, 4.233134, 5.388983, 6.443067, 7.421095");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "!A&!IE&PDRV0&PDRV1&!SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b0";
+				timing_type : "three_state_enable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.900766, 8.900766, 14.900766, 20.900766, 26.900766, 32.900766");
+					values("1.996744, 2.430061, 2.741242, 3.020598, 3.287198, 3.548784", \
+					  "2.068586, 2.501925, 2.813099, 3.092447, 3.359058, 3.620527", \
+					  "2.107505, 2.541105, 2.852328, 3.131518, 3.398329, 3.659285");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.900766, 8.900766, 14.900766, 20.900766, 26.900766, 32.900766");
+					values("0.626350, 1.121274, 1.570233, 2.019993, 2.480005, 2.944021", \
+					  "0.626173, 1.121204, 1.570592, 2.020512, 2.480349, 2.945679", \
+					  "0.625491, 1.120755, 1.569474, 2.020192, 2.477270, 2.946978");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "!A&!IE&PDRV0&PDRV1&SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b1";
+				timing_type : "three_state_enable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.900766, 8.900766, 14.900766, 20.900766, 26.900766, 32.900766");
+					values("1.965921, 2.511637, 3.029616, 3.524975, 3.994071, 4.435468", \
+					  "2.037764, 2.583453, 3.101432, 3.596792, 4.065878, 4.507273", \
+					  "2.076669, 2.622735, 3.139931, 3.636174, 4.104867, 4.546772");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.900766, 8.900766, 14.900766, 20.900766, 26.900766, 32.900766");
+					values("0.665278, 1.601969, 2.454290, 3.202276, 3.867191, 4.484106", \
+					  "0.665058, 1.601875, 2.454282, 3.202165, 3.867080, 4.484163", \
+					  "0.665651, 1.601111, 2.456763, 3.199298, 3.869103, 4.484972");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "!A&!IE&!PDRV0&!PDRV1&!SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b0";
+				timing_type : "three_state_disable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.900766, 8.900766, 14.900766, 20.900766, 26.900766, 32.900766");
+					values("1.477243, 1.477244, 1.477245, 1.477246, 1.477247, 1.477248", \
+					  "1.598375, 1.598376, 1.598377, 1.598378, 1.598379, 1.598380", \
+					  "1.767822, 1.767823, 1.767824, 1.767825, 1.767826, 1.767827");
+				}
+				rise_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "!A&!IE&!PDRV0&!PDRV1&SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b1";
+				timing_type : "three_state_disable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.900766, 8.900766, 14.900766, 20.900766, 26.900766, 32.900766");
+					values("1.456339, 1.456340, 1.456341, 1.456342, 1.456343, 1.456344", \
+					  "1.582039, 1.582040, 1.582041, 1.582042, 1.582043, 1.582044", \
+					  "1.747357, 1.747358, 1.747359, 1.747360, 1.747361, 1.747362");
+				}
+				rise_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "!A&!IE&!PDRV0&PDRV1&!SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b0";
+				timing_type : "three_state_disable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.900766, 8.900766, 14.900766, 20.900766, 26.900766, 32.900766");
+					values("1.626178, 1.626179, 1.626180, 1.626181, 1.626182, 1.626183", \
+					  "1.751784, 1.751785, 1.751786, 1.751787, 1.751788, 1.751789", \
+					  "1.919613, 1.919614, 1.919615, 1.919616, 1.919617, 1.919618");
+				}
+				rise_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "!A&!IE&!PDRV0&PDRV1&SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b1";
+				timing_type : "three_state_disable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.900766, 8.900766, 14.900766, 20.900766, 26.900766, 32.900766");
+					values("1.612751, 1.612752, 1.612753, 1.612754, 1.612755, 1.612756", \
+					  "1.738344, 1.738345, 1.738346, 1.738347, 1.738348, 1.738349", \
+					  "1.905501, 1.905502, 1.905503, 1.905504, 1.905505, 1.905506");
+				}
+				rise_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "!A&!IE&PDRV0&!PDRV1&!SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b0";
+				timing_type : "three_state_disable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.900766, 8.900766, 14.900766, 20.900766, 26.900766, 32.900766");
+					values("1.462069, 1.462070, 1.462071, 1.462072, 1.462073, 1.462074", \
+					  "1.588508, 1.588509, 1.588510, 1.588511, 1.588512, 1.588513", \
+					  "1.755318, 1.755319, 1.755320, 1.755321, 1.755322, 1.755323");
+				}
+				rise_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "!A&!IE&PDRV0&!PDRV1&SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b1";
+				timing_type : "three_state_disable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.900766, 8.900766, 14.900766, 20.900766, 26.900766, 32.900766");
+					values("1.448817, 1.448818, 1.448819, 1.448820, 1.448821, 1.448822", \
+					  "1.574473, 1.574474, 1.574475, 1.574476, 1.574477, 1.574478", \
+					  "1.740938, 1.740939, 1.740940, 1.740941, 1.740942, 1.740943");
+				}
+				rise_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "!A&!IE&PDRV0&PDRV1&!SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b0";
+				timing_type : "three_state_disable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.900766, 8.900766, 14.900766, 20.900766, 26.900766, 32.900766");
+					values("1.600618, 1.600619, 1.600620, 1.600621, 1.600622, 1.600623", \
+					  "1.726880, 1.726881, 1.726882, 1.726883, 1.726884, 1.726885", \
+					  "1.893025, 1.893026, 1.893027, 1.893028, 1.893029, 1.893030");
+				}
+				rise_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "!A&!IE&PDRV0&PDRV1&SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b1";
+				timing_type : "three_state_disable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.900766, 8.900766, 14.900766, 20.900766, 26.900766, 32.900766");
+					values("1.588024, 1.588025, 1.588026, 1.588027, 1.588028, 1.588029", \
+					  "1.713151, 1.713152, 1.713153, 1.713154, 1.713155, 1.713156", \
+					  "1.878557, 1.878558, 1.878559, 1.878560, 1.878561, 1.878562");
+				}
+				rise_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "A&!IE&!PDRV0&!PDRV1&!SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b0";
+				timing_type : "three_state_disable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.900766, 8.900766, 14.900766, 20.900766, 26.900766, 32.900766");
+					values("1.730954, 1.730955, 1.730956, 1.730957, 1.730958, 1.730959", \
+					  "1.860572, 1.860573, 1.860574, 1.860575, 1.860576, 1.860577", \
+					  "2.029191, 2.029192, 2.029193, 2.029194, 2.029195, 2.029196");
+				}
+				fall_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "A&!IE&!PDRV0&!PDRV1&SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b1";
+				timing_type : "three_state_disable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.900766, 8.900766, 14.900766, 20.900766, 26.900766, 32.900766");
+					values("1.732078, 1.732079, 1.732080, 1.732081, 1.732082, 1.732083", \
+					  "1.859169, 1.859170, 1.859171, 1.859172, 1.859173, 1.859174", \
+					  "2.026240, 2.026241, 2.026242, 2.026243, 2.026244, 2.026245");
+				}
+				fall_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "A&!IE&!PDRV0&PDRV1&!SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b0";
+				timing_type : "three_state_disable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.900766, 8.900766, 14.900766, 20.900766, 26.900766, 32.900766");
+					values("1.978551, 1.978552, 1.978553, 1.978554, 1.978555, 1.978556", \
+					  "2.107584, 2.107585, 2.107586, 2.107587, 2.107588, 2.107589", \
+					  "2.277901, 2.277902, 2.277903, 2.277904, 2.277905, 2.277906");
+				}
+				fall_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "A&!IE&!PDRV0&PDRV1&SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b1";
+				timing_type : "three_state_disable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.900766, 8.900766, 14.900766, 20.900766, 26.900766, 32.900766");
+					values("1.977355, 1.977356, 1.977357, 1.977358, 1.977359, 1.977360", \
+					  "2.105720, 2.105721, 2.105722, 2.105723, 2.105724, 2.105725", \
+					  "2.274501, 2.274502, 2.274503, 2.274504, 2.274505, 2.274506");
+				}
+				fall_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "A&!IE&PDRV0&!PDRV1&!SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b0";
+				timing_type : "three_state_disable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.900766, 8.900766, 14.900766, 20.900766, 26.900766, 32.900766");
+					values("1.716817, 1.716818, 1.716819, 1.716820, 1.716821, 1.716822", \
+					  "1.845945, 1.845946, 1.845947, 1.845948, 1.845949, 1.845950", \
+					  "2.016353, 2.016354, 2.016355, 2.016356, 2.016357, 2.016358");
+				}
+				fall_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "A&!IE&PDRV0&!PDRV1&SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b1";
+				timing_type : "three_state_disable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.900766, 8.900766, 14.900766, 20.900766, 26.900766, 32.900766");
+					values("1.721688, 1.721689, 1.721690, 1.721691, 1.721692, 1.721693", \
+					  "1.849282, 1.849283, 1.849284, 1.849285, 1.849286, 1.849287", \
+					  "2.017358, 2.017359, 2.017360, 2.017361, 2.017362, 2.017363");
+				}
+				fall_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "A&!IE&PDRV0&PDRV1&!SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b0";
+				timing_type : "three_state_disable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.900766, 8.900766, 14.900766, 20.900766, 26.900766, 32.900766");
+					values("1.959759, 1.959760, 1.959761, 1.959762, 1.959763, 1.959764", \
+					  "2.089096, 2.089876, 2.089877, 2.089878, 2.089879, 2.089880", \
+					  "2.260083, 2.260084, 2.260085, 2.260086, 2.260087, 2.260088");
+				}
+				fall_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "A&!IE&PDRV0&PDRV1&SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b1";
+				timing_type : "three_state_disable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.900766, 8.900766, 14.900766, 20.900766, 26.900766, 32.900766");
+					values("1.958828, 1.958829, 1.958830, 1.958831, 1.958832, 1.958833", \
+					  "2.086160, 2.086455, 2.086456, 2.086457, 2.086458, 2.086459", \
+					  "2.256894, 2.256895, 2.256896, 2.256897, 2.256898, 2.256899");
+				}
+				fall_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("-33.769830, -33.827230, -33.951910");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("33.599260, 34.081320, 34.295160");
+				}
+			}
+		}
+		pin ("Y") {
+			function : "((IE*PAD))";
+			direction : "output";
+			max_capacitance : 0.500000;
+			output_signal_level : "VDD";
+			internal_power () {
+				related_pin : "IE";
+				when : "!CS&!OE&PAD";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("4.114275, 4.031112, 3.932117, 3.901132, 3.876023, 3.804438", \
+					  "3.030169, 2.894322, 2.845784, 2.831503, 2.800557, 2.731898", \
+					  "3.087893, 2.864265, 2.913248, 2.612821, 2.850253, 2.474817");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("4.701608, 4.718966, 4.782956, 5.143052, 4.911798, 4.992500", \
+					  "3.887627, 3.949772, 3.830506, 4.254922, 4.352579, 3.647950", \
+					  "3.877559, 4.020499, 3.830145, 4.062968, 3.437895, 3.517882");
+				}
+			}
+			internal_power () {
+				related_pin : "IE";
+				when : "CS&!OE&PAD";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("4.595482, 4.511417, 4.456142, 4.384580, 4.343367, 4.334237", \
+					  "3.482838, 3.408798, 3.316140, 3.148093, 3.147112, 3.278661", \
+					  "3.556880, 3.400682, 3.382858, 3.295586, 3.285900, 3.199173");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("4.955247, 4.995791, 5.098958, 5.239636, 5.247801, 5.278064", \
+					  "4.148885, 4.281580, 4.252996, 4.439508, 4.492379, 4.787505", \
+					  "4.199483, 4.235877, 4.231877, 4.191052, 4.154670, 4.228608");
+				}
+			}
+			internal_power () {
+				related_pin : "PAD";
+				when : "!CS&IE&!OE";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("2.546730, 2.458540, 2.392910, 2.267570, 2.219650, 2.173530", \
+					  "2.646080, 2.559030, 2.495530, 2.366420, 2.309070, 2.288390", \
+					  "2.761340, 2.671950, 2.608180, 2.480580, 2.443160, 2.385810");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("2.740490, 2.773070, 2.859190, 3.020960, 3.061500, 3.103090", \
+					  "2.300240, 2.331660, 2.419180, 2.580840, 2.633480, 2.708890", \
+					  "2.359810, 2.378270, 2.434500, 2.602530, 2.652650, 2.677090");
+				}
+			}
+			internal_power () {
+				related_pin : "PAD";
+				when : "CS&IE&!OE";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("2.963540, 2.878250, 2.817470, 2.693220, 2.649200, 2.612330", \
+					  "3.187300, 3.101000, 3.041250, 2.918230, 2.872210, 2.815000", \
+					  "3.542940, 3.445840, 3.383610, 3.260160, 3.229190, 3.191340");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("3.811550, 3.865250, 4.004710, 4.338850, 4.448910, 4.530680", \
+					  "3.411510, 3.460520, 3.602150, 3.930030, 4.039470, 4.125500", \
+					  "3.276230, 3.331630, 3.479540, 3.802720, 3.908610, 4.001700");
+				}
+			}
+			internal_power () {
+				related_pin : "IE";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("4.354878, 4.271265, 4.194129, 4.142856, 4.109695, 4.069337", \
+					  "3.256503, 3.151560, 3.080962, 2.989798, 2.973834, 3.005280", \
+					  "3.322387, 3.132474, 3.148053, 2.954204, 3.068077, 2.836995");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("4.828428, 4.857378, 4.940957, 5.191344, 5.079800, 5.135282", \
+					  "4.018256, 4.115676, 4.041751, 4.347215, 4.422479, 4.217728", \
+					  "4.038521, 4.128188, 4.031011, 4.127010, 3.796283, 3.873245");
+				}
+			}
+			internal_power () {
+				related_pin : "PAD";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("2.755135, 2.668395, 2.605190, 2.480395, 2.434425, 2.392930", \
+					  "2.916690, 2.830015, 2.768390, 2.642325, 2.590640, 2.551695", \
+					  "3.152140, 3.058895, 2.995895, 2.870370, 2.836175, 2.788575");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("3.276020, 3.319160, 3.431950, 3.679905, 3.755205, 3.816885", \
+					  "2.855875, 2.896090, 3.010665, 3.255435, 3.336475, 3.417195", \
+					  "2.818020, 2.854950, 2.957020, 3.202625, 3.280630, 3.339395");
+				}
+			}
+			timing () {
+				related_pin : "IE";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				when : "!CS&!OE&PAD";
+				sdf_cond : "CS==1'b0&&OE==1'b0&&PAD==1'b1";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("2.289359, 2.362635, 2.453363, 2.707803, 2.828545, 2.949046", \
+					  "2.382367, 2.455625, 2.546344, 2.800790, 2.921526, 3.042035", \
+					  "2.456900, 2.529886, 2.619671, 2.875459, 2.996091, 3.116485");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.272083, 0.361524, 0.505846, 0.960525, 1.196946, 1.444904", \
+					  "0.272146, 0.361257, 0.505606, 0.960557, 1.197046, 1.444900", \
+					  "0.271967, 0.368241, 0.505854, 0.961649, 1.198225, 1.445123");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("1.896571, 1.961458, 2.040692, 2.261064, 2.363174, 2.463805", \
+					  "2.027322, 2.091241, 2.171124, 2.390898, 2.493022, 2.593636", \
+					  "2.178254, 2.243034, 2.322854, 2.542600, 2.644730, 2.745314");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.137184, 0.221854, 0.335154, 0.687808, 0.868412, 1.047326", \
+					  "0.137082, 0.222191, 0.334832, 0.687287, 0.866999, 1.049467", \
+					  "0.137308, 0.222320, 0.334320, 0.687970, 0.868063, 1.049671");
+				}
+			}
+			timing () {
+				related_pin : "IE";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				when : "CS&!OE&PAD";
+				sdf_cond : "CS==1'b1&&OE==1'b0&&PAD==1'b1";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("2.385201, 2.459254, 2.548270, 2.803343, 2.924212, 3.044455", \
+					  "2.477963, 2.552345, 2.641872, 2.896452, 3.017537, 3.138084", \
+					  "2.552753, 2.626122, 2.715326, 2.971173, 3.092042, 3.212295");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.275092, 0.367995, 0.505285, 0.961195, 1.201799, 1.440614", \
+					  "0.274328, 0.368652, 0.506563, 0.960373, 1.200991, 1.442440", \
+					  "0.277400, 0.363330, 0.504012, 0.963744, 1.202574, 1.444253");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("1.992782, 2.057586, 2.136800, 2.357193, 2.459246, 2.559918", \
+					  "2.121253, 2.185998, 2.265670, 2.485518, 2.587565, 2.688171", \
+					  "2.275175, 2.339891, 2.419170, 2.639569, 2.741618, 2.842287");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.139464, 0.222266, 0.335536, 0.687573, 0.868533, 1.049181", \
+					  "0.137398, 0.224254, 0.334335, 0.688244, 0.868188, 1.048306", \
+					  "0.138987, 0.222278, 0.335530, 0.687721, 0.868516, 1.049255");
+				}
+			}
+			timing () {
+				related_pin : "PAD";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				when : "!CS&IE&!OE";
+				sdf_cond : "CS==1'b0&&IE==1'b1&&OE==1'b0";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("1.629516, 1.702928, 1.792201, 2.048573, 2.169459, 2.289904", \
+					  "1.715090, 1.788420, 1.877370, 2.132600, 2.252837, 2.373380", \
+					  "1.749423, 1.822559, 1.911487, 2.167432, 2.288888, 2.409611");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.272317, 0.361850, 0.497632, 0.961791, 1.200678, 1.441217", \
+					  "0.270809, 0.361381, 0.497141, 0.962057, 1.199958, 1.441345", \
+					  "0.271155, 0.361431, 0.498277, 0.964508, 1.201416, 1.442469");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("1.433426, 1.498031, 1.577656, 1.797722, 1.899636, 2.000355", \
+					  "1.516433, 1.580828, 1.660273, 1.880545, 1.982519, 2.083332", \
+					  "1.687728, 1.752587, 1.831851, 2.052547, 2.154849, 2.254941");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.138960, 0.221719, 0.333024, 0.687825, 0.866066, 1.047008", \
+					  "0.138468, 0.222019, 0.332608, 0.687862, 0.866744, 1.046994", \
+					  "0.137462, 0.221858, 0.332990, 0.687346, 0.867240, 1.047517");
+				}
+			}
+			timing () {
+				related_pin : "PAD";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				when : "CS&IE&!OE";
+				sdf_cond : "CS==1'b1&&IE==1'b1&&OE==1'b0";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("1.761225, 1.834487, 1.924223, 2.178086, 2.299255, 2.419598", \
+					  "1.872078, 1.945264, 2.034792, 2.289423, 2.410782, 2.531590", \
+					  "1.971471, 2.044840, 2.134113, 2.389997, 2.511579, 2.631504");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.270900, 0.361685, 0.498467, 0.960407, 1.199199, 1.441787", \
+					  "0.270074, 0.361120, 0.496703, 0.961456, 1.198934, 1.439721", \
+					  "0.270842, 0.361942, 0.498981, 0.963130, 1.202183, 1.442850");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("2.252039, 2.316421, 2.395885, 2.615281, 2.717544, 2.818146", \
+					  "2.240670, 2.304895, 2.384318, 2.604266, 2.706693, 2.807446", \
+					  "2.394165, 2.457063, 2.537373, 2.757371, 2.859884, 2.960603");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.139113, 0.223630, 0.333879, 0.688866, 0.868140, 1.047241", \
+					  "0.140548, 0.223687, 0.334188, 0.687670, 0.867289, 1.047787", \
+					  "0.139439, 0.223027, 0.334033, 0.688765, 0.867599, 1.048589");
+				}
+			}
+		}
+		pin ("DVDD") {
+			direction : "inout";
+			capacitance : 0;
+		}
+		pin ("DVSS") {
+			direction : "inout";
+			capacitance : 0;
+		}
+		pin ("VDD") {
+			direction : "inout";
+			capacitance : 0;
+		}
+		pin ("VSS") {
+			direction : "inout";
+			capacitance : 0;
+		}
+	}
diff --git a/cells/bi_t/gf180mcu_fd_io__bi_t__ss_125C_4v50.lib.json b/cells/bi_t/gf180mcu_fd_io__bi_t__ss_125C_4v50.lib.json
new file mode 100644
index 0000000..d363595
--- /dev/null
+++ b/cells/bi_t/gf180mcu_fd_io__bi_t__ss_125C_4v50.lib.json
@@ -0,0 +1,7452 @@
+{
+    "cell gf180mcu_fd_io__bi_t": {
+        "scaling_factors": "gf_factors",
+        "area": "26250.000000",
+        "pad_cell": "true",
+        "dont_use": "true",
+        "dont_touch": "true",
+        "cell_leakage_power": "4.649860e-03",
+        "leakage_power ": {
+            "when": "!PDRV0 !PDRV1 !CS !SL !IE !OE !PU !PD !A !PAD",
+            "value": "0.004650"
+        },
+        "pin CS": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.023873",
+            "comp_attribute rise_capacitance_range": "0.023211,0.024883",
+            "capacitance": "0.023751",
+            "fall_capacitance": "0.023629",
+            "comp_attribute fall_capacitance_range": "0.023052,0.024275",
+            "internal_power ": {
+                "rise_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        0.279469,
+                        2.275953,
+                        2.352443
+                    ]
+                },
+                "fall_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        0.585117,
+                        2.168187,
+                        2.256801
+                    ]
+                }
+            }
+        },
+        "pin SL": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.032392",
+            "comp_attribute rise_capacitance_range": "0.031913,0.033295",
+            "capacitance": "0.032277",
+            "fall_capacitance": "0.032162",
+            "comp_attribute fall_capacitance_range": "0.031905,0.032550",
+            "internal_power ": {
+                "rise_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        0.264871,
+                        2.657728,
+                        2.738992
+                    ]
+                },
+                "fall_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        0.683812,
+                        2.857735,
+                        2.969519
+                    ]
+                }
+            }
+        },
+        "pin IE": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.015181",
+            "comp_attribute rise_capacitance_range": "0.014412,0.016153",
+            "capacitance": "0.014830",
+            "fall_capacitance": "0.014479",
+            "comp_attribute fall_capacitance_range": "0.014098,0.014882",
+            "internal_power ": {
+                "rise_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        0.382021,
+                        1.470896,
+                        1.500474
+                    ]
+                },
+                "fall_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        0.52925,
+                        1.354223,
+                        1.401709
+                    ]
+                }
+            }
+        },
+        "pin OE": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.088992",
+            "comp_attribute rise_capacitance_range": "0.081570,0.100195",
+            "capacitance": "0.088740",
+            "fall_capacitance": "0.087478",
+            "comp_attribute fall_capacitance_range": "0.082565,0.093517"
+        },
+        "pin PU": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.080154",
+            "comp_attribute rise_capacitance_range": "0.064295,0.092415",
+            "capacitance": "0.079631",
+            "fall_capacitance": "0.079108",
+            "comp_attribute fall_capacitance_range": "0.060051,0.095688",
+            "internal_power ": {
+                "rise_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        -0.511063,
+                        0.478333,
+                        0.509369
+                    ]
+                },
+                "fall_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        1.460341,
+                        2.736764,
+                        2.983732
+                    ]
+                }
+            }
+        },
+        "pin PD": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.049111",
+            "comp_attribute rise_capacitance_range": "0.048162,0.049865",
+            "capacitance": "0.050462",
+            "fall_capacitance": "0.051812",
+            "comp_attribute fall_capacitance_range": "0.051005,0.052283",
+            "internal_power ": {
+                "rise_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        -0.060912,
+                        1.593377,
+                        1.403057
+                    ]
+                },
+                "fall_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        1.292314,
+                        2.45859,
+                        2.520151
+                    ]
+                }
+            }
+        },
+        "pin A": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.037909",
+            "comp_attribute rise_capacitance_range": "0.036322,0.039273",
+            "capacitance": "0.037757",
+            "fall_capacitance": "0.037605",
+            "comp_attribute fall_capacitance_range": "0.037484,0.037746",
+            "internal_power ": {
+                "rise_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        -0.250892,
+                        -0.242351,
+                        -0.24474
+                    ]
+                },
+                "fall_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        0.289987,
+                        0.284793,
+                        0.290783
+                    ]
+                }
+            }
+        },
+        "pin PDRV0": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.031449",
+            "comp_attribute rise_capacitance_range": "0.031102,0.031932",
+            "capacitance": "0.031258",
+            "fall_capacitance": "0.031068",
+            "comp_attribute fall_capacitance_range": "0.030982,0.031201",
+            "internal_power ": {
+                "rise_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        -0.206901,
+                        -0.207944,
+                        -0.203268
+                    ]
+                },
+                "fall_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        0.210035,
+                        0.205176,
+                        0.203621
+                    ]
+                }
+            }
+        },
+        "pin PDRV1": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.033542",
+            "comp_attribute rise_capacitance_range": "0.033174,0.034056",
+            "capacitance": "0.033340",
+            "fall_capacitance": "0.033138",
+            "comp_attribute fall_capacitance_range": "0.033038,0.033272",
+            "internal_power ": {
+                "rise_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        -0.241491,
+                        -0.242944,
+                        -0.23787
+                    ]
+                },
+                "fall_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        0.244692,
+                        0.23943,
+                        0.238217
+                    ]
+                }
+            }
+        },
+        "pin PAD": {
+            "drive_current": "16000.000000",
+            "is_pad": "true",
+            "function": "((A))",
+            "three_state": "((!OE))",
+            "direction": "inout",
+            "max_transition": "1.000000",
+            "max_capacitance": "30.000000",
+            "input_signal_level": "DVDD",
+            "output_signal_level": "DVDD",
+            "capacitance": "2.900766",
+            "internal_power ": [
+                {
+                    "related_pin": "A",
+                    "when": "!IE&OE&!PDRV0&!PDRV1&!SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                47.272552,
+                                46.658502,
+                                44.959572,
+                                44.819952,
+                                40.389282,
+                                41.327542
+                            ],
+                            [
+                                47.289791,
+                                46.711521,
+                                45.202631,
+                                44.671941,
+                                40.137221,
+                                39.930041
+                            ],
+                            [
+                                47.34965,
+                                46.77162,
+                                45.65481,
+                                43.6244,
+                                42.86568,
+                                42.31466
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                51.605943,
+                                52.145013,
+                                52.335813,
+                                52.432243,
+                                52.466653,
+                                52.273003
+                            ],
+                            [
+                                51.614677,
+                                52.079657,
+                                52.086207,
+                                53.294967,
+                                50.675377,
+                                54.820047
+                            ],
+                            [
+                                51.647447,
+                                52.170107,
+                                52.413757,
+                                52.421077,
+                                52.507777,
+                                52.419747
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "A",
+                    "when": "!IE&OE&!PDRV0&!PDRV1&SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                46.768642,
+                                46.417722,
+                                44.994082,
+                                43.511222,
+                                41.791472,
+                                40.250632
+                            ],
+                            [
+                                46.784771,
+                                46.422041,
+                                44.957391,
+                                43.341831,
+                                42.642031,
+                                40.193951
+                            ],
+                            [
+                                46.72073,
+                                46.5237,
+                                45.20102,
+                                43.72899,
+                                42.14624,
+                                40.30745
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                48.364373,
+                                50.687263,
+                                51.350013,
+                                51.569713,
+                                51.668793,
+                                51.699953
+                            ],
+                            [
+                                48.263927,
+                                50.776717,
+                                51.340327,
+                                51.440627,
+                                51.687337,
+                                51.633107
+                            ],
+                            [
+                                48.207557,
+                                50.836927,
+                                51.337467,
+                                51.670037,
+                                51.653407,
+                                51.757267
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "A",
+                    "when": "!IE&OE&!PDRV0&PDRV1&!SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                76.438992,
+                                77.605072,
+                                77.414152,
+                                76.885702,
+                                76.112762,
+                                75.025472
+                            ],
+                            [
+                                76.413181,
+                                77.610391,
+                                77.414801,
+                                76.911001,
+                                76.123231,
+                                75.038051
+                            ],
+                            [
+                                76.74598,
+                                77.56951,
+                                77.3766,
+                                76.70794,
+                                75.85079,
+                                74.72126
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                78.647393,
+                                81.771583,
+                                82.512543,
+                                82.861093,
+                                83.087443,
+                                83.246633
+                            ],
+                            [
+                                78.576947,
+                                81.732047,
+                                82.284397,
+                                82.970237,
+                                83.021527,
+                                83.347437
+                            ],
+                            [
+                                78.672627,
+                                81.915067,
+                                82.203147,
+                                83.064307,
+                                83.230407,
+                                83.204877
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "A",
+                    "when": "!IE&OE&!PDRV0&PDRV1&SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                71.503022,
+                                76.233462,
+                                76.413112,
+                                75.738832,
+                                74.996212,
+                                73.655732
+                            ],
+                            [
+                                71.512961,
+                                76.213321,
+                                76.419941,
+                                75.750731,
+                                75.021211,
+                                73.654531
+                            ],
+                            [
+                                71.57932,
+                                76.57,
+                                76.33034,
+                                75.98439,
+                                74.78874,
+                                72.79338
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                68.009483,
+                                72.181473,
+                                75.318583,
+                                77.177863,
+                                78.747113,
+                                79.612463
+                            ],
+                            [
+                                67.788667,
+                                71.574637,
+                                75.054487,
+                                77.238877,
+                                79.214117,
+                                79.365787
+                            ],
+                            [
+                                67.562387,
+                                71.318947,
+                                74.955877,
+                                77.147727,
+                                79.194897,
+                                79.436917
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "A",
+                    "when": "!IE&OE&PDRV0&!PDRV1&!SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                61.853052,
+                                62.175102,
+                                61.410892,
+                                61.775632,
+                                57.137642,
+                                58.284182
+                            ],
+                            [
+                                61.805001,
+                                62.202161,
+                                61.392201,
+                                61.846301,
+                                56.812621,
+                                58.586171
+                            ],
+                            [
+                                62.16644,
+                                62.10174,
+                                61.66482,
+                                60.61149,
+                                58.91124,
+                                57.84035
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                65.811183,
+                                67.203513,
+                                67.638003,
+                                67.835833,
+                                67.929113,
+                                68.002293
+                            ],
+                            [
+                                65.759277,
+                                67.168697,
+                                67.598977,
+                                67.758087,
+                                68.021607,
+                                67.967797
+                            ],
+                            [
+                                65.690817,
+                                67.153317,
+                                67.620457,
+                                67.824477,
+                                68.082677,
+                                67.979907
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "A",
+                    "when": "!IE&OE&PDRV0&!PDRV1&SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                59.636772,
+                                61.396262,
+                                60.921072,
+                                59.341392,
+                                59.432202,
+                                56.431612
+                            ],
+                            [
+                                59.604721,
+                                61.271071,
+                                61.009011,
+                                59.112551,
+                                59.587141,
+                                56.328531
+                            ],
+                            [
+                                59.69275,
+                                61.20578,
+                                61.05551,
+                                59.20774,
+                                59.65486,
+                                56.27461
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                58.208633,
+                                61.988123,
+                                64.108273,
+                                65.337513,
+                                65.902503,
+                                66.255043
+                            ],
+                            [
+                                58.153867,
+                                61.972267,
+                                64.187347,
+                                65.268057,
+                                65.964787,
+                                66.281917
+                            ],
+                            [
+                                58.082267,
+                                62.031957,
+                                64.144087,
+                                65.222157,
+                                66.003867,
+                                66.300357
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "A",
+                    "when": "!IE&OE&PDRV0&PDRV1&!SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                91.025262,
+                                92.647332,
+                                92.566402,
+                                92.262272,
+                                91.389152,
+                                90.466572
+                            ],
+                            [
+                                91.035741,
+                                92.676491,
+                                92.590481,
+                                92.287831,
+                                91.501181,
+                                90.583351
+                            ],
+                            [
+                                90.71754,
+                                92.6543,
+                                92.63443,
+                                92.39781,
+                                91.66871,
+                                90.78747
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                90.971953,
+                                95.908643,
+                                97.228783,
+                                97.791053,
+                                98.139553,
+                                98.356063
+                            ],
+                            [
+                                90.825057,
+                                96.008617,
+                                97.116367,
+                                97.990427,
+                                98.122667,
+                                98.319457
+                            ],
+                            [
+                                91.166077,
+                                95.957287,
+                                97.306937,
+                                97.896747,
+                                98.199347,
+                                98.402177
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "A",
+                    "when": "!IE&OE&PDRV0&PDRV1&SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                82.661822,
+                                89.265872,
+                                90.852362,
+                                91.406942,
+                                90.459362,
+                                89.333672
+                            ],
+                            [
+                                82.648861,
+                                89.299971,
+                                90.812891,
+                                91.387221,
+                                90.529221,
+                                89.392071
+                            ],
+                            [
+                                82.66884,
+                                89.06691,
+                                90.53622,
+                                91.10176,
+                                90.49821,
+                                89.37548
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                77.711363,
+                                82.334903,
+                                85.971813,
+                                88.765723,
+                                90.650113,
+                                92.211173
+                            ],
+                            [
+                                77.335927,
+                                82.603957,
+                                85.971577,
+                                88.536627,
+                                90.521477,
+                                92.471707
+                            ],
+                            [
+                                77.017677,
+                                82.344687,
+                                86.325997,
+                                88.217967,
+                                90.488137,
+                                92.303327
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "A&!IE&!PDRV0&!PDRV1&!SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                46.20149,
+                                45.32959,
+                                44.16536,
+                                42.18862,
+                                40.84039,
+                                38.58565
+                            ],
+                            [
+                                38.213652,
+                                37.315492,
+                                36.054002,
+                                34.542242,
+                                32.005122,
+                                31.112522
+                            ],
+                            [
+                                35.93239,
+                                35.049,
+                                34.46709,
+                                31.68737,
+                                31.68745,
+                                27.64622
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                3.240735,
+                                3.229295,
+                                3.225212,
+                                3.222328,
+                                3.220154,
+                                3.218528
+                            ],
+                            [
+                                2.543569,
+                                3.480758,
+                                3.727788,
+                                3.838448,
+                                3.901098,
+                                3.941538
+                            ],
+                            [
+                                3.88611,
+                                4.815677,
+                                5.084947,
+                                5.184157,
+                                5.242617,
+                                5.281107
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "A&!IE&!PDRV0&!PDRV1&SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                45.66755,
+                                45.15147,
+                                44.08206,
+                                42.78926,
+                                39.5362,
+                                38.52376
+                            ],
+                            [
+                                37.525132,
+                                36.914892,
+                                35.282782,
+                                33.634322,
+                                33.288342,
+                                30.415222
+                            ],
+                            [
+                                35.33826,
+                                34.72008,
+                                33.44185,
+                                31.91311,
+                                29.79113,
+                                28.66522
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                3.239195,
+                                3.18733,
+                                3.195385,
+                                3.188728,
+                                3.185645,
+                                3.183883
+                            ],
+                            [
+                                2.494349,
+                                3.601478,
+                                3.802518,
+                                3.895898,
+                                3.950388,
+                                3.986168
+                            ],
+                            [
+                                3.99293,
+                                4.827407,
+                                5.057937,
+                                5.167867,
+                                5.143807,
+                                5.189797
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "A&!IE&!PDRV0&PDRV1&!SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                70.14426,
+                                70.09419,
+                                69.26174,
+                                68.46003,
+                                67.20741,
+                                65.77875
+                            ],
+                            [
+                                62.145952,
+                                61.754222,
+                                61.094422,
+                                60.007542,
+                                58.812432,
+                                58.184972
+                            ],
+                            [
+                                59.68079,
+                                59.54902,
+                                58.74544,
+                                57.95037,
+                                56.64605,
+                                55.35426
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                5.488552,
+                                5.439499,
+                                5.436187,
+                                5.443984,
+                                5.446481,
+                                5.446782
+                            ],
+                            [
+                                12.951748,
+                                15.397588,
+                                16.238848,
+                                16.656438,
+                                16.907788,
+                                17.075678
+                            ],
+                            [
+                                15.336057,
+                                18.142437,
+                                19.086877,
+                                19.555507,
+                                19.835647,
+                                20.022777
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "A&!IE&!PDRV0&PDRV1&SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                65.149,
+                                67.97612,
+                                67.97492,
+                                67.08969,
+                                66.1932,
+                                64.52083
+                            ],
+                            [
+                                56.973662,
+                                59.656172,
+                                59.754242,
+                                58.922852,
+                                57.973652,
+                                56.461072
+                            ],
+                            [
+                                54.59939,
+                                57.81418,
+                                57.54227,
+                                56.68867,
+                                55.83983,
+                                54.50317
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                5.410738,
+                                5.362179,
+                                5.429114,
+                                5.474206,
+                                5.4915,
+                                5.495888
+                            ],
+                            [
+                                13.146758,
+                                15.893518,
+                                16.097508,
+                                16.488668,
+                                16.789958,
+                                17.005468
+                            ],
+                            [
+                                15.457827,
+                                18.208187,
+                                19.195057,
+                                19.705397,
+                                20.000927,
+                                20.192927
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "A&!IE&PDRV0&!PDRV1&!SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                60.34315,
+                                59.66009,
+                                58.93487,
+                                57.01664,
+                                57.20945,
+                                54.35935
+                            ],
+                            [
+                                52.195282,
+                                51.422362,
+                                50.624082,
+                                49.583432,
+                                47.596322,
+                                47.567742
+                            ],
+                            [
+                                49.68215,
+                                49.04724,
+                                48.23784,
+                                47.17241,
+                                45.26448,
+                                45.32034
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                5.515824,
+                                5.499098,
+                                5.498545,
+                                5.495519,
+                                5.492567,
+                                5.490207
+                            ],
+                            [
+                                8.542138,
+                                10.430108,
+                                10.966848,
+                                11.223248,
+                                11.371958,
+                                11.468668
+                            ],
+                            [
+                                10.005797,
+                                11.832677,
+                                12.325577,
+                                12.559987,
+                                12.699817,
+                                12.792407
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "A&!IE&PDRV0&!PDRV1&SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                57.8019,
+                                59.08647,
+                                57.92068,
+                                56.85694,
+                                55.34842,
+                                53.85436
+                            ],
+                            [
+                                49.671582,
+                                50.461732,
+                                49.576192,
+                                48.591922,
+                                46.804492,
+                                45.646922
+                            ],
+                            [
+                                47.29625,
+                                48.23152,
+                                47.26871,
+                                46.44417,
+                                44.39429,
+                                43.25946
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                5.486421,
+                                5.442961,
+                                5.447732,
+                                5.453469,
+                                5.45752,
+                                5.458174
+                            ],
+                            [
+                                8.594488,
+                                10.570068,
+                                11.057718,
+                                11.284728,
+                                11.422558,
+                                11.516558
+                            ],
+                            [
+                                10.183917,
+                                12.009577,
+                                12.619647,
+                                12.847877,
+                                12.952337,
+                                13.024487
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "A&!IE&PDRV0&PDRV1&!SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                83.86113,
+                                83.8736,
+                                83.24183,
+                                82.58016,
+                                81.31174,
+                                80.17381
+                            ],
+                            [
+                                75.731802,
+                                75.393552,
+                                74.794002,
+                                73.992772,
+                                73.063272,
+                                71.990092
+                            ],
+                            [
+                                73.10052,
+                                72.92028,
+                                72.34271,
+                                71.52281,
+                                70.62611,
+                                69.43183
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                7.774,
+                                7.717276,
+                                7.698658,
+                                7.698397,
+                                7.704361,
+                                7.707979
+                            ],
+                            [
+                                18.707468,
+                                22.000818,
+                                23.166128,
+                                23.800228,
+                                24.146658,
+                                24.392648
+                            ],
+                            [
+                                21.246457,
+                                24.697397,
+                                25.963427,
+                                26.621247,
+                                27.068137,
+                                27.375297
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "A&!IE&PDRV0&PDRV1&SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                75.63199,
+                                80.59926,
+                                80.79348,
+                                80.82578,
+                                79.75475,
+                                79.11105
+                            ],
+                            [
+                                67.138092,
+                                72.258712,
+                                72.341322,
+                                72.370392,
+                                71.346752,
+                                70.066812
+                            ],
+                            [
+                                64.69114,
+                                69.79106,
+                                69.99463,
+                                69.97551,
+                                68.84005,
+                                67.57496
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                7.726582,
+                                7.62866,
+                                7.728652,
+                                7.758732,
+                                7.738671,
+                                7.729207
+                            ],
+                            [
+                                18.791898,
+                                22.054508,
+                                23.274198,
+                                23.800518,
+                                24.181128,
+                                24.449338
+                            ],
+                            [
+                                21.319997,
+                                24.973937,
+                                26.433737,
+                                26.978807,
+                                27.340777,
+                                27.634757
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "!A&!IE&!PDRV0&!PDRV1&!SL",
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                44.34366,
+                                44.49607,
+                                44.9571,
+                                44.70102,
+                                44.37933,
+                                43.43992
+                            ],
+                            [
+                                36.656552,
+                                36.889742,
+                                37.083712,
+                                36.767172,
+                                37.465202,
+                                36.292492
+                            ],
+                            [
+                                34.52131,
+                                34.86465,
+                                34.61905,
+                                34.73919,
+                                35.42539,
+                                36.18153
+                            ]
+                        ]
+                    },
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                2.832047,
+                                -118.739196,
+                                -240.256096,
+                                -361.762996,
+                                -483.266596,
+                                -604.768996
+                            ],
+                            [
+                                -0.002741,
+                                -121.844562,
+                                -243.435562,
+                                -364.979762,
+                                -486.505862,
+                                -608.023162
+                            ],
+                            [
+                                0.573215,
+                                -121.413873,
+                                -242.949573,
+                                -364.454973,
+                                -485.949773,
+                                -607.448973
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "!A&!IE&!PDRV0&!PDRV1&SL",
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                41.16873,
+                                43.08204,
+                                43.77308,
+                                43.71188,
+                                42.6032,
+                                45.83383
+                            ],
+                            [
+                                33.452982,
+                                35.431112,
+                                36.178722,
+                                35.969082,
+                                35.840702,
+                                36.877482
+                            ],
+                            [
+                                31.35555,
+                                33.35696,
+                                33.9472,
+                                34.06876,
+                                34.08543,
+                                34.25674
+                            ]
+                        ]
+                    },
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                2.818465,
+                                -118.798696,
+                                -240.317396,
+                                -361.824896,
+                                -483.328796,
+                                -604.831096
+                            ],
+                            [
+                                0.038355,
+                                -121.824062,
+                                -243.421862,
+                                -364.967762,
+                                -486.494462,
+                                -608.011962
+                            ],
+                            [
+                                1.158378,
+                                -120.633673,
+                                -242.252173,
+                                -363.813673,
+                                -485.337273,
+                                -606.852273
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "!A&!IE&!PDRV0&PDRV1&!SL",
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                61.789,
+                                63.70983,
+                                63.97537,
+                                64.06392,
+                                64.11843,
+                                64.23655
+                            ],
+                            [
+                                54.173892,
+                                56.069262,
+                                56.303602,
+                                56.410062,
+                                56.473772,
+                                56.535492
+                            ],
+                            [
+                                52.14436,
+                                54.00388,
+                                54.1639,
+                                54.3637,
+                                54.37226,
+                                54.33334
+                            ]
+                        ]
+                    },
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                6.015477,
+                                -115.522896,
+                                -237.026296,
+                                -358.529996,
+                                -480.032796,
+                                -601.534796
+                            ],
+                            [
+                                10.610098,
+                                -111.464462,
+                                -233.191462,
+                                -354.809962,
+                                -476.382262,
+                                -597.930962
+                            ],
+                            [
+                                11.758137,
+                                -110.379773,
+                                -232.095373,
+                                -353.666173,
+                                -475.199973,
+                                -596.726573
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "!A&!IE&!PDRV0&PDRV1&SL",
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                52.1496,
+                                54.4916,
+                                56.8929,
+                                58.48204,
+                                59.82837,
+                                60.25682
+                            ],
+                            [
+                                44.252502,
+                                46.710782,
+                                49.150502,
+                                50.828662,
+                                52.078062,
+                                52.677262
+                            ],
+                            [
+                                41.98085,
+                                44.49474,
+                                46.94404,
+                                48.66421,
+                                49.97826,
+                                50.73247
+                            ]
+                        ]
+                    },
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                5.90172,
+                                -115.631496,
+                                -237.167396,
+                                -358.679596,
+                                -480.184696,
+                                -601.686796
+                            ],
+                            [
+                                10.729348,
+                                -111.321562,
+                                -233.040562,
+                                -354.658962,
+                                -476.231762,
+                                -597.780762
+                            ],
+                            [
+                                12.052717,
+                                -110.070373,
+                                -231.814473,
+                                -353.436073,
+                                -475.005073,
+                                -596.549273
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "!A&!IE&PDRV0&!PDRV1&!SL",
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                53.91927,
+                                54.63463,
+                                54.73619,
+                                54.84763,
+                                54.96678,
+                                54.65374
+                            ],
+                            [
+                                46.180482,
+                                46.886332,
+                                47.208852,
+                                46.984062,
+                                47.402292,
+                                47.549322
+                            ],
+                            [
+                                44.17458,
+                                44.90009,
+                                45.04055,
+                                45.14151,
+                                45.20271,
+                                45.22253
+                            ]
+                        ]
+                    },
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                6.096703,
+                                -115.500896,
+                                -237.025296,
+                                -358.537296,
+                                -480.044396,
+                                -601.549996
+                            ],
+                            [
+                                5.629868,
+                                -116.432562,
+                                -238.093562,
+                                -359.711962,
+                                -481.262162,
+                                -602.795162
+                            ],
+                            [
+                                6.685467,
+                                -115.327773,
+                                -236.912473,
+                                -358.462073,
+                                -480.001473,
+                                -601.531073
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "!A&!IE&PDRV0&!PDRV1&SL",
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                46.94478,
+                                49.56769,
+                                51.53141,
+                                52.43669,
+                                52.83299,
+                                52.72906
+                            ],
+                            [
+                                39.135552,
+                                41.929082,
+                                43.890022,
+                                44.825362,
+                                45.194322,
+                                44.954282
+                            ],
+                            [
+                                37.00719,
+                                39.6978,
+                                41.61516,
+                                42.71423,
+                                43.12317,
+                                43.51934
+                            ]
+                        ]
+                    },
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                5.978411,
+                                -115.666296,
+                                -237.182396,
+                                -358.696396,
+                                -480.206196,
+                                -601.713096
+                            ],
+                            [
+                                5.728628,
+                                -116.264062,
+                                -237.952462,
+                                -359.538162,
+                                -481.087462,
+                                -602.619462
+                            ],
+                            [
+                                6.480147,
+                                -115.199673,
+                                -236.918273,
+                                -358.527273,
+                                -480.094373,
+                                -601.637373
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "!A&!IE&PDRV0&PDRV1&!SL",
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                69.925,
+                                73.30606,
+                                73.64918,
+                                73.92958,
+                                73.98635,
+                                74.2152
+                            ],
+                            [
+                                62.258172,
+                                65.668302,
+                                66.029432,
+                                66.267872,
+                                66.351852,
+                                66.552212
+                            ],
+                            [
+                                60.33877,
+                                63.62629,
+                                64.04764,
+                                64.33259,
+                                64.38462,
+                                64.43063
+                            ]
+                        ]
+                    },
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                9.284244,
+                                -112.317596,
+                                -233.813196,
+                                -355.326696,
+                                -476.832596,
+                                -598.336196
+                            ],
+                            [
+                                15.890548,
+                                -106.199472,
+                                -227.930862,
+                                -349.361762,
+                                -470.940262,
+                                -592.499262
+                            ],
+                            [
+                                17.230467,
+                                -105.217943,
+                                -227.031273,
+                                -348.353573,
+                                -469.965273,
+                                -591.558073
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "!A&!IE&PDRV0&PDRV1&SL",
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                58.12711,
+                                60.27778,
+                                62.6945,
+                                65.06255,
+                                66.40892,
+                                68.23839
+                            ],
+                            [
+                                50.145552,
+                                52.420282,
+                                54.940522,
+                                57.342552,
+                                58.752332,
+                                60.580212
+                            ],
+                            [
+                                47.86273,
+                                50.25012,
+                                52.80872,
+                                55.11593,
+                                56.87753,
+                                58.18006
+                            ]
+                        ]
+                    },
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                9.097364,
+                                -112.468396,
+                                -234.005096,
+                                -355.485396,
+                                -476.978896,
+                                -598.476496
+                            ],
+                            [
+                                16.158768,
+                                -105.933982,
+                                -227.681562,
+                                -349.331662,
+                                -470.948062,
+                                -592.528462
+                            ],
+                            [
+                                17.378117,
+                                -104.516283,
+                                -226.549373,
+                                -348.071573,
+                                -469.503673,
+                                -590.952973
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "A",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                134.290029,
+                                138.099831,
+                                137.382911,
+                                136.435486,
+                                132.927022,
+                                131.193854
+                            ],
+                            [
+                                134.273757,
+                                138.101742,
+                                137.449837,
+                                136.327352,
+                                133.088464,
+                                130.926674
+                            ],
+                            [
+                                134.410313,
+                                138.11589,
+                                137.613438,
+                                135.84113,
+                                134.096117,
+                                131.103665
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                134.832581,
+                                141.055128,
+                                144.115956,
+                                145.942758,
+                                147.147821,
+                                147.914156
+                            ],
+                            [
+                                134.579587,
+                                140.979149,
+                                143.909921,
+                                146.124476,
+                                146.807224,
+                                148.551814
+                            ],
+                            [
+                                134.511714,
+                                140.932074,
+                                144.076932,
+                                145.866124,
+                                147.340129,
+                                147.951144
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                69.103113,
+                                -51.609335,
+                                -173.802279,
+                                -296.379519,
+                                -419.184176,
+                                -542.248738
+                            ],
+                            [
+                                63.047254,
+                                -58.263449,
+                                -180.653356,
+                                -303.214315,
+                                -426.120239,
+                                -548.84298
+                            ],
+                            [
+                                61.704692,
+                                -59.454623,
+                                -181.810305,
+                                -304.428871,
+                                -427.245937,
+                                -550.187641
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                59.03115,
+                                60.884,
+                                61.983652,
+                                62.621334,
+                                62.857659,
+                                63.41677
+                            ],
+                            [
+                                56.503513,
+                                60.679217,
+                                62.389615,
+                                63.297875,
+                                64.028759,
+                                64.481853
+                            ],
+                            [
+                                56.351804,
+                                60.587728,
+                                62.369183,
+                                63.470121,
+                                64.216679,
+                                64.796274
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "rise_power power_inputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "values": [
+                            -33.76983,
+                            -33.82723,
+                            -33.95191
+                        ]
+                    },
+                    "fall_power power_inputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "values": [
+                            33.59926,
+                            34.08132,
+                            34.29516
+                        ]
+                    }
+                }
+            ],
+            "timing ": [
+                {
+                    "related_pin": "A",
+                    "timing_type": "combinational",
+                    "timing_sense": "positive_unate",
+                    "when": "!IE&OE&!PDRV0&!PDRV1&!SL",
+                    "sdf_cond": "IE==1'b0&&OE==1'b1&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b0",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.900766,
+                            8.900766,
+                            14.900766,
+                            20.900766,
+                            26.900766,
+                            32.900766
+                        ],
+                        "values": [
+                            [
+                                3.750088,
+                                5.008366,
+                                6.254528,
+                                7.502156,
+                                8.745905,
+                                10.00859
+                            ],
+                            [
+                                3.823617,
+                                5.081903,
+                                6.330059,
+                                7.574372,
+                                8.817707,
+                                10.08221
+                            ],
+                            [
+                                3.86243,
+                                5.120812,
+                                6.369404,
+                                7.612937,
+                                8.866325,
+                                10.10815
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.900766,
+                            8.900766,
+                            14.900766,
+                            20.900766,
+                            26.900766,
+                            32.900766
+                        ],
+                        "values": [
+                            [
+                                1.525536,
+                                4.093223,
+                                6.694233,
+                                9.344528,
+                                11.99097,
+                                14.62369
+                            ],
+                            [
+                                1.525714,
+                                4.09205,
+                                6.708789,
+                                9.35308,
+                                11.99411,
+                                14.62777
+                            ],
+                            [
+                                1.527726,
+                                4.088994,
+                                6.719307,
+                                9.344955,
+                                11.95602,
+                                14.62286
+                            ]
+                        ]
+                    },
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.900766,
+                            8.900766,
+                            14.900766,
+                            20.900766,
+                            26.900766,
+                            32.900766
+                        ],
+                        "values": [
+                            [
+                                3.878976,
+                                4.952206,
+                                5.976354,
+                                6.998535,
+                                8.018492,
+                                9.039718
+                            ],
+                            [
+                                4.007136,
+                                5.078944,
+                                6.104038,
+                                7.126195,
+                                8.146154,
+                                9.166662
+                            ],
+                            [
+                                4.173176,
+                                5.246187,
+                                6.270104,
+                                7.28984,
+                                8.315242,
+                                9.328285
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.900766,
+                            8.900766,
+                            14.900766,
+                            20.900766,
+                            26.900766,
+                            32.900766
+                        ],
+                        "values": [
+                            [
+                                1.285089,
+                                3.164246,
+                                5.099984,
+                                7.070216,
+                                9.034293,
+                                11.0169
+                            ],
+                            [
+                                1.281017,
+                                3.162424,
+                                5.102578,
+                                7.067986,
+                                9.034756,
+                                11.02103
+                            ],
+                            [
+                                1.283884,
+                                3.161159,
+                                5.105218,
+                                7.076116,
+                                9.054927,
+                                11.02452
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "A",
+                    "timing_type": "combinational",
+                    "timing_sense": "positive_unate",
+                    "when": "!IE&OE&!PDRV0&!PDRV1&SL",
+                    "sdf_cond": "IE==1'b0&&OE==1'b1&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b1",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.900766,
+                            8.900766,
+                            14.900766,
+                            20.900766,
+                            26.900766,
+                            32.900766
+                        ],
+                        "values": [
+                            [
+                                4.478705,
+                                6.189715,
+                                7.49694,
+                                8.755827,
+                                10.00344,
+                                11.257
+                            ],
+                            [
+                                4.552058,
+                                6.263242,
+                                7.570437,
+                                8.829348,
+                                10.07708,
+                                11.33059
+                            ],
+                            [
+                                4.591319,
+                                6.302089,
+                                7.609032,
+                                8.867809,
+                                10.11474,
+                                11.36855
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.900766,
+                            8.900766,
+                            14.900766,
+                            20.900766,
+                            26.900766,
+                            32.900766
+                        ],
+                        "values": [
+                            [
+                                2.656789,
+                                5.001767,
+                                7.347833,
+                                9.779539,
+                                12.32952,
+                                14.8906
+                            ],
+                            [
+                                2.656997,
+                                5.001821,
+                                7.347341,
+                                9.780188,
+                                12.32979,
+                                14.89065
+                            ],
+                            [
+                                2.658345,
+                                4.994821,
+                                7.349832,
+                                9.777461,
+                                12.32923,
+                                14.88567
+                            ]
+                        ]
+                    },
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.900766,
+                            8.900766,
+                            14.900766,
+                            20.900766,
+                            26.900766,
+                            32.900766
+                        ],
+                        "values": [
+                            [
+                                4.104398,
+                                6.011496,
+                                7.532887,
+                                8.831766,
+                                10.01495,
+                                11.13481
+                            ],
+                            [
+                                4.232093,
+                                6.139114,
+                                7.658872,
+                                8.961067,
+                                10.14837,
+                                11.26491
+                            ],
+                            [
+                                4.398102,
+                                6.305903,
+                                7.826467,
+                                9.128815,
+                                10.3122,
+                                11.43056
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.900766,
+                            8.900766,
+                            14.900766,
+                            20.900766,
+                            26.900766,
+                            32.900766
+                        ],
+                        "values": [
+                            [
+                                2.087962,
+                                4.839934,
+                                6.964268,
+                                8.904733,
+                                10.75818,
+                                12.62744
+                            ],
+                            [
+                                2.088109,
+                                4.853308,
+                                6.957278,
+                                8.903585,
+                                10.76356,
+                                12.62758
+                            ],
+                            [
+                                2.086519,
+                                4.849398,
+                                6.950986,
+                                8.895395,
+                                10.78116,
+                                12.60315
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "A",
+                    "timing_type": "combinational",
+                    "timing_sense": "positive_unate",
+                    "when": "!IE&OE&!PDRV0&PDRV1&!SL",
+                    "sdf_cond": "IE==1'b0&&OE==1'b1&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b0",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.900766,
+                            8.900766,
+                            14.900766,
+                            20.900766,
+                            26.900766,
+                            32.900766
+                        ],
+                        "values": [
+                            [
+                                3.249498,
+                                3.727059,
+                                4.151465,
+                                4.570173,
+                                4.98525,
+                                5.402011
+                            ],
+                            [
+                                3.323101,
+                                3.800669,
+                                4.225079,
+                                4.64379,
+                                5.058868,
+                                5.475551
+                            ],
+                            [
+                                3.361146,
+                                3.839054,
+                                4.263353,
+                                4.681477,
+                                5.097978,
+                                5.51334
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.900766,
+                            8.900766,
+                            14.900766,
+                            20.900766,
+                            26.900766,
+                            32.900766
+                        ],
+                        "values": [
+                            [
+                                0.751687,
+                                1.512644,
+                                2.344419,
+                                3.19667,
+                                4.065112,
+                                4.927736
+                            ],
+                            [
+                                0.751637,
+                                1.512633,
+                                2.3444,
+                                3.196622,
+                                4.065136,
+                                4.92723
+                            ],
+                            [
+                                0.749522,
+                                1.507815,
+                                2.345123,
+                                3.194408,
+                                4.063896,
+                                4.933441
+                            ]
+                        ]
+                    },
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.900766,
+                            8.900766,
+                            14.900766,
+                            20.900766,
+                            26.900766,
+                            32.900766
+                        ],
+                        "values": [
+                            [
+                                3.410548,
+                                3.894936,
+                                4.27477,
+                                4.629641,
+                                4.976768,
+                                5.31995
+                            ],
+                            [
+                                3.538088,
+                                4.022991,
+                                4.40225,
+                                4.757662,
+                                5.103761,
+                                5.446489
+                            ],
+                            [
+                                3.70444,
+                                4.189308,
+                                4.568457,
+                                4.92386,
+                                5.269754,
+                                5.612684
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.900766,
+                            8.900766,
+                            14.900766,
+                            20.900766,
+                            26.900766,
+                            32.900766
+                        ],
+                        "values": [
+                            [
+                                0.677844,
+                                1.298269,
+                                1.905676,
+                                2.523544,
+                                3.158208,
+                                3.799379
+                            ],
+                            [
+                                0.675913,
+                                1.298034,
+                                1.905614,
+                                2.52871,
+                                3.16137,
+                                3.803718
+                            ],
+                            [
+                                0.676551,
+                                1.299557,
+                                1.905804,
+                                2.528706,
+                                3.158216,
+                                3.800121
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "A",
+                    "timing_type": "combinational",
+                    "timing_sense": "positive_unate",
+                    "when": "!IE&OE&!PDRV0&PDRV1&SL",
+                    "sdf_cond": "IE==1'b0&&OE==1'b1&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b1",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.900766,
+                            8.900766,
+                            14.900766,
+                            20.900766,
+                            26.900766,
+                            32.900766
+                        ],
+                        "values": [
+                            [
+                                3.327049,
+                                4.432652,
+                                5.130001,
+                                5.676612,
+                                6.159238,
+                                6.609086
+                            ],
+                            [
+                                3.400614,
+                                4.506184,
+                                5.203528,
+                                5.750132,
+                                6.232728,
+                                6.682611
+                            ],
+                            [
+                                3.438126,
+                                4.54444,
+                                5.241725,
+                                5.788636,
+                                6.269065,
+                                6.720716
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.900766,
+                            8.900766,
+                            14.900766,
+                            20.900766,
+                            26.900766,
+                            32.900766
+                        ],
+                        "values": [
+                            [
+                                1.39841,
+                                2.641911,
+                                3.473289,
+                                4.231969,
+                                4.985309,
+                                5.751503
+                            ],
+                            [
+                                1.398392,
+                                2.641872,
+                                3.473286,
+                                4.231933,
+                                4.985429,
+                                5.751484
+                            ],
+                            [
+                                1.395718,
+                                2.641445,
+                                3.473221,
+                                4.232676,
+                                4.985601,
+                                5.753228
+                            ]
+                        ]
+                    },
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.900766,
+                            8.900766,
+                            14.900766,
+                            20.900766,
+                            26.900766,
+                            32.900766
+                        ],
+                        "values": [
+                            [
+                                3.373029,
+                                4.095322,
+                                4.77505,
+                                5.404407,
+                                5.985128,
+                                6.522932
+                            ],
+                            [
+                                3.50071,
+                                4.223038,
+                                4.902762,
+                                5.532064,
+                                6.113015,
+                                6.650647
+                            ],
+                            [
+                                3.66693,
+                                4.389165,
+                                5.068567,
+                                5.698615,
+                                6.279246,
+                                6.81679
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.900766,
+                            8.900766,
+                            14.900766,
+                            20.900766,
+                            26.900766,
+                            32.900766
+                        ],
+                        "values": [
+                            [
+                                0.783269,
+                                2.03964,
+                                3.089242,
+                                3.991854,
+                                4.788077,
+                                5.522245
+                            ],
+                            [
+                                0.783276,
+                                2.039944,
+                                3.091852,
+                                3.989297,
+                                4.792384,
+                                5.537738
+                            ],
+                            [
+                                0.783326,
+                                2.039086,
+                                3.090334,
+                                3.991676,
+                                4.797266,
+                                5.540408
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "A",
+                    "timing_type": "combinational",
+                    "timing_sense": "positive_unate",
+                    "when": "!IE&OE&PDRV0&!PDRV1&!SL",
+                    "sdf_cond": "IE==1'b0&&OE==1'b1&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b0",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.900766,
+                            8.900766,
+                            14.900766,
+                            20.900766,
+                            26.900766,
+                            32.900766
+                        ],
+                        "values": [
+                            [
+                                3.397328,
+                                4.056695,
+                                4.684083,
+                                5.308839,
+                                5.931412,
+                                6.554306
+                            ],
+                            [
+                                3.470838,
+                                4.130221,
+                                4.757536,
+                                5.382345,
+                                6.004819,
+                                6.627712
+                            ],
+                            [
+                                3.50919,
+                                4.168313,
+                                4.795416,
+                                5.420319,
+                                6.042808,
+                                6.666431
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.900766,
+                            8.900766,
+                            14.900766,
+                            20.900766,
+                            26.900766,
+                            32.900766
+                        ],
+                        "values": [
+                            [
+                                0.921431,
+                                2.13645,
+                                3.416172,
+                                4.718344,
+                                6.036423,
+                                7.350953
+                            ],
+                            [
+                                0.922543,
+                                2.134946,
+                                3.412204,
+                                4.71934,
+                                6.036274,
+                                7.351559
+                            ],
+                            [
+                                0.922039,
+                                2.134145,
+                                3.418118,
+                                4.723574,
+                                6.035041,
+                                7.347821
+                            ]
+                        ]
+                    },
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.900766,
+                            8.900766,
+                            14.900766,
+                            20.900766,
+                            26.900766,
+                            32.900766
+                        ],
+                        "values": [
+                            [
+                                3.545335,
+                                4.163427,
+                                4.69581,
+                                5.212303,
+                                5.723756,
+                                6.234124
+                            ],
+                            [
+                                3.673281,
+                                4.29137,
+                                4.823468,
+                                5.340055,
+                                5.851255,
+                                6.361463
+                            ],
+                            [
+                                3.839401,
+                                4.457562,
+                                4.989502,
+                                5.506237,
+                                6.017332,
+                                6.52751
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.900766,
+                            8.900766,
+                            14.900766,
+                            20.900766,
+                            26.900766,
+                            32.900766
+                        ],
+                        "values": [
+                            [
+                                0.829036,
+                                1.740293,
+                                2.677171,
+                                3.639329,
+                                4.601601,
+                                5.57941
+                            ],
+                            [
+                                0.829174,
+                                1.742787,
+                                2.678471,
+                                3.638233,
+                                4.604739,
+                                5.583972
+                            ],
+                            [
+                                0.829625,
+                                1.738392,
+                                2.680257,
+                                3.637238,
+                                4.607271,
+                                5.586314
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "A",
+                    "timing_type": "combinational",
+                    "timing_sense": "positive_unate",
+                    "when": "!IE&OE&PDRV0&!PDRV1&SL",
+                    "sdf_cond": "IE==1'b0&&OE==1'b1&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b1",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.900766,
+                            8.900766,
+                            14.900766,
+                            20.900766,
+                            26.900766,
+                            32.900766
+                        ],
+                        "values": [
+                            [
+                                3.682912,
+                                4.99455,
+                                5.815895,
+                                6.512642,
+                                7.163289,
+                                7.797485
+                            ],
+                            [
+                                3.756423,
+                                5.067798,
+                                5.889324,
+                                6.585965,
+                                7.23681,
+                                7.871017
+                            ],
+                            [
+                                3.794822,
+                                5.106252,
+                                5.927714,
+                                6.624157,
+                                7.275198,
+                                7.90934
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.900766,
+                            8.900766,
+                            14.900766,
+                            20.900766,
+                            26.900766,
+                            32.900766
+                        ],
+                        "values": [
+                            [
+                                1.815785,
+                                3.277837,
+                                4.423011,
+                                5.560989,
+                                6.731854,
+                                7.926755
+                            ],
+                            [
+                                1.815759,
+                                3.278083,
+                                4.421846,
+                                5.561203,
+                                6.731832,
+                                7.926593
+                            ],
+                            [
+                                1.815446,
+                                3.274644,
+                                4.42177,
+                                5.559942,
+                                6.731646,
+                                7.927609
+                            ]
+                        ]
+                    },
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.900766,
+                            8.900766,
+                            14.900766,
+                            20.900766,
+                            26.900766,
+                            32.900766
+                        ],
+                        "values": [
+                            [
+                                3.551974,
+                                4.606249,
+                                5.557836,
+                                6.401208,
+                                7.150899,
+                                7.84364
+                            ],
+                            [
+                                3.679647,
+                                4.733849,
+                                5.685522,
+                                6.528689,
+                                7.281091,
+                                7.971306
+                            ],
+                            [
+                                3.84593,
+                                4.90052,
+                                5.851794,
+                                6.695056,
+                                7.447426,
+                                8.137189
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.900766,
+                            8.900766,
+                            14.900766,
+                            20.900766,
+                            26.900766,
+                            32.900766
+                        ],
+                        "values": [
+                            [
+                                1.117963,
+                                2.866085,
+                                4.216587,
+                                5.359766,
+                                6.420202,
+                                7.402823
+                            ],
+                            [
+                                1.118124,
+                                2.865684,
+                                4.21623,
+                                5.369738,
+                                6.425823,
+                                7.422175
+                            ],
+                            [
+                                1.117417,
+                                2.868675,
+                                4.217406,
+                                5.369344,
+                                6.420464,
+                                7.42269
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "A",
+                    "timing_type": "combinational",
+                    "timing_sense": "positive_unate",
+                    "when": "!IE&OE&PDRV0&PDRV1&!SL",
+                    "sdf_cond": "IE==1'b0&&OE==1'b1&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b0",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.900766,
+                            8.900766,
+                            14.900766,
+                            20.900766,
+                            26.900766,
+                            32.900766
+                        ],
+                        "values": [
+                            [
+                                3.165313,
+                                3.562456,
+                                3.888194,
+                                4.204403,
+                                4.519185,
+                                4.831949
+                            ],
+                            [
+                                3.238889,
+                                3.635941,
+                                3.961782,
+                                4.27803,
+                                4.592781,
+                                4.905543
+                            ],
+                            [
+                                3.277002,
+                                3.673527,
+                                4.00067,
+                                4.316746,
+                                4.630227,
+                                4.942869
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.900766,
+                            8.900766,
+                            14.900766,
+                            20.900766,
+                            26.900766,
+                            32.900766
+                        ],
+                        "values": [
+                            [
+                                0.686443,
+                                1.215834,
+                                1.820805,
+                                2.449952,
+                                3.091911,
+                                3.734659
+                            ],
+                            [
+                                0.686404,
+                                1.216319,
+                                1.820705,
+                                2.449051,
+                                3.092096,
+                                3.733996
+                            ],
+                            [
+                                0.686536,
+                                1.218555,
+                                1.822991,
+                                2.450497,
+                                3.087638,
+                                3.73329
+                            ]
+                        ]
+                    },
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.900766,
+                            8.900766,
+                            14.900766,
+                            20.900766,
+                            26.900766,
+                            32.900766
+                        ],
+                        "values": [
+                            [
+                                3.315402,
+                                3.740895,
+                                4.048277,
+                                4.326413,
+                                4.59277,
+                                4.85395
+                            ],
+                            [
+                                3.443143,
+                                3.868622,
+                                4.175939,
+                                4.454152,
+                                4.720459,
+                                4.982184
+                            ],
+                            [
+                                3.609338,
+                                4.035255,
+                                4.342177,
+                                4.620613,
+                                4.887141,
+                                5.148368
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.900766,
+                            8.900766,
+                            14.900766,
+                            20.900766,
+                            26.900766,
+                            32.900766
+                        ],
+                        "values": [
+                            [
+                                0.588041,
+                                1.081479,
+                                1.53456,
+                                1.985429,
+                                2.45224,
+                                2.916221
+                            ],
+                            [
+                                0.588149,
+                                1.081297,
+                                1.530998,
+                                1.989745,
+                                2.449201,
+                                2.92067
+                            ],
+                            [
+                                0.586309,
+                                1.08188,
+                                1.53359,
+                                1.987057,
+                                2.453708,
+                                2.925631
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "A",
+                    "timing_type": "combinational",
+                    "timing_sense": "positive_unate",
+                    "when": "!IE&OE&PDRV0&PDRV1&SL",
+                    "sdf_cond": "IE==1'b0&&OE==1'b1&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b1",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.900766,
+                            8.900766,
+                            14.900766,
+                            20.900766,
+                            26.900766,
+                            32.900766
+                        ],
+                        "values": [
+                            [
+                                3.145334,
+                                4.079703,
+                                4.717273,
+                                5.201782,
+                                5.606905,
+                                5.977486
+                            ],
+                            [
+                                3.218487,
+                                4.153262,
+                                4.790743,
+                                5.275129,
+                                5.680377,
+                                6.050926
+                            ],
+                            [
+                                3.257219,
+                                4.191497,
+                                4.829026,
+                                5.313256,
+                                5.718635,
+                                6.088961
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.900766,
+                            8.900766,
+                            14.900766,
+                            20.900766,
+                            26.900766,
+                            32.900766
+                        ],
+                        "values": [
+                            [
+                                1.128849,
+                                2.261934,
+                                2.969016,
+                                3.563245,
+                                4.135388,
+                                4.698739
+                            ],
+                            [
+                                1.127546,
+                                2.261678,
+                                2.968995,
+                                3.562715,
+                                4.134769,
+                                4.698053
+                            ],
+                            [
+                                1.129084,
+                                2.261708,
+                                2.968973,
+                                3.562567,
+                                4.132508,
+                                4.694685
+                            ]
+                        ]
+                    },
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.900766,
+                            8.900766,
+                            14.900766,
+                            20.900766,
+                            26.900766,
+                            32.900766
+                        ],
+                        "values": [
+                            [
+                                3.27382,
+                                3.830429,
+                                4.353915,
+                                4.852376,
+                                5.321209,
+                                5.762768
+                            ],
+                            [
+                                3.401502,
+                                3.958117,
+                                4.481481,
+                                4.980043,
+                                5.448809,
+                                5.890219
+                            ],
+                            [
+                                3.567744,
+                                4.12431,
+                                4.647793,
+                                5.146271,
+                                5.615811,
+                                6.057683
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.900766,
+                            8.900766,
+                            14.900766,
+                            20.900766,
+                            26.900766,
+                            32.900766
+                        ],
+                        "values": [
+                            [
+                                0.619288,
+                                1.581244,
+                                2.444769,
+                                3.187503,
+                                3.862427,
+                                4.460667
+                            ],
+                            [
+                                0.619202,
+                                1.580828,
+                                2.44417,
+                                3.190683,
+                                3.857928,
+                                4.467692
+                            ],
+                            [
+                                0.619654,
+                                1.582194,
+                                2.444541,
+                                3.187254,
+                                3.85747,
+                                4.474137
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "A&!IE&!PDRV0&!PDRV1&!SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b0",
+                    "timing_type": "three_state_enable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.900766,
+                            8.900766,
+                            14.900766,
+                            20.900766,
+                            26.900766,
+                            32.900766
+                        ],
+                        "values": [
+                            [
+                                3.294497,
+                                4.547367,
+                                5.792084,
+                                7.041048,
+                                8.30251,
+                                9.534963
+                            ],
+                            [
+                                3.322215,
+                                4.57503,
+                                5.820989,
+                                7.064557,
+                                8.306992,
+                                9.581497
+                            ],
+                            [
+                                3.336862,
+                                4.589714,
+                                5.832737,
+                                7.081407,
+                                8.325182,
+                                9.593424
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.900766,
+                            8.900766,
+                            14.900766,
+                            20.900766,
+                            26.900766,
+                            32.900766
+                        ],
+                        "values": [
+                            [
+                                1.544957,
+                                4.096634,
+                                6.720849,
+                                9.352641,
+                                11.97182,
+                                14.62169
+                            ],
+                            [
+                                1.544543,
+                                4.095825,
+                                6.705666,
+                                9.353839,
+                                11.9944,
+                                14.61594
+                            ],
+                            [
+                                1.544804,
+                                4.094753,
+                                6.707647,
+                                9.340067,
+                                11.98128,
+                                14.58696
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "A&!IE&!PDRV0&!PDRV1&SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b1",
+                    "timing_type": "three_state_enable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.900766,
+                            8.900766,
+                            14.900766,
+                            20.900766,
+                            26.900766,
+                            32.900766
+                        ],
+                        "values": [
+                            [
+                                4.001643,
+                                5.727395,
+                                7.035875,
+                                8.294257,
+                                9.541111,
+                                10.79439
+                            ],
+                            [
+                                4.029149,
+                                5.754752,
+                                7.063221,
+                                8.321244,
+                                9.570429,
+                                10.8225
+                            ],
+                            [
+                                4.04353,
+                                5.768838,
+                                7.080549,
+                                8.336579,
+                                9.584187,
+                                10.82684
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.900766,
+                            8.900766,
+                            14.900766,
+                            20.900766,
+                            26.900766,
+                            32.900766
+                        ],
+                        "values": [
+                            [
+                                2.702603,
+                                5.050163,
+                                7.380633,
+                                9.804658,
+                                12.34167,
+                                14.89829
+                            ],
+                            [
+                                2.700972,
+                                5.053715,
+                                7.373217,
+                                9.817318,
+                                12.34336,
+                                14.90275
+                            ],
+                            [
+                                2.701212,
+                                5.049424,
+                                7.382125,
+                                9.829648,
+                                12.34454,
+                                14.91046
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "A&!IE&!PDRV0&PDRV1&!SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b0",
+                    "timing_type": "three_state_enable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.900766,
+                            8.900766,
+                            14.900766,
+                            20.900766,
+                            26.900766,
+                            32.900766
+                        ],
+                        "values": [
+                            [
+                                2.830731,
+                                3.305885,
+                                3.727016,
+                                4.143241,
+                                4.559904,
+                                4.974984
+                            ],
+                            [
+                                2.87738,
+                                3.353828,
+                                3.775275,
+                                4.1918,
+                                4.606841,
+                                5.021564
+                            ],
+                            [
+                                2.90392,
+                                3.380375,
+                                3.801648,
+                                4.217528,
+                                4.63444,
+                                5.04965
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.900766,
+                            8.900766,
+                            14.900766,
+                            20.900766,
+                            26.900766,
+                            32.900766
+                        ],
+                        "values": [
+                            [
+                                0.809498,
+                                1.534607,
+                                2.355527,
+                                3.205878,
+                                4.064548,
+                                4.929789
+                            ],
+                            [
+                                0.811053,
+                                1.536497,
+                                2.357462,
+                                3.204878,
+                                4.06955,
+                                4.938859
+                            ],
+                            [
+                                0.810816,
+                                1.537708,
+                                2.35566,
+                                3.207132,
+                                4.063775,
+                                4.93072
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "A&!IE&!PDRV0&PDRV1&SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b1",
+                    "timing_type": "three_state_enable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.900766,
+                            8.900766,
+                            14.900766,
+                            20.900766,
+                            26.900766,
+                            32.900766
+                        ],
+                        "values": [
+                            [
+                                2.893007,
+                                3.995234,
+                                4.701482,
+                                5.248456,
+                                5.733261,
+                                6.181858
+                            ],
+                            [
+                                2.941272,
+                                4.04284,
+                                4.748987,
+                                5.296066,
+                                5.780743,
+                                6.229647
+                            ],
+                            [
+                                2.969117,
+                                4.0688,
+                                4.774906,
+                                5.322778,
+                                5.807339,
+                                6.257774
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.900766,
+                            8.900766,
+                            14.900766,
+                            20.900766,
+                            26.900766,
+                            32.900766
+                        ],
+                        "values": [
+                            [
+                                1.413474,
+                                2.681552,
+                                3.521963,
+                                4.278124,
+                                5.027235,
+                                5.789275
+                            ],
+                            [
+                                1.413212,
+                                2.68075,
+                                3.521156,
+                                4.278825,
+                                5.025311,
+                                5.787355
+                            ],
+                            [
+                                1.414398,
+                                2.676747,
+                                3.522185,
+                                4.281852,
+                                5.033193,
+                                5.776321
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "A&!IE&PDRV0&!PDRV1&!SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b0",
+                    "timing_type": "three_state_enable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.900766,
+                            8.900766,
+                            14.900766,
+                            20.900766,
+                            26.900766,
+                            32.900766
+                        ],
+                        "values": [
+                            [
+                                2.927989,
+                                3.582911,
+                                4.206912,
+                                4.830504,
+                                5.451691,
+                                6.07392
+                            ],
+                            [
+                                2.955,
+                                3.6099,
+                                4.233504,
+                                4.857086,
+                                5.478307,
+                                6.099982
+                            ],
+                            [
+                                2.969524,
+                                3.624442,
+                                4.248288,
+                                4.871346,
+                                5.49261,
+                                6.114332
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.900766,
+                            8.900766,
+                            14.900766,
+                            20.900766,
+                            26.900766,
+                            32.900766
+                        ],
+                        "values": [
+                            [
+                                0.965762,
+                                2.144168,
+                                3.416582,
+                                4.722341,
+                                6.036828,
+                                7.353503
+                            ],
+                            [
+                                0.963419,
+                                2.14987,
+                                3.428417,
+                                4.726533,
+                                6.029286,
+                                7.343761
+                            ],
+                            [
+                                0.962008,
+                                2.149942,
+                                3.428184,
+                                4.725275,
+                                6.027185,
+                                7.339297
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "A&!IE&PDRV0&!PDRV1&SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b1",
+                    "timing_type": "three_state_enable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.900766,
+                            8.900766,
+                            14.900766,
+                            20.900766,
+                            26.900766,
+                            32.900766
+                        ],
+                        "values": [
+                            [
+                                3.181106,
+                                4.505424,
+                                5.332907,
+                                6.031004,
+                                6.684227,
+                                7.318291
+                            ],
+                            [
+                                3.210702,
+                                4.534791,
+                                5.362496,
+                                6.059881,
+                                6.712775,
+                                7.346726
+                            ],
+                            [
+                                3.225575,
+                                4.54871,
+                                5.376942,
+                                6.076462,
+                                6.727391,
+                                7.361308
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.900766,
+                            8.900766,
+                            14.900766,
+                            20.900766,
+                            26.900766,
+                            32.900766
+                        ],
+                        "values": [
+                            [
+                                1.84038,
+                                3.331319,
+                                4.476665,
+                                5.594284,
+                                6.76772,
+                                7.955011
+                            ],
+                            [
+                                1.835996,
+                                3.32704,
+                                4.476441,
+                                5.597105,
+                                6.769936,
+                                7.959451
+                            ],
+                            [
+                                1.838255,
+                                3.331776,
+                                4.473848,
+                                5.604377,
+                                6.769909,
+                                7.95992
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "A&!IE&PDRV0&PDRV1&!SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b0",
+                    "timing_type": "three_state_enable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.900766,
+                            8.900766,
+                            14.900766,
+                            20.900766,
+                            26.900766,
+                            32.900766
+                        ],
+                        "values": [
+                            [
+                                2.717254,
+                                3.117288,
+                                3.44166,
+                                3.755839,
+                                4.06889,
+                                4.380657
+                            ],
+                            [
+                                2.759733,
+                                3.161613,
+                                3.485553,
+                                3.800151,
+                                4.113039,
+                                4.424118
+                            ],
+                            [
+                                2.784301,
+                                3.187216,
+                                3.511383,
+                                3.826091,
+                                4.138835,
+                                4.449926
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.900766,
+                            8.900766,
+                            14.900766,
+                            20.900766,
+                            26.900766,
+                            32.900766
+                        ],
+                        "values": [
+                            [
+                                0.749797,
+                                1.25582,
+                                1.841018,
+                                2.465088,
+                                3.10219,
+                                3.74292
+                            ],
+                            [
+                                0.747987,
+                                1.257001,
+                                1.845185,
+                                2.467137,
+                                3.093849,
+                                3.739648
+                            ],
+                            [
+                                0.747692,
+                                1.25801,
+                                1.846834,
+                                2.468288,
+                                3.092799,
+                                3.741254
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "A&!IE&PDRV0&PDRV1&SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b1",
+                    "timing_type": "three_state_enable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.900766,
+                            8.900766,
+                            14.900766,
+                            20.900766,
+                            26.900766,
+                            32.900766
+                        ],
+                        "values": [
+                            [
+                                2.689875,
+                                3.609157,
+                                4.252991,
+                                4.7413,
+                                5.152047,
+                                5.522459
+                            ],
+                            [
+                                2.73506,
+                                3.653909,
+                                4.297642,
+                                4.785021,
+                                5.196049,
+                                5.567099
+                            ],
+                            [
+                                2.761438,
+                                3.680063,
+                                4.324421,
+                                4.810646,
+                                5.221763,
+                                5.593627
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.900766,
+                            8.900766,
+                            14.900766,
+                            20.900766,
+                            26.900766,
+                            32.900766
+                        ],
+                        "values": [
+                            [
+                                1.144516,
+                                2.294491,
+                                3.008736,
+                                3.618932,
+                                4.190529,
+                                4.745784
+                            ],
+                            [
+                                1.146101,
+                                2.292947,
+                                3.007687,
+                                3.618204,
+                                4.189111,
+                                4.74991
+                            ],
+                            [
+                                1.147208,
+                                2.291576,
+                                3.006291,
+                                3.618827,
+                                4.186574,
+                                4.749312
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "!A&!IE&!PDRV0&!PDRV1&!SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b0",
+                    "timing_type": "three_state_enable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.900766,
+                            8.900766,
+                            14.900766,
+                            20.900766,
+                            26.900766,
+                            32.900766
+                        ],
+                        "values": [
+                            [
+                                2.501586,
+                                3.572951,
+                                4.597156,
+                                5.61743,
+                                6.639877,
+                                7.66395
+                            ],
+                            [
+                                2.573166,
+                                3.64519,
+                                4.667529,
+                                5.689037,
+                                6.707467,
+                                7.727921
+                            ],
+                            [
+                                2.612928,
+                                3.684286,
+                                4.708469,
+                                5.728854,
+                                6.750992,
+                                7.775763
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.900766,
+                            8.900766,
+                            14.900766,
+                            20.900766,
+                            26.900766,
+                            32.900766
+                        ],
+                        "values": [
+                            [
+                                1.312335,
+                                3.176968,
+                                5.103433,
+                                7.068146,
+                                9.046366,
+                                11.00489
+                            ],
+                            [
+                                1.309512,
+                                3.169151,
+                                5.115321,
+                                7.075406,
+                                9.049415,
+                                11.02772
+                            ],
+                            [
+                                1.312164,
+                                3.176978,
+                                5.10306,
+                                7.066208,
+                                9.048423,
+                                10.99966
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "!A&!IE&!PDRV0&!PDRV1&SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b1",
+                    "timing_type": "three_state_enable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.900766,
+                            8.900766,
+                            14.900766,
+                            20.900766,
+                            26.900766,
+                            32.900766
+                        ],
+                        "values": [
+                            [
+                                2.705231,
+                                4.612223,
+                                6.140514,
+                                7.444035,
+                                8.626939,
+                                9.74932
+                            ],
+                            [
+                                2.778066,
+                                4.68377,
+                                6.209198,
+                                7.514809,
+                                8.699151,
+                                9.819196
+                            ],
+                            [
+                                2.817237,
+                                4.725401,
+                                6.248694,
+                                7.551846,
+                                8.738488,
+                                9.861445
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.900766,
+                            8.900766,
+                            14.900766,
+                            20.900766,
+                            26.900766,
+                            32.900766
+                        ],
+                        "values": [
+                            [
+                                2.096293,
+                                4.865674,
+                                6.992149,
+                                8.929109,
+                                10.80338,
+                                12.65261
+                            ],
+                            [
+                                2.097499,
+                                4.869305,
+                                6.972011,
+                                8.91978,
+                                10.80451,
+                                12.63226
+                            ],
+                            [
+                                2.094069,
+                                4.870974,
+                                6.992214,
+                                8.914673,
+                                10.78829,
+                                12.6338
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "!A&!IE&!PDRV0&PDRV1&!SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b0",
+                    "timing_type": "three_state_enable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.900766,
+                            8.900766,
+                            14.900766,
+                            20.900766,
+                            26.900766,
+                            32.900766
+                        ],
+                        "values": [
+                            [
+                                2.136494,
+                                2.633919,
+                                3.014932,
+                                3.370201,
+                                3.717077,
+                                4.059966
+                            ],
+                            [
+                                2.208185,
+                                2.705407,
+                                3.086483,
+                                3.44175,
+                                3.788624,
+                                4.131514
+                            ],
+                            [
+                                2.247371,
+                                2.744759,
+                                3.125785,
+                                3.481017,
+                                3.827934,
+                                4.170766
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.900766,
+                            8.900766,
+                            14.900766,
+                            20.900766,
+                            26.900766,
+                            32.900766
+                        ],
+                        "values": [
+                            [
+                                0.711515,
+                                1.339887,
+                                1.937657,
+                                2.546708,
+                                3.174886,
+                                3.810061
+                            ],
+                            [
+                                0.711646,
+                                1.338931,
+                                1.937582,
+                                2.546594,
+                                3.174918,
+                                3.810146
+                            ],
+                            [
+                                0.711383,
+                                1.339833,
+                                1.938592,
+                                2.548019,
+                                3.173564,
+                                3.809135
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "!A&!IE&!PDRV0&PDRV1&SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b1",
+                    "timing_type": "three_state_enable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.900766,
+                            8.900766,
+                            14.900766,
+                            20.900766,
+                            26.900766,
+                            32.900766
+                        ],
+                        "values": [
+                            [
+                                2.110466,
+                                2.819013,
+                                3.491284,
+                                4.119624,
+                                4.700319,
+                                5.237426
+                            ],
+                            [
+                                2.181357,
+                                2.889871,
+                                3.562147,
+                                4.191108,
+                                4.77111,
+                                5.308445
+                            ],
+                            [
+                                2.221743,
+                                2.929373,
+                                3.60264,
+                                4.230221,
+                                4.809853,
+                                5.348802
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.900766,
+                            8.900766,
+                            14.900766,
+                            20.900766,
+                            26.900766,
+                            32.900766
+                        ],
+                        "values": [
+                            [
+                                0.816591,
+                                2.047613,
+                                3.09459,
+                                3.998617,
+                                4.804592,
+                                5.544438
+                            ],
+                            [
+                                0.816105,
+                                2.047786,
+                                3.095143,
+                                3.997213,
+                                4.804337,
+                                5.545548
+                            ],
+                            [
+                                0.816549,
+                                2.048239,
+                                3.094642,
+                                3.994059,
+                                4.802039,
+                                5.542411
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "!A&!IE&PDRV0&!PDRV1&!SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b0",
+                    "timing_type": "three_state_enable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.900766,
+                            8.900766,
+                            14.900766,
+                            20.900766,
+                            26.900766,
+                            32.900766
+                        ],
+                        "values": [
+                            [
+                                2.145772,
+                                2.7661,
+                                3.297384,
+                                3.812327,
+                                4.324667,
+                                4.835075
+                            ],
+                            [
+                                2.218232,
+                                2.8382,
+                                3.36969,
+                                3.885435,
+                                4.396548,
+                                4.906602
+                            ],
+                            [
+                                2.257461,
+                                2.877274,
+                                3.408055,
+                                3.923863,
+                                4.434207,
+                                4.945063
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.900766,
+                            8.900766,
+                            14.900766,
+                            20.900766,
+                            26.900766,
+                            32.900766
+                        ],
+                        "values": [
+                            [
+                                0.867758,
+                                1.763623,
+                                2.692961,
+                                3.639117,
+                                4.608473,
+                                5.5784
+                            ],
+                            [
+                                0.867471,
+                                1.764922,
+                                2.691056,
+                                3.644257,
+                                4.61094,
+                                5.591291
+                            ],
+                            [
+                                0.868573,
+                                1.764644,
+                                2.691213,
+                                3.646591,
+                                4.616211,
+                                5.586461
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "!A&!IE&PDRV0&!PDRV1&SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b1",
+                    "timing_type": "three_state_enable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.900766,
+                            8.900766,
+                            14.900766,
+                            20.900766,
+                            26.900766,
+                            32.900766
+                        ],
+                        "values": [
+                            [
+                                2.142003,
+                                3.18438,
+                                4.136359,
+                                4.982164,
+                                5.73554,
+                                6.427475
+                            ],
+                            [
+                                2.214241,
+                                3.25668,
+                                4.208401,
+                                5.05307,
+                                5.807597,
+                                6.499172
+                            ],
+                            [
+                                2.253469,
+                                3.296271,
+                                4.247613,
+                                5.090426,
+                                5.846772,
+                                6.539419
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.900766,
+                            8.900766,
+                            14.900766,
+                            20.900766,
+                            26.900766,
+                            32.900766
+                        ],
+                        "values": [
+                            [
+                                1.129377,
+                                2.879138,
+                                4.229635,
+                                5.386835,
+                                6.43975,
+                                7.433134
+                            ],
+                            [
+                                1.128712,
+                                2.876494,
+                                4.230361,
+                                5.385105,
+                                6.439047,
+                                7.429589
+                            ],
+                            [
+                                1.127307,
+                                2.877694,
+                                4.233134,
+                                5.388983,
+                                6.443067,
+                                7.421095
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "!A&!IE&PDRV0&PDRV1&!SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b0",
+                    "timing_type": "three_state_enable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.900766,
+                            8.900766,
+                            14.900766,
+                            20.900766,
+                            26.900766,
+                            32.900766
+                        ],
+                        "values": [
+                            [
+                                1.996744,
+                                2.430061,
+                                2.741242,
+                                3.020598,
+                                3.287198,
+                                3.548784
+                            ],
+                            [
+                                2.068586,
+                                2.501925,
+                                2.813099,
+                                3.092447,
+                                3.359058,
+                                3.620527
+                            ],
+                            [
+                                2.107505,
+                                2.541105,
+                                2.852328,
+                                3.131518,
+                                3.398329,
+                                3.659285
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.900766,
+                            8.900766,
+                            14.900766,
+                            20.900766,
+                            26.900766,
+                            32.900766
+                        ],
+                        "values": [
+                            [
+                                0.62635,
+                                1.121274,
+                                1.570233,
+                                2.019993,
+                                2.480005,
+                                2.944021
+                            ],
+                            [
+                                0.626173,
+                                1.121204,
+                                1.570592,
+                                2.020512,
+                                2.480349,
+                                2.945679
+                            ],
+                            [
+                                0.625491,
+                                1.120755,
+                                1.569474,
+                                2.020192,
+                                2.47727,
+                                2.946978
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "!A&!IE&PDRV0&PDRV1&SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b1",
+                    "timing_type": "three_state_enable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.900766,
+                            8.900766,
+                            14.900766,
+                            20.900766,
+                            26.900766,
+                            32.900766
+                        ],
+                        "values": [
+                            [
+                                1.965921,
+                                2.511637,
+                                3.029616,
+                                3.524975,
+                                3.994071,
+                                4.435468
+                            ],
+                            [
+                                2.037764,
+                                2.583453,
+                                3.101432,
+                                3.596792,
+                                4.065878,
+                                4.507273
+                            ],
+                            [
+                                2.076669,
+                                2.622735,
+                                3.139931,
+                                3.636174,
+                                4.104867,
+                                4.546772
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.900766,
+                            8.900766,
+                            14.900766,
+                            20.900766,
+                            26.900766,
+                            32.900766
+                        ],
+                        "values": [
+                            [
+                                0.665278,
+                                1.601969,
+                                2.45429,
+                                3.202276,
+                                3.867191,
+                                4.484106
+                            ],
+                            [
+                                0.665058,
+                                1.601875,
+                                2.454282,
+                                3.202165,
+                                3.86708,
+                                4.484163
+                            ],
+                            [
+                                0.665651,
+                                1.601111,
+                                2.456763,
+                                3.199298,
+                                3.869103,
+                                4.484972
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "!A&!IE&!PDRV0&!PDRV1&!SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b0",
+                    "timing_type": "three_state_disable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.900766,
+                            8.900766,
+                            14.900766,
+                            20.900766,
+                            26.900766,
+                            32.900766
+                        ],
+                        "values": [
+                            [
+                                1.477243,
+                                1.477244,
+                                1.477245,
+                                1.477246,
+                                1.477247,
+                                1.477248
+                            ],
+                            [
+                                1.598375,
+                                1.598376,
+                                1.598377,
+                                1.598378,
+                                1.598379,
+                                1.59838
+                            ],
+                            [
+                                1.767822,
+                                1.767823,
+                                1.767824,
+                                1.767825,
+                                1.767826,
+                                1.767827
+                            ]
+                        ]
+                    },
+                    "rise_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "!A&!IE&!PDRV0&!PDRV1&SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b1",
+                    "timing_type": "three_state_disable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.900766,
+                            8.900766,
+                            14.900766,
+                            20.900766,
+                            26.900766,
+                            32.900766
+                        ],
+                        "values": [
+                            [
+                                1.456339,
+                                1.45634,
+                                1.456341,
+                                1.456342,
+                                1.456343,
+                                1.456344
+                            ],
+                            [
+                                1.582039,
+                                1.58204,
+                                1.582041,
+                                1.582042,
+                                1.582043,
+                                1.582044
+                            ],
+                            [
+                                1.747357,
+                                1.747358,
+                                1.747359,
+                                1.74736,
+                                1.747361,
+                                1.747362
+                            ]
+                        ]
+                    },
+                    "rise_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "!A&!IE&!PDRV0&PDRV1&!SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b0",
+                    "timing_type": "three_state_disable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.900766,
+                            8.900766,
+                            14.900766,
+                            20.900766,
+                            26.900766,
+                            32.900766
+                        ],
+                        "values": [
+                            [
+                                1.626178,
+                                1.626179,
+                                1.62618,
+                                1.626181,
+                                1.626182,
+                                1.626183
+                            ],
+                            [
+                                1.751784,
+                                1.751785,
+                                1.751786,
+                                1.751787,
+                                1.751788,
+                                1.751789
+                            ],
+                            [
+                                1.919613,
+                                1.919614,
+                                1.919615,
+                                1.919616,
+                                1.919617,
+                                1.919618
+                            ]
+                        ]
+                    },
+                    "rise_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "!A&!IE&!PDRV0&PDRV1&SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b1",
+                    "timing_type": "three_state_disable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.900766,
+                            8.900766,
+                            14.900766,
+                            20.900766,
+                            26.900766,
+                            32.900766
+                        ],
+                        "values": [
+                            [
+                                1.612751,
+                                1.612752,
+                                1.612753,
+                                1.612754,
+                                1.612755,
+                                1.612756
+                            ],
+                            [
+                                1.738344,
+                                1.738345,
+                                1.738346,
+                                1.738347,
+                                1.738348,
+                                1.738349
+                            ],
+                            [
+                                1.905501,
+                                1.905502,
+                                1.905503,
+                                1.905504,
+                                1.905505,
+                                1.905506
+                            ]
+                        ]
+                    },
+                    "rise_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "!A&!IE&PDRV0&!PDRV1&!SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b0",
+                    "timing_type": "three_state_disable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.900766,
+                            8.900766,
+                            14.900766,
+                            20.900766,
+                            26.900766,
+                            32.900766
+                        ],
+                        "values": [
+                            [
+                                1.462069,
+                                1.46207,
+                                1.462071,
+                                1.462072,
+                                1.462073,
+                                1.462074
+                            ],
+                            [
+                                1.588508,
+                                1.588509,
+                                1.58851,
+                                1.588511,
+                                1.588512,
+                                1.588513
+                            ],
+                            [
+                                1.755318,
+                                1.755319,
+                                1.75532,
+                                1.755321,
+                                1.755322,
+                                1.755323
+                            ]
+                        ]
+                    },
+                    "rise_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "!A&!IE&PDRV0&!PDRV1&SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b1",
+                    "timing_type": "three_state_disable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.900766,
+                            8.900766,
+                            14.900766,
+                            20.900766,
+                            26.900766,
+                            32.900766
+                        ],
+                        "values": [
+                            [
+                                1.448817,
+                                1.448818,
+                                1.448819,
+                                1.44882,
+                                1.448821,
+                                1.448822
+                            ],
+                            [
+                                1.574473,
+                                1.574474,
+                                1.574475,
+                                1.574476,
+                                1.574477,
+                                1.574478
+                            ],
+                            [
+                                1.740938,
+                                1.740939,
+                                1.74094,
+                                1.740941,
+                                1.740942,
+                                1.740943
+                            ]
+                        ]
+                    },
+                    "rise_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "!A&!IE&PDRV0&PDRV1&!SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b0",
+                    "timing_type": "three_state_disable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.900766,
+                            8.900766,
+                            14.900766,
+                            20.900766,
+                            26.900766,
+                            32.900766
+                        ],
+                        "values": [
+                            [
+                                1.600618,
+                                1.600619,
+                                1.60062,
+                                1.600621,
+                                1.600622,
+                                1.600623
+                            ],
+                            [
+                                1.72688,
+                                1.726881,
+                                1.726882,
+                                1.726883,
+                                1.726884,
+                                1.726885
+                            ],
+                            [
+                                1.893025,
+                                1.893026,
+                                1.893027,
+                                1.893028,
+                                1.893029,
+                                1.89303
+                            ]
+                        ]
+                    },
+                    "rise_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "!A&!IE&PDRV0&PDRV1&SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b1",
+                    "timing_type": "three_state_disable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.900766,
+                            8.900766,
+                            14.900766,
+                            20.900766,
+                            26.900766,
+                            32.900766
+                        ],
+                        "values": [
+                            [
+                                1.588024,
+                                1.588025,
+                                1.588026,
+                                1.588027,
+                                1.588028,
+                                1.588029
+                            ],
+                            [
+                                1.713151,
+                                1.713152,
+                                1.713153,
+                                1.713154,
+                                1.713155,
+                                1.713156
+                            ],
+                            [
+                                1.878557,
+                                1.878558,
+                                1.878559,
+                                1.87856,
+                                1.878561,
+                                1.878562
+                            ]
+                        ]
+                    },
+                    "rise_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "A&!IE&!PDRV0&!PDRV1&!SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b0",
+                    "timing_type": "three_state_disable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.900766,
+                            8.900766,
+                            14.900766,
+                            20.900766,
+                            26.900766,
+                            32.900766
+                        ],
+                        "values": [
+                            [
+                                1.730954,
+                                1.730955,
+                                1.730956,
+                                1.730957,
+                                1.730958,
+                                1.730959
+                            ],
+                            [
+                                1.860572,
+                                1.860573,
+                                1.860574,
+                                1.860575,
+                                1.860576,
+                                1.860577
+                            ],
+                            [
+                                2.029191,
+                                2.029192,
+                                2.029193,
+                                2.029194,
+                                2.029195,
+                                2.029196
+                            ]
+                        ]
+                    },
+                    "fall_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "A&!IE&!PDRV0&!PDRV1&SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b1",
+                    "timing_type": "three_state_disable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.900766,
+                            8.900766,
+                            14.900766,
+                            20.900766,
+                            26.900766,
+                            32.900766
+                        ],
+                        "values": [
+                            [
+                                1.732078,
+                                1.732079,
+                                1.73208,
+                                1.732081,
+                                1.732082,
+                                1.732083
+                            ],
+                            [
+                                1.859169,
+                                1.85917,
+                                1.859171,
+                                1.859172,
+                                1.859173,
+                                1.859174
+                            ],
+                            [
+                                2.02624,
+                                2.026241,
+                                2.026242,
+                                2.026243,
+                                2.026244,
+                                2.026245
+                            ]
+                        ]
+                    },
+                    "fall_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "A&!IE&!PDRV0&PDRV1&!SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b0",
+                    "timing_type": "three_state_disable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.900766,
+                            8.900766,
+                            14.900766,
+                            20.900766,
+                            26.900766,
+                            32.900766
+                        ],
+                        "values": [
+                            [
+                                1.978551,
+                                1.978552,
+                                1.978553,
+                                1.978554,
+                                1.978555,
+                                1.978556
+                            ],
+                            [
+                                2.107584,
+                                2.107585,
+                                2.107586,
+                                2.107587,
+                                2.107588,
+                                2.107589
+                            ],
+                            [
+                                2.277901,
+                                2.277902,
+                                2.277903,
+                                2.277904,
+                                2.277905,
+                                2.277906
+                            ]
+                        ]
+                    },
+                    "fall_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "A&!IE&!PDRV0&PDRV1&SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b1",
+                    "timing_type": "three_state_disable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.900766,
+                            8.900766,
+                            14.900766,
+                            20.900766,
+                            26.900766,
+                            32.900766
+                        ],
+                        "values": [
+                            [
+                                1.977355,
+                                1.977356,
+                                1.977357,
+                                1.977358,
+                                1.977359,
+                                1.97736
+                            ],
+                            [
+                                2.10572,
+                                2.105721,
+                                2.105722,
+                                2.105723,
+                                2.105724,
+                                2.105725
+                            ],
+                            [
+                                2.274501,
+                                2.274502,
+                                2.274503,
+                                2.274504,
+                                2.274505,
+                                2.274506
+                            ]
+                        ]
+                    },
+                    "fall_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "A&!IE&PDRV0&!PDRV1&!SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b0",
+                    "timing_type": "three_state_disable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.900766,
+                            8.900766,
+                            14.900766,
+                            20.900766,
+                            26.900766,
+                            32.900766
+                        ],
+                        "values": [
+                            [
+                                1.716817,
+                                1.716818,
+                                1.716819,
+                                1.71682,
+                                1.716821,
+                                1.716822
+                            ],
+                            [
+                                1.845945,
+                                1.845946,
+                                1.845947,
+                                1.845948,
+                                1.845949,
+                                1.84595
+                            ],
+                            [
+                                2.016353,
+                                2.016354,
+                                2.016355,
+                                2.016356,
+                                2.016357,
+                                2.016358
+                            ]
+                        ]
+                    },
+                    "fall_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "A&!IE&PDRV0&!PDRV1&SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b1",
+                    "timing_type": "three_state_disable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.900766,
+                            8.900766,
+                            14.900766,
+                            20.900766,
+                            26.900766,
+                            32.900766
+                        ],
+                        "values": [
+                            [
+                                1.721688,
+                                1.721689,
+                                1.72169,
+                                1.721691,
+                                1.721692,
+                                1.721693
+                            ],
+                            [
+                                1.849282,
+                                1.849283,
+                                1.849284,
+                                1.849285,
+                                1.849286,
+                                1.849287
+                            ],
+                            [
+                                2.017358,
+                                2.017359,
+                                2.01736,
+                                2.017361,
+                                2.017362,
+                                2.017363
+                            ]
+                        ]
+                    },
+                    "fall_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "A&!IE&PDRV0&PDRV1&!SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b0",
+                    "timing_type": "three_state_disable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.900766,
+                            8.900766,
+                            14.900766,
+                            20.900766,
+                            26.900766,
+                            32.900766
+                        ],
+                        "values": [
+                            [
+                                1.959759,
+                                1.95976,
+                                1.959761,
+                                1.959762,
+                                1.959763,
+                                1.959764
+                            ],
+                            [
+                                2.089096,
+                                2.089876,
+                                2.089877,
+                                2.089878,
+                                2.089879,
+                                2.08988
+                            ],
+                            [
+                                2.260083,
+                                2.260084,
+                                2.260085,
+                                2.260086,
+                                2.260087,
+                                2.260088
+                            ]
+                        ]
+                    },
+                    "fall_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "A&!IE&PDRV0&PDRV1&SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b1",
+                    "timing_type": "three_state_disable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.900766,
+                            8.900766,
+                            14.900766,
+                            20.900766,
+                            26.900766,
+                            32.900766
+                        ],
+                        "values": [
+                            [
+                                1.958828,
+                                1.958829,
+                                1.95883,
+                                1.958831,
+                                1.958832,
+                                1.958833
+                            ],
+                            [
+                                2.08616,
+                                2.086455,
+                                2.086456,
+                                2.086457,
+                                2.086458,
+                                2.086459
+                            ],
+                            [
+                                2.256894,
+                                2.256895,
+                                2.256896,
+                                2.256897,
+                                2.256898,
+                                2.256899
+                            ]
+                        ]
+                    },
+                    "fall_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                }
+            ]
+        },
+        "pin Y": {
+            "function": "((IE*PAD))",
+            "direction": "output",
+            "max_capacitance": "0.500000",
+            "output_signal_level": "VDD",
+            "internal_power ": [
+                {
+                    "related_pin": "IE",
+                    "when": "!CS&!OE&PAD",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                4.114275,
+                                4.031112,
+                                3.932117,
+                                3.901132,
+                                3.876023,
+                                3.804438
+                            ],
+                            [
+                                3.030169,
+                                2.894322,
+                                2.845784,
+                                2.831503,
+                                2.800557,
+                                2.731898
+                            ],
+                            [
+                                3.087893,
+                                2.864265,
+                                2.913248,
+                                2.612821,
+                                2.850253,
+                                2.474817
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                4.701608,
+                                4.718966,
+                                4.782956,
+                                5.143052,
+                                4.911798,
+                                4.9925
+                            ],
+                            [
+                                3.887627,
+                                3.949772,
+                                3.830506,
+                                4.254922,
+                                4.352579,
+                                3.64795
+                            ],
+                            [
+                                3.877559,
+                                4.020499,
+                                3.830145,
+                                4.062968,
+                                3.437895,
+                                3.517882
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "IE",
+                    "when": "CS&!OE&PAD",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                4.595482,
+                                4.511417,
+                                4.456142,
+                                4.38458,
+                                4.343367,
+                                4.334237
+                            ],
+                            [
+                                3.482838,
+                                3.408798,
+                                3.31614,
+                                3.148093,
+                                3.147112,
+                                3.278661
+                            ],
+                            [
+                                3.55688,
+                                3.400682,
+                                3.382858,
+                                3.295586,
+                                3.2859,
+                                3.199173
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                4.955247,
+                                4.995791,
+                                5.098958,
+                                5.239636,
+                                5.247801,
+                                5.278064
+                            ],
+                            [
+                                4.148885,
+                                4.28158,
+                                4.252996,
+                                4.439508,
+                                4.492379,
+                                4.787505
+                            ],
+                            [
+                                4.199483,
+                                4.235877,
+                                4.231877,
+                                4.191052,
+                                4.15467,
+                                4.228608
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "PAD",
+                    "when": "!CS&IE&!OE",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                2.54673,
+                                2.45854,
+                                2.39291,
+                                2.26757,
+                                2.21965,
+                                2.17353
+                            ],
+                            [
+                                2.64608,
+                                2.55903,
+                                2.49553,
+                                2.36642,
+                                2.30907,
+                                2.28839
+                            ],
+                            [
+                                2.76134,
+                                2.67195,
+                                2.60818,
+                                2.48058,
+                                2.44316,
+                                2.38581
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                2.74049,
+                                2.77307,
+                                2.85919,
+                                3.02096,
+                                3.0615,
+                                3.10309
+                            ],
+                            [
+                                2.30024,
+                                2.33166,
+                                2.41918,
+                                2.58084,
+                                2.63348,
+                                2.70889
+                            ],
+                            [
+                                2.35981,
+                                2.37827,
+                                2.4345,
+                                2.60253,
+                                2.65265,
+                                2.67709
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "PAD",
+                    "when": "CS&IE&!OE",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                2.96354,
+                                2.87825,
+                                2.81747,
+                                2.69322,
+                                2.6492,
+                                2.61233
+                            ],
+                            [
+                                3.1873,
+                                3.101,
+                                3.04125,
+                                2.91823,
+                                2.87221,
+                                2.815
+                            ],
+                            [
+                                3.54294,
+                                3.44584,
+                                3.38361,
+                                3.26016,
+                                3.22919,
+                                3.19134
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                3.81155,
+                                3.86525,
+                                4.00471,
+                                4.33885,
+                                4.44891,
+                                4.53068
+                            ],
+                            [
+                                3.41151,
+                                3.46052,
+                                3.60215,
+                                3.93003,
+                                4.03947,
+                                4.1255
+                            ],
+                            [
+                                3.27623,
+                                3.33163,
+                                3.47954,
+                                3.80272,
+                                3.90861,
+                                4.0017
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "IE",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                4.354878,
+                                4.271265,
+                                4.194129,
+                                4.142856,
+                                4.109695,
+                                4.069337
+                            ],
+                            [
+                                3.256503,
+                                3.15156,
+                                3.080962,
+                                2.989798,
+                                2.973834,
+                                3.00528
+                            ],
+                            [
+                                3.322387,
+                                3.132474,
+                                3.148053,
+                                2.954204,
+                                3.068077,
+                                2.836995
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                4.828428,
+                                4.857378,
+                                4.940957,
+                                5.191344,
+                                5.0798,
+                                5.135282
+                            ],
+                            [
+                                4.018256,
+                                4.115676,
+                                4.041751,
+                                4.347215,
+                                4.422479,
+                                4.217728
+                            ],
+                            [
+                                4.038521,
+                                4.128188,
+                                4.031011,
+                                4.12701,
+                                3.796283,
+                                3.873245
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "PAD",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                2.755135,
+                                2.668395,
+                                2.60519,
+                                2.480395,
+                                2.434425,
+                                2.39293
+                            ],
+                            [
+                                2.91669,
+                                2.830015,
+                                2.76839,
+                                2.642325,
+                                2.59064,
+                                2.551695
+                            ],
+                            [
+                                3.15214,
+                                3.058895,
+                                2.995895,
+                                2.87037,
+                                2.836175,
+                                2.788575
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                3.27602,
+                                3.31916,
+                                3.43195,
+                                3.679905,
+                                3.755205,
+                                3.816885
+                            ],
+                            [
+                                2.855875,
+                                2.89609,
+                                3.010665,
+                                3.255435,
+                                3.336475,
+                                3.417195
+                            ],
+                            [
+                                2.81802,
+                                2.85495,
+                                2.95702,
+                                3.202625,
+                                3.28063,
+                                3.339395
+                            ]
+                        ]
+                    }
+                }
+            ],
+            "timing ": [
+                {
+                    "related_pin": "IE",
+                    "timing_type": "combinational",
+                    "timing_sense": "positive_unate",
+                    "when": "!CS&!OE&PAD",
+                    "sdf_cond": "CS==1'b0&&OE==1'b0&&PAD==1'b1",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                2.289359,
+                                2.362635,
+                                2.453363,
+                                2.707803,
+                                2.828545,
+                                2.949046
+                            ],
+                            [
+                                2.382367,
+                                2.455625,
+                                2.546344,
+                                2.80079,
+                                2.921526,
+                                3.042035
+                            ],
+                            [
+                                2.4569,
+                                2.529886,
+                                2.619671,
+                                2.875459,
+                                2.996091,
+                                3.116485
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.272083,
+                                0.361524,
+                                0.505846,
+                                0.960525,
+                                1.196946,
+                                1.444904
+                            ],
+                            [
+                                0.272146,
+                                0.361257,
+                                0.505606,
+                                0.960557,
+                                1.197046,
+                                1.4449
+                            ],
+                            [
+                                0.271967,
+                                0.368241,
+                                0.505854,
+                                0.961649,
+                                1.198225,
+                                1.445123
+                            ]
+                        ]
+                    },
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                1.896571,
+                                1.961458,
+                                2.040692,
+                                2.261064,
+                                2.363174,
+                                2.463805
+                            ],
+                            [
+                                2.027322,
+                                2.091241,
+                                2.171124,
+                                2.390898,
+                                2.493022,
+                                2.593636
+                            ],
+                            [
+                                2.178254,
+                                2.243034,
+                                2.322854,
+                                2.5426,
+                                2.64473,
+                                2.745314
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.137184,
+                                0.221854,
+                                0.335154,
+                                0.687808,
+                                0.868412,
+                                1.047326
+                            ],
+                            [
+                                0.137082,
+                                0.222191,
+                                0.334832,
+                                0.687287,
+                                0.866999,
+                                1.049467
+                            ],
+                            [
+                                0.137308,
+                                0.22232,
+                                0.33432,
+                                0.68797,
+                                0.868063,
+                                1.049671
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "IE",
+                    "timing_type": "combinational",
+                    "timing_sense": "positive_unate",
+                    "when": "CS&!OE&PAD",
+                    "sdf_cond": "CS==1'b1&&OE==1'b0&&PAD==1'b1",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                2.385201,
+                                2.459254,
+                                2.54827,
+                                2.803343,
+                                2.924212,
+                                3.044455
+                            ],
+                            [
+                                2.477963,
+                                2.552345,
+                                2.641872,
+                                2.896452,
+                                3.017537,
+                                3.138084
+                            ],
+                            [
+                                2.552753,
+                                2.626122,
+                                2.715326,
+                                2.971173,
+                                3.092042,
+                                3.212295
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.275092,
+                                0.367995,
+                                0.505285,
+                                0.961195,
+                                1.201799,
+                                1.440614
+                            ],
+                            [
+                                0.274328,
+                                0.368652,
+                                0.506563,
+                                0.960373,
+                                1.200991,
+                                1.44244
+                            ],
+                            [
+                                0.2774,
+                                0.36333,
+                                0.504012,
+                                0.963744,
+                                1.202574,
+                                1.444253
+                            ]
+                        ]
+                    },
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                1.992782,
+                                2.057586,
+                                2.1368,
+                                2.357193,
+                                2.459246,
+                                2.559918
+                            ],
+                            [
+                                2.121253,
+                                2.185998,
+                                2.26567,
+                                2.485518,
+                                2.587565,
+                                2.688171
+                            ],
+                            [
+                                2.275175,
+                                2.339891,
+                                2.41917,
+                                2.639569,
+                                2.741618,
+                                2.842287
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.139464,
+                                0.222266,
+                                0.335536,
+                                0.687573,
+                                0.868533,
+                                1.049181
+                            ],
+                            [
+                                0.137398,
+                                0.224254,
+                                0.334335,
+                                0.688244,
+                                0.868188,
+                                1.048306
+                            ],
+                            [
+                                0.138987,
+                                0.222278,
+                                0.33553,
+                                0.687721,
+                                0.868516,
+                                1.049255
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "PAD",
+                    "timing_type": "combinational",
+                    "timing_sense": "positive_unate",
+                    "when": "!CS&IE&!OE",
+                    "sdf_cond": "CS==1'b0&&IE==1'b1&&OE==1'b0",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                1.629516,
+                                1.702928,
+                                1.792201,
+                                2.048573,
+                                2.169459,
+                                2.289904
+                            ],
+                            [
+                                1.71509,
+                                1.78842,
+                                1.87737,
+                                2.1326,
+                                2.252837,
+                                2.37338
+                            ],
+                            [
+                                1.749423,
+                                1.822559,
+                                1.911487,
+                                2.167432,
+                                2.288888,
+                                2.409611
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.272317,
+                                0.36185,
+                                0.497632,
+                                0.961791,
+                                1.200678,
+                                1.441217
+                            ],
+                            [
+                                0.270809,
+                                0.361381,
+                                0.497141,
+                                0.962057,
+                                1.199958,
+                                1.441345
+                            ],
+                            [
+                                0.271155,
+                                0.361431,
+                                0.498277,
+                                0.964508,
+                                1.201416,
+                                1.442469
+                            ]
+                        ]
+                    },
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                1.433426,
+                                1.498031,
+                                1.577656,
+                                1.797722,
+                                1.899636,
+                                2.000355
+                            ],
+                            [
+                                1.516433,
+                                1.580828,
+                                1.660273,
+                                1.880545,
+                                1.982519,
+                                2.083332
+                            ],
+                            [
+                                1.687728,
+                                1.752587,
+                                1.831851,
+                                2.052547,
+                                2.154849,
+                                2.254941
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.13896,
+                                0.221719,
+                                0.333024,
+                                0.687825,
+                                0.866066,
+                                1.047008
+                            ],
+                            [
+                                0.138468,
+                                0.222019,
+                                0.332608,
+                                0.687862,
+                                0.866744,
+                                1.046994
+                            ],
+                            [
+                                0.137462,
+                                0.221858,
+                                0.33299,
+                                0.687346,
+                                0.86724,
+                                1.047517
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "PAD",
+                    "timing_type": "combinational",
+                    "timing_sense": "positive_unate",
+                    "when": "CS&IE&!OE",
+                    "sdf_cond": "CS==1'b1&&IE==1'b1&&OE==1'b0",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                1.761225,
+                                1.834487,
+                                1.924223,
+                                2.178086,
+                                2.299255,
+                                2.419598
+                            ],
+                            [
+                                1.872078,
+                                1.945264,
+                                2.034792,
+                                2.289423,
+                                2.410782,
+                                2.53159
+                            ],
+                            [
+                                1.971471,
+                                2.04484,
+                                2.134113,
+                                2.389997,
+                                2.511579,
+                                2.631504
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.2709,
+                                0.361685,
+                                0.498467,
+                                0.960407,
+                                1.199199,
+                                1.441787
+                            ],
+                            [
+                                0.270074,
+                                0.36112,
+                                0.496703,
+                                0.961456,
+                                1.198934,
+                                1.439721
+                            ],
+                            [
+                                0.270842,
+                                0.361942,
+                                0.498981,
+                                0.96313,
+                                1.202183,
+                                1.44285
+                            ]
+                        ]
+                    },
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                2.252039,
+                                2.316421,
+                                2.395885,
+                                2.615281,
+                                2.717544,
+                                2.818146
+                            ],
+                            [
+                                2.24067,
+                                2.304895,
+                                2.384318,
+                                2.604266,
+                                2.706693,
+                                2.807446
+                            ],
+                            [
+                                2.394165,
+                                2.457063,
+                                2.537373,
+                                2.757371,
+                                2.859884,
+                                2.960603
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.139113,
+                                0.22363,
+                                0.333879,
+                                0.688866,
+                                0.86814,
+                                1.047241
+                            ],
+                            [
+                                0.140548,
+                                0.223687,
+                                0.334188,
+                                0.68767,
+                                0.867289,
+                                1.047787
+                            ],
+                            [
+                                0.139439,
+                                0.223027,
+                                0.334033,
+                                0.688765,
+                                0.867599,
+                                1.048589
+                            ]
+                        ]
+                    }
+                }
+            ]
+        },
+        "pin DVDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin DVSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        }
+    }
+}
\ No newline at end of file
diff --git a/cells/bi_t/gf180mcu_fd_io__bi_t__tt_025C_2v50.lib b/cells/bi_t/gf180mcu_fd_io__bi_t__tt_025C_2v50.lib
new file mode 100644
index 0000000..e206736
--- /dev/null
+++ b/cells/bi_t/gf180mcu_fd_io__bi_t__tt_025C_2v50.lib
@@ -0,0 +1,1841 @@
+/*
+ * Copyright 2022 GlobalFoundries PDK Authors
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+	cell ("gf180mcu_fd_io__bi_t") {
+		scaling_factors : "gf_factors";
+		area : 26250.000000;
+		pad_cell : true;
+		dont_use : true;
+		dont_touch : true;
+		cell_leakage_power : 1.141690e-03;
+		leakage_power () {
+			when : "!PDRV0 !PDRV1 !CS !SL !IE !OE !PU !PD !A !PAD";
+			value : "0.001142";
+		}
+		pin ("CS") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.023259;
+			rise_capacitance_range(0.022229,0.023827);
+			capacitance : 0.022599;
+			fall_capacitance : 0.021940;
+			fall_capacitance_range(0.021424,0.022921);
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("0.064598, 0.588355, 0.610394");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("0.129824, 0.553032, 0.606329");
+				}
+			}
+		}
+		pin ("SL") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.031960;
+			rise_capacitance_range(0.030892,0.032607);
+			capacitance : 0.031213;
+			fall_capacitance : 0.030467;
+			fall_capacitance_range(0.029719,0.031724);
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("0.049109, 0.696440, 0.814496");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("0.147765, 0.819563, 0.891858");
+				}
+			}
+		}
+		pin ("IE") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.014419;
+			rise_capacitance_range(0.013476,0.015069);
+			capacitance : 0.013872;
+			fall_capacitance : 0.013326;
+			fall_capacitance_range(0.012895,0.014026);
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("0.086066, 0.393927, 0.391712");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("0.117869, 0.320472, 0.352363");
+				}
+			}
+		}
+		pin ("OE") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.085782;
+			rise_capacitance_range(0.080547,0.094954);
+			capacitance : 0.085624;
+			fall_capacitance : 0.084827;
+			fall_capacitance_range(0.081431,0.088229);
+		}
+		pin ("PU") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.072436;
+			rise_capacitance_range(0.059652,0.082399);
+			capacitance : 0.072162;
+			fall_capacitance : 0.071887;
+			fall_capacitance_range(0.057386,0.084604);
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("-0.165712, 0.070188, 0.047807");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("0.391281, 0.795512, 0.857156");
+				}
+			}
+		}
+		pin ("PD") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.047792;
+			rise_capacitance_range(0.046363,0.049146);
+			capacitance : 0.048558;
+			fall_capacitance : 0.049324;
+			fall_capacitance_range(0.047386,0.050571);
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("-0.038182, 0.403219, 0.423653");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("0.308282, 0.705824, 0.675167");
+				}
+			}
+		}
+		pin ("A") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.036607;
+			rise_capacitance_range(0.035076,0.037910);
+			capacitance : 0.036392;
+			fall_capacitance : 0.036177;
+			fall_capacitance_range(0.035100,0.037197);
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("-0.076606, -0.070650, -0.071371");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("0.082460, 0.083414, 0.087243");
+				}
+			}
+		}
+		pin ("PDRV0") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.029680;
+			rise_capacitance_range(0.029375,0.029981);
+			capacitance : 0.029965;
+			fall_capacitance : 0.030249;
+			fall_capacitance_range(0.030096,0.030514);
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("-0.060530, -0.059750, -0.058334");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("0.062064, 0.059817, 0.059689");
+				}
+			}
+		}
+		pin ("PDRV1") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.031749;
+			rise_capacitance_range(0.031466,0.032056);
+			capacitance : 0.032047;
+			fall_capacitance : 0.032345;
+			fall_capacitance_range(0.032181,0.032629);
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("-0.071197, -0.070372, -0.068919");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("0.072913, 0.070424, 0.070493");
+				}
+			}
+		}
+		pin ("PAD") {
+			drive_current : 16000.000000;
+			is_pad : true;
+			function : "((A))";
+			three_state : "((!OE))";
+			direction : "inout";
+			max_transition : 1.000000;
+			max_capacitance : 30.000000;
+			input_signal_level : "DVDD";
+			output_signal_level : "DVDD";
+			capacitance : 3.095415;
+			internal_power () {
+				related_pin : "A";
+				when : "!IE&OE&!PDRV0&!PDRV1&!SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("14.172446, 13.967566, 13.651896, 13.053046, 12.503256, 11.850696", \
+					  "14.165710, 13.954340, 13.385710, 12.941120, 12.444590, 10.913570", \
+					  "14.143611, 13.963431, 13.329051, 13.161511, 12.024641, 11.958511");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("15.671910, 15.838810, 15.872250, 15.874530, 15.891870, 15.876610", \
+					  "15.664386, 15.836676, 15.903416, 15.854026, 16.008606, 16.150776", \
+					  "15.694047, 15.796267, 15.836497, 15.866457, 16.084117, 15.531267");
+				}
+			}
+			internal_power () {
+				related_pin : "A";
+				when : "!IE&OE&!PDRV0&!PDRV1&SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("14.103176, 13.944396, 13.522736, 12.966846, 12.429526, 11.803436", \
+					  "14.090460, 13.854870, 13.291410, 12.589240, 12.405010, 13.010720", \
+					  "14.115041, 13.905661, 13.573241, 13.206591, 12.692081, 11.769411");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("14.671360, 15.424950, 15.611090, 15.689290, 15.703220, 15.684180", \
+					  "14.656466, 15.399656, 15.634126, 15.773806, 15.539766, 15.660606", \
+					  "14.662747, 15.449597, 15.686027, 15.458397, 16.204177, 16.286617");
+				}
+			}
+			internal_power () {
+				related_pin : "A";
+				when : "!IE&OE&!PDRV0&PDRV1&!SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("21.770016, 21.920746, 21.775026, 21.510116, 21.172076, 20.959316", \
+					  "21.845120, 21.795340, 21.790060, 21.558330, 21.264360, 20.864020", \
+					  "21.764541, 21.933231, 21.856371, 21.728781, 21.382811, 21.051851");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("22.698510, 23.485920, 23.665690, 23.764900, 23.825450, 23.857570", \
+					  "22.605136, 23.415176, 23.672556, 23.754466, 23.805846, 23.854496", \
+					  "22.649317, 23.359877, 23.699537, 23.845117, 23.791627, 23.736437");
+				}
+			}
+			internal_power () {
+				related_pin : "A";
+				when : "!IE&OE&!PDRV0&PDRV1&SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("20.884686, 21.745186, 21.639436, 21.406266, 21.179026, 20.944656", \
+					  "20.830070, 21.939980, 21.493410, 21.492280, 20.922060, 21.163740", \
+					  "20.918311, 21.354721, 21.645451, 21.373521, 21.156851, 20.769201");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("19.557370, 20.514030, 21.401360, 22.094680, 22.568160, 22.852260", \
+					  "19.391806, 20.400236, 21.369396, 22.067606, 22.460316, 22.893786", \
+					  "19.292927, 20.425877, 21.247837, 22.140227, 22.390197, 22.933487");
+				}
+			}
+			internal_power () {
+				related_pin : "A";
+				when : "!IE&OE&PDRV0&!PDRV1&!SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("17.954606, 17.953416, 17.811806, 17.534386, 17.000366, 16.444276", \
+					  "18.003650, 17.930690, 17.521790, 17.276030, 17.729670, 15.032650", \
+					  "17.983751, 17.866651, 17.741421, 17.372711, 16.871421, 16.432661");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("19.363300, 19.735630, 19.829320, 19.879230, 19.912690, 19.943390", \
+					  "19.380866, 19.759746, 19.819826, 19.882746, 19.894356, 19.949686", \
+					  "19.341697, 19.777077, 19.853527, 19.850207, 19.941407, 19.961357");
+				}
+			}
+			internal_power () {
+				related_pin : "A";
+				when : "!IE&OE&PDRV0&!PDRV1&SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("17.595856, 17.814426, 17.560236, 17.312336, 16.854816, 16.317966", \
+					  "17.571110, 17.745490, 17.552380, 17.227840, 16.937650, 16.278730", \
+					  "17.578791, 17.787931, 17.595091, 17.374721, 16.878071, 16.398811");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("17.097850, 18.092080, 18.827190, 19.189830, 19.369670, 19.501110", \
+					  "16.995326, 18.082736, 18.829516, 19.154296, 19.368376, 19.431686", \
+					  "16.984317, 18.157827, 18.574737, 19.186187, 19.386217, 19.354747");
+				}
+			}
+			internal_power () {
+				related_pin : "A";
+				when : "!IE&OE&PDRV0&PDRV1&!SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("25.379046, 25.771856, 25.683266, 25.711826, 25.589566, 25.207056", \
+					  "25.349250, 25.727560, 26.064490, 25.536530, 25.441880, 24.521670", \
+					  "25.404441, 25.744601, 25.747251, 25.362411, 25.362161, 24.824891");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("25.839250, 27.111930, 27.437990, 27.581310, 27.677960, 27.744920", \
+					  "25.847786, 27.113926, 27.435616, 27.582266, 27.670716, 27.683766", \
+					  "25.891537, 27.015867, 27.504307, 27.545847, 27.720577, 27.853607");
+				}
+			}
+			internal_power () {
+				related_pin : "A";
+				when : "!IE&OE&PDRV0&PDRV1&SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("23.896616, 25.301606, 25.434696, 25.268936, 25.043706, 24.733706", \
+					  "23.887540, 25.388900, 25.451570, 25.152810, 25.193450, 24.711270", \
+					  "23.974571, 25.247941, 25.305811, 25.244101, 25.077411, 24.788191");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("21.997140, 22.990350, 23.927640, 24.755490, 25.442730, 25.935100", \
+					  "21.756846, 23.134556, 23.837936, 24.809546, 25.377536, 25.929276", \
+					  "21.643257, 23.008997, 23.783397, 24.735167, 25.418167, 25.845737");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "A&!IE&!PDRV0&!PDRV1&!SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("13.611319, 13.311289, 12.595049, 12.373979, 11.634609, 10.111955", \
+					  "11.892407, 11.566527, 11.010287, 10.547827, 9.551637, 8.800197", \
+					  "10.713313, 10.407203, 10.124823, 9.592203, 9.171343, 8.633383");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("0.685687, 0.683011, 0.680627, 0.679596, 0.678988, 0.678581", \
+					  "0.387657, 0.534061, 0.570020, 0.585755, 0.594596, 0.600214", \
+					  "0.678716, 0.863185, 0.933091, 0.963451, 0.980290, 0.990976");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "A&!IE&!PDRV0&!PDRV1&SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("13.470539, 13.201739, 12.838269, 12.361129, 11.781129, 11.282599", \
+					  "11.780807, 11.479347, 11.195837, 10.868087, 10.146027, 9.670417", \
+					  "10.601623, 10.344753, 9.845363, 9.588703, 9.090243, 8.493493");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("0.683202, 0.683671, 0.682542, 0.681590, 0.680935, 0.680467", \
+					  "0.372680, 0.530105, 0.571883, 0.590890, 0.601682, 0.608632", \
+					  "0.654730, 0.933019, 0.983254, 1.004951, 1.017142, 1.024905");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "A&!IE&!PDRV0&PDRV1&!SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("19.684539, 19.393909, 19.174439, 18.871289, 18.568889, 18.190239", \
+					  "17.912747, 17.787017, 17.434297, 17.203107, 16.892957, 16.131157", \
+					  "16.828323, 16.630443, 16.405163, 15.909793, 15.751093, 15.330923");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("1.174041, 1.165814, 1.165597, 1.164623, 1.163715, 1.162959", \
+					  "1.885535, 2.002825, 2.043571, 2.067641, 2.083447, 2.094260", \
+					  "3.762766, 4.468931, 4.694971, 4.807110, 4.874048, 4.918449");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "A&!IE&!PDRV0&PDRV1&SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("18.599759, 19.078589, 18.885899, 18.613199, 18.297939, 17.815819", \
+					  "16.877517, 17.342767, 17.150107, 16.913857, 16.464707, 16.287527", \
+					  "15.756993, 16.212333, 16.030933, 15.753523, 15.335493, 15.120873");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("1.175928, 1.179379, 1.162575, 1.161396, 1.160447, 1.159674", \
+					  "1.829773, 1.983463, 2.029835, 2.048699, 2.058539, 2.064544", \
+					  "3.763490, 4.457637, 4.737753, 4.854853, 4.927092, 4.972481");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "A&!IE&PDRV0&!PDRV1&!SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("16.784339, 16.564299, 16.296869, 15.894739, 15.653749, 14.782499", \
+					  "15.110977, 14.820027, 14.379467, 14.214087, 13.164917, 12.403787", \
+					  "13.888823, 13.665573, 13.363133, 12.986933, 12.601983, 12.133063");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("1.118004, 1.117097, 1.116200, 1.115777, 1.115502, 1.115293", \
+					  "1.834839, 2.182118, 2.270269, 2.312032, 2.336465, 2.352512", \
+					  "2.359238, 2.847329, 2.978527, 3.039016, 3.073682, 3.096103");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "A&!IE&PDRV0&!PDRV1&SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("16.380539, 16.452459, 16.055859, 15.770359, 15.312679, 14.769449", \
+					  "14.645687, 14.677977, 14.354627, 13.839707, 13.728427, 12.647107", \
+					  "13.430213, 13.483953, 13.217863, 12.952363, 12.279463, 12.062663");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("1.111684, 1.127343, 1.127575, 1.126380, 1.125025, 1.123853", \
+					  "1.837106, 2.122348, 2.233834, 2.289262, 2.322196, 2.343218", \
+					  "2.375494, 2.829798, 2.957014, 3.014422, 3.047028, 3.067803");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "A&!IE&PDRV0&PDRV1&!SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("22.698459, 22.799149, 22.489639, 22.117949, 21.754749, 21.524699", \
+					  "21.021857, 20.949957, 20.689787, 20.372797, 20.081467, 19.689587", \
+					  "19.885383, 19.786563, 19.437993, 19.223523, 18.946313, 18.499043");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("1.602437, 1.603618, 1.614863, 1.610426, 1.602458, 1.597351", \
+					  "3.285988, 3.533710, 3.682647, 3.798817, 3.851135, 3.880589", \
+					  "5.371829, 6.262102, 6.586791, 6.758397, 6.864411, 6.935736");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "A&!IE&PDRV0&PDRV1&SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("21.168679, 21.990809, 22.009019, 21.857029, 21.492789, 21.231889", \
+					  "19.356217, 20.393507, 20.291077, 20.038457, 19.770657, 19.465567", \
+					  "18.231093, 19.163233, 19.124993, 18.924483, 18.538463, 18.205243");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("1.605456, 1.601070, 1.601097, 1.590588, 1.587699, 1.586888", \
+					  "3.257748, 3.562997, 3.735594, 3.801228, 3.836810, 3.858497", \
+					  "5.429732, 6.329733, 6.650349, 6.826948, 6.931717, 7.002204");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "!A&!IE&!PDRV0&!PDRV1&!SL";
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("14.026239, 14.064259, 14.063689, 13.902369, 14.451479, 14.706999", \
+					  "12.321717, 12.403257, 12.412877, 12.362327, 12.530707, 12.576647", \
+					  "11.211563, 11.273883, 11.303243, 11.286343, 11.338493, 11.350153");
+				}
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("0.449925, -37.046493, -74.546033, -112.045903, -149.545803, -187.045803", \
+					  "-0.001173, -37.675584, -75.219334, -112.738974, -150.250074, -187.757274", \
+					  "-0.235017, -37.923658, -75.470418, -112.991558, -150.503458, -188.011158");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "!A&!IE&!PDRV0&!PDRV1&SL";
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("13.057749, 13.648409, 13.824489, 13.939559, 14.111359, 14.227699", \
+					  "11.340977, 11.955957, 12.188257, 12.161507, 11.977207, 12.275957", \
+					  "10.213873, 10.837913, 11.058633, 11.057393, 10.952123, 11.129803");
+				}
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("0.438627, -37.059043, -74.558403, -112.058103, -149.557803, -187.057703", \
+					  "0.057917, -37.559284, -75.090344, -112.604674, -150.112974, -187.618374", \
+					  "-0.026973, -37.647528, -75.174388, -112.685358, -150.191358, -187.694958");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "!A&!IE&!PDRV0&PDRV1&!SL";
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("18.820989, 19.311149, 19.398219, 19.428469, 19.444769, 19.462979", \
+					  "17.131257, 17.618377, 17.714287, 17.742837, 17.759397, 17.770247", \
+					  "15.952213, 16.469853, 16.626673, 16.649743, 16.649133, 16.614743");
+				}
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("0.955335, -36.524163, -74.023813, -111.523903, -149.024003, -186.524103", \
+					  "2.761556, -34.736784, -72.586084, -109.918574, -147.445474, -185.077874", \
+					  "2.950249, -34.808718, -72.399148, -109.943458, -147.470858, -184.988758");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "!A&!IE&!PDRV0&PDRV1&SL";
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("15.938929, 16.409849, 17.084199, 17.725599, 18.096529, 18.369509", \
+					  "14.177637, 14.677577, 15.375757, 16.035087, 16.396407, 16.677887", \
+					  "12.975983, 13.504363, 14.261383, 14.879463, 15.322683, 15.549293");
+				}
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("0.951787, -36.541293, -74.039133, -111.538303, -149.038003, -186.538003", \
+					  "2.820124, -34.866924, -72.442394, -109.979974, -147.502074, -185.016374", \
+					  "2.967075, -34.718698, -72.301118, -109.840158, -147.363558, -184.879358");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "!A&!IE&PDRV0&!PDRV1&!SL";
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("16.659029, 16.866609, 16.908989, 16.931049, 16.943079, 16.946999", \
+					  "14.958747, 15.150437, 15.212077, 15.250367, 15.231487, 15.230527", \
+					  "13.844983, 14.084083, 14.103723, 14.120643, 14.133473, 14.095223");
+				}
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("0.973653, -36.525173, -74.025193, -111.525203, -149.025203, -186.525303", \
+					  "1.609918, -36.064074, -73.615554, -111.140974, -148.656174, -186.166274", \
+					  "1.460228, -36.211778, -73.763918, -111.289458, -148.804658, -186.314658");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "!A&!IE&PDRV0&!PDRV1&SL";
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("14.570859, 15.247679, 15.866959, 16.187119, 16.363619, 16.438489", \
+					  "12.837307, 13.550227, 14.169777, 14.491967, 14.688997, 14.777567", \
+					  "11.654483, 12.387733, 13.025543, 13.360163, 13.591623, 13.580603");
+				}
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("0.953414, -36.552913, -74.053113, -111.553003, -149.052903, -186.552803", \
+					  "1.606748, -36.089334, -73.647634, -111.175174, -148.691074, -186.201374", \
+					  "1.495719, -36.241788, -73.814418, -111.344958, -148.862758, -186.374058");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "!A&!IE&PDRV0&PDRV1&!SL";
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("20.998059, 21.828579, 22.150829, 22.120889, 22.151309, 22.175639", \
+					  "19.339777, 20.174347, 20.462377, 20.423327, 20.487817, 20.480217", \
+					  "18.213453, 19.046713, 19.294943, 19.325513, 19.332613, 19.372133");
+				}
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("1.490781, -36.005573, -73.530063, -111.032803, -148.533703, -186.034103", \
+					  "4.320138, -33.336414, -70.979174, -108.517974, -146.042174, -183.558674", \
+					  "4.364826, -33.410948, -70.931758, -108.446658, -145.957158, -183.464858");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "!A&!IE&PDRV0&PDRV1&SL";
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("17.600209, 17.982769, 18.637919, 19.309089, 19.880629, 20.244909", \
+					  "15.793677, 16.224777, 16.889197, 17.573097, 18.172177, 18.554817", \
+					  "14.611603, 15.063473, 15.733483, 16.418713, 16.997183, 17.460043");
+				}
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("1.475011, -36.021273, -73.526083, -111.024903, -148.524103, -186.023603", \
+					  "4.331312, -33.395224, -70.986404, -108.541174, -146.076374, -183.600074", \
+					  "4.536335, -33.213088, -70.785748, -108.327058, -145.898658, -183.418558");
+				}
+			}
+			internal_power () {
+				related_pin : "A";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("38.939112, 39.604799, 39.269775, 38.690939, 37.943084, 37.065277", \
+					  "38.935728, 39.584293, 39.137705, 38.443545, 38.084668, 36.624093", \
+					  "38.970764, 39.451042, 39.198422, 38.706087, 37.861362, 36.998382");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("39.224173, 40.798425, 41.643132, 42.207315, 42.597938, 42.848785", \
+					  "39.074654, 40.785677, 41.625597, 42.219690, 42.531379, 42.888520", \
+					  "39.039962, 40.747847, 41.546467, 42.156901, 42.734122, 42.875814");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("18.760838, -18.685460, -56.494599, -94.305307, -132.225624, -170.324035", \
+					  "18.263094, -19.338312, -57.257680, -95.077446, -133.121949, -171.237618", \
+					  "17.106026, -20.560269, -58.386331, -96.242142, -134.167259, -172.083460");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("17.603563, 18.065038, 18.385796, 18.584315, 18.819693, 18.959786", \
+					  "16.574053, 17.275823, 17.695282, 17.941855, 18.116133, 18.268291", \
+					  "16.634269, 17.707469, 18.241172, 18.545890, 18.754092, 18.895081");
+				}
+			}
+			timing () {
+				related_pin : "A";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				when : "!IE&OE&!PDRV0&!PDRV1&!SL";
+				sdf_cond : "IE==1'b0&&OE==1'b1&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b0";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.095415, 9.095415, 15.095415, 21.095415, 27.095415, 33.095415");
+					values("4.671389, 6.341292, 8.003804, 9.663312, 11.322940, 12.988240", \
+					  "4.777940, 6.447793, 8.107398, 9.772504, 11.426340, 13.085580", \
+					  "4.856459, 6.525815, 8.189864, 9.848959, 11.510760, 13.168150");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.095415, 9.095415, 15.095415, 21.095415, 27.095415, 33.095415");
+					values("1.921157, 5.163303, 8.440547, 11.712080, 14.980990, 18.235380", \
+					  "1.925355, 5.150127, 8.426831, 11.695830, 14.955080, 18.232670", \
+					  "1.923592, 5.151587, 8.400638, 11.702550, 14.975610, 18.252130");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.095415, 9.095415, 15.095415, 21.095415, 27.095415, 33.095415");
+					values("4.779650, 5.946779, 7.061733, 8.170054, 9.277948, 10.387240", \
+					  "4.920888, 6.088343, 7.202027, 8.312530, 9.421093, 10.527970", \
+					  "5.108125, 6.275468, 7.389849, 8.498900, 9.606810, 10.715810");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.095415, 9.095415, 15.095415, 21.095415, 27.095415, 33.095415");
+					values("1.500856, 3.453001, 5.501647, 7.572172, 9.666421, 11.761310", \
+					  "1.500603, 3.452981, 5.500028, 7.572846, 9.652571, 11.743020", \
+					  "1.499298, 3.445762, 5.486747, 7.573548, 9.648878, 11.748090");
+				}
+			}
+			timing () {
+				related_pin : "A";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				when : "!IE&OE&!PDRV0&!PDRV1&SL";
+				sdf_cond : "IE==1'b0&&OE==1'b1&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b1";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.095415, 9.095415, 15.095415, 21.095415, 27.095415, 33.095415");
+					values("5.672408, 7.615440, 9.296945, 10.956540, 12.618880, 14.275530", \
+					  "5.778372, 7.723391, 9.403648, 11.062720, 12.723530, 14.385870", \
+					  "5.855152, 7.799886, 9.480211, 11.142450, 12.803700, 14.461940");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.095415, 9.095415, 15.095415, 21.095415, 27.095415, 33.095415");
+					values("3.130487, 5.884317, 8.891269, 11.994540, 15.205280, 18.422990", \
+					  "3.129967, 5.887407, 8.872649, 11.971300, 15.202880, 18.434660", \
+					  "3.136655, 5.883478, 8.868335, 11.996500, 15.228050, 18.420800");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.095415, 9.095415, 15.095415, 21.095415, 27.095415, 33.095415");
+					values("4.968585, 7.202959, 9.068237, 10.607270, 11.964050, 13.224730", \
+					  "5.110184, 7.342813, 9.204937, 10.748630, 12.107860, 13.362870", \
+					  "5.296981, 7.530057, 9.391352, 10.935310, 12.292210, 13.550420");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.095415, 9.095415, 15.095415, 21.095415, 27.095415, 33.095415");
+					values("2.412489, 5.775600, 8.157569, 10.237280, 12.247680, 14.143990", \
+					  "2.411188, 5.778132, 8.159865, 10.231300, 12.205050, 14.141230", \
+					  "2.409791, 5.768588, 8.157086, 10.236560, 12.215810, 14.133350");
+				}
+			}
+			timing () {
+				related_pin : "A";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				when : "!IE&OE&!PDRV0&PDRV1&!SL";
+				sdf_cond : "IE==1'b0&&OE==1'b1&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b0";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.095415, 9.095415, 15.095415, 21.095415, 27.095415, 33.095415");
+					values("4.034211, 4.626237, 5.185955, 5.741261, 6.295854, 6.849766", \
+					  "4.139842, 4.732628, 5.291739, 5.847608, 6.401777, 6.955626", \
+					  "4.218402, 4.811219, 5.370485, 5.925507, 6.480109, 7.034517");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.095415, 9.095415, 15.095415, 21.095415, 27.095415, 33.095415");
+					values("0.842163, 1.837670, 2.890065, 3.959414, 5.049103, 6.139923", \
+					  "0.841070, 1.835344, 2.894155, 3.960338, 5.049815, 6.140940", \
+					  "0.841836, 1.835790, 2.891420, 3.971274, 5.056584, 6.146347");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.095415, 9.095415, 15.095415, 21.095415, 27.095415, 33.095415");
+					values("4.232683, 4.783843, 5.200472, 5.586831, 5.964302, 6.336131", \
+					  "4.373943, 4.925079, 5.341709, 5.728278, 6.105608, 6.478508", \
+					  "4.561127, 5.112342, 5.528972, 5.915548, 6.292893, 6.665803");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.095415, 9.095415, 15.095415, 21.095415, 27.095415, 33.095415");
+					values("0.824755, 1.482360, 2.100858, 2.745713, 3.408354, 4.087621", \
+					  "0.824800, 1.479007, 2.100779, 2.742659, 3.407679, 4.079394", \
+					  "0.825023, 1.479428, 2.100281, 2.742119, 3.406967, 4.080140");
+				}
+			}
+			timing () {
+				related_pin : "A";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				when : "!IE&OE&!PDRV0&PDRV1&SL";
+				sdf_cond : "IE==1'b0&&OE==1'b1&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b1";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.095415, 9.095415, 15.095415, 21.095415, 27.095415, 33.095415");
+					values("4.279188, 5.579378, 6.339522, 6.967926, 7.553803, 8.119604", \
+					  "4.385039, 5.686401, 6.446702, 7.074523, 7.659491, 8.225306", \
+					  "4.464397, 5.763692, 6.525342, 7.152629, 7.738453, 8.303886");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.095415, 9.095415, 15.095415, 21.095415, 27.095415, 33.095415");
+					values("1.769944, 3.055794, 3.969447, 4.866167, 5.801989, 6.759560", \
+					  "1.768854, 3.057452, 3.969594, 4.861592, 5.799591, 6.757707", \
+					  "1.770553, 3.052273, 3.971061, 4.864938, 5.794484, 6.760487");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.095415, 9.095415, 15.095415, 21.095415, 27.095415, 33.095415");
+					values("4.152367, 4.934913, 5.697053, 6.443608, 7.151736, 7.809778", \
+					  "4.293611, 5.076097, 5.838855, 6.584764, 7.291997, 7.951931", \
+					  "4.480980, 5.263300, 6.026138, 6.771797, 7.479021, 8.138391");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.095415, 9.095415, 15.095415, 21.095415, 27.095415, 33.095415");
+					values("0.879755, 2.280497, 3.576009, 4.679270, 5.632514, 6.479118", \
+					  "0.879847, 2.279395, 3.575382, 4.676339, 5.632359, 6.481660", \
+					  "0.879866, 2.278782, 3.579579, 4.673977, 5.631225, 6.478677");
+				}
+			}
+			timing () {
+				related_pin : "A";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				when : "!IE&OE&PDRV0&!PDRV1&!SL";
+				sdf_cond : "IE==1'b0&&OE==1'b1&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b0";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.095415, 9.095415, 15.095415, 21.095415, 27.095415, 33.095415");
+					values("4.207014, 5.058848, 5.892160, 6.725530, 7.555308, 8.386369", \
+					  "4.313682, 5.165480, 5.998573, 6.830499, 7.661014, 8.491807", \
+					  "4.392744, 5.244195, 6.077805, 6.909260, 7.738874, 8.569672");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.095415, 9.095415, 15.095415, 21.095415, 27.095415, 33.095415");
+					values("1.086571, 2.646880, 4.259041, 5.893638, 7.542503, 9.170807", \
+					  "1.088282, 2.645451, 4.264122, 5.889639, 7.529227, 9.165160", \
+					  "1.088344, 2.647669, 4.253073, 5.898797, 7.529122, 9.167654");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.095415, 9.095415, 15.095415, 21.095415, 27.095415, 33.095415");
+					values("4.394010, 5.078075, 5.657774, 6.218102, 6.774553, 7.329976", \
+					  "4.535295, 5.219640, 5.799031, 6.359674, 6.915460, 7.470529", \
+					  "4.723591, 5.407151, 5.986045, 6.546938, 7.103021, 7.659338");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.095415, 9.095415, 15.095415, 21.095415, 27.095415, 33.095415");
+					values("1.008819, 1.939307, 2.912436, 3.909185, 4.936966, 5.962730", \
+					  "1.008847, 1.939207, 2.910104, 3.916345, 4.929947, 5.969662", \
+					  "1.008983, 1.939369, 2.911522, 3.917288, 4.935571, 5.964186");
+				}
+			}
+			timing () {
+				related_pin : "A";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				when : "!IE&OE&PDRV0&!PDRV1&SL";
+				sdf_cond : "IE==1'b0&&OE==1'b1&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b1";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.095415, 9.095415, 15.095415, 21.095415, 27.095415, 33.095415");
+					values("4.753110, 6.194663, 7.139448, 7.999526, 8.838396, 9.670047", \
+					  "4.857694, 6.296860, 7.243635, 8.106406, 8.944552, 9.775611", \
+					  "4.937829, 6.376151, 7.323001, 8.185419, 9.024101, 9.854911");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.095415, 9.095415, 15.095415, 21.095415, 27.095415, 33.095415");
+					values("2.220832, 3.763574, 5.116339, 6.542309, 8.042449, 9.562346", \
+					  "2.223266, 3.767444, 5.110985, 6.533522, 8.027170, 9.579443", \
+					  "2.220915, 3.766928, 5.109454, 6.531307, 8.029052, 9.576017");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.095415, 9.095415, 15.095415, 21.095415, 27.095415, 33.095415");
+					values("4.345164, 5.500297, 6.626021, 7.662721, 8.588960, 9.417097", \
+					  "4.486404, 5.641533, 6.766703, 7.804125, 8.731496, 9.564163", \
+					  "4.673538, 5.828402, 6.954298, 7.991336, 8.913594, 9.751142");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.095415, 9.095415, 15.095415, 21.095415, 27.095415, 33.095415");
+					values("1.255987, 3.321975, 4.978676, 6.322038, 7.496853, 8.608173", \
+					  "1.256144, 3.322673, 4.977651, 6.314683, 7.499729, 8.585868", \
+					  "1.256043, 3.324912, 4.982474, 6.324380, 7.505682, 8.594072");
+				}
+			}
+			timing () {
+				related_pin : "A";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				when : "!IE&OE&PDRV0&PDRV1&!SL";
+				sdf_cond : "IE==1'b0&&OE==1'b1&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b0";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.095415, 9.095415, 15.095415, 21.095415, 27.095415, 33.095415");
+					values("3.946201, 4.417800, 4.842097, 5.260436, 5.677284, 6.093078", \
+					  "4.051969, 4.523390, 4.947852, 5.365625, 5.782461, 6.198248", \
+					  "4.130480, 4.601656, 5.026179, 5.444425, 5.861314, 6.277180");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.095415, 9.095415, 15.095415, 21.095415, 27.095415, 33.095415");
+					values("0.744067, 1.444914, 2.214862, 3.014807, 3.814303, 4.640635", \
+					  "0.742369, 1.443648, 2.213165, 3.014454, 3.815794, 4.617711", \
+					  "0.744090, 1.445702, 2.219027, 3.013374, 3.809592, 4.629479");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.095415, 9.095415, 15.095415, 21.095415, 27.095415, 33.095415");
+					values("4.110614, 4.608696, 4.948733, 5.253323, 5.543473, 5.827617", \
+					  "4.251854, 4.749943, 5.089973, 5.394564, 5.684905, 5.968944", \
+					  "4.439244, 4.936949, 5.277434, 5.581943, 5.872280, 6.156317");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.095415, 9.095415, 15.095415, 21.095415, 27.095415, 33.095415");
+					values("0.710286, 1.253389, 1.717087, 2.178757, 2.658321, 3.154944", \
+					  "0.710168, 1.253373, 1.714427, 2.183421, 2.663582, 3.149099", \
+					  "0.710645, 1.252757, 1.713754, 2.183616, 2.662705, 3.146625");
+				}
+			}
+			timing () {
+				related_pin : "A";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				when : "!IE&OE&PDRV0&PDRV1&SL";
+				sdf_cond : "IE==1'b0&&OE==1'b1&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b1";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.095415, 9.095415, 15.095415, 21.095415, 27.095415, 33.095415");
+					values("4.028797, 5.191592, 5.884332, 6.414952, 6.887016, 7.331807", \
+					  "4.134797, 5.296157, 5.991570, 6.520934, 6.992554, 7.436510", \
+					  "4.213739, 5.374867, 6.069969, 6.601454, 7.071228, 7.513904");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.095415, 9.095415, 15.095415, 21.095415, 27.095415, 33.095415");
+					values("1.452760, 2.648753, 3.398144, 4.069912, 4.740185, 5.432661", \
+					  "1.452793, 2.649242, 3.394866, 4.070648, 4.737061, 5.431623", \
+					  "1.452814, 2.649235, 3.393050, 4.070727, 4.738666, 5.437895");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.095415, 9.095415, 15.095415, 21.095415, 27.095415, 33.095415");
+					values("4.041890, 4.642068, 5.217238, 5.786809, 6.344730, 6.879907", \
+					  "4.183178, 4.783239, 5.358645, 5.928413, 6.485601, 7.020160", \
+					  "4.370635, 4.970686, 5.545984, 6.115894, 6.673047, 7.207667");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.095415, 9.095415, 15.095415, 21.095415, 27.095415, 33.095415");
+					values("0.691501, 1.739008, 2.770547, 3.699085, 4.509845, 5.245411", \
+					  "0.691306, 1.733437, 2.771062, 3.696977, 4.505241, 5.232205", \
+					  "0.691424, 1.732900, 2.771249, 3.696305, 4.503272, 5.234560");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "A&!IE&!PDRV0&!PDRV1&!SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b0";
+				timing_type : "three_state_enable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.095415, 9.095415, 15.095415, 21.095415, 27.095415, 33.095415");
+					values("4.028631, 5.692728, 7.350981, 9.014600, 10.669730, 12.327570", \
+					  "4.105474, 5.769528, 7.429919, 9.086724, 10.745730, 12.410070", \
+					  "4.168347, 5.832371, 7.492853, 9.149621, 10.808710, 12.473460");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.095415, 9.095415, 15.095415, 21.095415, 27.095415, 33.095415");
+					values("1.939797, 5.155011, 8.426242, 11.701380, 14.946970, 18.199250", \
+					  "1.937042, 5.146916, 8.429378, 11.701740, 14.961320, 18.248180", \
+					  "1.936709, 5.146461, 8.429311, 11.701970, 14.959970, 18.246320");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "A&!IE&!PDRV0&!PDRV1&SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b1";
+				timing_type : "three_state_enable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.095415, 9.095415, 15.095415, 21.095415, 27.095415, 33.095415");
+					values("5.014523, 6.971993, 8.652291, 10.313320, 11.971420, 13.635200", \
+					  "5.092414, 7.049520, 8.732073, 10.390950, 12.053070, 13.711350", \
+					  "5.152028, 7.115719, 8.795176, 10.456710, 12.112720, 13.770460");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.095415, 9.095415, 15.095415, 21.095415, 27.095415, 33.095415");
+					values("3.209855, 5.940527, 8.899497, 12.006740, 15.193070, 18.426870", \
+					  "3.210270, 5.941953, 8.897652, 12.025550, 15.211890, 18.447190", \
+					  "3.214439, 5.935941, 8.888339, 12.020760, 15.202710, 18.416700");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "A&!IE&!PDRV0&PDRV1&!SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b0";
+				timing_type : "three_state_enable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.095415, 9.095415, 15.095415, 21.095415, 27.095415, 33.095415");
+					values("3.479721, 4.070015, 4.625860, 5.180161, 5.732586, 6.285241", \
+					  "3.569234, 4.159507, 4.715085, 5.269467, 5.821867, 6.374547", \
+					  "3.642111, 4.232561, 4.788535, 5.342420, 5.895583, 6.448577");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.095415, 9.095415, 15.095415, 21.095415, 27.095415, 33.095415");
+					values("0.918303, 1.860298, 2.903631, 3.965479, 5.056414, 6.142451", \
+					  "0.922307, 1.860209, 2.903566, 3.969236, 5.056217, 6.142503", \
+					  "0.923423, 1.862731, 2.906174, 3.961595, 5.055821, 6.143328");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "A&!IE&!PDRV0&PDRV1&SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b1";
+				timing_type : "three_state_enable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.095415, 9.095415, 15.095415, 21.095415, 27.095415, 33.095415");
+					values("3.682323, 5.011060, 5.780809, 6.416259, 7.000523, 7.566916", \
+					  "3.771913, 5.100731, 5.870894, 6.506403, 7.092000, 7.658280", \
+					  "3.845180, 5.173934, 5.943851, 6.579417, 7.165094, 7.731453");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.095415, 9.095415, 15.095415, 21.095415, 27.095415, 33.095415");
+					values("1.802003, 3.128294, 4.057066, 4.949193, 5.864726, 6.806816", \
+					  "1.803156, 3.126542, 4.058500, 4.949477, 5.853001, 6.819175", \
+					  "1.803004, 3.126731, 4.057872, 4.949516, 5.850394, 6.820094");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "A&!IE&PDRV0&!PDRV1&!SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b0";
+				timing_type : "three_state_enable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.095415, 9.095415, 15.095415, 21.095415, 27.095415, 33.095415");
+					values("3.547906, 4.393061, 5.223819, 6.053790, 6.882372, 7.712790", \
+					  "3.624729, 4.469793, 5.300320, 6.130664, 6.959421, 7.789666", \
+					  "3.687282, 4.532512, 5.362884, 6.193409, 7.022278, 7.852427");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.095415, 9.095415, 15.095415, 21.095415, 27.095415, 33.095415");
+					values("1.126780, 2.656338, 4.255096, 5.894347, 7.529215, 9.159759", \
+					  "1.127112, 2.656681, 4.256621, 5.892814, 7.529386, 9.166356", \
+					  "1.126672, 2.657418, 4.257593, 5.891003, 7.529406, 9.166506");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "A&!IE&PDRV0&!PDRV1&SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b1";
+				timing_type : "three_state_enable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.095415, 9.095415, 15.095415, 21.095415, 27.095415, 33.095415");
+					values("4.047419, 5.521111, 6.474715, 7.335403, 8.172371, 9.005912", \
+					  "4.125036, 5.597947, 6.550896, 7.413464, 8.252353, 9.084573", \
+					  "4.188133, 5.661072, 6.614143, 7.475866, 8.314740, 9.147711");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.095415, 9.095415, 15.095415, 21.095415, 27.095415, 33.095415");
+					values("2.273891, 3.848932, 5.184888, 6.586234, 8.061797, 9.581126", \
+					  "2.274233, 3.851052, 5.184712, 6.597740, 8.069668, 9.587035", \
+					  "2.274285, 3.851350, 5.185095, 6.594093, 8.070290, 9.591948");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "A&!IE&PDRV0&PDRV1&!SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b0";
+				timing_type : "three_state_enable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.095415, 9.095415, 15.095415, 21.095415, 27.095415, 33.095415");
+					values("3.347577, 3.824544, 4.245822, 4.662456, 5.078002, 5.492925", \
+					  "3.433298, 3.911834, 4.333421, 4.749671, 5.165184, 5.580091", \
+					  "3.502138, 3.981818, 4.403335, 4.819241, 5.235204, 5.650186");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.095415, 9.095415, 15.095415, 21.095415, 27.095415, 33.095415");
+					values("0.840955, 1.488576, 2.242390, 3.020741, 3.826857, 4.637500", \
+					  "0.841503, 1.491843, 2.244482, 3.021246, 3.829199, 4.639727", \
+					  "0.841877, 1.491570, 2.240735, 3.028575, 3.817588, 4.628520");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "A&!IE&PDRV0&PDRV1&SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b1";
+				timing_type : "three_state_enable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.095415, 9.095415, 15.095415, 21.095415, 27.095415, 33.095415");
+					values("3.398533, 4.568452, 5.279927, 5.816511, 6.291729, 6.735437", \
+					  "3.486180, 4.654170, 5.366009, 5.903535, 6.378779, 6.824317", \
+					  "3.556451, 4.724736, 5.436760, 5.974272, 6.449967, 6.895386");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.095415, 9.095415, 15.095415, 21.095415, 27.095415, 33.095415");
+					values("1.472954, 2.716038, 3.481406, 4.160239, 4.825615, 5.498535", \
+					  "1.475576, 2.717398, 3.479401, 4.157780, 4.825460, 5.499283", \
+					  "1.475669, 2.714423, 3.479373, 4.162833, 4.820622, 5.495611");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "!A&!IE&!PDRV0&!PDRV1&!SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b0";
+				timing_type : "three_state_enable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.095415, 9.095415, 15.095415, 21.095415, 27.095415, 33.095415");
+					values("3.080088, 4.248550, 5.360337, 6.469989, 7.578719, 8.685657", \
+					  "3.186053, 4.354257, 5.466025, 6.575824, 7.684497, 8.791318", \
+					  "3.266863, 4.434934, 5.546816, 6.656589, 7.765253, 8.872112");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.095415, 9.095415, 15.095415, 21.095415, 27.095415, 33.095415");
+					values("1.543286, 3.460135, 5.500910, 7.575953, 9.648192, 11.737380", \
+					  "1.542380, 3.467569, 5.500728, 7.574134, 9.658228, 11.729530", \
+					  "1.542313, 3.467752, 5.500737, 7.573323, 9.661863, 11.727420");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "!A&!IE&!PDRV0&!PDRV1&SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b1";
+				timing_type : "three_state_enable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.095415, 9.095415, 15.095415, 21.095415, 27.095415, 33.095415");
+					values("3.246159, 5.477533, 7.354595, 8.902813, 10.268200, 11.524120", \
+					  "3.351157, 5.582491, 7.459882, 9.005559, 10.368000, 11.630640", \
+					  "3.431896, 5.663244, 7.540655, 9.086357, 10.448900, 11.711580");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.095415, 9.095415, 15.095415, 21.095415, 27.095415, 33.095415");
+					values("2.414907, 5.789995, 8.180339, 10.276260, 12.257570, 14.186400", \
+					  "2.414045, 5.792059, 8.184729, 10.270810, 12.257090, 14.175140", \
+					  "2.414050, 5.792010, 8.184691, 10.271210, 12.257550, 14.174600");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "!A&!IE&!PDRV0&PDRV1&!SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b0";
+				timing_type : "three_state_enable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.095415, 9.095415, 15.095415, 21.095415, 27.095415, 33.095415");
+					values("2.654454, 3.232588, 3.653988, 4.041951, 4.419412, 4.791933", \
+					  "2.759660, 3.337705, 3.759108, 4.147072, 4.524519, 4.897031", \
+					  "2.840567, 3.418694, 3.840074, 4.228033, 4.605484, 4.978000");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.095415, 9.095415, 15.095415, 21.095415, 27.095415, 33.095415");
+					values("0.873157, 1.536422, 2.153162, 2.785392, 3.433815, 4.101029", \
+					  "0.872823, 1.536501, 2.153211, 2.785354, 3.433254, 4.101396", \
+					  "0.873769, 1.536454, 2.153042, 2.785309, 3.433388, 4.101224");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "!A&!IE&!PDRV0&PDRV1&SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b1";
+				timing_type : "three_state_enable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.095415, 9.095415, 15.095415, 21.095415, 27.095415, 33.095415");
+					values("2.594008, 3.366979, 4.125339, 4.869138, 5.578025, 6.243722", \
+					  "2.699125, 3.472089, 4.230431, 4.974249, 5.683146, 6.348450", \
+					  "2.780066, 3.553101, 4.310341, 5.055119, 5.764109, 6.429501");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.095415, 9.095415, 15.095415, 21.095415, 27.095415, 33.095415");
+					values("0.925537, 2.295386, 3.594182, 4.688957, 5.647486, 6.506379", \
+					  "0.925508, 2.295393, 3.593871, 4.688783, 5.645326, 6.505499", \
+					  "0.925989, 2.292742, 3.594814, 4.693104, 5.653499, 6.506921");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "!A&!IE&PDRV0&!PDRV1&!SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b0";
+				timing_type : "three_state_enable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.095415, 9.095415, 15.095415, 21.095415, 27.095415, 33.095415");
+					values("2.660687, 3.351490, 3.930617, 4.491151, 5.046903, 5.603126", \
+					  "2.765579, 3.456478, 4.036193, 4.597039, 5.153117, 5.707956", \
+					  "2.846430, 3.537250, 4.116959, 4.677567, 5.234261, 5.788143");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.095415, 9.095415, 15.095415, 21.095415, 27.095415, 33.095415");
+					values("1.054025, 1.974965, 2.930880, 3.929208, 4.942328, 5.970969", \
+					  "1.055152, 1.976814, 2.930805, 3.923993, 4.937113, 5.974098", \
+					  "1.054738, 1.975992, 2.927115, 3.927624, 4.944195, 5.965664");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "!A&!IE&PDRV0&!PDRV1&SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b1";
+				timing_type : "three_state_enable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.095415, 9.095415, 15.095415, 21.095415, 27.095415, 33.095415");
+					values("2.601017, 3.745605, 4.870088, 5.912977, 6.841240, 7.684155", \
+					  "2.706045, 3.850615, 4.975288, 6.017914, 6.950692, 7.788381", \
+					  "2.786856, 3.931462, 5.055948, 6.098732, 7.031199, 7.869461");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.095415, 9.095415, 15.095415, 21.095415, 27.095415, 33.095415");
+					values("1.269200, 3.329468, 5.000361, 6.340962, 7.532612, 8.626412", \
+					  "1.269295, 3.333884, 4.997346, 6.341917, 7.530071, 8.619350", \
+					  "1.268106, 3.332573, 4.990997, 6.358894, 7.532376, 8.624636");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "!A&!IE&PDRV0&PDRV1&!SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b0";
+				timing_type : "three_state_enable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.095415, 9.095415, 15.095415, 21.095415, 27.095415, 33.095415");
+					values("2.477014, 2.988701, 3.338520, 3.645986, 3.937477, 4.221990", \
+					  "2.582629, 3.094007, 3.443854, 3.751218, 4.042701, 4.327123", \
+					  "2.663479, 3.174670, 3.524502, 3.831971, 4.123461, 4.407955");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.095415, 9.095415, 15.095415, 21.095415, 27.095415, 33.095415");
+					values("0.771321, 1.303001, 1.767493, 2.230897, 2.704123, 3.185571", \
+					  "0.771385, 1.302612, 1.765510, 2.227897, 2.700783, 3.190564", \
+					  "0.771788, 1.303000, 1.767491, 2.230794, 2.703957, 3.186036");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "!A&!IE&PDRV0&PDRV1&SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b1";
+				timing_type : "three_state_enable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.095415, 9.095415, 15.095415, 21.095415, 27.095415, 33.095415");
+					values("2.420715, 3.015731, 3.586294, 4.153115, 4.711754, 5.249682", \
+					  "2.526324, 3.121105, 3.691364, 4.258653, 4.816724, 5.354489", \
+					  "2.606698, 3.201723, 3.772286, 4.339102, 4.897730, 5.435658");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.095415, 9.095415, 15.095415, 21.095415, 27.095415, 33.095415");
+					values("0.764035, 1.765123, 2.790296, 3.718011, 4.540668, 5.273768", \
+					  "0.766168, 1.763185, 2.787811, 3.720507, 4.539640, 5.269480", \
+					  "0.764117, 1.765126, 2.790257, 3.718108, 4.540608, 5.273720");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "!A&!IE&!PDRV0&!PDRV1&!SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b0";
+				timing_type : "three_state_disable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.095415, 9.095415, 15.095415, 21.095415, 27.095415, 33.095415");
+					values("1.751158, 1.751159, 1.751160, 1.751161, 1.751162, 1.751163", \
+					  "1.891092, 1.891093, 1.891094, 1.891095, 1.891096, 1.891097", \
+					  "2.073661, 2.073662, 2.073663, 2.073664, 2.073665, 2.073666");
+				}
+				rise_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "!A&!IE&!PDRV0&!PDRV1&SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b1";
+				timing_type : "three_state_disable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.095415, 9.095415, 15.095415, 21.095415, 27.095415, 33.095415");
+					values("1.735964, 1.735965, 1.735966, 1.735967, 1.735968, 1.735969", \
+					  "1.877115, 1.877116, 1.877117, 1.877118, 1.877119, 1.877120", \
+					  "2.059563, 2.059564, 2.059565, 2.059566, 2.059567, 2.059568");
+				}
+				rise_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "!A&!IE&!PDRV0&PDRV1&!SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b0";
+				timing_type : "three_state_disable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.095415, 9.095415, 15.095415, 21.095415, 27.095415, 33.095415");
+					values("1.904807, 1.904808, 1.904809, 1.904810, 1.904811, 1.904812", \
+					  "2.043665, 2.043666, 2.043667, 2.043668, 2.043669, 2.043670", \
+					  "2.230968, 2.230969, 2.230970, 2.230971, 2.230972, 2.230973");
+				}
+				rise_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "!A&!IE&!PDRV0&PDRV1&SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b1";
+				timing_type : "three_state_disable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.095415, 9.095415, 15.095415, 21.095415, 27.095415, 33.095415");
+					values("1.897593, 1.897594, 1.897595, 1.897596, 1.897597, 1.897598", \
+					  "2.033316, 2.033317, 2.033318, 2.033319, 2.033320, 2.033321", \
+					  "2.219751, 2.219752, 2.219753, 2.219754, 2.219755, 2.219756");
+				}
+				rise_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "!A&!IE&PDRV0&!PDRV1&!SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b0";
+				timing_type : "three_state_disable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.095415, 9.095415, 15.095415, 21.095415, 27.095415, 33.095415");
+					values("1.741803, 1.741804, 1.741805, 1.741806, 1.741807, 1.741808", \
+					  "1.877718, 1.877719, 1.877720, 1.877721, 1.877722, 1.877723", \
+					  "2.066124, 2.067462, 2.067463, 2.067464, 2.067465, 2.067466");
+				}
+				rise_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "!A&!IE&PDRV0&!PDRV1&SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b1";
+				timing_type : "three_state_disable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.095415, 9.095415, 15.095415, 21.095415, 27.095415, 33.095415");
+					values("1.732314, 1.732315, 1.732316, 1.732317, 1.732318, 1.732319", \
+					  "1.859499, 1.859500, 1.859501, 1.859502, 1.859503, 1.859504", \
+					  "2.056226, 2.056227, 2.056228, 2.056229, 2.056230, 2.056231");
+				}
+				rise_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "!A&!IE&PDRV0&PDRV1&!SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b0";
+				timing_type : "three_state_disable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.095415, 9.095415, 15.095415, 21.095415, 27.095415, 33.095415");
+					values("1.874179, 1.874180, 1.874181, 1.874182, 1.874183, 1.874184", \
+					  "2.012368, 2.012369, 2.012370, 2.012371, 2.012372, 2.012373", \
+					  "2.201298, 2.201299, 2.201300, 2.201301, 2.201302, 2.201303");
+				}
+				rise_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "!A&!IE&PDRV0&PDRV1&SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b1";
+				timing_type : "three_state_disable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.095415, 9.095415, 15.095415, 21.095415, 27.095415, 33.095415");
+					values("1.870031, 1.870032, 1.870033, 1.870034, 1.870035, 1.870036", \
+					  "2.007711, 2.007712, 2.007713, 2.007714, 2.007715, 2.007716", \
+					  "2.195106, 2.195107, 2.195108, 2.195109, 2.195110, 2.195111");
+				}
+				rise_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "A&!IE&!PDRV0&!PDRV1&!SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b0";
+				timing_type : "three_state_disable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.095415, 9.095415, 15.095415, 21.095415, 27.095415, 33.095415");
+					values("2.099117, 2.099118, 2.099119, 2.099120, 2.099121, 2.099122", \
+					  "2.241233, 2.241234, 2.241235, 2.241236, 2.241237, 2.241238", \
+					  "2.428290, 2.428789, 2.428790, 2.428791, 2.428792, 2.428793");
+				}
+				fall_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "A&!IE&!PDRV0&!PDRV1&SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b1";
+				timing_type : "three_state_disable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.095415, 9.095415, 15.095415, 21.095415, 27.095415, 33.095415");
+					values("2.102021, 2.102022, 2.102023, 2.102024, 2.102025, 2.102026", \
+					  "2.239634, 2.239635, 2.239636, 2.239637, 2.239638, 2.239639", \
+					  "2.426692, 2.426693, 2.426694, 2.426695, 2.426696, 2.426697");
+				}
+				fall_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "A&!IE&!PDRV0&PDRV1&!SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b0";
+				timing_type : "three_state_disable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.095415, 9.095415, 15.095415, 21.095415, 27.095415, 33.095415");
+					values("2.426968, 2.426969, 2.426970, 2.426971, 2.426972, 2.426973", \
+					  "2.569356, 2.569357, 2.569358, 2.569359, 2.569360, 2.569361", \
+					  "2.759580, 2.759581, 2.759582, 2.759583, 2.759584, 2.759585");
+				}
+				fall_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "A&!IE&!PDRV0&PDRV1&SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b1";
+				timing_type : "three_state_disable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.095415, 9.095415, 15.095415, 21.095415, 27.095415, 33.095415");
+					values("2.429224, 2.429225, 2.429226, 2.429227, 2.429228, 2.429229", \
+					  "2.568390, 2.568391, 2.568392, 2.568393, 2.568394, 2.568395", \
+					  "2.759674, 2.759675, 2.759676, 2.759677, 2.759678, 2.759679");
+				}
+				fall_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "A&!IE&PDRV0&!PDRV1&!SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b0";
+				timing_type : "three_state_disable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.095415, 9.095415, 15.095415, 21.095415, 27.095415, 33.095415");
+					values("2.080333, 2.080334, 2.080335, 2.080336, 2.080337, 2.080338", \
+					  "2.220368, 2.220369, 2.220370, 2.220371, 2.220372, 2.220373", \
+					  "2.408652, 2.409775, 2.409776, 2.409777, 2.409778, 2.409779");
+				}
+				fall_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "A&!IE&PDRV0&!PDRV1&SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b1";
+				timing_type : "three_state_disable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.095415, 9.095415, 15.095415, 21.095415, 27.095415, 33.095415");
+					values("2.084994, 2.084995, 2.084996, 2.084997, 2.084998, 2.084999", \
+					  "2.223547, 2.223548, 2.223549, 2.223550, 2.223551, 2.223552", \
+					  "2.411413, 2.411896, 2.411897, 2.411898, 2.411899, 2.411900");
+				}
+				fall_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "A&!IE&PDRV0&PDRV1&!SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b0";
+				timing_type : "three_state_disable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.095415, 9.095415, 15.095415, 21.095415, 27.095415, 33.095415");
+					values("2.408674, 2.408675, 2.408676, 2.408677, 2.408678, 2.408679", \
+					  "2.550752, 2.550753, 2.550754, 2.550755, 2.550756, 2.550757", \
+					  "2.742989, 2.742990, 2.742991, 2.742992, 2.742993, 2.742994");
+				}
+				fall_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "A&!IE&PDRV0&PDRV1&SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b1";
+				timing_type : "three_state_disable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("3.095415, 9.095415, 15.095415, 21.095415, 27.095415, 33.095415");
+					values("2.409070, 2.409071, 2.409072, 2.409073, 2.409074, 2.409075", \
+					  "2.548207, 2.548208, 2.548209, 2.548210, 2.548211, 2.548212", \
+					  "2.740283, 2.740284, 2.740285, 2.740286, 2.740287, 2.740288");
+				}
+				fall_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("-10.986680, -10.912520, -10.964100");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("11.012840, 11.160420, 11.151230");
+				}
+			}
+		}
+		pin ("Y") {
+			function : "((IE*PAD))";
+			direction : "output";
+			max_capacitance : 0.500000;
+			output_signal_level : "VDD";
+			internal_power () {
+				related_pin : "IE";
+				when : "!CS&!OE&PAD";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("1.060288, 1.060834, 1.061327, 1.059078, 1.061203, 1.064638", \
+					  "0.748079, 0.731843, 0.692690, 0.653410, 0.699872, 0.820300", \
+					  "0.746911, 0.740829, 0.758013, 0.718602, 0.770590, 0.713480");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("1.282316, 1.301441, 1.321883, 1.349746, 1.353681, 1.380278", \
+					  "1.074817, 1.076030, 1.123297, 1.118481, 1.185499, 1.102450", \
+					  "1.046244, 1.051243, 1.097820, 1.139012, 1.092787, 1.156238");
+				}
+			}
+			internal_power () {
+				related_pin : "IE";
+				when : "CS&!OE&PAD";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("1.196552, 1.192485, 1.200721, 1.201523, 1.202907, 1.204162", \
+					  "0.883010, 0.883956, 0.848229, 0.825735, 0.882667, 0.894321", \
+					  "0.884994, 0.886138, 0.906168, 0.886329, 0.890749, 0.892087");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("1.365432, 1.390498, 1.417765, 1.457713, 1.470306, 1.469583", \
+					  "1.180157, 1.173558, 1.208647, 1.218509, 1.217569, 1.197748", \
+					  "1.121476, 1.123992, 1.231813, 1.183493, 1.238375, 1.116370");
+				}
+			}
+			internal_power () {
+				related_pin : "PAD";
+				when : "!CS&IE&!OE";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("0.606880, 0.603900, 0.600080, 0.585970, 0.577950, 0.567750", \
+					  "0.568750, 0.566250, 0.562550, 0.539040, 0.540770, 0.529700", \
+					  "0.621910, 0.618630, 0.614970, 0.587060, 0.584490, 0.574650");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("0.780120, 0.804280, 0.836540, 0.889270, 0.904650, 0.914940", \
+					  "0.444650, 0.468400, 0.501230, 0.554680, 0.568720, 0.578440", \
+					  "0.501430, 0.525460, 0.558330, 0.609670, 0.625990, 0.636380");
+				}
+			}
+			internal_power () {
+				related_pin : "PAD";
+				when : "CS&IE&!OE";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("0.792890, 0.790440, 0.787970, 0.773180, 0.761810, 0.761560", \
+					  "0.754520, 0.752580, 0.747320, 0.733890, 0.724180, 0.714060", \
+					  "0.886210, 0.883760, 0.878040, 0.862410, 0.856640, 0.856240");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("1.112660, 1.142590, 1.188960, 1.286440, 1.316760, 1.340440", \
+					  "0.711860, 0.741330, 0.787650, 0.883560, 0.917230, 0.941400", \
+					  "0.738100, 0.767610, 0.815220, 0.914330, 0.945520, 0.969350");
+				}
+			}
+			internal_power () {
+				related_pin : "IE";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("1.128420, 1.126660, 1.131024, 1.130300, 1.132055, 1.134400", \
+					  "0.815545, 0.807899, 0.770460, 0.739572, 0.791270, 0.857311", \
+					  "0.815952, 0.813484, 0.832091, 0.802466, 0.830669, 0.802783");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("1.323874, 1.345970, 1.369824, 1.403729, 1.411993, 1.424930", \
+					  "1.127487, 1.124794, 1.165972, 1.168495, 1.201534, 1.150099", \
+					  "1.083860, 1.087617, 1.164817, 1.161252, 1.165581, 1.136304");
+				}
+			}
+			internal_power () {
+				related_pin : "PAD";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("0.699885, 0.697170, 0.694025, 0.679575, 0.669880, 0.664655", \
+					  "0.661635, 0.659415, 0.654935, 0.636465, 0.632475, 0.621880", \
+					  "0.754060, 0.751195, 0.746505, 0.724735, 0.720565, 0.715445");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("0.946390, 0.973435, 1.012750, 1.087855, 1.110705, 1.127690", \
+					  "0.578255, 0.604865, 0.644440, 0.719120, 0.742975, 0.759920", \
+					  "0.619765, 0.646535, 0.686775, 0.762000, 0.785755, 0.802865");
+				}
+			}
+			timing () {
+				related_pin : "IE";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				when : "!CS&!OE&PAD";
+				sdf_cond : "CS==1'b0&&OE==1'b0&&PAD==1'b1";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("2.789367, 2.888932, 3.006854, 3.343136, 3.505418, 3.667151", \
+					  "2.914315, 3.013378, 3.131785, 3.468144, 3.630356, 3.792103", \
+					  "3.026143, 3.125932, 3.243507, 3.579599, 3.742264, 3.903725");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.273570, 0.394991, 0.566362, 1.146847, 1.450803, 1.760296", \
+					  "0.273082, 0.398613, 0.566729, 1.146764, 1.449021, 1.761350", \
+					  "0.273556, 0.395731, 0.566121, 1.149508, 1.452264, 1.761320");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("2.406604, 2.480913, 2.566408, 2.798474, 2.905083, 3.009848", \
+					  "2.559004, 2.633154, 2.718680, 2.950865, 3.057425, 3.162178", \
+					  "2.746251, 2.820328, 2.905918, 3.138003, 3.244594, 3.349373");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.152169, 0.238228, 0.350567, 0.711975, 0.894085, 1.078835", \
+					  "0.151583, 0.238460, 0.349599, 0.711290, 0.893281, 1.079115", \
+					  "0.151304, 0.238677, 0.350521, 0.711743, 0.893865, 1.078895");
+				}
+			}
+			timing () {
+				related_pin : "IE";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				when : "CS&!OE&PAD";
+				sdf_cond : "CS==1'b1&&OE==1'b0&&PAD==1'b1";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("2.887031, 2.987899, 3.105681, 3.441701, 3.603730, 3.765518", \
+					  "3.011614, 3.111490, 3.229002, 3.564981, 3.727482, 3.888780", \
+					  "3.124458, 3.225449, 3.342783, 3.678575, 3.841191, 4.002674");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.273560, 0.397918, 0.566032, 1.148487, 1.458013, 1.760406", \
+					  "0.273535, 0.396603, 0.567651, 1.151477, 1.454018, 1.761403", \
+					  "0.278153, 0.397510, 0.565970, 1.150088, 1.451949, 1.760695");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("2.558298, 2.632226, 2.718532, 2.950440, 3.056959, 3.161588", \
+					  "2.709824, 2.784231, 2.869956, 3.101722, 3.208223, 3.312929", \
+					  "2.897616, 2.971632, 3.057905, 3.289854, 3.396374, 3.500962");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.151338, 0.238933, 0.351154, 0.711772, 0.893491, 1.079356", \
+					  "0.151857, 0.239239, 0.349901, 0.711230, 0.893452, 1.078983", \
+					  "0.151333, 0.238799, 0.351127, 0.711538, 0.894099, 1.079030");
+				}
+			}
+			timing () {
+				related_pin : "PAD";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				when : "!CS&IE&!OE";
+				sdf_cond : "CS==1'b0&&IE==1'b1&&OE==1'b0";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("1.952792, 2.052578, 2.170420, 2.507589, 2.669598, 2.830808", \
+					  "2.074197, 2.173408, 2.291338, 2.628498, 2.790596, 2.952528", \
+					  "2.168740, 2.268315, 2.386193, 2.722954, 2.884043, 3.045246");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.271778, 0.394596, 0.564747, 1.148122, 1.451818, 1.758887", \
+					  "0.271658, 0.393976, 0.563171, 1.150717, 1.452909, 1.759292", \
+					  "0.271763, 0.393987, 0.564726, 1.151648, 1.450608, 1.756115");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("2.080167, 2.154070, 2.239781, 2.471042, 2.578185, 2.683040", \
+					  "2.040618, 2.114854, 2.200184, 2.432526, 2.539093, 2.643614", \
+					  "2.193589, 2.267438, 2.353151, 2.585184, 2.691694, 2.796473");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.151761, 0.236668, 0.349193, 0.711763, 0.894560, 1.078795", \
+					  "0.151523, 0.237495, 0.349827, 0.710668, 0.892817, 1.079045", \
+					  "0.151845, 0.236936, 0.348682, 0.711414, 0.892332, 1.076448");
+				}
+			}
+			timing () {
+				related_pin : "PAD";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				when : "CS&IE&!OE";
+				sdf_cond : "CS==1'b1&&IE==1'b1&&OE==1'b0";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("2.087609, 2.187618, 2.305997, 2.641807, 2.803426, 2.965792", \
+					  "2.229041, 2.328836, 2.445974, 2.783820, 2.946124, 3.107460", \
+					  "2.378931, 2.479169, 2.596239, 2.932339, 3.094405, 3.255797");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.272414, 0.392743, 0.564981, 1.148218, 1.453980, 1.759948", \
+					  "0.271843, 0.393661, 0.563264, 1.150061, 1.455704, 1.759383", \
+					  "0.271363, 0.394231, 0.562920, 1.148778, 1.451468, 1.756743");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("3.350785, 3.423757, 3.510018, 3.742441, 3.849164, 3.953799", \
+					  "3.089192, 3.163120, 3.248965, 3.480713, 3.587356, 3.691884", \
+					  "3.201254, 3.274855, 3.360452, 3.592977, 3.699635, 3.804175");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.152509, 0.237596, 0.349521, 0.711346, 0.892641, 1.079263", \
+					  "0.152411, 0.237430, 0.349754, 0.711660, 0.892373, 1.078475", \
+					  "0.152537, 0.237650, 0.349575, 0.711114, 0.893543, 1.079240");
+				}
+			}
+		}
+		pin ("DVDD") {
+			direction : "inout";
+			capacitance : 0;
+		}
+		pin ("DVSS") {
+			direction : "inout";
+			capacitance : 0;
+		}
+		pin ("VDD") {
+			direction : "inout";
+			capacitance : 0;
+		}
+		pin ("VSS") {
+			direction : "inout";
+			capacitance : 0;
+		}
+	}
diff --git a/cells/bi_t/gf180mcu_fd_io__bi_t__tt_025C_2v50.lib.json b/cells/bi_t/gf180mcu_fd_io__bi_t__tt_025C_2v50.lib.json
new file mode 100644
index 0000000..c0a9eee
--- /dev/null
+++ b/cells/bi_t/gf180mcu_fd_io__bi_t__tt_025C_2v50.lib.json
@@ -0,0 +1,7452 @@
+{
+    "cell gf180mcu_fd_io__bi_t": {
+        "scaling_factors": "gf_factors",
+        "area": "26250.000000",
+        "pad_cell": "true",
+        "dont_use": "true",
+        "dont_touch": "true",
+        "cell_leakage_power": "1.141690e-03",
+        "leakage_power ": {
+            "when": "!PDRV0 !PDRV1 !CS !SL !IE !OE !PU !PD !A !PAD",
+            "value": "0.001142"
+        },
+        "pin CS": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.023259",
+            "comp_attribute rise_capacitance_range": "0.022229,0.023827",
+            "capacitance": "0.022599",
+            "fall_capacitance": "0.021940",
+            "comp_attribute fall_capacitance_range": "0.021424,0.022921",
+            "internal_power ": {
+                "rise_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        0.064598,
+                        0.588355,
+                        0.610394
+                    ]
+                },
+                "fall_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        0.129824,
+                        0.553032,
+                        0.606329
+                    ]
+                }
+            }
+        },
+        "pin SL": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.031960",
+            "comp_attribute rise_capacitance_range": "0.030892,0.032607",
+            "capacitance": "0.031213",
+            "fall_capacitance": "0.030467",
+            "comp_attribute fall_capacitance_range": "0.029719,0.031724",
+            "internal_power ": {
+                "rise_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        0.049109,
+                        0.69644,
+                        0.814496
+                    ]
+                },
+                "fall_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        0.147765,
+                        0.819563,
+                        0.891858
+                    ]
+                }
+            }
+        },
+        "pin IE": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.014419",
+            "comp_attribute rise_capacitance_range": "0.013476,0.015069",
+            "capacitance": "0.013872",
+            "fall_capacitance": "0.013326",
+            "comp_attribute fall_capacitance_range": "0.012895,0.014026",
+            "internal_power ": {
+                "rise_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        0.086066,
+                        0.393927,
+                        0.391712
+                    ]
+                },
+                "fall_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        0.117869,
+                        0.320472,
+                        0.352363
+                    ]
+                }
+            }
+        },
+        "pin OE": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.085782",
+            "comp_attribute rise_capacitance_range": "0.080547,0.094954",
+            "capacitance": "0.085624",
+            "fall_capacitance": "0.084827",
+            "comp_attribute fall_capacitance_range": "0.081431,0.088229"
+        },
+        "pin PU": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.072436",
+            "comp_attribute rise_capacitance_range": "0.059652,0.082399",
+            "capacitance": "0.072162",
+            "fall_capacitance": "0.071887",
+            "comp_attribute fall_capacitance_range": "0.057386,0.084604",
+            "internal_power ": {
+                "rise_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        -0.165712,
+                        0.070188,
+                        0.047807
+                    ]
+                },
+                "fall_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        0.391281,
+                        0.795512,
+                        0.857156
+                    ]
+                }
+            }
+        },
+        "pin PD": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.047792",
+            "comp_attribute rise_capacitance_range": "0.046363,0.049146",
+            "capacitance": "0.048558",
+            "fall_capacitance": "0.049324",
+            "comp_attribute fall_capacitance_range": "0.047386,0.050571",
+            "internal_power ": {
+                "rise_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        -0.038182,
+                        0.403219,
+                        0.423653
+                    ]
+                },
+                "fall_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        0.308282,
+                        0.705824,
+                        0.675167
+                    ]
+                }
+            }
+        },
+        "pin A": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.036607",
+            "comp_attribute rise_capacitance_range": "0.035076,0.037910",
+            "capacitance": "0.036392",
+            "fall_capacitance": "0.036177",
+            "comp_attribute fall_capacitance_range": "0.035100,0.037197",
+            "internal_power ": {
+                "rise_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        -0.076606,
+                        -0.07065,
+                        -0.071371
+                    ]
+                },
+                "fall_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        0.08246,
+                        0.083414,
+                        0.087243
+                    ]
+                }
+            }
+        },
+        "pin PDRV0": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.029680",
+            "comp_attribute rise_capacitance_range": "0.029375,0.029981",
+            "capacitance": "0.029965",
+            "fall_capacitance": "0.030249",
+            "comp_attribute fall_capacitance_range": "0.030096,0.030514",
+            "internal_power ": {
+                "rise_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        -0.06053,
+                        -0.05975,
+                        -0.058334
+                    ]
+                },
+                "fall_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        0.062064,
+                        0.059817,
+                        0.059689
+                    ]
+                }
+            }
+        },
+        "pin PDRV1": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.031749",
+            "comp_attribute rise_capacitance_range": "0.031466,0.032056",
+            "capacitance": "0.032047",
+            "fall_capacitance": "0.032345",
+            "comp_attribute fall_capacitance_range": "0.032181,0.032629",
+            "internal_power ": {
+                "rise_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        -0.071197,
+                        -0.070372,
+                        -0.068919
+                    ]
+                },
+                "fall_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        0.072913,
+                        0.070424,
+                        0.070493
+                    ]
+                }
+            }
+        },
+        "pin PAD": {
+            "drive_current": "16000.000000",
+            "is_pad": "true",
+            "function": "((A))",
+            "three_state": "((!OE))",
+            "direction": "inout",
+            "max_transition": "1.000000",
+            "max_capacitance": "30.000000",
+            "input_signal_level": "DVDD",
+            "output_signal_level": "DVDD",
+            "capacitance": "3.095415",
+            "internal_power ": [
+                {
+                    "related_pin": "A",
+                    "when": "!IE&OE&!PDRV0&!PDRV1&!SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                14.172446,
+                                13.967566,
+                                13.651896,
+                                13.053046,
+                                12.503256,
+                                11.850696
+                            ],
+                            [
+                                14.16571,
+                                13.95434,
+                                13.38571,
+                                12.94112,
+                                12.44459,
+                                10.91357
+                            ],
+                            [
+                                14.143611,
+                                13.963431,
+                                13.329051,
+                                13.161511,
+                                12.024641,
+                                11.958511
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                15.67191,
+                                15.83881,
+                                15.87225,
+                                15.87453,
+                                15.89187,
+                                15.87661
+                            ],
+                            [
+                                15.664386,
+                                15.836676,
+                                15.903416,
+                                15.854026,
+                                16.008606,
+                                16.150776
+                            ],
+                            [
+                                15.694047,
+                                15.796267,
+                                15.836497,
+                                15.866457,
+                                16.084117,
+                                15.531267
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "A",
+                    "when": "!IE&OE&!PDRV0&!PDRV1&SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                14.103176,
+                                13.944396,
+                                13.522736,
+                                12.966846,
+                                12.429526,
+                                11.803436
+                            ],
+                            [
+                                14.09046,
+                                13.85487,
+                                13.29141,
+                                12.58924,
+                                12.40501,
+                                13.01072
+                            ],
+                            [
+                                14.115041,
+                                13.905661,
+                                13.573241,
+                                13.206591,
+                                12.692081,
+                                11.769411
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                14.67136,
+                                15.42495,
+                                15.61109,
+                                15.68929,
+                                15.70322,
+                                15.68418
+                            ],
+                            [
+                                14.656466,
+                                15.399656,
+                                15.634126,
+                                15.773806,
+                                15.539766,
+                                15.660606
+                            ],
+                            [
+                                14.662747,
+                                15.449597,
+                                15.686027,
+                                15.458397,
+                                16.204177,
+                                16.286617
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "A",
+                    "when": "!IE&OE&!PDRV0&PDRV1&!SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                21.770016,
+                                21.920746,
+                                21.775026,
+                                21.510116,
+                                21.172076,
+                                20.959316
+                            ],
+                            [
+                                21.84512,
+                                21.79534,
+                                21.79006,
+                                21.55833,
+                                21.26436,
+                                20.86402
+                            ],
+                            [
+                                21.764541,
+                                21.933231,
+                                21.856371,
+                                21.728781,
+                                21.382811,
+                                21.051851
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                22.69851,
+                                23.48592,
+                                23.66569,
+                                23.7649,
+                                23.82545,
+                                23.85757
+                            ],
+                            [
+                                22.605136,
+                                23.415176,
+                                23.672556,
+                                23.754466,
+                                23.805846,
+                                23.854496
+                            ],
+                            [
+                                22.649317,
+                                23.359877,
+                                23.699537,
+                                23.845117,
+                                23.791627,
+                                23.736437
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "A",
+                    "when": "!IE&OE&!PDRV0&PDRV1&SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                20.884686,
+                                21.745186,
+                                21.639436,
+                                21.406266,
+                                21.179026,
+                                20.944656
+                            ],
+                            [
+                                20.83007,
+                                21.93998,
+                                21.49341,
+                                21.49228,
+                                20.92206,
+                                21.16374
+                            ],
+                            [
+                                20.918311,
+                                21.354721,
+                                21.645451,
+                                21.373521,
+                                21.156851,
+                                20.769201
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                19.55737,
+                                20.51403,
+                                21.40136,
+                                22.09468,
+                                22.56816,
+                                22.85226
+                            ],
+                            [
+                                19.391806,
+                                20.400236,
+                                21.369396,
+                                22.067606,
+                                22.460316,
+                                22.893786
+                            ],
+                            [
+                                19.292927,
+                                20.425877,
+                                21.247837,
+                                22.140227,
+                                22.390197,
+                                22.933487
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "A",
+                    "when": "!IE&OE&PDRV0&!PDRV1&!SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                17.954606,
+                                17.953416,
+                                17.811806,
+                                17.534386,
+                                17.000366,
+                                16.444276
+                            ],
+                            [
+                                18.00365,
+                                17.93069,
+                                17.52179,
+                                17.27603,
+                                17.72967,
+                                15.03265
+                            ],
+                            [
+                                17.983751,
+                                17.866651,
+                                17.741421,
+                                17.372711,
+                                16.871421,
+                                16.432661
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                19.3633,
+                                19.73563,
+                                19.82932,
+                                19.87923,
+                                19.91269,
+                                19.94339
+                            ],
+                            [
+                                19.380866,
+                                19.759746,
+                                19.819826,
+                                19.882746,
+                                19.894356,
+                                19.949686
+                            ],
+                            [
+                                19.341697,
+                                19.777077,
+                                19.853527,
+                                19.850207,
+                                19.941407,
+                                19.961357
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "A",
+                    "when": "!IE&OE&PDRV0&!PDRV1&SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                17.595856,
+                                17.814426,
+                                17.560236,
+                                17.312336,
+                                16.854816,
+                                16.317966
+                            ],
+                            [
+                                17.57111,
+                                17.74549,
+                                17.55238,
+                                17.22784,
+                                16.93765,
+                                16.27873
+                            ],
+                            [
+                                17.578791,
+                                17.787931,
+                                17.595091,
+                                17.374721,
+                                16.878071,
+                                16.398811
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                17.09785,
+                                18.09208,
+                                18.82719,
+                                19.18983,
+                                19.36967,
+                                19.50111
+                            ],
+                            [
+                                16.995326,
+                                18.082736,
+                                18.829516,
+                                19.154296,
+                                19.368376,
+                                19.431686
+                            ],
+                            [
+                                16.984317,
+                                18.157827,
+                                18.574737,
+                                19.186187,
+                                19.386217,
+                                19.354747
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "A",
+                    "when": "!IE&OE&PDRV0&PDRV1&!SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                25.379046,
+                                25.771856,
+                                25.683266,
+                                25.711826,
+                                25.589566,
+                                25.207056
+                            ],
+                            [
+                                25.34925,
+                                25.72756,
+                                26.06449,
+                                25.53653,
+                                25.44188,
+                                24.52167
+                            ],
+                            [
+                                25.404441,
+                                25.744601,
+                                25.747251,
+                                25.362411,
+                                25.362161,
+                                24.824891
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                25.83925,
+                                27.11193,
+                                27.43799,
+                                27.58131,
+                                27.67796,
+                                27.74492
+                            ],
+                            [
+                                25.847786,
+                                27.113926,
+                                27.435616,
+                                27.582266,
+                                27.670716,
+                                27.683766
+                            ],
+                            [
+                                25.891537,
+                                27.015867,
+                                27.504307,
+                                27.545847,
+                                27.720577,
+                                27.853607
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "A",
+                    "when": "!IE&OE&PDRV0&PDRV1&SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                23.896616,
+                                25.301606,
+                                25.434696,
+                                25.268936,
+                                25.043706,
+                                24.733706
+                            ],
+                            [
+                                23.88754,
+                                25.3889,
+                                25.45157,
+                                25.15281,
+                                25.19345,
+                                24.71127
+                            ],
+                            [
+                                23.974571,
+                                25.247941,
+                                25.305811,
+                                25.244101,
+                                25.077411,
+                                24.788191
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                21.99714,
+                                22.99035,
+                                23.92764,
+                                24.75549,
+                                25.44273,
+                                25.9351
+                            ],
+                            [
+                                21.756846,
+                                23.134556,
+                                23.837936,
+                                24.809546,
+                                25.377536,
+                                25.929276
+                            ],
+                            [
+                                21.643257,
+                                23.008997,
+                                23.783397,
+                                24.735167,
+                                25.418167,
+                                25.845737
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "A&!IE&!PDRV0&!PDRV1&!SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                13.611319,
+                                13.311289,
+                                12.595049,
+                                12.373979,
+                                11.634609,
+                                10.111955
+                            ],
+                            [
+                                11.892407,
+                                11.566527,
+                                11.010287,
+                                10.547827,
+                                9.551637,
+                                8.800197
+                            ],
+                            [
+                                10.713313,
+                                10.407203,
+                                10.124823,
+                                9.592203,
+                                9.171343,
+                                8.633383
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                0.685687,
+                                0.683011,
+                                0.680627,
+                                0.679596,
+                                0.678988,
+                                0.678581
+                            ],
+                            [
+                                0.387657,
+                                0.534061,
+                                0.57002,
+                                0.585755,
+                                0.594596,
+                                0.600214
+                            ],
+                            [
+                                0.678716,
+                                0.863185,
+                                0.933091,
+                                0.963451,
+                                0.98029,
+                                0.990976
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "A&!IE&!PDRV0&!PDRV1&SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                13.470539,
+                                13.201739,
+                                12.838269,
+                                12.361129,
+                                11.781129,
+                                11.282599
+                            ],
+                            [
+                                11.780807,
+                                11.479347,
+                                11.195837,
+                                10.868087,
+                                10.146027,
+                                9.670417
+                            ],
+                            [
+                                10.601623,
+                                10.344753,
+                                9.845363,
+                                9.588703,
+                                9.090243,
+                                8.493493
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                0.683202,
+                                0.683671,
+                                0.682542,
+                                0.68159,
+                                0.680935,
+                                0.680467
+                            ],
+                            [
+                                0.37268,
+                                0.530105,
+                                0.571883,
+                                0.59089,
+                                0.601682,
+                                0.608632
+                            ],
+                            [
+                                0.65473,
+                                0.933019,
+                                0.983254,
+                                1.004951,
+                                1.017142,
+                                1.024905
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "A&!IE&!PDRV0&PDRV1&!SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                19.684539,
+                                19.393909,
+                                19.174439,
+                                18.871289,
+                                18.568889,
+                                18.190239
+                            ],
+                            [
+                                17.912747,
+                                17.787017,
+                                17.434297,
+                                17.203107,
+                                16.892957,
+                                16.131157
+                            ],
+                            [
+                                16.828323,
+                                16.630443,
+                                16.405163,
+                                15.909793,
+                                15.751093,
+                                15.330923
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                1.174041,
+                                1.165814,
+                                1.165597,
+                                1.164623,
+                                1.163715,
+                                1.162959
+                            ],
+                            [
+                                1.885535,
+                                2.002825,
+                                2.043571,
+                                2.067641,
+                                2.083447,
+                                2.09426
+                            ],
+                            [
+                                3.762766,
+                                4.468931,
+                                4.694971,
+                                4.80711,
+                                4.874048,
+                                4.918449
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "A&!IE&!PDRV0&PDRV1&SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                18.599759,
+                                19.078589,
+                                18.885899,
+                                18.613199,
+                                18.297939,
+                                17.815819
+                            ],
+                            [
+                                16.877517,
+                                17.342767,
+                                17.150107,
+                                16.913857,
+                                16.464707,
+                                16.287527
+                            ],
+                            [
+                                15.756993,
+                                16.212333,
+                                16.030933,
+                                15.753523,
+                                15.335493,
+                                15.120873
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                1.175928,
+                                1.179379,
+                                1.162575,
+                                1.161396,
+                                1.160447,
+                                1.159674
+                            ],
+                            [
+                                1.829773,
+                                1.983463,
+                                2.029835,
+                                2.048699,
+                                2.058539,
+                                2.064544
+                            ],
+                            [
+                                3.76349,
+                                4.457637,
+                                4.737753,
+                                4.854853,
+                                4.927092,
+                                4.972481
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "A&!IE&PDRV0&!PDRV1&!SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                16.784339,
+                                16.564299,
+                                16.296869,
+                                15.894739,
+                                15.653749,
+                                14.782499
+                            ],
+                            [
+                                15.110977,
+                                14.820027,
+                                14.379467,
+                                14.214087,
+                                13.164917,
+                                12.403787
+                            ],
+                            [
+                                13.888823,
+                                13.665573,
+                                13.363133,
+                                12.986933,
+                                12.601983,
+                                12.133063
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                1.118004,
+                                1.117097,
+                                1.1162,
+                                1.115777,
+                                1.115502,
+                                1.115293
+                            ],
+                            [
+                                1.834839,
+                                2.182118,
+                                2.270269,
+                                2.312032,
+                                2.336465,
+                                2.352512
+                            ],
+                            [
+                                2.359238,
+                                2.847329,
+                                2.978527,
+                                3.039016,
+                                3.073682,
+                                3.096103
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "A&!IE&PDRV0&!PDRV1&SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                16.380539,
+                                16.452459,
+                                16.055859,
+                                15.770359,
+                                15.312679,
+                                14.769449
+                            ],
+                            [
+                                14.645687,
+                                14.677977,
+                                14.354627,
+                                13.839707,
+                                13.728427,
+                                12.647107
+                            ],
+                            [
+                                13.430213,
+                                13.483953,
+                                13.217863,
+                                12.952363,
+                                12.279463,
+                                12.062663
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                1.111684,
+                                1.127343,
+                                1.127575,
+                                1.12638,
+                                1.125025,
+                                1.123853
+                            ],
+                            [
+                                1.837106,
+                                2.122348,
+                                2.233834,
+                                2.289262,
+                                2.322196,
+                                2.343218
+                            ],
+                            [
+                                2.375494,
+                                2.829798,
+                                2.957014,
+                                3.014422,
+                                3.047028,
+                                3.067803
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "A&!IE&PDRV0&PDRV1&!SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                22.698459,
+                                22.799149,
+                                22.489639,
+                                22.117949,
+                                21.754749,
+                                21.524699
+                            ],
+                            [
+                                21.021857,
+                                20.949957,
+                                20.689787,
+                                20.372797,
+                                20.081467,
+                                19.689587
+                            ],
+                            [
+                                19.885383,
+                                19.786563,
+                                19.437993,
+                                19.223523,
+                                18.946313,
+                                18.499043
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                1.602437,
+                                1.603618,
+                                1.614863,
+                                1.610426,
+                                1.602458,
+                                1.597351
+                            ],
+                            [
+                                3.285988,
+                                3.53371,
+                                3.682647,
+                                3.798817,
+                                3.851135,
+                                3.880589
+                            ],
+                            [
+                                5.371829,
+                                6.262102,
+                                6.586791,
+                                6.758397,
+                                6.864411,
+                                6.935736
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "A&!IE&PDRV0&PDRV1&SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                21.168679,
+                                21.990809,
+                                22.009019,
+                                21.857029,
+                                21.492789,
+                                21.231889
+                            ],
+                            [
+                                19.356217,
+                                20.393507,
+                                20.291077,
+                                20.038457,
+                                19.770657,
+                                19.465567
+                            ],
+                            [
+                                18.231093,
+                                19.163233,
+                                19.124993,
+                                18.924483,
+                                18.538463,
+                                18.205243
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                1.605456,
+                                1.60107,
+                                1.601097,
+                                1.590588,
+                                1.587699,
+                                1.586888
+                            ],
+                            [
+                                3.257748,
+                                3.562997,
+                                3.735594,
+                                3.801228,
+                                3.83681,
+                                3.858497
+                            ],
+                            [
+                                5.429732,
+                                6.329733,
+                                6.650349,
+                                6.826948,
+                                6.931717,
+                                7.002204
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "!A&!IE&!PDRV0&!PDRV1&!SL",
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                14.026239,
+                                14.064259,
+                                14.063689,
+                                13.902369,
+                                14.451479,
+                                14.706999
+                            ],
+                            [
+                                12.321717,
+                                12.403257,
+                                12.412877,
+                                12.362327,
+                                12.530707,
+                                12.576647
+                            ],
+                            [
+                                11.211563,
+                                11.273883,
+                                11.303243,
+                                11.286343,
+                                11.338493,
+                                11.350153
+                            ]
+                        ]
+                    },
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                0.449925,
+                                -37.046493,
+                                -74.546033,
+                                -112.045903,
+                                -149.545803,
+                                -187.045803
+                            ],
+                            [
+                                -0.001173,
+                                -37.675584,
+                                -75.219334,
+                                -112.738974,
+                                -150.250074,
+                                -187.757274
+                            ],
+                            [
+                                -0.235017,
+                                -37.923658,
+                                -75.470418,
+                                -112.991558,
+                                -150.503458,
+                                -188.011158
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "!A&!IE&!PDRV0&!PDRV1&SL",
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                13.057749,
+                                13.648409,
+                                13.824489,
+                                13.939559,
+                                14.111359,
+                                14.227699
+                            ],
+                            [
+                                11.340977,
+                                11.955957,
+                                12.188257,
+                                12.161507,
+                                11.977207,
+                                12.275957
+                            ],
+                            [
+                                10.213873,
+                                10.837913,
+                                11.058633,
+                                11.057393,
+                                10.952123,
+                                11.129803
+                            ]
+                        ]
+                    },
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                0.438627,
+                                -37.059043,
+                                -74.558403,
+                                -112.058103,
+                                -149.557803,
+                                -187.057703
+                            ],
+                            [
+                                0.057917,
+                                -37.559284,
+                                -75.090344,
+                                -112.604674,
+                                -150.112974,
+                                -187.618374
+                            ],
+                            [
+                                -0.026973,
+                                -37.647528,
+                                -75.174388,
+                                -112.685358,
+                                -150.191358,
+                                -187.694958
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "!A&!IE&!PDRV0&PDRV1&!SL",
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                18.820989,
+                                19.311149,
+                                19.398219,
+                                19.428469,
+                                19.444769,
+                                19.462979
+                            ],
+                            [
+                                17.131257,
+                                17.618377,
+                                17.714287,
+                                17.742837,
+                                17.759397,
+                                17.770247
+                            ],
+                            [
+                                15.952213,
+                                16.469853,
+                                16.626673,
+                                16.649743,
+                                16.649133,
+                                16.614743
+                            ]
+                        ]
+                    },
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                0.955335,
+                                -36.524163,
+                                -74.023813,
+                                -111.523903,
+                                -149.024003,
+                                -186.524103
+                            ],
+                            [
+                                2.761556,
+                                -34.736784,
+                                -72.586084,
+                                -109.918574,
+                                -147.445474,
+                                -185.077874
+                            ],
+                            [
+                                2.950249,
+                                -34.808718,
+                                -72.399148,
+                                -109.943458,
+                                -147.470858,
+                                -184.988758
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "!A&!IE&!PDRV0&PDRV1&SL",
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                15.938929,
+                                16.409849,
+                                17.084199,
+                                17.725599,
+                                18.096529,
+                                18.369509
+                            ],
+                            [
+                                14.177637,
+                                14.677577,
+                                15.375757,
+                                16.035087,
+                                16.396407,
+                                16.677887
+                            ],
+                            [
+                                12.975983,
+                                13.504363,
+                                14.261383,
+                                14.879463,
+                                15.322683,
+                                15.549293
+                            ]
+                        ]
+                    },
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                0.951787,
+                                -36.541293,
+                                -74.039133,
+                                -111.538303,
+                                -149.038003,
+                                -186.538003
+                            ],
+                            [
+                                2.820124,
+                                -34.866924,
+                                -72.442394,
+                                -109.979974,
+                                -147.502074,
+                                -185.016374
+                            ],
+                            [
+                                2.967075,
+                                -34.718698,
+                                -72.301118,
+                                -109.840158,
+                                -147.363558,
+                                -184.879358
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "!A&!IE&PDRV0&!PDRV1&!SL",
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                16.659029,
+                                16.866609,
+                                16.908989,
+                                16.931049,
+                                16.943079,
+                                16.946999
+                            ],
+                            [
+                                14.958747,
+                                15.150437,
+                                15.212077,
+                                15.250367,
+                                15.231487,
+                                15.230527
+                            ],
+                            [
+                                13.844983,
+                                14.084083,
+                                14.103723,
+                                14.120643,
+                                14.133473,
+                                14.095223
+                            ]
+                        ]
+                    },
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                0.973653,
+                                -36.525173,
+                                -74.025193,
+                                -111.525203,
+                                -149.025203,
+                                -186.525303
+                            ],
+                            [
+                                1.609918,
+                                -36.064074,
+                                -73.615554,
+                                -111.140974,
+                                -148.656174,
+                                -186.166274
+                            ],
+                            [
+                                1.460228,
+                                -36.211778,
+                                -73.763918,
+                                -111.289458,
+                                -148.804658,
+                                -186.314658
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "!A&!IE&PDRV0&!PDRV1&SL",
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                14.570859,
+                                15.247679,
+                                15.866959,
+                                16.187119,
+                                16.363619,
+                                16.438489
+                            ],
+                            [
+                                12.837307,
+                                13.550227,
+                                14.169777,
+                                14.491967,
+                                14.688997,
+                                14.777567
+                            ],
+                            [
+                                11.654483,
+                                12.387733,
+                                13.025543,
+                                13.360163,
+                                13.591623,
+                                13.580603
+                            ]
+                        ]
+                    },
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                0.953414,
+                                -36.552913,
+                                -74.053113,
+                                -111.553003,
+                                -149.052903,
+                                -186.552803
+                            ],
+                            [
+                                1.606748,
+                                -36.089334,
+                                -73.647634,
+                                -111.175174,
+                                -148.691074,
+                                -186.201374
+                            ],
+                            [
+                                1.495719,
+                                -36.241788,
+                                -73.814418,
+                                -111.344958,
+                                -148.862758,
+                                -186.374058
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "!A&!IE&PDRV0&PDRV1&!SL",
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                20.998059,
+                                21.828579,
+                                22.150829,
+                                22.120889,
+                                22.151309,
+                                22.175639
+                            ],
+                            [
+                                19.339777,
+                                20.174347,
+                                20.462377,
+                                20.423327,
+                                20.487817,
+                                20.480217
+                            ],
+                            [
+                                18.213453,
+                                19.046713,
+                                19.294943,
+                                19.325513,
+                                19.332613,
+                                19.372133
+                            ]
+                        ]
+                    },
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                1.490781,
+                                -36.005573,
+                                -73.530063,
+                                -111.032803,
+                                -148.533703,
+                                -186.034103
+                            ],
+                            [
+                                4.320138,
+                                -33.336414,
+                                -70.979174,
+                                -108.517974,
+                                -146.042174,
+                                -183.558674
+                            ],
+                            [
+                                4.364826,
+                                -33.410948,
+                                -70.931758,
+                                -108.446658,
+                                -145.957158,
+                                -183.464858
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "!A&!IE&PDRV0&PDRV1&SL",
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                17.600209,
+                                17.982769,
+                                18.637919,
+                                19.309089,
+                                19.880629,
+                                20.244909
+                            ],
+                            [
+                                15.793677,
+                                16.224777,
+                                16.889197,
+                                17.573097,
+                                18.172177,
+                                18.554817
+                            ],
+                            [
+                                14.611603,
+                                15.063473,
+                                15.733483,
+                                16.418713,
+                                16.997183,
+                                17.460043
+                            ]
+                        ]
+                    },
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                1.475011,
+                                -36.021273,
+                                -73.526083,
+                                -111.024903,
+                                -148.524103,
+                                -186.023603
+                            ],
+                            [
+                                4.331312,
+                                -33.395224,
+                                -70.986404,
+                                -108.541174,
+                                -146.076374,
+                                -183.600074
+                            ],
+                            [
+                                4.536335,
+                                -33.213088,
+                                -70.785748,
+                                -108.327058,
+                                -145.898658,
+                                -183.418558
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "A",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                38.939112,
+                                39.604799,
+                                39.269775,
+                                38.690939,
+                                37.943084,
+                                37.065277
+                            ],
+                            [
+                                38.935728,
+                                39.584293,
+                                39.137705,
+                                38.443545,
+                                38.084668,
+                                36.624093
+                            ],
+                            [
+                                38.970764,
+                                39.451042,
+                                39.198422,
+                                38.706087,
+                                37.861362,
+                                36.998382
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                39.224173,
+                                40.798425,
+                                41.643132,
+                                42.207315,
+                                42.597938,
+                                42.848785
+                            ],
+                            [
+                                39.074654,
+                                40.785677,
+                                41.625597,
+                                42.21969,
+                                42.531379,
+                                42.88852
+                            ],
+                            [
+                                39.039962,
+                                40.747847,
+                                41.546467,
+                                42.156901,
+                                42.734122,
+                                42.875814
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                18.760838,
+                                -18.68546,
+                                -56.494599,
+                                -94.305307,
+                                -132.225624,
+                                -170.324035
+                            ],
+                            [
+                                18.263094,
+                                -19.338312,
+                                -57.25768,
+                                -95.077446,
+                                -133.121949,
+                                -171.237618
+                            ],
+                            [
+                                17.106026,
+                                -20.560269,
+                                -58.386331,
+                                -96.242142,
+                                -134.167259,
+                                -172.08346
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                17.603563,
+                                18.065038,
+                                18.385796,
+                                18.584315,
+                                18.819693,
+                                18.959786
+                            ],
+                            [
+                                16.574053,
+                                17.275823,
+                                17.695282,
+                                17.941855,
+                                18.116133,
+                                18.268291
+                            ],
+                            [
+                                16.634269,
+                                17.707469,
+                                18.241172,
+                                18.54589,
+                                18.754092,
+                                18.895081
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "rise_power power_inputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "values": [
+                            -10.98668,
+                            -10.91252,
+                            -10.9641
+                        ]
+                    },
+                    "fall_power power_inputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "values": [
+                            11.01284,
+                            11.16042,
+                            11.15123
+                        ]
+                    }
+                }
+            ],
+            "timing ": [
+                {
+                    "related_pin": "A",
+                    "timing_type": "combinational",
+                    "timing_sense": "positive_unate",
+                    "when": "!IE&OE&!PDRV0&!PDRV1&!SL",
+                    "sdf_cond": "IE==1'b0&&OE==1'b1&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b0",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.095415,
+                            9.095415,
+                            15.095415,
+                            21.095415,
+                            27.095415,
+                            33.095415
+                        ],
+                        "values": [
+                            [
+                                4.671389,
+                                6.341292,
+                                8.003804,
+                                9.663312,
+                                11.32294,
+                                12.98824
+                            ],
+                            [
+                                4.77794,
+                                6.447793,
+                                8.107398,
+                                9.772504,
+                                11.42634,
+                                13.08558
+                            ],
+                            [
+                                4.856459,
+                                6.525815,
+                                8.189864,
+                                9.848959,
+                                11.51076,
+                                13.16815
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.095415,
+                            9.095415,
+                            15.095415,
+                            21.095415,
+                            27.095415,
+                            33.095415
+                        ],
+                        "values": [
+                            [
+                                1.921157,
+                                5.163303,
+                                8.440547,
+                                11.71208,
+                                14.98099,
+                                18.23538
+                            ],
+                            [
+                                1.925355,
+                                5.150127,
+                                8.426831,
+                                11.69583,
+                                14.95508,
+                                18.23267
+                            ],
+                            [
+                                1.923592,
+                                5.151587,
+                                8.400638,
+                                11.70255,
+                                14.97561,
+                                18.25213
+                            ]
+                        ]
+                    },
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.095415,
+                            9.095415,
+                            15.095415,
+                            21.095415,
+                            27.095415,
+                            33.095415
+                        ],
+                        "values": [
+                            [
+                                4.77965,
+                                5.946779,
+                                7.061733,
+                                8.170054,
+                                9.277948,
+                                10.38724
+                            ],
+                            [
+                                4.920888,
+                                6.088343,
+                                7.202027,
+                                8.31253,
+                                9.421093,
+                                10.52797
+                            ],
+                            [
+                                5.108125,
+                                6.275468,
+                                7.389849,
+                                8.4989,
+                                9.60681,
+                                10.71581
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.095415,
+                            9.095415,
+                            15.095415,
+                            21.095415,
+                            27.095415,
+                            33.095415
+                        ],
+                        "values": [
+                            [
+                                1.500856,
+                                3.453001,
+                                5.501647,
+                                7.572172,
+                                9.666421,
+                                11.76131
+                            ],
+                            [
+                                1.500603,
+                                3.452981,
+                                5.500028,
+                                7.572846,
+                                9.652571,
+                                11.74302
+                            ],
+                            [
+                                1.499298,
+                                3.445762,
+                                5.486747,
+                                7.573548,
+                                9.648878,
+                                11.74809
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "A",
+                    "timing_type": "combinational",
+                    "timing_sense": "positive_unate",
+                    "when": "!IE&OE&!PDRV0&!PDRV1&SL",
+                    "sdf_cond": "IE==1'b0&&OE==1'b1&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b1",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.095415,
+                            9.095415,
+                            15.095415,
+                            21.095415,
+                            27.095415,
+                            33.095415
+                        ],
+                        "values": [
+                            [
+                                5.672408,
+                                7.61544,
+                                9.296945,
+                                10.95654,
+                                12.61888,
+                                14.27553
+                            ],
+                            [
+                                5.778372,
+                                7.723391,
+                                9.403648,
+                                11.06272,
+                                12.72353,
+                                14.38587
+                            ],
+                            [
+                                5.855152,
+                                7.799886,
+                                9.480211,
+                                11.14245,
+                                12.8037,
+                                14.46194
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.095415,
+                            9.095415,
+                            15.095415,
+                            21.095415,
+                            27.095415,
+                            33.095415
+                        ],
+                        "values": [
+                            [
+                                3.130487,
+                                5.884317,
+                                8.891269,
+                                11.99454,
+                                15.20528,
+                                18.42299
+                            ],
+                            [
+                                3.129967,
+                                5.887407,
+                                8.872649,
+                                11.9713,
+                                15.20288,
+                                18.43466
+                            ],
+                            [
+                                3.136655,
+                                5.883478,
+                                8.868335,
+                                11.9965,
+                                15.22805,
+                                18.4208
+                            ]
+                        ]
+                    },
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.095415,
+                            9.095415,
+                            15.095415,
+                            21.095415,
+                            27.095415,
+                            33.095415
+                        ],
+                        "values": [
+                            [
+                                4.968585,
+                                7.202959,
+                                9.068237,
+                                10.60727,
+                                11.96405,
+                                13.22473
+                            ],
+                            [
+                                5.110184,
+                                7.342813,
+                                9.204937,
+                                10.74863,
+                                12.10786,
+                                13.36287
+                            ],
+                            [
+                                5.296981,
+                                7.530057,
+                                9.391352,
+                                10.93531,
+                                12.29221,
+                                13.55042
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.095415,
+                            9.095415,
+                            15.095415,
+                            21.095415,
+                            27.095415,
+                            33.095415
+                        ],
+                        "values": [
+                            [
+                                2.412489,
+                                5.7756,
+                                8.157569,
+                                10.23728,
+                                12.24768,
+                                14.14399
+                            ],
+                            [
+                                2.411188,
+                                5.778132,
+                                8.159865,
+                                10.2313,
+                                12.20505,
+                                14.14123
+                            ],
+                            [
+                                2.409791,
+                                5.768588,
+                                8.157086,
+                                10.23656,
+                                12.21581,
+                                14.13335
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "A",
+                    "timing_type": "combinational",
+                    "timing_sense": "positive_unate",
+                    "when": "!IE&OE&!PDRV0&PDRV1&!SL",
+                    "sdf_cond": "IE==1'b0&&OE==1'b1&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b0",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.095415,
+                            9.095415,
+                            15.095415,
+                            21.095415,
+                            27.095415,
+                            33.095415
+                        ],
+                        "values": [
+                            [
+                                4.034211,
+                                4.626237,
+                                5.185955,
+                                5.741261,
+                                6.295854,
+                                6.849766
+                            ],
+                            [
+                                4.139842,
+                                4.732628,
+                                5.291739,
+                                5.847608,
+                                6.401777,
+                                6.955626
+                            ],
+                            [
+                                4.218402,
+                                4.811219,
+                                5.370485,
+                                5.925507,
+                                6.480109,
+                                7.034517
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.095415,
+                            9.095415,
+                            15.095415,
+                            21.095415,
+                            27.095415,
+                            33.095415
+                        ],
+                        "values": [
+                            [
+                                0.842163,
+                                1.83767,
+                                2.890065,
+                                3.959414,
+                                5.049103,
+                                6.139923
+                            ],
+                            [
+                                0.84107,
+                                1.835344,
+                                2.894155,
+                                3.960338,
+                                5.049815,
+                                6.14094
+                            ],
+                            [
+                                0.841836,
+                                1.83579,
+                                2.89142,
+                                3.971274,
+                                5.056584,
+                                6.146347
+                            ]
+                        ]
+                    },
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.095415,
+                            9.095415,
+                            15.095415,
+                            21.095415,
+                            27.095415,
+                            33.095415
+                        ],
+                        "values": [
+                            [
+                                4.232683,
+                                4.783843,
+                                5.200472,
+                                5.586831,
+                                5.964302,
+                                6.336131
+                            ],
+                            [
+                                4.373943,
+                                4.925079,
+                                5.341709,
+                                5.728278,
+                                6.105608,
+                                6.478508
+                            ],
+                            [
+                                4.561127,
+                                5.112342,
+                                5.528972,
+                                5.915548,
+                                6.292893,
+                                6.665803
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.095415,
+                            9.095415,
+                            15.095415,
+                            21.095415,
+                            27.095415,
+                            33.095415
+                        ],
+                        "values": [
+                            [
+                                0.824755,
+                                1.48236,
+                                2.100858,
+                                2.745713,
+                                3.408354,
+                                4.087621
+                            ],
+                            [
+                                0.8248,
+                                1.479007,
+                                2.100779,
+                                2.742659,
+                                3.407679,
+                                4.079394
+                            ],
+                            [
+                                0.825023,
+                                1.479428,
+                                2.100281,
+                                2.742119,
+                                3.406967,
+                                4.08014
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "A",
+                    "timing_type": "combinational",
+                    "timing_sense": "positive_unate",
+                    "when": "!IE&OE&!PDRV0&PDRV1&SL",
+                    "sdf_cond": "IE==1'b0&&OE==1'b1&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b1",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.095415,
+                            9.095415,
+                            15.095415,
+                            21.095415,
+                            27.095415,
+                            33.095415
+                        ],
+                        "values": [
+                            [
+                                4.279188,
+                                5.579378,
+                                6.339522,
+                                6.967926,
+                                7.553803,
+                                8.119604
+                            ],
+                            [
+                                4.385039,
+                                5.686401,
+                                6.446702,
+                                7.074523,
+                                7.659491,
+                                8.225306
+                            ],
+                            [
+                                4.464397,
+                                5.763692,
+                                6.525342,
+                                7.152629,
+                                7.738453,
+                                8.303886
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.095415,
+                            9.095415,
+                            15.095415,
+                            21.095415,
+                            27.095415,
+                            33.095415
+                        ],
+                        "values": [
+                            [
+                                1.769944,
+                                3.055794,
+                                3.969447,
+                                4.866167,
+                                5.801989,
+                                6.75956
+                            ],
+                            [
+                                1.768854,
+                                3.057452,
+                                3.969594,
+                                4.861592,
+                                5.799591,
+                                6.757707
+                            ],
+                            [
+                                1.770553,
+                                3.052273,
+                                3.971061,
+                                4.864938,
+                                5.794484,
+                                6.760487
+                            ]
+                        ]
+                    },
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.095415,
+                            9.095415,
+                            15.095415,
+                            21.095415,
+                            27.095415,
+                            33.095415
+                        ],
+                        "values": [
+                            [
+                                4.152367,
+                                4.934913,
+                                5.697053,
+                                6.443608,
+                                7.151736,
+                                7.809778
+                            ],
+                            [
+                                4.293611,
+                                5.076097,
+                                5.838855,
+                                6.584764,
+                                7.291997,
+                                7.951931
+                            ],
+                            [
+                                4.48098,
+                                5.2633,
+                                6.026138,
+                                6.771797,
+                                7.479021,
+                                8.138391
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.095415,
+                            9.095415,
+                            15.095415,
+                            21.095415,
+                            27.095415,
+                            33.095415
+                        ],
+                        "values": [
+                            [
+                                0.879755,
+                                2.280497,
+                                3.576009,
+                                4.67927,
+                                5.632514,
+                                6.479118
+                            ],
+                            [
+                                0.879847,
+                                2.279395,
+                                3.575382,
+                                4.676339,
+                                5.632359,
+                                6.48166
+                            ],
+                            [
+                                0.879866,
+                                2.278782,
+                                3.579579,
+                                4.673977,
+                                5.631225,
+                                6.478677
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "A",
+                    "timing_type": "combinational",
+                    "timing_sense": "positive_unate",
+                    "when": "!IE&OE&PDRV0&!PDRV1&!SL",
+                    "sdf_cond": "IE==1'b0&&OE==1'b1&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b0",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.095415,
+                            9.095415,
+                            15.095415,
+                            21.095415,
+                            27.095415,
+                            33.095415
+                        ],
+                        "values": [
+                            [
+                                4.207014,
+                                5.058848,
+                                5.89216,
+                                6.72553,
+                                7.555308,
+                                8.386369
+                            ],
+                            [
+                                4.313682,
+                                5.16548,
+                                5.998573,
+                                6.830499,
+                                7.661014,
+                                8.491807
+                            ],
+                            [
+                                4.392744,
+                                5.244195,
+                                6.077805,
+                                6.90926,
+                                7.738874,
+                                8.569672
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.095415,
+                            9.095415,
+                            15.095415,
+                            21.095415,
+                            27.095415,
+                            33.095415
+                        ],
+                        "values": [
+                            [
+                                1.086571,
+                                2.64688,
+                                4.259041,
+                                5.893638,
+                                7.542503,
+                                9.170807
+                            ],
+                            [
+                                1.088282,
+                                2.645451,
+                                4.264122,
+                                5.889639,
+                                7.529227,
+                                9.16516
+                            ],
+                            [
+                                1.088344,
+                                2.647669,
+                                4.253073,
+                                5.898797,
+                                7.529122,
+                                9.167654
+                            ]
+                        ]
+                    },
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.095415,
+                            9.095415,
+                            15.095415,
+                            21.095415,
+                            27.095415,
+                            33.095415
+                        ],
+                        "values": [
+                            [
+                                4.39401,
+                                5.078075,
+                                5.657774,
+                                6.218102,
+                                6.774553,
+                                7.329976
+                            ],
+                            [
+                                4.535295,
+                                5.21964,
+                                5.799031,
+                                6.359674,
+                                6.91546,
+                                7.470529
+                            ],
+                            [
+                                4.723591,
+                                5.407151,
+                                5.986045,
+                                6.546938,
+                                7.103021,
+                                7.659338
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.095415,
+                            9.095415,
+                            15.095415,
+                            21.095415,
+                            27.095415,
+                            33.095415
+                        ],
+                        "values": [
+                            [
+                                1.008819,
+                                1.939307,
+                                2.912436,
+                                3.909185,
+                                4.936966,
+                                5.96273
+                            ],
+                            [
+                                1.008847,
+                                1.939207,
+                                2.910104,
+                                3.916345,
+                                4.929947,
+                                5.969662
+                            ],
+                            [
+                                1.008983,
+                                1.939369,
+                                2.911522,
+                                3.917288,
+                                4.935571,
+                                5.964186
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "A",
+                    "timing_type": "combinational",
+                    "timing_sense": "positive_unate",
+                    "when": "!IE&OE&PDRV0&!PDRV1&SL",
+                    "sdf_cond": "IE==1'b0&&OE==1'b1&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b1",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.095415,
+                            9.095415,
+                            15.095415,
+                            21.095415,
+                            27.095415,
+                            33.095415
+                        ],
+                        "values": [
+                            [
+                                4.75311,
+                                6.194663,
+                                7.139448,
+                                7.999526,
+                                8.838396,
+                                9.670047
+                            ],
+                            [
+                                4.857694,
+                                6.29686,
+                                7.243635,
+                                8.106406,
+                                8.944552,
+                                9.775611
+                            ],
+                            [
+                                4.937829,
+                                6.376151,
+                                7.323001,
+                                8.185419,
+                                9.024101,
+                                9.854911
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.095415,
+                            9.095415,
+                            15.095415,
+                            21.095415,
+                            27.095415,
+                            33.095415
+                        ],
+                        "values": [
+                            [
+                                2.220832,
+                                3.763574,
+                                5.116339,
+                                6.542309,
+                                8.042449,
+                                9.562346
+                            ],
+                            [
+                                2.223266,
+                                3.767444,
+                                5.110985,
+                                6.533522,
+                                8.02717,
+                                9.579443
+                            ],
+                            [
+                                2.220915,
+                                3.766928,
+                                5.109454,
+                                6.531307,
+                                8.029052,
+                                9.576017
+                            ]
+                        ]
+                    },
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.095415,
+                            9.095415,
+                            15.095415,
+                            21.095415,
+                            27.095415,
+                            33.095415
+                        ],
+                        "values": [
+                            [
+                                4.345164,
+                                5.500297,
+                                6.626021,
+                                7.662721,
+                                8.58896,
+                                9.417097
+                            ],
+                            [
+                                4.486404,
+                                5.641533,
+                                6.766703,
+                                7.804125,
+                                8.731496,
+                                9.564163
+                            ],
+                            [
+                                4.673538,
+                                5.828402,
+                                6.954298,
+                                7.991336,
+                                8.913594,
+                                9.751142
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.095415,
+                            9.095415,
+                            15.095415,
+                            21.095415,
+                            27.095415,
+                            33.095415
+                        ],
+                        "values": [
+                            [
+                                1.255987,
+                                3.321975,
+                                4.978676,
+                                6.322038,
+                                7.496853,
+                                8.608173
+                            ],
+                            [
+                                1.256144,
+                                3.322673,
+                                4.977651,
+                                6.314683,
+                                7.499729,
+                                8.585868
+                            ],
+                            [
+                                1.256043,
+                                3.324912,
+                                4.982474,
+                                6.32438,
+                                7.505682,
+                                8.594072
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "A",
+                    "timing_type": "combinational",
+                    "timing_sense": "positive_unate",
+                    "when": "!IE&OE&PDRV0&PDRV1&!SL",
+                    "sdf_cond": "IE==1'b0&&OE==1'b1&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b0",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.095415,
+                            9.095415,
+                            15.095415,
+                            21.095415,
+                            27.095415,
+                            33.095415
+                        ],
+                        "values": [
+                            [
+                                3.946201,
+                                4.4178,
+                                4.842097,
+                                5.260436,
+                                5.677284,
+                                6.093078
+                            ],
+                            [
+                                4.051969,
+                                4.52339,
+                                4.947852,
+                                5.365625,
+                                5.782461,
+                                6.198248
+                            ],
+                            [
+                                4.13048,
+                                4.601656,
+                                5.026179,
+                                5.444425,
+                                5.861314,
+                                6.27718
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.095415,
+                            9.095415,
+                            15.095415,
+                            21.095415,
+                            27.095415,
+                            33.095415
+                        ],
+                        "values": [
+                            [
+                                0.744067,
+                                1.444914,
+                                2.214862,
+                                3.014807,
+                                3.814303,
+                                4.640635
+                            ],
+                            [
+                                0.742369,
+                                1.443648,
+                                2.213165,
+                                3.014454,
+                                3.815794,
+                                4.617711
+                            ],
+                            [
+                                0.74409,
+                                1.445702,
+                                2.219027,
+                                3.013374,
+                                3.809592,
+                                4.629479
+                            ]
+                        ]
+                    },
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.095415,
+                            9.095415,
+                            15.095415,
+                            21.095415,
+                            27.095415,
+                            33.095415
+                        ],
+                        "values": [
+                            [
+                                4.110614,
+                                4.608696,
+                                4.948733,
+                                5.253323,
+                                5.543473,
+                                5.827617
+                            ],
+                            [
+                                4.251854,
+                                4.749943,
+                                5.089973,
+                                5.394564,
+                                5.684905,
+                                5.968944
+                            ],
+                            [
+                                4.439244,
+                                4.936949,
+                                5.277434,
+                                5.581943,
+                                5.87228,
+                                6.156317
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.095415,
+                            9.095415,
+                            15.095415,
+                            21.095415,
+                            27.095415,
+                            33.095415
+                        ],
+                        "values": [
+                            [
+                                0.710286,
+                                1.253389,
+                                1.717087,
+                                2.178757,
+                                2.658321,
+                                3.154944
+                            ],
+                            [
+                                0.710168,
+                                1.253373,
+                                1.714427,
+                                2.183421,
+                                2.663582,
+                                3.149099
+                            ],
+                            [
+                                0.710645,
+                                1.252757,
+                                1.713754,
+                                2.183616,
+                                2.662705,
+                                3.146625
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "A",
+                    "timing_type": "combinational",
+                    "timing_sense": "positive_unate",
+                    "when": "!IE&OE&PDRV0&PDRV1&SL",
+                    "sdf_cond": "IE==1'b0&&OE==1'b1&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b1",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.095415,
+                            9.095415,
+                            15.095415,
+                            21.095415,
+                            27.095415,
+                            33.095415
+                        ],
+                        "values": [
+                            [
+                                4.028797,
+                                5.191592,
+                                5.884332,
+                                6.414952,
+                                6.887016,
+                                7.331807
+                            ],
+                            [
+                                4.134797,
+                                5.296157,
+                                5.99157,
+                                6.520934,
+                                6.992554,
+                                7.43651
+                            ],
+                            [
+                                4.213739,
+                                5.374867,
+                                6.069969,
+                                6.601454,
+                                7.071228,
+                                7.513904
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.095415,
+                            9.095415,
+                            15.095415,
+                            21.095415,
+                            27.095415,
+                            33.095415
+                        ],
+                        "values": [
+                            [
+                                1.45276,
+                                2.648753,
+                                3.398144,
+                                4.069912,
+                                4.740185,
+                                5.432661
+                            ],
+                            [
+                                1.452793,
+                                2.649242,
+                                3.394866,
+                                4.070648,
+                                4.737061,
+                                5.431623
+                            ],
+                            [
+                                1.452814,
+                                2.649235,
+                                3.39305,
+                                4.070727,
+                                4.738666,
+                                5.437895
+                            ]
+                        ]
+                    },
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.095415,
+                            9.095415,
+                            15.095415,
+                            21.095415,
+                            27.095415,
+                            33.095415
+                        ],
+                        "values": [
+                            [
+                                4.04189,
+                                4.642068,
+                                5.217238,
+                                5.786809,
+                                6.34473,
+                                6.879907
+                            ],
+                            [
+                                4.183178,
+                                4.783239,
+                                5.358645,
+                                5.928413,
+                                6.485601,
+                                7.02016
+                            ],
+                            [
+                                4.370635,
+                                4.970686,
+                                5.545984,
+                                6.115894,
+                                6.673047,
+                                7.207667
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.095415,
+                            9.095415,
+                            15.095415,
+                            21.095415,
+                            27.095415,
+                            33.095415
+                        ],
+                        "values": [
+                            [
+                                0.691501,
+                                1.739008,
+                                2.770547,
+                                3.699085,
+                                4.509845,
+                                5.245411
+                            ],
+                            [
+                                0.691306,
+                                1.733437,
+                                2.771062,
+                                3.696977,
+                                4.505241,
+                                5.232205
+                            ],
+                            [
+                                0.691424,
+                                1.7329,
+                                2.771249,
+                                3.696305,
+                                4.503272,
+                                5.23456
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "A&!IE&!PDRV0&!PDRV1&!SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b0",
+                    "timing_type": "three_state_enable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.095415,
+                            9.095415,
+                            15.095415,
+                            21.095415,
+                            27.095415,
+                            33.095415
+                        ],
+                        "values": [
+                            [
+                                4.028631,
+                                5.692728,
+                                7.350981,
+                                9.0146,
+                                10.66973,
+                                12.32757
+                            ],
+                            [
+                                4.105474,
+                                5.769528,
+                                7.429919,
+                                9.086724,
+                                10.74573,
+                                12.41007
+                            ],
+                            [
+                                4.168347,
+                                5.832371,
+                                7.492853,
+                                9.149621,
+                                10.80871,
+                                12.47346
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.095415,
+                            9.095415,
+                            15.095415,
+                            21.095415,
+                            27.095415,
+                            33.095415
+                        ],
+                        "values": [
+                            [
+                                1.939797,
+                                5.155011,
+                                8.426242,
+                                11.70138,
+                                14.94697,
+                                18.19925
+                            ],
+                            [
+                                1.937042,
+                                5.146916,
+                                8.429378,
+                                11.70174,
+                                14.96132,
+                                18.24818
+                            ],
+                            [
+                                1.936709,
+                                5.146461,
+                                8.429311,
+                                11.70197,
+                                14.95997,
+                                18.24632
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "A&!IE&!PDRV0&!PDRV1&SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b1",
+                    "timing_type": "three_state_enable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.095415,
+                            9.095415,
+                            15.095415,
+                            21.095415,
+                            27.095415,
+                            33.095415
+                        ],
+                        "values": [
+                            [
+                                5.014523,
+                                6.971993,
+                                8.652291,
+                                10.31332,
+                                11.97142,
+                                13.6352
+                            ],
+                            [
+                                5.092414,
+                                7.04952,
+                                8.732073,
+                                10.39095,
+                                12.05307,
+                                13.71135
+                            ],
+                            [
+                                5.152028,
+                                7.115719,
+                                8.795176,
+                                10.45671,
+                                12.11272,
+                                13.77046
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.095415,
+                            9.095415,
+                            15.095415,
+                            21.095415,
+                            27.095415,
+                            33.095415
+                        ],
+                        "values": [
+                            [
+                                3.209855,
+                                5.940527,
+                                8.899497,
+                                12.00674,
+                                15.19307,
+                                18.42687
+                            ],
+                            [
+                                3.21027,
+                                5.941953,
+                                8.897652,
+                                12.02555,
+                                15.21189,
+                                18.44719
+                            ],
+                            [
+                                3.214439,
+                                5.935941,
+                                8.888339,
+                                12.02076,
+                                15.20271,
+                                18.4167
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "A&!IE&!PDRV0&PDRV1&!SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b0",
+                    "timing_type": "three_state_enable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.095415,
+                            9.095415,
+                            15.095415,
+                            21.095415,
+                            27.095415,
+                            33.095415
+                        ],
+                        "values": [
+                            [
+                                3.479721,
+                                4.070015,
+                                4.62586,
+                                5.180161,
+                                5.732586,
+                                6.285241
+                            ],
+                            [
+                                3.569234,
+                                4.159507,
+                                4.715085,
+                                5.269467,
+                                5.821867,
+                                6.374547
+                            ],
+                            [
+                                3.642111,
+                                4.232561,
+                                4.788535,
+                                5.34242,
+                                5.895583,
+                                6.448577
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.095415,
+                            9.095415,
+                            15.095415,
+                            21.095415,
+                            27.095415,
+                            33.095415
+                        ],
+                        "values": [
+                            [
+                                0.918303,
+                                1.860298,
+                                2.903631,
+                                3.965479,
+                                5.056414,
+                                6.142451
+                            ],
+                            [
+                                0.922307,
+                                1.860209,
+                                2.903566,
+                                3.969236,
+                                5.056217,
+                                6.142503
+                            ],
+                            [
+                                0.923423,
+                                1.862731,
+                                2.906174,
+                                3.961595,
+                                5.055821,
+                                6.143328
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "A&!IE&!PDRV0&PDRV1&SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b1",
+                    "timing_type": "three_state_enable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.095415,
+                            9.095415,
+                            15.095415,
+                            21.095415,
+                            27.095415,
+                            33.095415
+                        ],
+                        "values": [
+                            [
+                                3.682323,
+                                5.01106,
+                                5.780809,
+                                6.416259,
+                                7.000523,
+                                7.566916
+                            ],
+                            [
+                                3.771913,
+                                5.100731,
+                                5.870894,
+                                6.506403,
+                                7.092,
+                                7.65828
+                            ],
+                            [
+                                3.84518,
+                                5.173934,
+                                5.943851,
+                                6.579417,
+                                7.165094,
+                                7.731453
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.095415,
+                            9.095415,
+                            15.095415,
+                            21.095415,
+                            27.095415,
+                            33.095415
+                        ],
+                        "values": [
+                            [
+                                1.802003,
+                                3.128294,
+                                4.057066,
+                                4.949193,
+                                5.864726,
+                                6.806816
+                            ],
+                            [
+                                1.803156,
+                                3.126542,
+                                4.0585,
+                                4.949477,
+                                5.853001,
+                                6.819175
+                            ],
+                            [
+                                1.803004,
+                                3.126731,
+                                4.057872,
+                                4.949516,
+                                5.850394,
+                                6.820094
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "A&!IE&PDRV0&!PDRV1&!SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b0",
+                    "timing_type": "three_state_enable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.095415,
+                            9.095415,
+                            15.095415,
+                            21.095415,
+                            27.095415,
+                            33.095415
+                        ],
+                        "values": [
+                            [
+                                3.547906,
+                                4.393061,
+                                5.223819,
+                                6.05379,
+                                6.882372,
+                                7.71279
+                            ],
+                            [
+                                3.624729,
+                                4.469793,
+                                5.30032,
+                                6.130664,
+                                6.959421,
+                                7.789666
+                            ],
+                            [
+                                3.687282,
+                                4.532512,
+                                5.362884,
+                                6.193409,
+                                7.022278,
+                                7.852427
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.095415,
+                            9.095415,
+                            15.095415,
+                            21.095415,
+                            27.095415,
+                            33.095415
+                        ],
+                        "values": [
+                            [
+                                1.12678,
+                                2.656338,
+                                4.255096,
+                                5.894347,
+                                7.529215,
+                                9.159759
+                            ],
+                            [
+                                1.127112,
+                                2.656681,
+                                4.256621,
+                                5.892814,
+                                7.529386,
+                                9.166356
+                            ],
+                            [
+                                1.126672,
+                                2.657418,
+                                4.257593,
+                                5.891003,
+                                7.529406,
+                                9.166506
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "A&!IE&PDRV0&!PDRV1&SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b1",
+                    "timing_type": "three_state_enable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.095415,
+                            9.095415,
+                            15.095415,
+                            21.095415,
+                            27.095415,
+                            33.095415
+                        ],
+                        "values": [
+                            [
+                                4.047419,
+                                5.521111,
+                                6.474715,
+                                7.335403,
+                                8.172371,
+                                9.005912
+                            ],
+                            [
+                                4.125036,
+                                5.597947,
+                                6.550896,
+                                7.413464,
+                                8.252353,
+                                9.084573
+                            ],
+                            [
+                                4.188133,
+                                5.661072,
+                                6.614143,
+                                7.475866,
+                                8.31474,
+                                9.147711
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.095415,
+                            9.095415,
+                            15.095415,
+                            21.095415,
+                            27.095415,
+                            33.095415
+                        ],
+                        "values": [
+                            [
+                                2.273891,
+                                3.848932,
+                                5.184888,
+                                6.586234,
+                                8.061797,
+                                9.581126
+                            ],
+                            [
+                                2.274233,
+                                3.851052,
+                                5.184712,
+                                6.59774,
+                                8.069668,
+                                9.587035
+                            ],
+                            [
+                                2.274285,
+                                3.85135,
+                                5.185095,
+                                6.594093,
+                                8.07029,
+                                9.591948
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "A&!IE&PDRV0&PDRV1&!SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b0",
+                    "timing_type": "three_state_enable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.095415,
+                            9.095415,
+                            15.095415,
+                            21.095415,
+                            27.095415,
+                            33.095415
+                        ],
+                        "values": [
+                            [
+                                3.347577,
+                                3.824544,
+                                4.245822,
+                                4.662456,
+                                5.078002,
+                                5.492925
+                            ],
+                            [
+                                3.433298,
+                                3.911834,
+                                4.333421,
+                                4.749671,
+                                5.165184,
+                                5.580091
+                            ],
+                            [
+                                3.502138,
+                                3.981818,
+                                4.403335,
+                                4.819241,
+                                5.235204,
+                                5.650186
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.095415,
+                            9.095415,
+                            15.095415,
+                            21.095415,
+                            27.095415,
+                            33.095415
+                        ],
+                        "values": [
+                            [
+                                0.840955,
+                                1.488576,
+                                2.24239,
+                                3.020741,
+                                3.826857,
+                                4.6375
+                            ],
+                            [
+                                0.841503,
+                                1.491843,
+                                2.244482,
+                                3.021246,
+                                3.829199,
+                                4.639727
+                            ],
+                            [
+                                0.841877,
+                                1.49157,
+                                2.240735,
+                                3.028575,
+                                3.817588,
+                                4.62852
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "A&!IE&PDRV0&PDRV1&SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b1",
+                    "timing_type": "three_state_enable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.095415,
+                            9.095415,
+                            15.095415,
+                            21.095415,
+                            27.095415,
+                            33.095415
+                        ],
+                        "values": [
+                            [
+                                3.398533,
+                                4.568452,
+                                5.279927,
+                                5.816511,
+                                6.291729,
+                                6.735437
+                            ],
+                            [
+                                3.48618,
+                                4.65417,
+                                5.366009,
+                                5.903535,
+                                6.378779,
+                                6.824317
+                            ],
+                            [
+                                3.556451,
+                                4.724736,
+                                5.43676,
+                                5.974272,
+                                6.449967,
+                                6.895386
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.095415,
+                            9.095415,
+                            15.095415,
+                            21.095415,
+                            27.095415,
+                            33.095415
+                        ],
+                        "values": [
+                            [
+                                1.472954,
+                                2.716038,
+                                3.481406,
+                                4.160239,
+                                4.825615,
+                                5.498535
+                            ],
+                            [
+                                1.475576,
+                                2.717398,
+                                3.479401,
+                                4.15778,
+                                4.82546,
+                                5.499283
+                            ],
+                            [
+                                1.475669,
+                                2.714423,
+                                3.479373,
+                                4.162833,
+                                4.820622,
+                                5.495611
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "!A&!IE&!PDRV0&!PDRV1&!SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b0",
+                    "timing_type": "three_state_enable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.095415,
+                            9.095415,
+                            15.095415,
+                            21.095415,
+                            27.095415,
+                            33.095415
+                        ],
+                        "values": [
+                            [
+                                3.080088,
+                                4.24855,
+                                5.360337,
+                                6.469989,
+                                7.578719,
+                                8.685657
+                            ],
+                            [
+                                3.186053,
+                                4.354257,
+                                5.466025,
+                                6.575824,
+                                7.684497,
+                                8.791318
+                            ],
+                            [
+                                3.266863,
+                                4.434934,
+                                5.546816,
+                                6.656589,
+                                7.765253,
+                                8.872112
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.095415,
+                            9.095415,
+                            15.095415,
+                            21.095415,
+                            27.095415,
+                            33.095415
+                        ],
+                        "values": [
+                            [
+                                1.543286,
+                                3.460135,
+                                5.50091,
+                                7.575953,
+                                9.648192,
+                                11.73738
+                            ],
+                            [
+                                1.54238,
+                                3.467569,
+                                5.500728,
+                                7.574134,
+                                9.658228,
+                                11.72953
+                            ],
+                            [
+                                1.542313,
+                                3.467752,
+                                5.500737,
+                                7.573323,
+                                9.661863,
+                                11.72742
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "!A&!IE&!PDRV0&!PDRV1&SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b1",
+                    "timing_type": "three_state_enable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.095415,
+                            9.095415,
+                            15.095415,
+                            21.095415,
+                            27.095415,
+                            33.095415
+                        ],
+                        "values": [
+                            [
+                                3.246159,
+                                5.477533,
+                                7.354595,
+                                8.902813,
+                                10.2682,
+                                11.52412
+                            ],
+                            [
+                                3.351157,
+                                5.582491,
+                                7.459882,
+                                9.005559,
+                                10.368,
+                                11.63064
+                            ],
+                            [
+                                3.431896,
+                                5.663244,
+                                7.540655,
+                                9.086357,
+                                10.4489,
+                                11.71158
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.095415,
+                            9.095415,
+                            15.095415,
+                            21.095415,
+                            27.095415,
+                            33.095415
+                        ],
+                        "values": [
+                            [
+                                2.414907,
+                                5.789995,
+                                8.180339,
+                                10.27626,
+                                12.25757,
+                                14.1864
+                            ],
+                            [
+                                2.414045,
+                                5.792059,
+                                8.184729,
+                                10.27081,
+                                12.25709,
+                                14.17514
+                            ],
+                            [
+                                2.41405,
+                                5.79201,
+                                8.184691,
+                                10.27121,
+                                12.25755,
+                                14.1746
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "!A&!IE&!PDRV0&PDRV1&!SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b0",
+                    "timing_type": "three_state_enable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.095415,
+                            9.095415,
+                            15.095415,
+                            21.095415,
+                            27.095415,
+                            33.095415
+                        ],
+                        "values": [
+                            [
+                                2.654454,
+                                3.232588,
+                                3.653988,
+                                4.041951,
+                                4.419412,
+                                4.791933
+                            ],
+                            [
+                                2.75966,
+                                3.337705,
+                                3.759108,
+                                4.147072,
+                                4.524519,
+                                4.897031
+                            ],
+                            [
+                                2.840567,
+                                3.418694,
+                                3.840074,
+                                4.228033,
+                                4.605484,
+                                4.978
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.095415,
+                            9.095415,
+                            15.095415,
+                            21.095415,
+                            27.095415,
+                            33.095415
+                        ],
+                        "values": [
+                            [
+                                0.873157,
+                                1.536422,
+                                2.153162,
+                                2.785392,
+                                3.433815,
+                                4.101029
+                            ],
+                            [
+                                0.872823,
+                                1.536501,
+                                2.153211,
+                                2.785354,
+                                3.433254,
+                                4.101396
+                            ],
+                            [
+                                0.873769,
+                                1.536454,
+                                2.153042,
+                                2.785309,
+                                3.433388,
+                                4.101224
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "!A&!IE&!PDRV0&PDRV1&SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b1",
+                    "timing_type": "three_state_enable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.095415,
+                            9.095415,
+                            15.095415,
+                            21.095415,
+                            27.095415,
+                            33.095415
+                        ],
+                        "values": [
+                            [
+                                2.594008,
+                                3.366979,
+                                4.125339,
+                                4.869138,
+                                5.578025,
+                                6.243722
+                            ],
+                            [
+                                2.699125,
+                                3.472089,
+                                4.230431,
+                                4.974249,
+                                5.683146,
+                                6.34845
+                            ],
+                            [
+                                2.780066,
+                                3.553101,
+                                4.310341,
+                                5.055119,
+                                5.764109,
+                                6.429501
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.095415,
+                            9.095415,
+                            15.095415,
+                            21.095415,
+                            27.095415,
+                            33.095415
+                        ],
+                        "values": [
+                            [
+                                0.925537,
+                                2.295386,
+                                3.594182,
+                                4.688957,
+                                5.647486,
+                                6.506379
+                            ],
+                            [
+                                0.925508,
+                                2.295393,
+                                3.593871,
+                                4.688783,
+                                5.645326,
+                                6.505499
+                            ],
+                            [
+                                0.925989,
+                                2.292742,
+                                3.594814,
+                                4.693104,
+                                5.653499,
+                                6.506921
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "!A&!IE&PDRV0&!PDRV1&!SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b0",
+                    "timing_type": "three_state_enable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.095415,
+                            9.095415,
+                            15.095415,
+                            21.095415,
+                            27.095415,
+                            33.095415
+                        ],
+                        "values": [
+                            [
+                                2.660687,
+                                3.35149,
+                                3.930617,
+                                4.491151,
+                                5.046903,
+                                5.603126
+                            ],
+                            [
+                                2.765579,
+                                3.456478,
+                                4.036193,
+                                4.597039,
+                                5.153117,
+                                5.707956
+                            ],
+                            [
+                                2.84643,
+                                3.53725,
+                                4.116959,
+                                4.677567,
+                                5.234261,
+                                5.788143
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.095415,
+                            9.095415,
+                            15.095415,
+                            21.095415,
+                            27.095415,
+                            33.095415
+                        ],
+                        "values": [
+                            [
+                                1.054025,
+                                1.974965,
+                                2.93088,
+                                3.929208,
+                                4.942328,
+                                5.970969
+                            ],
+                            [
+                                1.055152,
+                                1.976814,
+                                2.930805,
+                                3.923993,
+                                4.937113,
+                                5.974098
+                            ],
+                            [
+                                1.054738,
+                                1.975992,
+                                2.927115,
+                                3.927624,
+                                4.944195,
+                                5.965664
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "!A&!IE&PDRV0&!PDRV1&SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b1",
+                    "timing_type": "three_state_enable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.095415,
+                            9.095415,
+                            15.095415,
+                            21.095415,
+                            27.095415,
+                            33.095415
+                        ],
+                        "values": [
+                            [
+                                2.601017,
+                                3.745605,
+                                4.870088,
+                                5.912977,
+                                6.84124,
+                                7.684155
+                            ],
+                            [
+                                2.706045,
+                                3.850615,
+                                4.975288,
+                                6.017914,
+                                6.950692,
+                                7.788381
+                            ],
+                            [
+                                2.786856,
+                                3.931462,
+                                5.055948,
+                                6.098732,
+                                7.031199,
+                                7.869461
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.095415,
+                            9.095415,
+                            15.095415,
+                            21.095415,
+                            27.095415,
+                            33.095415
+                        ],
+                        "values": [
+                            [
+                                1.2692,
+                                3.329468,
+                                5.000361,
+                                6.340962,
+                                7.532612,
+                                8.626412
+                            ],
+                            [
+                                1.269295,
+                                3.333884,
+                                4.997346,
+                                6.341917,
+                                7.530071,
+                                8.61935
+                            ],
+                            [
+                                1.268106,
+                                3.332573,
+                                4.990997,
+                                6.358894,
+                                7.532376,
+                                8.624636
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "!A&!IE&PDRV0&PDRV1&!SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b0",
+                    "timing_type": "three_state_enable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.095415,
+                            9.095415,
+                            15.095415,
+                            21.095415,
+                            27.095415,
+                            33.095415
+                        ],
+                        "values": [
+                            [
+                                2.477014,
+                                2.988701,
+                                3.33852,
+                                3.645986,
+                                3.937477,
+                                4.22199
+                            ],
+                            [
+                                2.582629,
+                                3.094007,
+                                3.443854,
+                                3.751218,
+                                4.042701,
+                                4.327123
+                            ],
+                            [
+                                2.663479,
+                                3.17467,
+                                3.524502,
+                                3.831971,
+                                4.123461,
+                                4.407955
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.095415,
+                            9.095415,
+                            15.095415,
+                            21.095415,
+                            27.095415,
+                            33.095415
+                        ],
+                        "values": [
+                            [
+                                0.771321,
+                                1.303001,
+                                1.767493,
+                                2.230897,
+                                2.704123,
+                                3.185571
+                            ],
+                            [
+                                0.771385,
+                                1.302612,
+                                1.76551,
+                                2.227897,
+                                2.700783,
+                                3.190564
+                            ],
+                            [
+                                0.771788,
+                                1.303,
+                                1.767491,
+                                2.230794,
+                                2.703957,
+                                3.186036
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "!A&!IE&PDRV0&PDRV1&SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b1",
+                    "timing_type": "three_state_enable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.095415,
+                            9.095415,
+                            15.095415,
+                            21.095415,
+                            27.095415,
+                            33.095415
+                        ],
+                        "values": [
+                            [
+                                2.420715,
+                                3.015731,
+                                3.586294,
+                                4.153115,
+                                4.711754,
+                                5.249682
+                            ],
+                            [
+                                2.526324,
+                                3.121105,
+                                3.691364,
+                                4.258653,
+                                4.816724,
+                                5.354489
+                            ],
+                            [
+                                2.606698,
+                                3.201723,
+                                3.772286,
+                                4.339102,
+                                4.89773,
+                                5.435658
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.095415,
+                            9.095415,
+                            15.095415,
+                            21.095415,
+                            27.095415,
+                            33.095415
+                        ],
+                        "values": [
+                            [
+                                0.764035,
+                                1.765123,
+                                2.790296,
+                                3.718011,
+                                4.540668,
+                                5.273768
+                            ],
+                            [
+                                0.766168,
+                                1.763185,
+                                2.787811,
+                                3.720507,
+                                4.53964,
+                                5.26948
+                            ],
+                            [
+                                0.764117,
+                                1.765126,
+                                2.790257,
+                                3.718108,
+                                4.540608,
+                                5.27372
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "!A&!IE&!PDRV0&!PDRV1&!SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b0",
+                    "timing_type": "three_state_disable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.095415,
+                            9.095415,
+                            15.095415,
+                            21.095415,
+                            27.095415,
+                            33.095415
+                        ],
+                        "values": [
+                            [
+                                1.751158,
+                                1.751159,
+                                1.75116,
+                                1.751161,
+                                1.751162,
+                                1.751163
+                            ],
+                            [
+                                1.891092,
+                                1.891093,
+                                1.891094,
+                                1.891095,
+                                1.891096,
+                                1.891097
+                            ],
+                            [
+                                2.073661,
+                                2.073662,
+                                2.073663,
+                                2.073664,
+                                2.073665,
+                                2.073666
+                            ]
+                        ]
+                    },
+                    "rise_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "!A&!IE&!PDRV0&!PDRV1&SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b1",
+                    "timing_type": "three_state_disable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.095415,
+                            9.095415,
+                            15.095415,
+                            21.095415,
+                            27.095415,
+                            33.095415
+                        ],
+                        "values": [
+                            [
+                                1.735964,
+                                1.735965,
+                                1.735966,
+                                1.735967,
+                                1.735968,
+                                1.735969
+                            ],
+                            [
+                                1.877115,
+                                1.877116,
+                                1.877117,
+                                1.877118,
+                                1.877119,
+                                1.87712
+                            ],
+                            [
+                                2.059563,
+                                2.059564,
+                                2.059565,
+                                2.059566,
+                                2.059567,
+                                2.059568
+                            ]
+                        ]
+                    },
+                    "rise_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "!A&!IE&!PDRV0&PDRV1&!SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b0",
+                    "timing_type": "three_state_disable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.095415,
+                            9.095415,
+                            15.095415,
+                            21.095415,
+                            27.095415,
+                            33.095415
+                        ],
+                        "values": [
+                            [
+                                1.904807,
+                                1.904808,
+                                1.904809,
+                                1.90481,
+                                1.904811,
+                                1.904812
+                            ],
+                            [
+                                2.043665,
+                                2.043666,
+                                2.043667,
+                                2.043668,
+                                2.043669,
+                                2.04367
+                            ],
+                            [
+                                2.230968,
+                                2.230969,
+                                2.23097,
+                                2.230971,
+                                2.230972,
+                                2.230973
+                            ]
+                        ]
+                    },
+                    "rise_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "!A&!IE&!PDRV0&PDRV1&SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b1",
+                    "timing_type": "three_state_disable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.095415,
+                            9.095415,
+                            15.095415,
+                            21.095415,
+                            27.095415,
+                            33.095415
+                        ],
+                        "values": [
+                            [
+                                1.897593,
+                                1.897594,
+                                1.897595,
+                                1.897596,
+                                1.897597,
+                                1.897598
+                            ],
+                            [
+                                2.033316,
+                                2.033317,
+                                2.033318,
+                                2.033319,
+                                2.03332,
+                                2.033321
+                            ],
+                            [
+                                2.219751,
+                                2.219752,
+                                2.219753,
+                                2.219754,
+                                2.219755,
+                                2.219756
+                            ]
+                        ]
+                    },
+                    "rise_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "!A&!IE&PDRV0&!PDRV1&!SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b0",
+                    "timing_type": "three_state_disable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.095415,
+                            9.095415,
+                            15.095415,
+                            21.095415,
+                            27.095415,
+                            33.095415
+                        ],
+                        "values": [
+                            [
+                                1.741803,
+                                1.741804,
+                                1.741805,
+                                1.741806,
+                                1.741807,
+                                1.741808
+                            ],
+                            [
+                                1.877718,
+                                1.877719,
+                                1.87772,
+                                1.877721,
+                                1.877722,
+                                1.877723
+                            ],
+                            [
+                                2.066124,
+                                2.067462,
+                                2.067463,
+                                2.067464,
+                                2.067465,
+                                2.067466
+                            ]
+                        ]
+                    },
+                    "rise_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "!A&!IE&PDRV0&!PDRV1&SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b1",
+                    "timing_type": "three_state_disable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.095415,
+                            9.095415,
+                            15.095415,
+                            21.095415,
+                            27.095415,
+                            33.095415
+                        ],
+                        "values": [
+                            [
+                                1.732314,
+                                1.732315,
+                                1.732316,
+                                1.732317,
+                                1.732318,
+                                1.732319
+                            ],
+                            [
+                                1.859499,
+                                1.8595,
+                                1.859501,
+                                1.859502,
+                                1.859503,
+                                1.859504
+                            ],
+                            [
+                                2.056226,
+                                2.056227,
+                                2.056228,
+                                2.056229,
+                                2.05623,
+                                2.056231
+                            ]
+                        ]
+                    },
+                    "rise_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "!A&!IE&PDRV0&PDRV1&!SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b0",
+                    "timing_type": "three_state_disable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.095415,
+                            9.095415,
+                            15.095415,
+                            21.095415,
+                            27.095415,
+                            33.095415
+                        ],
+                        "values": [
+                            [
+                                1.874179,
+                                1.87418,
+                                1.874181,
+                                1.874182,
+                                1.874183,
+                                1.874184
+                            ],
+                            [
+                                2.012368,
+                                2.012369,
+                                2.01237,
+                                2.012371,
+                                2.012372,
+                                2.012373
+                            ],
+                            [
+                                2.201298,
+                                2.201299,
+                                2.2013,
+                                2.201301,
+                                2.201302,
+                                2.201303
+                            ]
+                        ]
+                    },
+                    "rise_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "!A&!IE&PDRV0&PDRV1&SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b1",
+                    "timing_type": "three_state_disable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.095415,
+                            9.095415,
+                            15.095415,
+                            21.095415,
+                            27.095415,
+                            33.095415
+                        ],
+                        "values": [
+                            [
+                                1.870031,
+                                1.870032,
+                                1.870033,
+                                1.870034,
+                                1.870035,
+                                1.870036
+                            ],
+                            [
+                                2.007711,
+                                2.007712,
+                                2.007713,
+                                2.007714,
+                                2.007715,
+                                2.007716
+                            ],
+                            [
+                                2.195106,
+                                2.195107,
+                                2.195108,
+                                2.195109,
+                                2.19511,
+                                2.195111
+                            ]
+                        ]
+                    },
+                    "rise_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "A&!IE&!PDRV0&!PDRV1&!SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b0",
+                    "timing_type": "three_state_disable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.095415,
+                            9.095415,
+                            15.095415,
+                            21.095415,
+                            27.095415,
+                            33.095415
+                        ],
+                        "values": [
+                            [
+                                2.099117,
+                                2.099118,
+                                2.099119,
+                                2.09912,
+                                2.099121,
+                                2.099122
+                            ],
+                            [
+                                2.241233,
+                                2.241234,
+                                2.241235,
+                                2.241236,
+                                2.241237,
+                                2.241238
+                            ],
+                            [
+                                2.42829,
+                                2.428789,
+                                2.42879,
+                                2.428791,
+                                2.428792,
+                                2.428793
+                            ]
+                        ]
+                    },
+                    "fall_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "A&!IE&!PDRV0&!PDRV1&SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b1",
+                    "timing_type": "three_state_disable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.095415,
+                            9.095415,
+                            15.095415,
+                            21.095415,
+                            27.095415,
+                            33.095415
+                        ],
+                        "values": [
+                            [
+                                2.102021,
+                                2.102022,
+                                2.102023,
+                                2.102024,
+                                2.102025,
+                                2.102026
+                            ],
+                            [
+                                2.239634,
+                                2.239635,
+                                2.239636,
+                                2.239637,
+                                2.239638,
+                                2.239639
+                            ],
+                            [
+                                2.426692,
+                                2.426693,
+                                2.426694,
+                                2.426695,
+                                2.426696,
+                                2.426697
+                            ]
+                        ]
+                    },
+                    "fall_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "A&!IE&!PDRV0&PDRV1&!SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b0",
+                    "timing_type": "three_state_disable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.095415,
+                            9.095415,
+                            15.095415,
+                            21.095415,
+                            27.095415,
+                            33.095415
+                        ],
+                        "values": [
+                            [
+                                2.426968,
+                                2.426969,
+                                2.42697,
+                                2.426971,
+                                2.426972,
+                                2.426973
+                            ],
+                            [
+                                2.569356,
+                                2.569357,
+                                2.569358,
+                                2.569359,
+                                2.56936,
+                                2.569361
+                            ],
+                            [
+                                2.75958,
+                                2.759581,
+                                2.759582,
+                                2.759583,
+                                2.759584,
+                                2.759585
+                            ]
+                        ]
+                    },
+                    "fall_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "A&!IE&!PDRV0&PDRV1&SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b1",
+                    "timing_type": "three_state_disable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.095415,
+                            9.095415,
+                            15.095415,
+                            21.095415,
+                            27.095415,
+                            33.095415
+                        ],
+                        "values": [
+                            [
+                                2.429224,
+                                2.429225,
+                                2.429226,
+                                2.429227,
+                                2.429228,
+                                2.429229
+                            ],
+                            [
+                                2.56839,
+                                2.568391,
+                                2.568392,
+                                2.568393,
+                                2.568394,
+                                2.568395
+                            ],
+                            [
+                                2.759674,
+                                2.759675,
+                                2.759676,
+                                2.759677,
+                                2.759678,
+                                2.759679
+                            ]
+                        ]
+                    },
+                    "fall_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "A&!IE&PDRV0&!PDRV1&!SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b0",
+                    "timing_type": "three_state_disable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.095415,
+                            9.095415,
+                            15.095415,
+                            21.095415,
+                            27.095415,
+                            33.095415
+                        ],
+                        "values": [
+                            [
+                                2.080333,
+                                2.080334,
+                                2.080335,
+                                2.080336,
+                                2.080337,
+                                2.080338
+                            ],
+                            [
+                                2.220368,
+                                2.220369,
+                                2.22037,
+                                2.220371,
+                                2.220372,
+                                2.220373
+                            ],
+                            [
+                                2.408652,
+                                2.409775,
+                                2.409776,
+                                2.409777,
+                                2.409778,
+                                2.409779
+                            ]
+                        ]
+                    },
+                    "fall_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "A&!IE&PDRV0&!PDRV1&SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b1",
+                    "timing_type": "three_state_disable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.095415,
+                            9.095415,
+                            15.095415,
+                            21.095415,
+                            27.095415,
+                            33.095415
+                        ],
+                        "values": [
+                            [
+                                2.084994,
+                                2.084995,
+                                2.084996,
+                                2.084997,
+                                2.084998,
+                                2.084999
+                            ],
+                            [
+                                2.223547,
+                                2.223548,
+                                2.223549,
+                                2.22355,
+                                2.223551,
+                                2.223552
+                            ],
+                            [
+                                2.411413,
+                                2.411896,
+                                2.411897,
+                                2.411898,
+                                2.411899,
+                                2.4119
+                            ]
+                        ]
+                    },
+                    "fall_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "A&!IE&PDRV0&PDRV1&!SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b0",
+                    "timing_type": "three_state_disable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.095415,
+                            9.095415,
+                            15.095415,
+                            21.095415,
+                            27.095415,
+                            33.095415
+                        ],
+                        "values": [
+                            [
+                                2.408674,
+                                2.408675,
+                                2.408676,
+                                2.408677,
+                                2.408678,
+                                2.408679
+                            ],
+                            [
+                                2.550752,
+                                2.550753,
+                                2.550754,
+                                2.550755,
+                                2.550756,
+                                2.550757
+                            ],
+                            [
+                                2.742989,
+                                2.74299,
+                                2.742991,
+                                2.742992,
+                                2.742993,
+                                2.742994
+                            ]
+                        ]
+                    },
+                    "fall_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "A&!IE&PDRV0&PDRV1&SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b1",
+                    "timing_type": "three_state_disable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            3.095415,
+                            9.095415,
+                            15.095415,
+                            21.095415,
+                            27.095415,
+                            33.095415
+                        ],
+                        "values": [
+                            [
+                                2.40907,
+                                2.409071,
+                                2.409072,
+                                2.409073,
+                                2.409074,
+                                2.409075
+                            ],
+                            [
+                                2.548207,
+                                2.548208,
+                                2.548209,
+                                2.54821,
+                                2.548211,
+                                2.548212
+                            ],
+                            [
+                                2.740283,
+                                2.740284,
+                                2.740285,
+                                2.740286,
+                                2.740287,
+                                2.740288
+                            ]
+                        ]
+                    },
+                    "fall_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                }
+            ]
+        },
+        "pin Y": {
+            "function": "((IE*PAD))",
+            "direction": "output",
+            "max_capacitance": "0.500000",
+            "output_signal_level": "VDD",
+            "internal_power ": [
+                {
+                    "related_pin": "IE",
+                    "when": "!CS&!OE&PAD",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                1.060288,
+                                1.060834,
+                                1.061327,
+                                1.059078,
+                                1.061203,
+                                1.064638
+                            ],
+                            [
+                                0.748079,
+                                0.731843,
+                                0.69269,
+                                0.65341,
+                                0.699872,
+                                0.8203
+                            ],
+                            [
+                                0.746911,
+                                0.740829,
+                                0.758013,
+                                0.718602,
+                                0.77059,
+                                0.71348
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                1.282316,
+                                1.301441,
+                                1.321883,
+                                1.349746,
+                                1.353681,
+                                1.380278
+                            ],
+                            [
+                                1.074817,
+                                1.07603,
+                                1.123297,
+                                1.118481,
+                                1.185499,
+                                1.10245
+                            ],
+                            [
+                                1.046244,
+                                1.051243,
+                                1.09782,
+                                1.139012,
+                                1.092787,
+                                1.156238
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "IE",
+                    "when": "CS&!OE&PAD",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                1.196552,
+                                1.192485,
+                                1.200721,
+                                1.201523,
+                                1.202907,
+                                1.204162
+                            ],
+                            [
+                                0.88301,
+                                0.883956,
+                                0.848229,
+                                0.825735,
+                                0.882667,
+                                0.894321
+                            ],
+                            [
+                                0.884994,
+                                0.886138,
+                                0.906168,
+                                0.886329,
+                                0.890749,
+                                0.892087
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                1.365432,
+                                1.390498,
+                                1.417765,
+                                1.457713,
+                                1.470306,
+                                1.469583
+                            ],
+                            [
+                                1.180157,
+                                1.173558,
+                                1.208647,
+                                1.218509,
+                                1.217569,
+                                1.197748
+                            ],
+                            [
+                                1.121476,
+                                1.123992,
+                                1.231813,
+                                1.183493,
+                                1.238375,
+                                1.11637
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "PAD",
+                    "when": "!CS&IE&!OE",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.60688,
+                                0.6039,
+                                0.60008,
+                                0.58597,
+                                0.57795,
+                                0.56775
+                            ],
+                            [
+                                0.56875,
+                                0.56625,
+                                0.56255,
+                                0.53904,
+                                0.54077,
+                                0.5297
+                            ],
+                            [
+                                0.62191,
+                                0.61863,
+                                0.61497,
+                                0.58706,
+                                0.58449,
+                                0.57465
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.78012,
+                                0.80428,
+                                0.83654,
+                                0.88927,
+                                0.90465,
+                                0.91494
+                            ],
+                            [
+                                0.44465,
+                                0.4684,
+                                0.50123,
+                                0.55468,
+                                0.56872,
+                                0.57844
+                            ],
+                            [
+                                0.50143,
+                                0.52546,
+                                0.55833,
+                                0.60967,
+                                0.62599,
+                                0.63638
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "PAD",
+                    "when": "CS&IE&!OE",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.79289,
+                                0.79044,
+                                0.78797,
+                                0.77318,
+                                0.76181,
+                                0.76156
+                            ],
+                            [
+                                0.75452,
+                                0.75258,
+                                0.74732,
+                                0.73389,
+                                0.72418,
+                                0.71406
+                            ],
+                            [
+                                0.88621,
+                                0.88376,
+                                0.87804,
+                                0.86241,
+                                0.85664,
+                                0.85624
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                1.11266,
+                                1.14259,
+                                1.18896,
+                                1.28644,
+                                1.31676,
+                                1.34044
+                            ],
+                            [
+                                0.71186,
+                                0.74133,
+                                0.78765,
+                                0.88356,
+                                0.91723,
+                                0.9414
+                            ],
+                            [
+                                0.7381,
+                                0.76761,
+                                0.81522,
+                                0.91433,
+                                0.94552,
+                                0.96935
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "IE",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                1.12842,
+                                1.12666,
+                                1.131024,
+                                1.1303,
+                                1.132055,
+                                1.1344
+                            ],
+                            [
+                                0.815545,
+                                0.807899,
+                                0.77046,
+                                0.739572,
+                                0.79127,
+                                0.857311
+                            ],
+                            [
+                                0.815952,
+                                0.813484,
+                                0.832091,
+                                0.802466,
+                                0.830669,
+                                0.802783
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                1.323874,
+                                1.34597,
+                                1.369824,
+                                1.403729,
+                                1.411993,
+                                1.42493
+                            ],
+                            [
+                                1.127487,
+                                1.124794,
+                                1.165972,
+                                1.168495,
+                                1.201534,
+                                1.150099
+                            ],
+                            [
+                                1.08386,
+                                1.087617,
+                                1.164817,
+                                1.161252,
+                                1.165581,
+                                1.136304
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "PAD",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.699885,
+                                0.69717,
+                                0.694025,
+                                0.679575,
+                                0.66988,
+                                0.664655
+                            ],
+                            [
+                                0.661635,
+                                0.659415,
+                                0.654935,
+                                0.636465,
+                                0.632475,
+                                0.62188
+                            ],
+                            [
+                                0.75406,
+                                0.751195,
+                                0.746505,
+                                0.724735,
+                                0.720565,
+                                0.715445
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.94639,
+                                0.973435,
+                                1.01275,
+                                1.087855,
+                                1.110705,
+                                1.12769
+                            ],
+                            [
+                                0.578255,
+                                0.604865,
+                                0.64444,
+                                0.71912,
+                                0.742975,
+                                0.75992
+                            ],
+                            [
+                                0.619765,
+                                0.646535,
+                                0.686775,
+                                0.762,
+                                0.785755,
+                                0.802865
+                            ]
+                        ]
+                    }
+                }
+            ],
+            "timing ": [
+                {
+                    "related_pin": "IE",
+                    "timing_type": "combinational",
+                    "timing_sense": "positive_unate",
+                    "when": "!CS&!OE&PAD",
+                    "sdf_cond": "CS==1'b0&&OE==1'b0&&PAD==1'b1",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                2.789367,
+                                2.888932,
+                                3.006854,
+                                3.343136,
+                                3.505418,
+                                3.667151
+                            ],
+                            [
+                                2.914315,
+                                3.013378,
+                                3.131785,
+                                3.468144,
+                                3.630356,
+                                3.792103
+                            ],
+                            [
+                                3.026143,
+                                3.125932,
+                                3.243507,
+                                3.579599,
+                                3.742264,
+                                3.903725
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.27357,
+                                0.394991,
+                                0.566362,
+                                1.146847,
+                                1.450803,
+                                1.760296
+                            ],
+                            [
+                                0.273082,
+                                0.398613,
+                                0.566729,
+                                1.146764,
+                                1.449021,
+                                1.76135
+                            ],
+                            [
+                                0.273556,
+                                0.395731,
+                                0.566121,
+                                1.149508,
+                                1.452264,
+                                1.76132
+                            ]
+                        ]
+                    },
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                2.406604,
+                                2.480913,
+                                2.566408,
+                                2.798474,
+                                2.905083,
+                                3.009848
+                            ],
+                            [
+                                2.559004,
+                                2.633154,
+                                2.71868,
+                                2.950865,
+                                3.057425,
+                                3.162178
+                            ],
+                            [
+                                2.746251,
+                                2.820328,
+                                2.905918,
+                                3.138003,
+                                3.244594,
+                                3.349373
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.152169,
+                                0.238228,
+                                0.350567,
+                                0.711975,
+                                0.894085,
+                                1.078835
+                            ],
+                            [
+                                0.151583,
+                                0.23846,
+                                0.349599,
+                                0.71129,
+                                0.893281,
+                                1.079115
+                            ],
+                            [
+                                0.151304,
+                                0.238677,
+                                0.350521,
+                                0.711743,
+                                0.893865,
+                                1.078895
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "IE",
+                    "timing_type": "combinational",
+                    "timing_sense": "positive_unate",
+                    "when": "CS&!OE&PAD",
+                    "sdf_cond": "CS==1'b1&&OE==1'b0&&PAD==1'b1",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                2.887031,
+                                2.987899,
+                                3.105681,
+                                3.441701,
+                                3.60373,
+                                3.765518
+                            ],
+                            [
+                                3.011614,
+                                3.11149,
+                                3.229002,
+                                3.564981,
+                                3.727482,
+                                3.88878
+                            ],
+                            [
+                                3.124458,
+                                3.225449,
+                                3.342783,
+                                3.678575,
+                                3.841191,
+                                4.002674
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.27356,
+                                0.397918,
+                                0.566032,
+                                1.148487,
+                                1.458013,
+                                1.760406
+                            ],
+                            [
+                                0.273535,
+                                0.396603,
+                                0.567651,
+                                1.151477,
+                                1.454018,
+                                1.761403
+                            ],
+                            [
+                                0.278153,
+                                0.39751,
+                                0.56597,
+                                1.150088,
+                                1.451949,
+                                1.760695
+                            ]
+                        ]
+                    },
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                2.558298,
+                                2.632226,
+                                2.718532,
+                                2.95044,
+                                3.056959,
+                                3.161588
+                            ],
+                            [
+                                2.709824,
+                                2.784231,
+                                2.869956,
+                                3.101722,
+                                3.208223,
+                                3.312929
+                            ],
+                            [
+                                2.897616,
+                                2.971632,
+                                3.057905,
+                                3.289854,
+                                3.396374,
+                                3.500962
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.151338,
+                                0.238933,
+                                0.351154,
+                                0.711772,
+                                0.893491,
+                                1.079356
+                            ],
+                            [
+                                0.151857,
+                                0.239239,
+                                0.349901,
+                                0.71123,
+                                0.893452,
+                                1.078983
+                            ],
+                            [
+                                0.151333,
+                                0.238799,
+                                0.351127,
+                                0.711538,
+                                0.894099,
+                                1.07903
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "PAD",
+                    "timing_type": "combinational",
+                    "timing_sense": "positive_unate",
+                    "when": "!CS&IE&!OE",
+                    "sdf_cond": "CS==1'b0&&IE==1'b1&&OE==1'b0",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                1.952792,
+                                2.052578,
+                                2.17042,
+                                2.507589,
+                                2.669598,
+                                2.830808
+                            ],
+                            [
+                                2.074197,
+                                2.173408,
+                                2.291338,
+                                2.628498,
+                                2.790596,
+                                2.952528
+                            ],
+                            [
+                                2.16874,
+                                2.268315,
+                                2.386193,
+                                2.722954,
+                                2.884043,
+                                3.045246
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.271778,
+                                0.394596,
+                                0.564747,
+                                1.148122,
+                                1.451818,
+                                1.758887
+                            ],
+                            [
+                                0.271658,
+                                0.393976,
+                                0.563171,
+                                1.150717,
+                                1.452909,
+                                1.759292
+                            ],
+                            [
+                                0.271763,
+                                0.393987,
+                                0.564726,
+                                1.151648,
+                                1.450608,
+                                1.756115
+                            ]
+                        ]
+                    },
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                2.080167,
+                                2.15407,
+                                2.239781,
+                                2.471042,
+                                2.578185,
+                                2.68304
+                            ],
+                            [
+                                2.040618,
+                                2.114854,
+                                2.200184,
+                                2.432526,
+                                2.539093,
+                                2.643614
+                            ],
+                            [
+                                2.193589,
+                                2.267438,
+                                2.353151,
+                                2.585184,
+                                2.691694,
+                                2.796473
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.151761,
+                                0.236668,
+                                0.349193,
+                                0.711763,
+                                0.89456,
+                                1.078795
+                            ],
+                            [
+                                0.151523,
+                                0.237495,
+                                0.349827,
+                                0.710668,
+                                0.892817,
+                                1.079045
+                            ],
+                            [
+                                0.151845,
+                                0.236936,
+                                0.348682,
+                                0.711414,
+                                0.892332,
+                                1.076448
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "PAD",
+                    "timing_type": "combinational",
+                    "timing_sense": "positive_unate",
+                    "when": "CS&IE&!OE",
+                    "sdf_cond": "CS==1'b1&&IE==1'b1&&OE==1'b0",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                2.087609,
+                                2.187618,
+                                2.305997,
+                                2.641807,
+                                2.803426,
+                                2.965792
+                            ],
+                            [
+                                2.229041,
+                                2.328836,
+                                2.445974,
+                                2.78382,
+                                2.946124,
+                                3.10746
+                            ],
+                            [
+                                2.378931,
+                                2.479169,
+                                2.596239,
+                                2.932339,
+                                3.094405,
+                                3.255797
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.272414,
+                                0.392743,
+                                0.564981,
+                                1.148218,
+                                1.45398,
+                                1.759948
+                            ],
+                            [
+                                0.271843,
+                                0.393661,
+                                0.563264,
+                                1.150061,
+                                1.455704,
+                                1.759383
+                            ],
+                            [
+                                0.271363,
+                                0.394231,
+                                0.56292,
+                                1.148778,
+                                1.451468,
+                                1.756743
+                            ]
+                        ]
+                    },
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                3.350785,
+                                3.423757,
+                                3.510018,
+                                3.742441,
+                                3.849164,
+                                3.953799
+                            ],
+                            [
+                                3.089192,
+                                3.16312,
+                                3.248965,
+                                3.480713,
+                                3.587356,
+                                3.691884
+                            ],
+                            [
+                                3.201254,
+                                3.274855,
+                                3.360452,
+                                3.592977,
+                                3.699635,
+                                3.804175
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.152509,
+                                0.237596,
+                                0.349521,
+                                0.711346,
+                                0.892641,
+                                1.079263
+                            ],
+                            [
+                                0.152411,
+                                0.23743,
+                                0.349754,
+                                0.71166,
+                                0.892373,
+                                1.078475
+                            ],
+                            [
+                                0.152537,
+                                0.23765,
+                                0.349575,
+                                0.711114,
+                                0.893543,
+                                1.07924
+                            ]
+                        ]
+                    }
+                }
+            ]
+        },
+        "pin DVDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin DVSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        }
+    }
+}
\ No newline at end of file
diff --git a/cells/bi_t/gf180mcu_fd_io__bi_t__tt_025C_3v30.lib b/cells/bi_t/gf180mcu_fd_io__bi_t__tt_025C_3v30.lib
new file mode 100644
index 0000000..1737833
--- /dev/null
+++ b/cells/bi_t/gf180mcu_fd_io__bi_t__tt_025C_3v30.lib
@@ -0,0 +1,1841 @@
+/*
+ * Copyright 2022 GlobalFoundries PDK Authors
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+	cell ("gf180mcu_fd_io__bi_t") {
+		scaling_factors : "gf_factors";
+		area : 26250.000000;
+		pad_cell : true;
+		dont_use : true;
+		dont_touch : true;
+		cell_leakage_power : 1.993120e-03;
+		leakage_power () {
+			when : "!PDRV0 !PDRV1 !CS !SL !IE !OE !PU !PD !A !PAD";
+			value : "0.001993";
+		}
+		pin ("CS") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.023162;
+			rise_capacitance_range(0.022485,0.024166);
+			capacitance : 0.023079;
+			fall_capacitance : 0.022995;
+			fall_capacitance_range(0.022026,0.023673);
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("0.200894, 1.138501, 1.158017");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("0.356275, 1.079638, 1.057671");
+				}
+			}
+		}
+		pin ("SL") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.031899;
+			rise_capacitance_range(0.031110,0.032962);
+			capacitance : 0.031767;
+			fall_capacitance : 0.031635;
+			fall_capacitance_range(0.030618,0.032147);
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("0.200296, 1.402887, 1.431804");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("0.400867, 1.535693, 1.574616");
+				}
+			}
+		}
+		pin ("IE") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.014741;
+			rise_capacitance_range(0.013761,0.015595);
+			capacitance : 0.014425;
+			fall_capacitance : 0.014109;
+			fall_capacitance_range(0.013334,0.014669);
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("0.262798, 0.734078, 0.743520");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("0.296104, 0.640173, 0.683786");
+				}
+			}
+		}
+		pin ("OE") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.087794;
+			rise_capacitance_range(0.081911,0.097646);
+			capacitance : 0.087467;
+			fall_capacitance : 0.085843;
+			fall_capacitance_range(0.080879,0.090523);
+		}
+		pin ("PU") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.078829;
+			rise_capacitance_range(0.063884,0.090321);
+			capacitance : 0.078932;
+			fall_capacitance : 0.079034;
+			fall_capacitance_range(0.060668,0.095409);
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("-0.261971, 0.202499, 0.196808");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("0.832744, 1.425233, 1.553308");
+				}
+			}
+		}
+		pin ("PD") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.047780;
+			rise_capacitance_range(0.047327,0.048470);
+			capacitance : 0.049423;
+			fall_capacitance : 0.051066;
+			fall_capacitance_range(0.048901,0.053233);
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("-0.011991, 0.817879, 0.824389");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("0.724896, 1.305015, 1.319454");
+				}
+			}
+		}
+		pin ("A") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.036957;
+			rise_capacitance_range(0.035376,0.038598);
+			capacitance : 0.036918;
+			fall_capacitance : 0.036879;
+			fall_capacitance_range(0.035940,0.037749);
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("-0.129304, -0.121866, -0.123302");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("0.149265, 0.153391, 0.152415");
+				}
+			}
+		}
+		pin ("PDRV0") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.030143;
+			rise_capacitance_range(0.029667,0.030390);
+			capacitance : 0.030504;
+			fall_capacitance : 0.030864;
+			fall_capacitance_range(0.030379,0.031592);
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("-0.106263, -0.106545, -0.105837");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("0.113362, 0.109963, 0.106411");
+				}
+			}
+		}
+		pin ("PDRV1") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.032186;
+			rise_capacitance_range(0.031676,0.032449);
+			capacitance : 0.032576;
+			fall_capacitance : 0.032965;
+			fall_capacitance_range(0.032438,0.033797);
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("-0.124388, -0.125019, -0.124541");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("0.132872, 0.128874, 0.125145");
+				}
+			}
+		}
+		pin ("PAD") {
+			drive_current : 16000.000000;
+			is_pad : true;
+			function : "((A))";
+			three_state : "((!OE))";
+			direction : "inout";
+			max_transition : 1.000000;
+			max_capacitance : 30.000000;
+			input_signal_level : "DVDD";
+			output_signal_level : "DVDD";
+			capacitance : 2.977816;
+			internal_power () {
+				related_pin : "A";
+				when : "!IE&OE&!PDRV0&!PDRV1&!SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("24.676234, 24.411824, 24.028134, 23.291704, 22.416454, 21.385144", \
+					  "24.657236, 24.447666, 23.913046, 23.541896, 21.788846, 21.899466", \
+					  "24.681202, 24.359882, 23.994152, 22.411812, 21.581112, 19.752102");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("27.136205, 27.408135, 27.506635, 27.507285, 27.525185, 27.529365", \
+					  "27.135059, 27.342739, 27.494019, 27.306749, 27.563969, 27.548939", \
+					  "27.138465, 27.422465, 27.537515, 27.420235, 27.271535, 27.780715");
+				}
+			}
+			internal_power () {
+				related_pin : "A";
+				when : "!IE&OE&!PDRV0&!PDRV1&SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("24.501014, 24.337014, 23.823334, 23.138864, 22.172384, 21.232554", \
+					  "24.504476, 24.294526, 23.958846, 22.456526, 21.084976, 21.392756", \
+					  "24.537722, 24.287792, 23.641442, 23.247142, 21.718952, 20.364252");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("25.580945, 26.681325, 27.011115, 27.132605, 27.226475, 27.156965", \
+					  "25.410919, 26.660469, 27.312129, 27.121289, 26.757119, 26.925139", \
+					  "25.442985, 26.692685, 27.010015, 27.171465, 27.149645, 27.169595");
+				}
+			}
+			internal_power () {
+				related_pin : "A";
+				when : "!IE&OE&!PDRV0&PDRV1&!SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("38.901544, 39.248464, 39.223594, 39.142974, 38.808124, 38.146844", \
+					  "38.938416, 39.263496, 39.076646, 38.978176, 38.482236, 38.108536", \
+					  "38.982002, 39.279632, 39.023082, 38.776182, 38.477102, 37.806862");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("40.153915, 41.431735, 42.007475, 42.133175, 42.333635, 42.419905", \
+					  "40.313729, 41.709619, 42.239289, 41.779779, 42.724769, 41.515289", \
+					  "39.983725, 41.644675, 41.870075, 42.481485, 42.116215, 42.463145");
+				}
+			}
+			internal_power () {
+				related_pin : "A";
+				when : "!IE&OE&!PDRV0&PDRV1&SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("36.878354, 38.768344, 38.714624, 38.470884, 38.044514, 37.534184", \
+					  "36.813516, 38.702226, 38.380676, 38.415366, 37.947746, 37.536586", \
+					  "37.004532, 38.333682, 38.781832, 38.624592, 38.450702, 37.566572");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("34.836055, 37.232265, 38.409195, 39.476035, 40.359145, 40.530995", \
+					  "34.808269, 36.571219, 38.096069, 39.456369, 40.115189, 40.672149", \
+					  "34.484545, 36.499885, 38.100885, 39.366755, 40.213495, 40.710885");
+				}
+			}
+			internal_power () {
+				related_pin : "A";
+				when : "!IE&OE&PDRV0&!PDRV1&!SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("31.749604, 31.901844, 31.578184, 31.118854, 30.499214, 30.093034", \
+					  "31.782416, 31.810906, 31.655196, 31.004456, 30.836716, 28.385326", \
+					  "31.693622, 31.812192, 31.216842, 31.143882, 30.133932, 32.081912");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("33.942045, 34.678265, 34.874525, 34.996145, 35.019115, 35.153425", \
+					  "33.834069, 34.671969, 34.848889, 35.049739, 34.796599, 35.075269", \
+					  "33.988635, 34.760875, 34.815565, 34.967225, 35.017955, 35.083935");
+				}
+			}
+			internal_power () {
+				related_pin : "A";
+				when : "!IE&OE&PDRV0&!PDRV1&SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("30.915324, 31.481824, 31.191964, 30.840354, 30.381774, 29.396244", \
+					  "30.901506, 31.608946, 31.310696, 30.875306, 30.539426, 30.275096", \
+					  "30.896342, 31.228242, 31.150162, 30.672732, 30.713402, 28.524942");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("30.314485, 32.004755, 33.160985, 33.736365, 34.070575, 34.268655", \
+					  "30.284889, 32.273489, 33.277679, 33.702289, 34.073749, 34.211909", \
+					  "30.043955, 32.010215, 33.199775, 33.780295, 34.045105, 34.194555");
+				}
+			}
+			internal_power () {
+				related_pin : "A";
+				when : "!IE&OE&PDRV0&PDRV1&!SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("45.672214, 46.319324, 46.428434, 46.294294, 45.975814, 45.645144", \
+					  "45.586806, 46.389826, 46.479416, 46.312926, 45.969026, 45.652496", \
+					  "45.579812, 46.394132, 46.383332, 46.304192, 45.962642, 45.648812");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("46.015105, 48.493375, 49.020385, 49.569245, 49.413865, 49.761525", \
+					  "46.180229, 48.473079, 48.575639, 49.930259, 48.749949, 50.230009", \
+					  "45.904645, 48.275315, 48.739785, 49.686845, 48.866085, 49.820645");
+				}
+			}
+			internal_power () {
+				related_pin : "A";
+				when : "!IE&OE&PDRV0&PDRV1&SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("42.427354, 45.360414, 45.952584, 45.774684, 45.309584, 44.905704", \
+					  "42.424876, 45.386416, 45.525956, 45.091546, 45.261816, 44.679036", \
+					  "42.409302, 45.376942, 45.554902, 45.244772, 45.303102, 44.657412");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("39.565265, 41.560425, 43.886535, 44.901125, 45.841395, 46.703775", \
+					  "39.455669, 41.517229, 43.505119, 44.911659, 45.777549, 46.684539", \
+					  "38.986935, 41.132595, 43.805355, 44.771795, 45.799505, 46.322135");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "A&!IE&!PDRV0&!PDRV1&!SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("23.616766, 23.234356, 22.507036, 21.675536, 20.725986, 19.989966", \
+					  "19.246430, 18.810260, 18.350320, 17.422720, 16.350960, 15.505890", \
+					  "18.888766, 18.474786, 17.987516, 17.401136, 16.244066, 15.162296");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("2.148200, 2.140257, 2.135179, 2.128516, 2.129931, 2.130747", \
+					  "1.267343, 1.712810, 1.845990, 1.888023, 1.912453, 1.928483", \
+					  "0.928142, 1.431338, 1.550840, 1.437691, 1.480885, 1.511877");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "A&!IE&!PDRV0&!PDRV1&SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("23.384436, 23.055076, 22.432476, 21.476446, 21.014756, 19.850406", \
+					  "19.078370, 18.562510, 18.017760, 17.648870, 16.602370, 15.360780", \
+					  "18.723056, 18.332476, 17.625336, 17.455966, 15.543226, 15.713966");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("2.111310, 2.131847, 2.130210, 2.127877, 2.126260, 2.124776", \
+					  "1.278930, 1.688176, 1.802941, 1.857630, 1.890469, 1.916164", \
+					  "0.926713, 1.424847, 1.555565, 1.613175, 1.645140, 1.665369");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "A&!IE&!PDRV0&PDRV1&!SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("35.036046, 34.815526, 34.437286, 34.082216, 33.698166, 32.798996", \
+					  "30.646520, 30.508040, 29.990160, 29.601510, 29.158570, 28.667540", \
+					  "30.269396, 30.036276, 29.650416, 29.238946, 28.876416, 28.254276");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("3.656335, 3.649866, 3.647486, 3.644637, 3.641029, 3.637783", \
+					  "6.940224, 8.338404, 8.751744, 8.955504, 9.080114, 9.161544", \
+					  "6.706128, 7.932098, 8.383818, 8.585968, 8.698478, 8.771878");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "A&!IE&!PDRV0&PDRV1&SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("32.991416, 34.090266, 33.712246, 33.446816, 32.980426, 32.413586", \
+					  "28.538120, 29.657860, 29.285650, 29.031760, 28.508670, 28.064570", \
+					  "28.173266, 29.277786, 29.063846, 28.692996, 28.122476, 27.566766");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("3.632212, 3.700013, 3.672782, 3.638539, 3.626344, 3.621713", \
+					  "6.775494, 8.022584, 8.368494, 8.795764, 9.007164, 9.121424", \
+					  "6.773668, 8.049168, 8.677868, 8.612238, 8.738398, 8.822098");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "A&!IE&PDRV0&!PDRV1&!SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("30.087256, 29.794016, 29.350496, 28.913256, 28.201566, 27.525436", \
+					  "25.602890, 25.253550, 24.842310, 24.317120, 23.679060, 22.767900", \
+					  "25.232956, 24.940226, 24.361166, 23.877626, 23.797306, 22.338896");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("3.825978, 3.832016, 3.836013, 3.846551, 3.844509, 3.842720", \
+					  "4.322637, 5.263947, 5.496202, 5.624744, 5.701287, 5.752315", \
+					  "3.985628, 4.906166, 5.214651, 5.354820, 5.429993, 5.475395");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "A&!IE&PDRV0&!PDRV1&SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("29.187806, 29.269276, 28.934296, 28.529846, 27.832586, 27.191486", \
+					  "24.682280, 24.898500, 24.447680, 23.904450, 23.441910, 22.057850", \
+					  "24.194106, 24.580236, 24.127136, 23.521176, 22.842986, 22.283046");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("3.810354, 3.828301, 3.833359, 3.834883, 3.834500, 3.833758", \
+					  "4.336092, 5.283578, 5.518725, 5.654999, 5.727900, 5.773568", \
+					  "4.027893, 4.968300, 5.218355, 5.347793, 5.425433, 5.477552");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "A&!IE&PDRV0&PDRV1&!SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("41.466806, 41.258806, 40.884706, 40.477756, 39.972886, 39.580496", \
+					  "36.613130, 36.767530, 36.267720, 35.911220, 35.461270, 35.120440", \
+					  "36.317756, 36.322066, 36.053156, 35.496606, 35.113006, 34.553096");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("5.308802, 5.359033, 5.366032, 5.369413, 5.372029, 5.373743", \
+					  "9.877804, 11.645454, 12.149534, 12.469664, 12.667614, 12.798154", \
+					  "9.482798, 11.239748, 11.898898, 12.221868, 12.417078, 12.543838");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "A&!IE&PDRV0&PDRV1&SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("37.949056, 39.429066, 40.142536, 39.497636, 39.368116, 39.005526", \
+					  "33.416830, 35.429390, 35.337160, 35.230160, 34.639960, 34.302620", \
+					  "33.038676, 35.213636, 35.119236, 34.808236, 34.300546, 33.887336");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("5.352421, 5.379873, 5.380817, 5.369138, 5.354814, 5.348879", \
+					  "9.904924, 11.517324, 12.166924, 12.462784, 12.519974, 12.726234", \
+					  "9.623018, 11.382418, 11.949968, 12.129758, 12.260768, 12.350418");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "!A&!IE&!PDRV0&!PDRV1&!SL";
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("23.533456, 23.736486, 23.671536, 23.888556, 23.409216, 24.792656", \
+					  "19.308830, 19.447690, 19.423710, 19.683320, 19.223860, 20.264900", \
+					  "19.019946, 19.123036, 19.228886, 19.111396, 19.414806, 19.682886");
+				}
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("2.014966, -63.370886, -128.728916, -194.079016, -259.425216, -324.769316", \
+					  "-0.001314, -65.501036, -130.930536, -196.308536, -261.669136, -327.021836", \
+					  "-0.812511, -65.741152, -131.293692, -196.649192, -261.995492, -327.338292");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "!A&!IE&!PDRV0&!PDRV1&SL";
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("22.006316, 23.013386, 23.354616, 23.462866, 23.143466, 23.802616", \
+					  "17.711540, 18.744510, 19.078600, 19.160670, 18.966320, 19.409180", \
+					  "17.369326, 18.450606, 18.725026, 18.800576, 18.906986, 18.711046");
+				}
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("2.046795, -63.408946, -128.776116, -194.211116, -259.560416, -324.906516", \
+					  "-0.115775, -65.538766, -131.019236, -196.395336, -261.755736, -327.108936", \
+					  "-0.244101, -66.312822, -131.733192, -197.128292, -262.501692, -327.863792");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "!A&!IE&!PDRV0&PDRV1&!SL";
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("32.315226, 33.280536, 33.409216, 33.485066, 33.499906, 33.536386", \
+					  "28.013720, 28.952030, 29.193220, 29.209820, 29.250660, 29.246790", \
+					  "27.715546, 28.653726, 28.897686, 28.924136, 28.956636, 28.947706");
+				}
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("4.742125, -60.684736, -126.059116, -191.417616, -256.769116, -322.116916", \
+					  "5.278257, -60.418886, -125.886536, -191.289736, -256.667936, -322.034236", \
+					  "4.967513, -60.647822, -126.085892, -191.470792, -256.839392, -322.197892");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "!A&!IE&!PDRV0&PDRV1&SL";
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("27.414586, 28.620686, 29.845106, 30.669666, 31.280856, 31.655736", \
+					  "22.998870, 24.250030, 25.508020, 26.410380, 27.031860, 27.437160", \
+					  "22.593816, 23.910216, 25.205916, 26.093046, 26.733966, 27.130596");
+				}
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("4.659852, -60.771766, -126.160716, -191.520916, -256.874416, -322.223516", \
+					  "5.390553, -60.317496, -125.738336, -191.146136, -256.525136, -321.890636", \
+					  "5.078850, -60.527082, -125.966592, -191.466792, -256.840192, -322.247392");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "!A&!IE&PDRV0&!PDRV1&!SL";
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("28.323596, 28.691246, 28.827896, 28.843516, 28.979316, 28.833156", \
+					  "24.029190, 24.411210, 24.554350, 24.608740, 24.725710, 24.560210", \
+					  "23.821826, 24.195156, 24.270216, 24.310296, 24.362416, 24.354946");
+				}
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("4.277089, -61.207206, -126.597716, -191.963216, -257.318316, -322.668416", \
+					  "2.680781, -62.953616, -128.377136, -193.759136, -259.124336, -324.481236", \
+					  "1.871145, -63.093792, -129.402592, -194.604192, -259.829892, -324.760692");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "!A&!IE&PDRV0&!PDRV1&SL";
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("24.890956, 26.147986, 27.151556, 27.710946, 27.779556, 28.100226", \
+					  "20.496240, 21.927160, 22.868340, 23.402880, 23.651520, 23.717820", \
+					  "20.197396, 21.645686, 22.618496, 23.089556, 23.346216, 23.420396");
+				}
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("4.210023, -61.291966, -126.690916, -192.061016, -257.418816, -322.770616", \
+					  "2.837073, -62.915576, -128.344436, -193.624136, -258.987236, -324.342736", \
+					  "2.531717, -63.442072, -128.891392, -194.280892, -259.645792, -324.999192");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "!A&!IE&PDRV0&PDRV1&!SL";
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("36.371536, 38.014626, 38.332996, 38.421506, 38.477206, 38.507246", \
+					  "32.104830, 33.745120, 34.062560, 34.164220, 34.211330, 34.234920", \
+					  "31.788766, 33.549886, 33.747016, 33.935746, 33.876936, 34.064066");
+				}
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("6.947841, -58.502286, -123.890716, -189.258416, -254.616016, -319.968116", \
+					  "7.991184, -57.730026, -123.201036, -188.611536, -253.995836, -319.366236", \
+					  "7.648558, -58.066872, -123.553792, -188.969592, -254.353192, -319.719992");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "!A&!IE&PDRV0&PDRV1&SL";
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("30.457656, 31.510406, 32.778716, 33.895056, 34.727056, 35.423256", \
+					  "26.060170, 27.106080, 28.322290, 29.649530, 30.389080, 31.100060", \
+					  "25.553296, 26.720816, 28.031436, 29.280936, 30.083796, 30.800246");
+				}
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("6.817033, -58.631106, -123.958316, -189.460316, -254.809116, -320.151716", \
+					  "8.134404, -57.569886, -123.127136, -188.568636, -253.951136, -319.315136", \
+					  "7.750628, -58.055302, -123.245092, -188.534292, -253.803292, -319.104692");
+				}
+			}
+			internal_power () {
+				related_pin : "A";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("68.930410, 70.457263, 70.235213, 69.518153, 68.401965, 67.084713", \
+					  "68.902312, 70.476002, 70.075119, 69.169049, 67.977697, 66.982324", \
+					  "68.946134, 70.268124, 69.936436, 69.106326, 68.085237, 66.600717");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("69.386005, 72.372570, 73.969212, 74.862995, 75.447347, 75.881152", \
+					  "69.355708, 72.304953, 73.837208, 74.814533, 75.139723, 75.715811", \
+					  "68.993473, 72.109678, 73.769742, 74.911525, 75.119885, 75.886403");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("36.179414, -29.115314, -94.807681, -160.734015, -226.624617, -292.652404", \
+					  "31.252467, -34.132206, -100.010704, -165.829422, -231.854215, -297.964175", \
+					  "30.453722, -34.838679, -100.773054, -166.576418, -232.621114, -298.559032");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("31.894868, 32.879570, 33.421689, 33.792091, 33.903249, 34.320675", \
+					  "29.428355, 31.507013, 32.388955, 32.999834, 33.244664, 33.643616", \
+					  "28.814238, 30.947901, 31.896830, 32.356125, 32.722241, 32.966289");
+				}
+			}
+			timing () {
+				related_pin : "A";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				when : "!IE&OE&!PDRV0&!PDRV1&!SL";
+				sdf_cond : "IE==1'b0&&OE==1'b1&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b0";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.977816, 8.977816, 14.977816, 20.977816, 26.977816, 32.977816");
+					values("3.210643, 4.361239, 5.505371, 6.647099, 7.791081, 8.933081", \
+					  "3.288399, 4.440467, 5.582530, 6.725686, 7.867619, 9.012238", \
+					  "3.323463, 4.475320, 5.618004, 6.761925, 7.904259, 9.049476");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.977816, 8.977816, 14.977816, 20.977816, 26.977816, 32.977816");
+					values("1.333759, 3.616074, 5.932574, 8.257108, 10.598030, 12.941110", \
+					  "1.332438, 3.614749, 5.930419, 8.250054, 10.586350, 12.910060", \
+					  "1.333062, 3.613289, 5.934474, 8.247685, 10.571870, 12.893010");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.977816, 8.977816, 14.977816, 20.977816, 26.977816, 32.977816");
+					values("3.316531, 4.181237, 5.005797, 5.827308, 6.647747, 7.468604", \
+					  "3.452466, 4.317497, 5.141741, 5.962919, 6.784676, 7.605824", \
+					  "3.615660, 4.480202, 5.304829, 6.126648, 6.947130, 7.767239");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.977816, 8.977816, 14.977816, 20.977816, 26.977816, 32.977816");
+					values("1.058469, 2.535147, 4.076908, 5.618324, 7.179503, 8.742538", \
+					  "1.059945, 2.534061, 4.068705, 5.618250, 7.182955, 8.735387", \
+					  "1.059921, 2.533302, 4.070867, 5.619893, 7.161548, 8.751102");
+				}
+			}
+			timing () {
+				related_pin : "A";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				when : "!IE&OE&!PDRV0&!PDRV1&SL";
+				sdf_cond : "IE==1'b0&&OE==1'b1&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b1";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.977816, 8.977816, 14.977816, 20.977816, 26.977816, 32.977816");
+					values("3.876697, 5.293056, 6.460187, 7.604524, 8.746168, 9.888325", \
+					  "3.954378, 5.371267, 6.536814, 7.682533, 8.824808, 9.966966", \
+					  "3.989469, 5.405968, 6.571527, 7.717345, 8.859012, 10.001260");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.977816, 8.977816, 14.977816, 20.977816, 26.977816, 32.977816");
+					values("2.231423, 4.218610, 6.330278, 8.547974, 10.786430, 13.066640", \
+					  "2.231173, 4.222314, 6.319020, 8.521735, 10.778140, 13.063080", \
+					  "2.231422, 4.219546, 6.318134, 8.524303, 10.779440, 13.065810");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.977816, 8.977816, 14.977816, 20.977816, 26.977816, 32.977816");
+					values("3.476290, 5.074491, 6.368014, 7.456998, 8.432994, 9.346653", \
+					  "3.612437, 5.211697, 6.503288, 7.592785, 8.569411, 9.482675", \
+					  "3.775575, 5.373340, 6.666436, 7.755667, 8.732523, 9.645553");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.977816, 8.977816, 14.977816, 20.977816, 26.977816, 32.977816");
+					values("1.715368, 4.058047, 5.789876, 7.329675, 8.799988, 10.250400", \
+					  "1.715209, 4.059401, 5.782016, 7.314193, 8.799738, 10.251600", \
+					  "1.715086, 4.061858, 5.785064, 7.331191, 8.797388, 10.240550");
+				}
+			}
+			timing () {
+				related_pin : "A";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				when : "!IE&OE&!PDRV0&PDRV1&!SL";
+				sdf_cond : "IE==1'b0&&OE==1'b1&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b0";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.977816, 8.977816, 14.977816, 20.977816, 26.977816, 32.977816");
+					values("2.767840, 3.185419, 3.572334, 3.955186, 4.337191, 4.718016", \
+					  "2.846018, 3.263808, 3.650105, 4.032546, 4.414199, 4.795528", \
+					  "2.880977, 3.298723, 3.684953, 4.067581, 4.448534, 4.829872");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.977816, 8.977816, 14.977816, 20.977816, 26.977816, 32.977816");
+					values("0.612800, 1.302504, 2.047821, 2.801921, 3.581444, 4.345621", \
+					  "0.615353, 1.302254, 2.043926, 2.808369, 3.567941, 4.337012", \
+					  "0.616229, 1.302423, 2.044475, 2.809242, 3.573518, 4.345142");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.977816, 8.977816, 14.977816, 20.977816, 26.977816, 32.977816");
+					values("2.929433, 3.327515, 3.634366, 3.920121, 4.199477, 4.475610", \
+					  "3.065212, 3.463679, 3.770460, 4.056385, 4.335640, 4.611755", \
+					  "3.228971, 3.626720, 3.933614, 4.219366, 4.498790, 4.774600");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.977816, 8.977816, 14.977816, 20.977816, 26.977816, 32.977816");
+					values("0.570125, 1.058837, 1.530812, 2.017849, 2.519725, 3.025106", \
+					  "0.570536, 1.060338, 1.532706, 2.021263, 2.520049, 3.024871", \
+					  "0.569054, 1.058913, 1.530973, 2.016841, 2.519314, 3.028196");
+				}
+			}
+			timing () {
+				related_pin : "A";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				when : "!IE&OE&!PDRV0&PDRV1&SL";
+				sdf_cond : "IE==1'b0&&OE==1'b1&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b1";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.977816, 8.977816, 14.977816, 20.977816, 26.977816, 32.977816");
+					values("2.890317, 3.831355, 4.392838, 4.847772, 5.260985, 5.655233", \
+					  "2.969159, 3.908264, 4.470903, 4.925408, 5.338600, 5.735254", \
+					  "3.003802, 3.942735, 4.507309, 4.960530, 5.374009, 5.769810");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.977816, 8.977816, 14.977816, 20.977816, 26.977816, 32.977816");
+					values("1.228092, 2.199841, 2.881771, 3.523028, 4.188354, 4.872601", \
+					  "1.224079, 2.201301, 2.877937, 3.524004, 4.190908, 4.862966", \
+					  "1.226417, 2.201312, 2.877129, 3.525926, 4.185618, 4.863291");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.977816, 8.977816, 14.977816, 20.977816, 26.977816, 32.977816");
+					values("2.886488, 3.467413, 4.026152, 4.555825, 5.048495, 5.506505", \
+					  "3.022596, 3.603744, 4.162362, 4.692084, 5.184632, 5.642778", \
+					  "3.185356, 3.766545, 4.325072, 4.854676, 5.347683, 5.804422");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.977816, 8.977816, 14.977816, 20.977816, 26.977816, 32.977816");
+					values("0.633783, 1.662956, 2.555123, 3.314682, 3.984590, 4.599923", \
+					  "0.632753, 1.661006, 2.553177, 3.314843, 3.986204, 4.600003", \
+					  "0.632830, 1.660600, 2.554620, 3.316260, 3.989459, 4.595839");
+				}
+			}
+			timing () {
+				related_pin : "A";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				when : "!IE&OE&PDRV0&!PDRV1&!SL";
+				sdf_cond : "IE==1'b0&&OE==1'b1&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b0";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.977816, 8.977816, 14.977816, 20.977816, 26.977816, 32.977816");
+					values("2.893525, 3.485969, 4.060071, 4.633099, 5.203499, 5.778837", \
+					  "2.971206, 3.563997, 4.137787, 4.710760, 5.282466, 5.854006", \
+					  "3.006575, 3.599370, 4.172656, 4.746044, 5.317421, 5.888523");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.977816, 8.977816, 14.977816, 20.977816, 26.977816, 32.977816");
+					values("0.775504, 1.867391, 3.005345, 4.158008, 5.323220, 6.488393", \
+					  "0.774516, 1.861765, 3.009526, 4.160435, 5.314332, 6.468844", \
+					  "0.773972, 1.865259, 3.009667, 4.158874, 5.313114, 6.470612");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.977816, 8.977816, 14.977816, 20.977816, 26.977816, 32.977816");
+					values("3.042175, 3.544605, 3.972881, 4.388516, 4.800059, 5.211316", \
+					  "3.178334, 3.680747, 4.108922, 4.524722, 4.936437, 5.347533", \
+					  "3.341558, 3.843673, 4.272407, 4.687911, 5.099539, 5.510370");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.977816, 8.977816, 14.977816, 20.977816, 26.977816, 32.977816");
+					values("0.697910, 1.406079, 2.144569, 2.902355, 3.668053, 4.434983", \
+					  "0.697513, 1.405010, 2.143644, 2.898715, 3.666950, 4.437161", \
+					  "0.697337, 1.409498, 2.141537, 2.898380, 3.667113, 4.440417");
+				}
+			}
+			timing () {
+				related_pin : "A";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				when : "!IE&OE&PDRV0&!PDRV1&SL";
+				sdf_cond : "IE==1'b0&&OE==1'b1&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b1";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.977816, 8.977816, 14.977816, 20.977816, 26.977816, 32.977816");
+					values("3.213049, 4.282549, 4.967001, 5.572643, 6.153436, 6.727317", \
+					  "3.291388, 4.363256, 5.045075, 5.651021, 6.231946, 6.805438", \
+					  "3.326277, 4.395316, 5.080020, 5.684518, 6.265452, 6.840842");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.977816, 8.977816, 14.977816, 20.977816, 26.977816, 32.977816");
+					values("1.557186, 2.722178, 3.694696, 4.702263, 5.763382, 6.837984", \
+					  "1.558087, 2.720823, 3.693903, 4.701524, 5.749653, 6.834363", \
+					  "1.558105, 2.722548, 3.690669, 4.703966, 5.757436, 6.833187");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.977816, 8.977816, 14.977816, 20.977816, 26.977816, 32.977816");
+					values("3.028219, 3.883092, 4.685184, 5.403965, 6.045196, 6.625478", \
+					  "3.164363, 4.019038, 4.821579, 5.540414, 6.179568, 6.763456", \
+					  "3.327473, 4.181811, 4.984393, 5.703328, 6.344971, 6.925924");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.977816, 8.977816, 14.977816, 20.977816, 26.977816, 32.977816");
+					values("0.904276, 2.373258, 3.515524, 4.473800, 5.328806, 6.122882", \
+					  "0.904280, 2.370929, 3.518404, 4.469089, 5.322857, 6.122066", \
+					  "0.904246, 2.374572, 3.515864, 4.478899, 5.325858, 6.122030");
+				}
+			}
+			timing () {
+				related_pin : "A";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				when : "!IE&OE&PDRV0&PDRV1&!SL";
+				sdf_cond : "IE==1'b0&&OE==1'b1&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b0";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.977816, 8.977816, 14.977816, 20.977816, 26.977816, 32.977816");
+					values("2.700941, 3.038145, 3.332055, 3.620883, 3.907917, 4.193942", \
+					  "2.778622, 3.116259, 3.410648, 3.699816, 3.985833, 4.271937", \
+					  "2.813358, 3.150991, 3.444979, 3.733676, 4.020684, 4.306744");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.977816, 8.977816, 14.977816, 20.977816, 26.977816, 32.977816");
+					values("0.548911, 1.033029, 1.576099, 2.137855, 2.708118, 3.281556", \
+					  "0.547775, 1.032381, 1.575449, 2.139526, 2.707719, 3.280815", \
+					  "0.547697, 1.032814, 1.575659, 2.137972, 2.708321, 3.282092");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.977816, 8.977816, 14.977816, 20.977816, 26.977816, 32.977816");
+					values("2.848521, 3.201331, 3.450159, 3.674784, 3.889414, 4.099650", \
+					  "2.984654, 3.337365, 3.586310, 3.810853, 4.025469, 4.235708", \
+					  "3.147653, 3.500133, 3.749351, 3.973916, 4.188528, 4.398726");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.977816, 8.977816, 14.977816, 20.977816, 26.977816, 32.977816");
+					values("0.493347, 0.888900, 1.240057, 1.597268, 1.962511, 2.333326", \
+					  "0.493270, 0.888700, 1.241412, 1.596662, 1.958957, 2.326665", \
+					  "0.493254, 0.888227, 1.241199, 1.596220, 1.959309, 2.326118");
+				}
+			}
+			timing () {
+				related_pin : "A";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				when : "!IE&OE&PDRV0&PDRV1&SL";
+				sdf_cond : "IE==1'b0&&OE==1'b1&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b1";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.977816, 8.977816, 14.977816, 20.977816, 26.977816, 32.977816");
+					values("2.723220, 3.541762, 4.058472, 4.450972, 4.789829, 5.104576", \
+					  "2.801673, 3.619987, 4.136168, 4.527625, 4.867539, 5.182542", \
+					  "2.836348, 3.654731, 4.170998, 4.563166, 4.902280, 5.217320");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.977816, 8.977816, 14.977816, 20.977816, 26.977816, 32.977816");
+					values("0.995065, 1.900607, 2.462070, 2.956551, 3.441947, 3.929606", \
+					  "0.995010, 1.900783, 2.461830, 2.955060, 3.439988, 3.931017", \
+					  "0.994986, 1.900723, 2.461819, 2.954808, 3.439415, 3.931657");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.977816, 8.977816, 14.977816, 20.977816, 26.977816, 32.977816");
+					values("2.806491, 3.253023, 3.678587, 4.091451, 4.486381, 4.859751", \
+					  "2.942624, 3.388954, 3.814673, 4.227688, 4.622285, 4.995529", \
+					  "3.105358, 3.551575, 3.977226, 4.390450, 4.785114, 5.159262");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.977816, 8.977816, 14.977816, 20.977816, 26.977816, 32.977816");
+					values("0.500566, 1.276489, 2.003372, 2.634777, 3.201187, 3.714057", \
+					  "0.500591, 1.274755, 2.004577, 2.638240, 3.201242, 3.711676", \
+					  "0.500930, 1.276071, 2.003639, 2.638799, 3.200871, 3.708398");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "A&!IE&!PDRV0&!PDRV1&!SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b0";
+				timing_type : "three_state_enable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.977816, 8.977816, 14.977816, 20.977816, 26.977816, 32.977816");
+					values("2.793777, 3.940844, 5.082526, 6.225856, 7.368722, 8.515762", \
+					  "2.838190, 3.984405, 5.127073, 6.270252, 7.411685, 8.554523", \
+					  "2.862421, 4.007766, 5.151265, 6.294408, 7.437843, 8.578687");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.977816, 8.977816, 14.977816, 20.977816, 26.977816, 32.977816");
+					values("1.345229, 3.610226, 5.937367, 8.266110, 10.591720, 12.887150", \
+					  "1.346140, 3.615205, 5.947111, 8.267373, 10.576360, 12.894420", \
+					  "1.346083, 3.614375, 5.921734, 8.263881, 10.589550, 12.915470");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "A&!IE&!PDRV0&!PDRV1&SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b1";
+				timing_type : "three_state_enable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.977816, 8.977816, 14.977816, 20.977816, 26.977816, 32.977816");
+					values("3.449518, 4.875780, 6.042923, 7.186503, 8.329278, 9.471555", \
+					  "3.494349, 4.921055, 6.085987, 7.229922, 8.373932, 9.516039", \
+					  "3.518386, 4.944924, 6.110420, 7.254752, 8.397377, 9.538645");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.977816, 8.977816, 14.977816, 20.977816, 26.977816, 32.977816");
+					values("2.275587, 4.262769, 6.340457, 8.529192, 10.790200, 13.070520", \
+					  "2.277054, 4.256416, 6.336426, 8.526261, 10.809780, 13.060160", \
+					  "2.277763, 4.261512, 6.338284, 8.537193, 10.787200, 13.071460");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "A&!IE&!PDRV0&PDRV1&!SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b0";
+				timing_type : "three_state_enable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.977816, 8.977816, 14.977816, 20.977816, 26.977816, 32.977816");
+					values("2.402015, 2.817528, 3.201650, 3.582667, 3.963765, 4.344034", \
+					  "2.461136, 2.876694, 3.260562, 3.642185, 4.022599, 4.403975", \
+					  "2.491641, 2.907935, 3.291555, 3.672214, 4.053713, 4.434377");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.977816, 8.977816, 14.977816, 20.977816, 26.977816, 32.977816");
+					values("0.661975, 1.321493, 2.056546, 2.805905, 3.575970, 4.346004", \
+					  "0.663031, 1.321734, 2.054112, 2.813788, 3.577941, 4.346774", \
+					  "0.663841, 1.321760, 2.053158, 2.810911, 3.576019, 4.345096");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "A&!IE&!PDRV0&PDRV1&SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b1";
+				timing_type : "three_state_enable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.977816, 8.977816, 14.977816, 20.977816, 26.977816, 32.977816");
+					values("2.506788, 3.454254, 4.022353, 4.480378, 4.894568, 5.290097", \
+					  "2.567603, 3.513095, 4.081978, 4.540108, 4.954444, 5.350012", \
+					  "2.598447, 3.544477, 4.115502, 4.571179, 4.985712, 5.382081");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.977816, 8.977816, 14.977816, 20.977816, 26.977816, 32.977816");
+					values("1.237202, 2.246364, 2.931080, 3.577090, 4.225648, 4.897443", \
+					  "1.237330, 2.245088, 2.931358, 3.577320, 4.225539, 4.896864", \
+					  "1.237009, 2.242554, 2.933647, 3.575301, 4.228436, 4.905161");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "A&!IE&PDRV0&!PDRV1&!SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b0";
+				timing_type : "three_state_enable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.977816, 8.977816, 14.977816, 20.977816, 26.977816, 32.977816");
+					values("2.466652, 3.054104, 3.626123, 4.196516, 4.767454, 5.338724", \
+					  "2.510640, 3.097723, 3.670540, 4.240395, 4.812399, 5.383370", \
+					  "2.534601, 3.121509, 3.694644, 4.264474, 4.836541, 5.407452");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.977816, 8.977816, 14.977816, 20.977816, 26.977816, 32.977816");
+					values("0.805617, 1.875429, 3.007987, 4.161017, 5.324983, 6.484370", \
+					  "0.805939, 1.873911, 3.007338, 4.162540, 5.318796, 6.487763", \
+					  "0.804206, 1.871679, 3.008627, 4.161414, 5.319384, 6.487989");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "A&!IE&PDRV0&!PDRV1&SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b1";
+				timing_type : "three_state_enable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.977816, 8.977816, 14.977816, 20.977816, 26.977816, 32.977816");
+					values("2.759051, 3.844870, 4.534922, 5.140984, 5.721573, 6.295494", \
+					  "2.803371, 3.892037, 4.578909, 5.184293, 5.765341, 6.340300", \
+					  "2.827834, 3.917291, 4.603371, 5.208789, 5.789760, 6.364686");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.977816, 8.977816, 14.977816, 20.977816, 26.977816, 32.977816");
+					values("1.583383, 2.773299, 3.745406, 4.738303, 5.777323, 6.853758", \
+					  "1.586257, 2.774791, 3.742015, 4.736348, 5.784080, 6.845587", \
+					  "1.586177, 2.773002, 3.738957, 4.739682, 5.781571, 6.856209");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "A&!IE&PDRV0&PDRV1&!SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b0";
+				timing_type : "three_state_enable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.977816, 8.977816, 14.977816, 20.977816, 26.977816, 32.977816");
+					values("2.307480, 2.647591, 2.939374, 3.226234, 3.512709, 3.798410", \
+					  "2.362465, 2.704252, 2.995831, 3.282624, 3.569413, 3.855107", \
+					  "2.391655, 2.734251, 3.026226, 3.313222, 3.599531, 3.885095");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.977816, 8.977816, 14.977816, 20.977816, 26.977816, 32.977816");
+					values("0.607444, 1.063120, 1.591327, 2.146771, 2.715639, 3.286206", \
+					  "0.607112, 1.067398, 1.594589, 2.148726, 2.713965, 3.283378", \
+					  "0.607078, 1.067406, 1.595327, 2.146510, 2.717038, 3.288159");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "A&!IE&PDRV0&PDRV1&SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b1";
+				timing_type : "three_state_enable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.977816, 8.977816, 14.977816, 20.977816, 26.977816, 32.977816");
+					values("2.319611, 3.132669, 3.658727, 4.051873, 4.394566, 4.710710", \
+					  "2.376288, 3.188723, 3.714557, 4.110399, 4.452152, 4.768879", \
+					  "2.406905, 3.218417, 3.745408, 4.140909, 4.482466, 4.799125");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.977816, 8.977816, 14.977816, 20.977816, 26.977816, 32.977816");
+					values("1.007336, 1.937569, 2.511145, 3.006604, 3.492192, 3.977419", \
+					  "1.009390, 1.935235, 2.510673, 3.009395, 3.491177, 3.973281", \
+					  "1.009740, 1.936117, 2.511145, 3.008086, 3.491516, 3.972661");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "!A&!IE&!PDRV0&!PDRV1&!SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b0";
+				timing_type : "three_state_enable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.977816, 8.977816, 14.977816, 20.977816, 26.977816, 32.977816");
+					values("2.128053, 2.992474, 3.816250, 4.637625, 5.458239, 6.279480", \
+					  "2.204225, 3.069132, 3.892796, 4.713255, 5.535175, 6.356163", \
+					  "2.243120, 3.107907, 3.931518, 4.752234, 5.573836, 6.394091");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.977816, 8.977816, 14.977816, 20.977816, 26.977816, 32.977816");
+					values("1.084549, 2.541581, 4.072047, 5.626411, 7.189450, 8.752283", \
+					  "1.085509, 2.542961, 4.072928, 5.613402, 7.183476, 8.748142", \
+					  "1.085456, 2.543243, 4.073103, 5.619583, 7.172832, 8.746882");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "!A&!IE&!PDRV0&!PDRV1&SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b1";
+				timing_type : "three_state_enable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.977816, 8.977816, 14.977816, 20.977816, 26.977816, 32.977816");
+					values("2.270860, 3.869623, 5.169941, 6.261005, 7.242766, 8.156825", \
+					  "2.347476, 3.946295, 5.246549, 6.337736, 7.319510, 8.233583", \
+					  "2.385758, 3.984249, 5.285661, 6.376544, 7.353430, 8.272432");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.977816, 8.977816, 14.977816, 20.977816, 26.977816, 32.977816");
+					values("1.726032, 4.073374, 5.799238, 7.340867, 8.820966, 10.270970", \
+					  "1.725867, 4.073451, 5.799225, 7.341729, 8.820374, 10.270240", \
+					  "1.727057, 4.076543, 5.801236, 7.349744, 8.819346, 10.266670");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "!A&!IE&!PDRV0&PDRV1&!SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b0";
+				timing_type : "three_state_enable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.977816, 8.977816, 14.977816, 20.977816, 26.977816, 32.977816");
+					values("1.828632, 2.241330, 2.550667, 2.837455, 3.116027, 3.392292", \
+					  "1.905151, 2.317893, 2.627210, 2.913994, 3.192553, 3.468901", \
+					  "1.943907, 2.356684, 2.666005, 2.952789, 3.231390, 3.507723");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.977816, 8.977816, 14.977816, 20.977816, 26.977816, 32.977816");
+					values("0.602778, 1.098225, 1.567065, 2.047624, 2.534319, 3.038465", \
+					  "0.602938, 1.097868, 1.567058, 2.047711, 2.535284, 3.039100", \
+					  "0.602969, 1.097788, 1.567057, 2.047774, 2.535613, 3.039317");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "!A&!IE&!PDRV0&PDRV1&SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b1";
+				timing_type : "three_state_enable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.977816, 8.977816, 14.977816, 20.977816, 26.977816, 32.977816");
+					values("1.796798, 2.369279, 2.923291, 3.452892, 3.947465, 4.407384", \
+					  "1.873388, 2.445824, 2.999821, 3.529436, 4.023756, 4.483788", \
+					  "1.912112, 2.484609, 3.038620, 3.568235, 4.062831, 4.522746");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.977816, 8.977816, 14.977816, 20.977816, 26.977816, 32.977816");
+					values("0.665286, 1.667860, 2.561154, 3.328192, 4.000231, 4.615166", \
+					  "0.664653, 1.669279, 2.561891, 3.328251, 4.001642, 4.615397", \
+					  "0.665738, 1.667741, 2.561156, 3.328240, 4.000179, 4.615231");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "!A&!IE&PDRV0&!PDRV1&!SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b0";
+				timing_type : "three_state_enable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.977816, 8.977816, 14.977816, 20.977816, 26.977816, 32.977816");
+					values("1.832568, 2.337702, 2.765632, 3.180839, 3.592472, 4.003532", \
+					  "1.909685, 2.414706, 2.842711, 3.257962, 3.669286, 4.080529", \
+					  "1.947933, 2.452976, 2.880900, 3.296098, 3.707768, 4.118816");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.977816, 8.977816, 14.977816, 20.977816, 26.977816, 32.977816");
+					values("0.730839, 1.430085, 2.151133, 2.908439, 3.669971, 4.436867", \
+					  "0.730879, 1.428288, 2.154734, 2.908225, 3.667225, 4.439218", \
+					  "0.732075, 1.430122, 2.151058, 2.908252, 3.670076, 4.436898");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "!A&!IE&PDRV0&!PDRV1&SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b1";
+				timing_type : "three_state_enable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.977816, 8.977816, 14.977816, 20.977816, 26.977816, 32.977816");
+					values("1.810009, 2.655837, 3.459408, 4.179739, 4.823935, 5.408284", \
+					  "1.887186, 2.732984, 3.535640, 4.257818, 4.901635, 5.485187", \
+					  "1.925253, 2.770848, 3.574089, 4.296505, 4.940603, 5.525349");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.977816, 8.977816, 14.977816, 20.977816, 26.977816, 32.977816");
+					values("0.912511, 2.378837, 3.526790, 4.489932, 5.349244, 6.151197", \
+					  "0.911534, 2.378158, 3.532684, 4.494985, 5.344410, 6.142400", \
+					  "0.912485, 2.382329, 3.533037, 4.487118, 5.345805, 6.148095");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "!A&!IE&PDRV0&PDRV1&!SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b0";
+				timing_type : "three_state_enable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.977816, 8.977816, 14.977816, 20.977816, 26.977816, 32.977816");
+					values("1.707927, 2.069783, 2.324033, 2.549884, 2.765212, 2.975555", \
+					  "1.784444, 2.146726, 2.400572, 2.626473, 2.841930, 3.052337", \
+					  "1.823181, 2.185095, 2.439134, 2.665255, 2.880509, 3.091153");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.977816, 8.977816, 14.977816, 20.977816, 26.977816, 32.977816");
+					values("0.532559, 0.923995, 1.275614, 1.627493, 1.987923, 2.351320", \
+					  "0.531729, 0.924373, 1.275813, 1.626921, 1.988177, 2.355142", \
+					  "0.531822, 0.924759, 1.274871, 1.627713, 1.986726, 2.350752");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "!A&!IE&PDRV0&PDRV1&SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b1";
+				timing_type : "three_state_enable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.977816, 8.977816, 14.977816, 20.977816, 26.977816, 32.977816");
+					values("1.674860, 2.115485, 2.536239, 2.948823, 3.344655, 3.720023", \
+					  "1.751655, 2.192120, 2.613471, 3.025407, 3.421643, 3.797603", \
+					  "1.790538, 2.230964, 2.652118, 3.064197, 3.460342, 3.836412");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.977816, 8.977816, 14.977816, 20.977816, 26.977816, 32.977816");
+					values("0.546509, 1.292431, 2.018611, 2.654910, 3.221854, 3.733439", \
+					  "0.545987, 1.294536, 2.016902, 2.654538, 3.220334, 3.731635", \
+					  "0.547895, 1.292190, 2.015979, 2.651611, 3.216479, 3.730269");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "!A&!IE&!PDRV0&!PDRV1&!SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b0";
+				timing_type : "three_state_disable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.977816, 8.977816, 14.977816, 20.977816, 26.977816, 32.977816");
+					values("1.249743, 1.249744, 1.249745, 1.249746, 1.249747, 1.249748", \
+					  "1.382606, 1.382607, 1.382608, 1.382609, 1.382610, 1.382611", \
+					  "1.546478, 1.546479, 1.546480, 1.546481, 1.546482, 1.546483");
+				}
+				rise_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "!A&!IE&!PDRV0&!PDRV1&SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b1";
+				timing_type : "three_state_disable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.977816, 8.977816, 14.977816, 20.977816, 26.977816, 32.977816");
+					values("1.234875, 1.235531, 1.235532, 1.235533, 1.235534, 1.235535", \
+					  "1.373580, 1.373581, 1.373582, 1.373583, 1.373584, 1.373585", \
+					  "1.533870, 1.533871, 1.533872, 1.533873, 1.533874, 1.533875");
+				}
+				rise_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "!A&!IE&!PDRV0&PDRV1&!SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b0";
+				timing_type : "three_state_disable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.977816, 8.977816, 14.977816, 20.977816, 26.977816, 32.977816");
+					values("1.364481, 1.364482, 1.364483, 1.364484, 1.364485, 1.364486", \
+					  "1.497336, 1.497337, 1.497338, 1.497339, 1.497340, 1.497341", \
+					  "1.662320, 1.662321, 1.662438, 1.662439, 1.662440, 1.662441");
+				}
+				rise_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "!A&!IE&!PDRV0&PDRV1&SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b1";
+				timing_type : "three_state_disable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.977816, 8.977816, 14.977816, 20.977816, 26.977816, 32.977816");
+					values("1.357694, 1.357695, 1.357696, 1.357697, 1.357698, 1.357699", \
+					  "1.490030, 1.490031, 1.490032, 1.490033, 1.490034, 1.490035", \
+					  "1.654385, 1.654386, 1.654387, 1.654388, 1.654389, 1.654390");
+				}
+				rise_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "!A&!IE&PDRV0&!PDRV1&!SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b0";
+				timing_type : "three_state_disable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.977816, 8.977816, 14.977816, 20.977816, 26.977816, 32.977816");
+					values("1.239672, 1.239673, 1.239674, 1.239675, 1.239676, 1.239677", \
+					  "1.369165, 1.369166, 1.369167, 1.369168, 1.369169, 1.369170", \
+					  "1.538897, 1.538898, 1.538899, 1.538900, 1.538901, 1.538902");
+				}
+				rise_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "!A&!IE&PDRV0&!PDRV1&SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b1";
+				timing_type : "three_state_disable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.977816, 8.977816, 14.977816, 20.977816, 26.977816, 32.977816");
+					values("1.228603, 1.228604, 1.228605, 1.228606, 1.228607, 1.228608", \
+					  "1.363315, 1.363316, 1.363317, 1.363318, 1.363319, 1.363320", \
+					  "1.528212, 1.528213, 1.528214, 1.528215, 1.528216, 1.528217");
+				}
+				rise_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "!A&!IE&PDRV0&PDRV1&!SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b0";
+				timing_type : "three_state_disable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.977816, 8.977816, 14.977816, 20.977816, 26.977816, 32.977816");
+					values("1.341984, 1.341985, 1.341986, 1.341987, 1.341988, 1.341989", \
+					  "1.475453, 1.475454, 1.475455, 1.475456, 1.475457, 1.475458", \
+					  "1.640628, 1.640629, 1.641926, 1.641927, 1.641928, 1.641929");
+				}
+				rise_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "!A&!IE&PDRV0&PDRV1&SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b1";
+				timing_type : "three_state_disable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.977816, 8.977816, 14.977816, 20.977816, 26.977816, 32.977816");
+					values("1.337061, 1.337062, 1.337063, 1.337064, 1.337065, 1.337066", \
+					  "1.469790, 1.469791, 1.469792, 1.469793, 1.469794, 1.469795", \
+					  "1.634165, 1.634166, 1.634167, 1.634168, 1.634169, 1.634170");
+				}
+				rise_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "A&!IE&!PDRV0&!PDRV1&!SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b0";
+				timing_type : "three_state_disable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.977816, 8.977816, 14.977816, 20.977816, 26.977816, 32.977816");
+					values("1.483727, 1.483728, 1.483729, 1.483730, 1.483731, 1.483732", \
+					  "1.619498, 1.619499, 1.619500, 1.619501, 1.619502, 1.619503", \
+					  "1.790267, 1.790268, 1.790269, 1.790270, 1.790271, 1.790272");
+				}
+				fall_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "A&!IE&!PDRV0&!PDRV1&SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b1";
+				timing_type : "three_state_disable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.977816, 8.977816, 14.977816, 20.977816, 26.977816, 32.977816");
+					values("1.486903, 1.486904, 1.486905, 1.486906, 1.486907, 1.486908", \
+					  "1.621994, 1.621995, 1.621996, 1.621997, 1.621998, 1.621999", \
+					  "1.790771, 1.790772, 1.790773, 1.790774, 1.790775, 1.790776");
+				}
+				fall_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "A&!IE&!PDRV0&PDRV1&!SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b0";
+				timing_type : "three_state_disable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.977816, 8.977816, 14.977816, 20.977816, 26.977816, 32.977816");
+					values("1.701908, 1.701909, 1.701910, 1.701911, 1.701912, 1.701913", \
+					  "1.837461, 1.837462, 1.837463, 1.837464, 1.837465, 1.837466", \
+					  "2.007692, 2.007693, 2.007694, 2.007695, 2.007696, 2.007697");
+				}
+				fall_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "A&!IE&!PDRV0&PDRV1&SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b1";
+				timing_type : "three_state_disable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.977816, 8.977816, 14.977816, 20.977816, 26.977816, 32.977816");
+					values("1.702619, 1.702620, 1.702621, 1.702622, 1.702623, 1.702624", \
+					  "1.838581, 1.838582, 1.838583, 1.838584, 1.838585, 1.838586", \
+					  "2.008246, 2.008247, 2.008248, 2.008249, 2.008250, 2.008251");
+				}
+				fall_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "A&!IE&PDRV0&!PDRV1&!SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b0";
+				timing_type : "three_state_disable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.977816, 8.977816, 14.977816, 20.977816, 26.977816, 32.977816");
+					values("1.469611, 1.469612, 1.469613, 1.469614, 1.469615, 1.469616", \
+					  "1.606753, 1.606754, 1.606755, 1.606756, 1.606757, 1.606758", \
+					  "1.775516, 1.775517, 1.775518, 1.775519, 1.775520, 1.775521");
+				}
+				fall_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "A&!IE&PDRV0&!PDRV1&SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b1";
+				timing_type : "three_state_disable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.977816, 8.977816, 14.977816, 20.977816, 26.977816, 32.977816");
+					values("1.474128, 1.474367, 1.474368, 1.474369, 1.474370, 1.474371", \
+					  "1.609010, 1.609011, 1.609012, 1.609013, 1.609014, 1.609015", \
+					  "1.776733, 1.776734, 1.776735, 1.776736, 1.776737, 1.776738");
+				}
+				fall_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "A&!IE&PDRV0&PDRV1&!SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b0";
+				timing_type : "three_state_disable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.977816, 8.977816, 14.977816, 20.977816, 26.977816, 32.977816");
+					values("1.686819, 1.686820, 1.686821, 1.686822, 1.686823, 1.686824", \
+					  "1.824147, 1.824148, 1.824149, 1.824150, 1.824151, 1.824152", \
+					  "1.993673, 1.993674, 1.993675, 1.993676, 1.993677, 1.993678");
+				}
+				fall_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "A&!IE&PDRV0&PDRV1&SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b1";
+				timing_type : "three_state_disable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.977816, 8.977816, 14.977816, 20.977816, 26.977816, 32.977816");
+					values("1.685899, 1.685900, 1.685901, 1.685902, 1.685903, 1.685904", \
+					  "1.822306, 1.822307, 1.822308, 1.822309, 1.822310, 1.822311", \
+					  "1.992403, 1.992404, 1.992405, 1.992406, 1.992407, 1.992408");
+				}
+				fall_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("-18.435160, -18.686500, -18.421100");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("18.707760, 18.504420, 18.755360");
+				}
+			}
+		}
+		pin ("Y") {
+			function : "((IE*PAD))";
+			direction : "output";
+			max_capacitance : 0.500000;
+			output_signal_level : "VDD";
+			internal_power () {
+				related_pin : "IE";
+				when : "!CS&!OE&PAD";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("1.862772, 1.800632, 1.864410, 1.735632, 1.674364, 1.955537", \
+					  "1.427199, 1.415787, 1.418529, 1.347284, 1.261023, 1.390354", \
+					  "1.426878, 1.319352, 1.395056, 1.363863, 1.301598, 1.370341");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("2.292926, 2.316753, 2.339877, 2.604459, 2.426569, 2.699396", \
+					  "1.949125, 2.044847, 1.929772, 2.202473, 2.057346, 2.031809", \
+					  "1.916424, 1.968080, 1.949079, 1.994281, 2.022616, 2.177227");
+				}
+			}
+			internal_power () {
+				related_pin : "IE";
+				when : "CS&!OE&PAD";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("2.120845, 2.130426, 2.103897, 2.120527, 2.146185, 2.051462", \
+					  "1.679346, 1.615417, 1.634408, 1.630507, 1.600713, 1.597973", \
+					  "1.686567, 1.601337, 1.666127, 1.547997, 1.554746, 1.725426");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("2.431296, 2.461672, 2.555872, 2.523903, 2.620906, 2.485308", \
+					  "2.110332, 2.119186, 2.197651, 2.154544, 2.118869, 2.420736", \
+					  "2.054819, 2.176866, 2.169650, 2.020939, 2.215940, 2.091417");
+				}
+			}
+			internal_power () {
+				related_pin : "PAD";
+				when : "!CS&IE&!OE";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("1.181940, 1.158190, 1.139590, 1.093610, 1.066850, 1.058160", \
+					  "1.464470, 1.439100, 1.417780, 1.370370, 1.340940, 1.337350", \
+					  "1.243180, 1.202730, 1.189410, 1.125200, 1.132410, 1.125570");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("1.153830, 1.183300, 1.235800, 1.324580, 1.347550, 1.365440", \
+					  "1.411530, 1.441100, 1.493990, 1.582590, 1.606040, 1.624630", \
+					  "0.911860, 0.939670, 0.993020, 1.080710, 1.107580, 1.122020");
+				}
+			}
+			internal_power () {
+				related_pin : "PAD";
+				when : "CS&IE&!OE";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("1.518940, 1.495880, 1.477640, 1.436890, 1.425470, 1.398850", \
+					  "1.864090, 1.842320, 1.825260, 1.775940, 1.759050, 1.743140", \
+					  "1.698400, 1.673880, 1.656910, 1.608300, 1.586730, 1.572470");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("1.813060, 1.850430, 1.924960, 2.088990, 2.141800, 2.180850", \
+					  "2.078830, 2.116770, 2.192410, 2.357090, 2.411670, 2.450610", \
+					  "1.415810, 1.454790, 1.529900, 1.696570, 1.750300, 1.791950");
+				}
+			}
+			internal_power () {
+				related_pin : "IE";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("1.991809, 1.965529, 1.984153, 1.928079, 1.910274, 2.003500", \
+					  "1.553273, 1.515602, 1.526469, 1.488895, 1.430868, 1.494163", \
+					  "1.556723, 1.460345, 1.530591, 1.455930, 1.428172, 1.547883");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("2.362111, 2.389213, 2.447875, 2.564181, 2.523738, 2.592352", \
+					  "2.029729, 2.082016, 2.063712, 2.178508, 2.088108, 2.226273", \
+					  "1.985622, 2.072473, 2.059365, 2.007610, 2.119278, 2.134322");
+				}
+			}
+			internal_power () {
+				related_pin : "PAD";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("1.350440, 1.327035, 1.308615, 1.265250, 1.246160, 1.228505", \
+					  "1.664280, 1.640710, 1.621520, 1.573155, 1.549995, 1.540245", \
+					  "1.470790, 1.438305, 1.423160, 1.366750, 1.359570, 1.349020");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("1.483445, 1.516865, 1.580380, 1.706785, 1.744675, 1.773145", \
+					  "1.745180, 1.778935, 1.843200, 1.969840, 2.008855, 2.037620", \
+					  "1.163835, 1.197230, 1.261460, 1.388640, 1.428940, 1.456985");
+				}
+			}
+			timing () {
+				related_pin : "IE";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				when : "!CS&!OE&PAD";
+				sdf_cond : "CS==1'b0&&OE==1'b0&&PAD==1'b1";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("1.941960, 2.008116, 2.087787, 2.318057, 2.428448, 2.538738", \
+					  "2.041256, 2.107295, 2.188146, 2.418236, 2.528521, 2.638759", \
+					  "2.110285, 2.175596, 2.256414, 2.486364, 2.596651, 2.706890");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.205779, 0.293826, 0.415110, 0.822824, 1.034747, 1.248057", \
+					  "0.208028, 0.294646, 0.413404, 0.821352, 1.032602, 1.249538", \
+					  "0.206902, 0.293737, 0.413917, 0.821686, 1.032305, 1.249580");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("1.651660, 1.706934, 1.772503, 1.950640, 2.033144, 2.114351", \
+					  "1.789986, 1.845255, 1.910348, 2.088545, 2.171204, 2.252196", \
+					  "1.945320, 2.000557, 2.066324, 2.244524, 2.326731, 2.407919");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.110873, 0.178431, 0.266697, 0.544837, 0.686674, 0.829703", \
+					  "0.110234, 0.179252, 0.267376, 0.544976, 0.686334, 0.829866", \
+					  "0.111326, 0.178503, 0.267711, 0.544224, 0.686512, 0.829039");
+				}
+			}
+			timing () {
+				related_pin : "IE";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				when : "CS&!OE&PAD";
+				sdf_cond : "CS==1'b1&&OE==1'b0&&PAD==1'b1";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("2.013022, 2.078492, 2.159261, 2.389187, 2.499492, 2.609744", \
+					  "2.112764, 2.178294, 2.259064, 2.488996, 2.599321, 2.709578", \
+					  "2.180486, 2.246632, 2.326370, 2.556607, 2.667235, 2.777672");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.207211, 0.293673, 0.414065, 0.821884, 1.032526, 1.249540", \
+					  "0.207112, 0.293528, 0.414253, 0.822046, 1.032798, 1.249341", \
+					  "0.205836, 0.293821, 0.415170, 0.823034, 1.034723, 1.247997");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("1.746085, 1.801257, 1.866919, 2.044987, 2.127418, 2.208636", \
+					  "1.884066, 1.939227, 2.004686, 2.182908, 2.265407, 2.346608", \
+					  "2.040113, 2.095301, 2.160952, 2.339029, 2.421459, 2.502675");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.110734, 0.178360, 0.267809, 0.545057, 0.686615, 0.830055", \
+					  "0.110793, 0.179419, 0.267414, 0.544986, 0.686804, 0.829798", \
+					  "0.110726, 0.178351, 0.267803, 0.545114, 0.686606, 0.830039");
+				}
+			}
+			timing () {
+				related_pin : "PAD";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				when : "!CS&IE&!OE";
+				sdf_cond : "CS==1'b0&&IE==1'b1&&OE==1'b0";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("1.376641, 1.442455, 1.522801, 1.752465, 1.863188, 1.973814", \
+					  "1.465019, 1.530384, 1.610624, 1.840572, 1.951197, 2.061912", \
+					  "1.501400, 1.566866, 1.647469, 1.877311, 1.988679, 2.098116");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.204491, 0.290646, 0.409650, 0.820174, 1.034642, 1.245558", \
+					  "0.204613, 0.289897, 0.409419, 0.821324, 1.033218, 1.248848", \
+					  "0.202984, 0.290467, 0.410744, 0.816998, 1.033192, 1.246792");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("1.339101, 1.393894, 1.459388, 1.637799, 1.720396, 1.801764", \
+					  "1.361568, 1.416483, 1.481898, 1.660313, 1.742844, 1.824134", \
+					  "1.540677, 1.595768, 1.661010, 1.839422, 1.921668, 2.002842");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.111338, 0.179326, 0.265436, 0.543786, 0.686494, 0.828251", \
+					  "0.111711, 0.178617, 0.265762, 0.544364, 0.685434, 0.828307", \
+					  "0.111572, 0.179280, 0.265695, 0.544034, 0.683894, 0.826406");
+				}
+			}
+			timing () {
+				related_pin : "PAD";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				when : "CS&IE&!OE";
+				sdf_cond : "CS==1'b1&&IE==1'b1&&OE==1'b0";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("1.474461, 1.539933, 1.619841, 1.849513, 1.960068, 2.070606", \
+					  "1.593775, 1.659432, 1.739685, 1.969890, 2.080651, 2.190839", \
+					  "1.694979, 1.760554, 1.840853, 2.070749, 2.181243, 2.292128");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.203494, 0.290094, 0.409955, 0.821301, 1.034197, 1.249220", \
+					  "0.204913, 0.289986, 0.409761, 0.821724, 1.032519, 1.248584", \
+					  "0.203224, 0.289360, 0.410299, 0.821529, 1.033690, 1.244148");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("2.141697, 2.195952, 2.261335, 2.439670, 2.522182, 2.603471", \
+					  "2.014380, 2.069343, 2.134684, 2.313153, 2.395601, 2.476816", \
+					  "2.198400, 2.253336, 2.318571, 2.497260, 2.579782, 2.661070");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.112107, 0.179748, 0.266223, 0.546671, 0.685655, 0.827727", \
+					  "0.111881, 0.179398, 0.266241, 0.544280, 0.684875, 0.826626", \
+					  "0.111645, 0.179669, 0.266890, 0.544623, 0.686389, 0.828280");
+				}
+			}
+		}
+		pin ("DVDD") {
+			direction : "inout";
+			capacitance : 0;
+		}
+		pin ("DVSS") {
+			direction : "inout";
+			capacitance : 0;
+		}
+		pin ("VDD") {
+			direction : "inout";
+			capacitance : 0;
+		}
+		pin ("VSS") {
+			direction : "inout";
+			capacitance : 0;
+		}
+	}
diff --git a/cells/bi_t/gf180mcu_fd_io__bi_t__tt_025C_3v30.lib.json b/cells/bi_t/gf180mcu_fd_io__bi_t__tt_025C_3v30.lib.json
new file mode 100644
index 0000000..e722b5a
--- /dev/null
+++ b/cells/bi_t/gf180mcu_fd_io__bi_t__tt_025C_3v30.lib.json
@@ -0,0 +1,7452 @@
+{
+    "cell gf180mcu_fd_io__bi_t": {
+        "scaling_factors": "gf_factors",
+        "area": "26250.000000",
+        "pad_cell": "true",
+        "dont_use": "true",
+        "dont_touch": "true",
+        "cell_leakage_power": "1.993120e-03",
+        "leakage_power ": {
+            "when": "!PDRV0 !PDRV1 !CS !SL !IE !OE !PU !PD !A !PAD",
+            "value": "0.001993"
+        },
+        "pin CS": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.023162",
+            "comp_attribute rise_capacitance_range": "0.022485,0.024166",
+            "capacitance": "0.023079",
+            "fall_capacitance": "0.022995",
+            "comp_attribute fall_capacitance_range": "0.022026,0.023673",
+            "internal_power ": {
+                "rise_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        0.200894,
+                        1.138501,
+                        1.158017
+                    ]
+                },
+                "fall_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        0.356275,
+                        1.079638,
+                        1.057671
+                    ]
+                }
+            }
+        },
+        "pin SL": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.031899",
+            "comp_attribute rise_capacitance_range": "0.031110,0.032962",
+            "capacitance": "0.031767",
+            "fall_capacitance": "0.031635",
+            "comp_attribute fall_capacitance_range": "0.030618,0.032147",
+            "internal_power ": {
+                "rise_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        0.200296,
+                        1.402887,
+                        1.431804
+                    ]
+                },
+                "fall_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        0.400867,
+                        1.535693,
+                        1.574616
+                    ]
+                }
+            }
+        },
+        "pin IE": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.014741",
+            "comp_attribute rise_capacitance_range": "0.013761,0.015595",
+            "capacitance": "0.014425",
+            "fall_capacitance": "0.014109",
+            "comp_attribute fall_capacitance_range": "0.013334,0.014669",
+            "internal_power ": {
+                "rise_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        0.262798,
+                        0.734078,
+                        0.74352
+                    ]
+                },
+                "fall_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        0.296104,
+                        0.640173,
+                        0.683786
+                    ]
+                }
+            }
+        },
+        "pin OE": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.087794",
+            "comp_attribute rise_capacitance_range": "0.081911,0.097646",
+            "capacitance": "0.087467",
+            "fall_capacitance": "0.085843",
+            "comp_attribute fall_capacitance_range": "0.080879,0.090523"
+        },
+        "pin PU": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.078829",
+            "comp_attribute rise_capacitance_range": "0.063884,0.090321",
+            "capacitance": "0.078932",
+            "fall_capacitance": "0.079034",
+            "comp_attribute fall_capacitance_range": "0.060668,0.095409",
+            "internal_power ": {
+                "rise_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        -0.261971,
+                        0.202499,
+                        0.196808
+                    ]
+                },
+                "fall_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        0.832744,
+                        1.425233,
+                        1.553308
+                    ]
+                }
+            }
+        },
+        "pin PD": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.047780",
+            "comp_attribute rise_capacitance_range": "0.047327,0.048470",
+            "capacitance": "0.049423",
+            "fall_capacitance": "0.051066",
+            "comp_attribute fall_capacitance_range": "0.048901,0.053233",
+            "internal_power ": {
+                "rise_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        -0.011991,
+                        0.817879,
+                        0.824389
+                    ]
+                },
+                "fall_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        0.724896,
+                        1.305015,
+                        1.319454
+                    ]
+                }
+            }
+        },
+        "pin A": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.036957",
+            "comp_attribute rise_capacitance_range": "0.035376,0.038598",
+            "capacitance": "0.036918",
+            "fall_capacitance": "0.036879",
+            "comp_attribute fall_capacitance_range": "0.035940,0.037749",
+            "internal_power ": {
+                "rise_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        -0.129304,
+                        -0.121866,
+                        -0.123302
+                    ]
+                },
+                "fall_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        0.149265,
+                        0.153391,
+                        0.152415
+                    ]
+                }
+            }
+        },
+        "pin PDRV0": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.030143",
+            "comp_attribute rise_capacitance_range": "0.029667,0.030390",
+            "capacitance": "0.030504",
+            "fall_capacitance": "0.030864",
+            "comp_attribute fall_capacitance_range": "0.030379,0.031592",
+            "internal_power ": {
+                "rise_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        -0.106263,
+                        -0.106545,
+                        -0.105837
+                    ]
+                },
+                "fall_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        0.113362,
+                        0.109963,
+                        0.106411
+                    ]
+                }
+            }
+        },
+        "pin PDRV1": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.032186",
+            "comp_attribute rise_capacitance_range": "0.031676,0.032449",
+            "capacitance": "0.032576",
+            "fall_capacitance": "0.032965",
+            "comp_attribute fall_capacitance_range": "0.032438,0.033797",
+            "internal_power ": {
+                "rise_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        -0.124388,
+                        -0.125019,
+                        -0.124541
+                    ]
+                },
+                "fall_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        0.132872,
+                        0.128874,
+                        0.125145
+                    ]
+                }
+            }
+        },
+        "pin PAD": {
+            "drive_current": "16000.000000",
+            "is_pad": "true",
+            "function": "((A))",
+            "three_state": "((!OE))",
+            "direction": "inout",
+            "max_transition": "1.000000",
+            "max_capacitance": "30.000000",
+            "input_signal_level": "DVDD",
+            "output_signal_level": "DVDD",
+            "capacitance": "2.977816",
+            "internal_power ": [
+                {
+                    "related_pin": "A",
+                    "when": "!IE&OE&!PDRV0&!PDRV1&!SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                24.676234,
+                                24.411824,
+                                24.028134,
+                                23.291704,
+                                22.416454,
+                                21.385144
+                            ],
+                            [
+                                24.657236,
+                                24.447666,
+                                23.913046,
+                                23.541896,
+                                21.788846,
+                                21.899466
+                            ],
+                            [
+                                24.681202,
+                                24.359882,
+                                23.994152,
+                                22.411812,
+                                21.581112,
+                                19.752102
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                27.136205,
+                                27.408135,
+                                27.506635,
+                                27.507285,
+                                27.525185,
+                                27.529365
+                            ],
+                            [
+                                27.135059,
+                                27.342739,
+                                27.494019,
+                                27.306749,
+                                27.563969,
+                                27.548939
+                            ],
+                            [
+                                27.138465,
+                                27.422465,
+                                27.537515,
+                                27.420235,
+                                27.271535,
+                                27.780715
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "A",
+                    "when": "!IE&OE&!PDRV0&!PDRV1&SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                24.501014,
+                                24.337014,
+                                23.823334,
+                                23.138864,
+                                22.172384,
+                                21.232554
+                            ],
+                            [
+                                24.504476,
+                                24.294526,
+                                23.958846,
+                                22.456526,
+                                21.084976,
+                                21.392756
+                            ],
+                            [
+                                24.537722,
+                                24.287792,
+                                23.641442,
+                                23.247142,
+                                21.718952,
+                                20.364252
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                25.580945,
+                                26.681325,
+                                27.011115,
+                                27.132605,
+                                27.226475,
+                                27.156965
+                            ],
+                            [
+                                25.410919,
+                                26.660469,
+                                27.312129,
+                                27.121289,
+                                26.757119,
+                                26.925139
+                            ],
+                            [
+                                25.442985,
+                                26.692685,
+                                27.010015,
+                                27.171465,
+                                27.149645,
+                                27.169595
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "A",
+                    "when": "!IE&OE&!PDRV0&PDRV1&!SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                38.901544,
+                                39.248464,
+                                39.223594,
+                                39.142974,
+                                38.808124,
+                                38.146844
+                            ],
+                            [
+                                38.938416,
+                                39.263496,
+                                39.076646,
+                                38.978176,
+                                38.482236,
+                                38.108536
+                            ],
+                            [
+                                38.982002,
+                                39.279632,
+                                39.023082,
+                                38.776182,
+                                38.477102,
+                                37.806862
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                40.153915,
+                                41.431735,
+                                42.007475,
+                                42.133175,
+                                42.333635,
+                                42.419905
+                            ],
+                            [
+                                40.313729,
+                                41.709619,
+                                42.239289,
+                                41.779779,
+                                42.724769,
+                                41.515289
+                            ],
+                            [
+                                39.983725,
+                                41.644675,
+                                41.870075,
+                                42.481485,
+                                42.116215,
+                                42.463145
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "A",
+                    "when": "!IE&OE&!PDRV0&PDRV1&SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                36.878354,
+                                38.768344,
+                                38.714624,
+                                38.470884,
+                                38.044514,
+                                37.534184
+                            ],
+                            [
+                                36.813516,
+                                38.702226,
+                                38.380676,
+                                38.415366,
+                                37.947746,
+                                37.536586
+                            ],
+                            [
+                                37.004532,
+                                38.333682,
+                                38.781832,
+                                38.624592,
+                                38.450702,
+                                37.566572
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                34.836055,
+                                37.232265,
+                                38.409195,
+                                39.476035,
+                                40.359145,
+                                40.530995
+                            ],
+                            [
+                                34.808269,
+                                36.571219,
+                                38.096069,
+                                39.456369,
+                                40.115189,
+                                40.672149
+                            ],
+                            [
+                                34.484545,
+                                36.499885,
+                                38.100885,
+                                39.366755,
+                                40.213495,
+                                40.710885
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "A",
+                    "when": "!IE&OE&PDRV0&!PDRV1&!SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                31.749604,
+                                31.901844,
+                                31.578184,
+                                31.118854,
+                                30.499214,
+                                30.093034
+                            ],
+                            [
+                                31.782416,
+                                31.810906,
+                                31.655196,
+                                31.004456,
+                                30.836716,
+                                28.385326
+                            ],
+                            [
+                                31.693622,
+                                31.812192,
+                                31.216842,
+                                31.143882,
+                                30.133932,
+                                32.081912
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                33.942045,
+                                34.678265,
+                                34.874525,
+                                34.996145,
+                                35.019115,
+                                35.153425
+                            ],
+                            [
+                                33.834069,
+                                34.671969,
+                                34.848889,
+                                35.049739,
+                                34.796599,
+                                35.075269
+                            ],
+                            [
+                                33.988635,
+                                34.760875,
+                                34.815565,
+                                34.967225,
+                                35.017955,
+                                35.083935
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "A",
+                    "when": "!IE&OE&PDRV0&!PDRV1&SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                30.915324,
+                                31.481824,
+                                31.191964,
+                                30.840354,
+                                30.381774,
+                                29.396244
+                            ],
+                            [
+                                30.901506,
+                                31.608946,
+                                31.310696,
+                                30.875306,
+                                30.539426,
+                                30.275096
+                            ],
+                            [
+                                30.896342,
+                                31.228242,
+                                31.150162,
+                                30.672732,
+                                30.713402,
+                                28.524942
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                30.314485,
+                                32.004755,
+                                33.160985,
+                                33.736365,
+                                34.070575,
+                                34.268655
+                            ],
+                            [
+                                30.284889,
+                                32.273489,
+                                33.277679,
+                                33.702289,
+                                34.073749,
+                                34.211909
+                            ],
+                            [
+                                30.043955,
+                                32.010215,
+                                33.199775,
+                                33.780295,
+                                34.045105,
+                                34.194555
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "A",
+                    "when": "!IE&OE&PDRV0&PDRV1&!SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                45.672214,
+                                46.319324,
+                                46.428434,
+                                46.294294,
+                                45.975814,
+                                45.645144
+                            ],
+                            [
+                                45.586806,
+                                46.389826,
+                                46.479416,
+                                46.312926,
+                                45.969026,
+                                45.652496
+                            ],
+                            [
+                                45.579812,
+                                46.394132,
+                                46.383332,
+                                46.304192,
+                                45.962642,
+                                45.648812
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                46.015105,
+                                48.493375,
+                                49.020385,
+                                49.569245,
+                                49.413865,
+                                49.761525
+                            ],
+                            [
+                                46.180229,
+                                48.473079,
+                                48.575639,
+                                49.930259,
+                                48.749949,
+                                50.230009
+                            ],
+                            [
+                                45.904645,
+                                48.275315,
+                                48.739785,
+                                49.686845,
+                                48.866085,
+                                49.820645
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "A",
+                    "when": "!IE&OE&PDRV0&PDRV1&SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                42.427354,
+                                45.360414,
+                                45.952584,
+                                45.774684,
+                                45.309584,
+                                44.905704
+                            ],
+                            [
+                                42.424876,
+                                45.386416,
+                                45.525956,
+                                45.091546,
+                                45.261816,
+                                44.679036
+                            ],
+                            [
+                                42.409302,
+                                45.376942,
+                                45.554902,
+                                45.244772,
+                                45.303102,
+                                44.657412
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                39.565265,
+                                41.560425,
+                                43.886535,
+                                44.901125,
+                                45.841395,
+                                46.703775
+                            ],
+                            [
+                                39.455669,
+                                41.517229,
+                                43.505119,
+                                44.911659,
+                                45.777549,
+                                46.684539
+                            ],
+                            [
+                                38.986935,
+                                41.132595,
+                                43.805355,
+                                44.771795,
+                                45.799505,
+                                46.322135
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "A&!IE&!PDRV0&!PDRV1&!SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                23.616766,
+                                23.234356,
+                                22.507036,
+                                21.675536,
+                                20.725986,
+                                19.989966
+                            ],
+                            [
+                                19.24643,
+                                18.81026,
+                                18.35032,
+                                17.42272,
+                                16.35096,
+                                15.50589
+                            ],
+                            [
+                                18.888766,
+                                18.474786,
+                                17.987516,
+                                17.401136,
+                                16.244066,
+                                15.162296
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                2.1482,
+                                2.140257,
+                                2.135179,
+                                2.128516,
+                                2.129931,
+                                2.130747
+                            ],
+                            [
+                                1.267343,
+                                1.71281,
+                                1.84599,
+                                1.888023,
+                                1.912453,
+                                1.928483
+                            ],
+                            [
+                                0.928142,
+                                1.431338,
+                                1.55084,
+                                1.437691,
+                                1.480885,
+                                1.511877
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "A&!IE&!PDRV0&!PDRV1&SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                23.384436,
+                                23.055076,
+                                22.432476,
+                                21.476446,
+                                21.014756,
+                                19.850406
+                            ],
+                            [
+                                19.07837,
+                                18.56251,
+                                18.01776,
+                                17.64887,
+                                16.60237,
+                                15.36078
+                            ],
+                            [
+                                18.723056,
+                                18.332476,
+                                17.625336,
+                                17.455966,
+                                15.543226,
+                                15.713966
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                2.11131,
+                                2.131847,
+                                2.13021,
+                                2.127877,
+                                2.12626,
+                                2.124776
+                            ],
+                            [
+                                1.27893,
+                                1.688176,
+                                1.802941,
+                                1.85763,
+                                1.890469,
+                                1.916164
+                            ],
+                            [
+                                0.926713,
+                                1.424847,
+                                1.555565,
+                                1.613175,
+                                1.64514,
+                                1.665369
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "A&!IE&!PDRV0&PDRV1&!SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                35.036046,
+                                34.815526,
+                                34.437286,
+                                34.082216,
+                                33.698166,
+                                32.798996
+                            ],
+                            [
+                                30.64652,
+                                30.50804,
+                                29.99016,
+                                29.60151,
+                                29.15857,
+                                28.66754
+                            ],
+                            [
+                                30.269396,
+                                30.036276,
+                                29.650416,
+                                29.238946,
+                                28.876416,
+                                28.254276
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                3.656335,
+                                3.649866,
+                                3.647486,
+                                3.644637,
+                                3.641029,
+                                3.637783
+                            ],
+                            [
+                                6.940224,
+                                8.338404,
+                                8.751744,
+                                8.955504,
+                                9.080114,
+                                9.161544
+                            ],
+                            [
+                                6.706128,
+                                7.932098,
+                                8.383818,
+                                8.585968,
+                                8.698478,
+                                8.771878
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "A&!IE&!PDRV0&PDRV1&SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                32.991416,
+                                34.090266,
+                                33.712246,
+                                33.446816,
+                                32.980426,
+                                32.413586
+                            ],
+                            [
+                                28.53812,
+                                29.65786,
+                                29.28565,
+                                29.03176,
+                                28.50867,
+                                28.06457
+                            ],
+                            [
+                                28.173266,
+                                29.277786,
+                                29.063846,
+                                28.692996,
+                                28.122476,
+                                27.566766
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                3.632212,
+                                3.700013,
+                                3.672782,
+                                3.638539,
+                                3.626344,
+                                3.621713
+                            ],
+                            [
+                                6.775494,
+                                8.022584,
+                                8.368494,
+                                8.795764,
+                                9.007164,
+                                9.121424
+                            ],
+                            [
+                                6.773668,
+                                8.049168,
+                                8.677868,
+                                8.612238,
+                                8.738398,
+                                8.822098
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "A&!IE&PDRV0&!PDRV1&!SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                30.087256,
+                                29.794016,
+                                29.350496,
+                                28.913256,
+                                28.201566,
+                                27.525436
+                            ],
+                            [
+                                25.60289,
+                                25.25355,
+                                24.84231,
+                                24.31712,
+                                23.67906,
+                                22.7679
+                            ],
+                            [
+                                25.232956,
+                                24.940226,
+                                24.361166,
+                                23.877626,
+                                23.797306,
+                                22.338896
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                3.825978,
+                                3.832016,
+                                3.836013,
+                                3.846551,
+                                3.844509,
+                                3.84272
+                            ],
+                            [
+                                4.322637,
+                                5.263947,
+                                5.496202,
+                                5.624744,
+                                5.701287,
+                                5.752315
+                            ],
+                            [
+                                3.985628,
+                                4.906166,
+                                5.214651,
+                                5.35482,
+                                5.429993,
+                                5.475395
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "A&!IE&PDRV0&!PDRV1&SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                29.187806,
+                                29.269276,
+                                28.934296,
+                                28.529846,
+                                27.832586,
+                                27.191486
+                            ],
+                            [
+                                24.68228,
+                                24.8985,
+                                24.44768,
+                                23.90445,
+                                23.44191,
+                                22.05785
+                            ],
+                            [
+                                24.194106,
+                                24.580236,
+                                24.127136,
+                                23.521176,
+                                22.842986,
+                                22.283046
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                3.810354,
+                                3.828301,
+                                3.833359,
+                                3.834883,
+                                3.8345,
+                                3.833758
+                            ],
+                            [
+                                4.336092,
+                                5.283578,
+                                5.518725,
+                                5.654999,
+                                5.7279,
+                                5.773568
+                            ],
+                            [
+                                4.027893,
+                                4.9683,
+                                5.218355,
+                                5.347793,
+                                5.425433,
+                                5.477552
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "A&!IE&PDRV0&PDRV1&!SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                41.466806,
+                                41.258806,
+                                40.884706,
+                                40.477756,
+                                39.972886,
+                                39.580496
+                            ],
+                            [
+                                36.61313,
+                                36.76753,
+                                36.26772,
+                                35.91122,
+                                35.46127,
+                                35.12044
+                            ],
+                            [
+                                36.317756,
+                                36.322066,
+                                36.053156,
+                                35.496606,
+                                35.113006,
+                                34.553096
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                5.308802,
+                                5.359033,
+                                5.366032,
+                                5.369413,
+                                5.372029,
+                                5.373743
+                            ],
+                            [
+                                9.877804,
+                                11.645454,
+                                12.149534,
+                                12.469664,
+                                12.667614,
+                                12.798154
+                            ],
+                            [
+                                9.482798,
+                                11.239748,
+                                11.898898,
+                                12.221868,
+                                12.417078,
+                                12.543838
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "A&!IE&PDRV0&PDRV1&SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                37.949056,
+                                39.429066,
+                                40.142536,
+                                39.497636,
+                                39.368116,
+                                39.005526
+                            ],
+                            [
+                                33.41683,
+                                35.42939,
+                                35.33716,
+                                35.23016,
+                                34.63996,
+                                34.30262
+                            ],
+                            [
+                                33.038676,
+                                35.213636,
+                                35.119236,
+                                34.808236,
+                                34.300546,
+                                33.887336
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                5.352421,
+                                5.379873,
+                                5.380817,
+                                5.369138,
+                                5.354814,
+                                5.348879
+                            ],
+                            [
+                                9.904924,
+                                11.517324,
+                                12.166924,
+                                12.462784,
+                                12.519974,
+                                12.726234
+                            ],
+                            [
+                                9.623018,
+                                11.382418,
+                                11.949968,
+                                12.129758,
+                                12.260768,
+                                12.350418
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "!A&!IE&!PDRV0&!PDRV1&!SL",
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                23.533456,
+                                23.736486,
+                                23.671536,
+                                23.888556,
+                                23.409216,
+                                24.792656
+                            ],
+                            [
+                                19.30883,
+                                19.44769,
+                                19.42371,
+                                19.68332,
+                                19.22386,
+                                20.2649
+                            ],
+                            [
+                                19.019946,
+                                19.123036,
+                                19.228886,
+                                19.111396,
+                                19.414806,
+                                19.682886
+                            ]
+                        ]
+                    },
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                2.014966,
+                                -63.370886,
+                                -128.728916,
+                                -194.079016,
+                                -259.425216,
+                                -324.769316
+                            ],
+                            [
+                                -0.001314,
+                                -65.501036,
+                                -130.930536,
+                                -196.308536,
+                                -261.669136,
+                                -327.021836
+                            ],
+                            [
+                                -0.812511,
+                                -65.741152,
+                                -131.293692,
+                                -196.649192,
+                                -261.995492,
+                                -327.338292
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "!A&!IE&!PDRV0&!PDRV1&SL",
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                22.006316,
+                                23.013386,
+                                23.354616,
+                                23.462866,
+                                23.143466,
+                                23.802616
+                            ],
+                            [
+                                17.71154,
+                                18.74451,
+                                19.0786,
+                                19.16067,
+                                18.96632,
+                                19.40918
+                            ],
+                            [
+                                17.369326,
+                                18.450606,
+                                18.725026,
+                                18.800576,
+                                18.906986,
+                                18.711046
+                            ]
+                        ]
+                    },
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                2.046795,
+                                -63.408946,
+                                -128.776116,
+                                -194.211116,
+                                -259.560416,
+                                -324.906516
+                            ],
+                            [
+                                -0.115775,
+                                -65.538766,
+                                -131.019236,
+                                -196.395336,
+                                -261.755736,
+                                -327.108936
+                            ],
+                            [
+                                -0.244101,
+                                -66.312822,
+                                -131.733192,
+                                -197.128292,
+                                -262.501692,
+                                -327.863792
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "!A&!IE&!PDRV0&PDRV1&!SL",
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                32.315226,
+                                33.280536,
+                                33.409216,
+                                33.485066,
+                                33.499906,
+                                33.536386
+                            ],
+                            [
+                                28.01372,
+                                28.95203,
+                                29.19322,
+                                29.20982,
+                                29.25066,
+                                29.24679
+                            ],
+                            [
+                                27.715546,
+                                28.653726,
+                                28.897686,
+                                28.924136,
+                                28.956636,
+                                28.947706
+                            ]
+                        ]
+                    },
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                4.742125,
+                                -60.684736,
+                                -126.059116,
+                                -191.417616,
+                                -256.769116,
+                                -322.116916
+                            ],
+                            [
+                                5.278257,
+                                -60.418886,
+                                -125.886536,
+                                -191.289736,
+                                -256.667936,
+                                -322.034236
+                            ],
+                            [
+                                4.967513,
+                                -60.647822,
+                                -126.085892,
+                                -191.470792,
+                                -256.839392,
+                                -322.197892
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "!A&!IE&!PDRV0&PDRV1&SL",
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                27.414586,
+                                28.620686,
+                                29.845106,
+                                30.669666,
+                                31.280856,
+                                31.655736
+                            ],
+                            [
+                                22.99887,
+                                24.25003,
+                                25.50802,
+                                26.41038,
+                                27.03186,
+                                27.43716
+                            ],
+                            [
+                                22.593816,
+                                23.910216,
+                                25.205916,
+                                26.093046,
+                                26.733966,
+                                27.130596
+                            ]
+                        ]
+                    },
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                4.659852,
+                                -60.771766,
+                                -126.160716,
+                                -191.520916,
+                                -256.874416,
+                                -322.223516
+                            ],
+                            [
+                                5.390553,
+                                -60.317496,
+                                -125.738336,
+                                -191.146136,
+                                -256.525136,
+                                -321.890636
+                            ],
+                            [
+                                5.07885,
+                                -60.527082,
+                                -125.966592,
+                                -191.466792,
+                                -256.840192,
+                                -322.247392
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "!A&!IE&PDRV0&!PDRV1&!SL",
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                28.323596,
+                                28.691246,
+                                28.827896,
+                                28.843516,
+                                28.979316,
+                                28.833156
+                            ],
+                            [
+                                24.02919,
+                                24.41121,
+                                24.55435,
+                                24.60874,
+                                24.72571,
+                                24.56021
+                            ],
+                            [
+                                23.821826,
+                                24.195156,
+                                24.270216,
+                                24.310296,
+                                24.362416,
+                                24.354946
+                            ]
+                        ]
+                    },
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                4.277089,
+                                -61.207206,
+                                -126.597716,
+                                -191.963216,
+                                -257.318316,
+                                -322.668416
+                            ],
+                            [
+                                2.680781,
+                                -62.953616,
+                                -128.377136,
+                                -193.759136,
+                                -259.124336,
+                                -324.481236
+                            ],
+                            [
+                                1.871145,
+                                -63.093792,
+                                -129.402592,
+                                -194.604192,
+                                -259.829892,
+                                -324.760692
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "!A&!IE&PDRV0&!PDRV1&SL",
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                24.890956,
+                                26.147986,
+                                27.151556,
+                                27.710946,
+                                27.779556,
+                                28.100226
+                            ],
+                            [
+                                20.49624,
+                                21.92716,
+                                22.86834,
+                                23.40288,
+                                23.65152,
+                                23.71782
+                            ],
+                            [
+                                20.197396,
+                                21.645686,
+                                22.618496,
+                                23.089556,
+                                23.346216,
+                                23.420396
+                            ]
+                        ]
+                    },
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                4.210023,
+                                -61.291966,
+                                -126.690916,
+                                -192.061016,
+                                -257.418816,
+                                -322.770616
+                            ],
+                            [
+                                2.837073,
+                                -62.915576,
+                                -128.344436,
+                                -193.624136,
+                                -258.987236,
+                                -324.342736
+                            ],
+                            [
+                                2.531717,
+                                -63.442072,
+                                -128.891392,
+                                -194.280892,
+                                -259.645792,
+                                -324.999192
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "!A&!IE&PDRV0&PDRV1&!SL",
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                36.371536,
+                                38.014626,
+                                38.332996,
+                                38.421506,
+                                38.477206,
+                                38.507246
+                            ],
+                            [
+                                32.10483,
+                                33.74512,
+                                34.06256,
+                                34.16422,
+                                34.21133,
+                                34.23492
+                            ],
+                            [
+                                31.788766,
+                                33.549886,
+                                33.747016,
+                                33.935746,
+                                33.876936,
+                                34.064066
+                            ]
+                        ]
+                    },
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                6.947841,
+                                -58.502286,
+                                -123.890716,
+                                -189.258416,
+                                -254.616016,
+                                -319.968116
+                            ],
+                            [
+                                7.991184,
+                                -57.730026,
+                                -123.201036,
+                                -188.611536,
+                                -253.995836,
+                                -319.366236
+                            ],
+                            [
+                                7.648558,
+                                -58.066872,
+                                -123.553792,
+                                -188.969592,
+                                -254.353192,
+                                -319.719992
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "!A&!IE&PDRV0&PDRV1&SL",
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                30.457656,
+                                31.510406,
+                                32.778716,
+                                33.895056,
+                                34.727056,
+                                35.423256
+                            ],
+                            [
+                                26.06017,
+                                27.10608,
+                                28.32229,
+                                29.64953,
+                                30.38908,
+                                31.10006
+                            ],
+                            [
+                                25.553296,
+                                26.720816,
+                                28.031436,
+                                29.280936,
+                                30.083796,
+                                30.800246
+                            ]
+                        ]
+                    },
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                6.817033,
+                                -58.631106,
+                                -123.958316,
+                                -189.460316,
+                                -254.809116,
+                                -320.151716
+                            ],
+                            [
+                                8.134404,
+                                -57.569886,
+                                -123.127136,
+                                -188.568636,
+                                -253.951136,
+                                -319.315136
+                            ],
+                            [
+                                7.750628,
+                                -58.055302,
+                                -123.245092,
+                                -188.534292,
+                                -253.803292,
+                                -319.104692
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "A",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                68.93041,
+                                70.457263,
+                                70.235213,
+                                69.518153,
+                                68.401965,
+                                67.084713
+                            ],
+                            [
+                                68.902312,
+                                70.476002,
+                                70.075119,
+                                69.169049,
+                                67.977697,
+                                66.982324
+                            ],
+                            [
+                                68.946134,
+                                70.268124,
+                                69.936436,
+                                69.106326,
+                                68.085237,
+                                66.600717
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                69.386005,
+                                72.37257,
+                                73.969212,
+                                74.862995,
+                                75.447347,
+                                75.881152
+                            ],
+                            [
+                                69.355708,
+                                72.304953,
+                                73.837208,
+                                74.814533,
+                                75.139723,
+                                75.715811
+                            ],
+                            [
+                                68.993473,
+                                72.109678,
+                                73.769742,
+                                74.911525,
+                                75.119885,
+                                75.886403
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                36.179414,
+                                -29.115314,
+                                -94.807681,
+                                -160.734015,
+                                -226.624617,
+                                -292.652404
+                            ],
+                            [
+                                31.252467,
+                                -34.132206,
+                                -100.010704,
+                                -165.829422,
+                                -231.854215,
+                                -297.964175
+                            ],
+                            [
+                                30.453722,
+                                -34.838679,
+                                -100.773054,
+                                -166.576418,
+                                -232.621114,
+                                -298.559032
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                31.894868,
+                                32.87957,
+                                33.421689,
+                                33.792091,
+                                33.903249,
+                                34.320675
+                            ],
+                            [
+                                29.428355,
+                                31.507013,
+                                32.388955,
+                                32.999834,
+                                33.244664,
+                                33.643616
+                            ],
+                            [
+                                28.814238,
+                                30.947901,
+                                31.89683,
+                                32.356125,
+                                32.722241,
+                                32.966289
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "rise_power power_inputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "values": [
+                            -18.43516,
+                            -18.6865,
+                            -18.4211
+                        ]
+                    },
+                    "fall_power power_inputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "values": [
+                            18.70776,
+                            18.50442,
+                            18.75536
+                        ]
+                    }
+                }
+            ],
+            "timing ": [
+                {
+                    "related_pin": "A",
+                    "timing_type": "combinational",
+                    "timing_sense": "positive_unate",
+                    "when": "!IE&OE&!PDRV0&!PDRV1&!SL",
+                    "sdf_cond": "IE==1'b0&&OE==1'b1&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b0",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.977816,
+                            8.977816,
+                            14.977816,
+                            20.977816,
+                            26.977816,
+                            32.977816
+                        ],
+                        "values": [
+                            [
+                                3.210643,
+                                4.361239,
+                                5.505371,
+                                6.647099,
+                                7.791081,
+                                8.933081
+                            ],
+                            [
+                                3.288399,
+                                4.440467,
+                                5.58253,
+                                6.725686,
+                                7.867619,
+                                9.012238
+                            ],
+                            [
+                                3.323463,
+                                4.47532,
+                                5.618004,
+                                6.761925,
+                                7.904259,
+                                9.049476
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.977816,
+                            8.977816,
+                            14.977816,
+                            20.977816,
+                            26.977816,
+                            32.977816
+                        ],
+                        "values": [
+                            [
+                                1.333759,
+                                3.616074,
+                                5.932574,
+                                8.257108,
+                                10.59803,
+                                12.94111
+                            ],
+                            [
+                                1.332438,
+                                3.614749,
+                                5.930419,
+                                8.250054,
+                                10.58635,
+                                12.91006
+                            ],
+                            [
+                                1.333062,
+                                3.613289,
+                                5.934474,
+                                8.247685,
+                                10.57187,
+                                12.89301
+                            ]
+                        ]
+                    },
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.977816,
+                            8.977816,
+                            14.977816,
+                            20.977816,
+                            26.977816,
+                            32.977816
+                        ],
+                        "values": [
+                            [
+                                3.316531,
+                                4.181237,
+                                5.005797,
+                                5.827308,
+                                6.647747,
+                                7.468604
+                            ],
+                            [
+                                3.452466,
+                                4.317497,
+                                5.141741,
+                                5.962919,
+                                6.784676,
+                                7.605824
+                            ],
+                            [
+                                3.61566,
+                                4.480202,
+                                5.304829,
+                                6.126648,
+                                6.94713,
+                                7.767239
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.977816,
+                            8.977816,
+                            14.977816,
+                            20.977816,
+                            26.977816,
+                            32.977816
+                        ],
+                        "values": [
+                            [
+                                1.058469,
+                                2.535147,
+                                4.076908,
+                                5.618324,
+                                7.179503,
+                                8.742538
+                            ],
+                            [
+                                1.059945,
+                                2.534061,
+                                4.068705,
+                                5.61825,
+                                7.182955,
+                                8.735387
+                            ],
+                            [
+                                1.059921,
+                                2.533302,
+                                4.070867,
+                                5.619893,
+                                7.161548,
+                                8.751102
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "A",
+                    "timing_type": "combinational",
+                    "timing_sense": "positive_unate",
+                    "when": "!IE&OE&!PDRV0&!PDRV1&SL",
+                    "sdf_cond": "IE==1'b0&&OE==1'b1&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b1",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.977816,
+                            8.977816,
+                            14.977816,
+                            20.977816,
+                            26.977816,
+                            32.977816
+                        ],
+                        "values": [
+                            [
+                                3.876697,
+                                5.293056,
+                                6.460187,
+                                7.604524,
+                                8.746168,
+                                9.888325
+                            ],
+                            [
+                                3.954378,
+                                5.371267,
+                                6.536814,
+                                7.682533,
+                                8.824808,
+                                9.966966
+                            ],
+                            [
+                                3.989469,
+                                5.405968,
+                                6.571527,
+                                7.717345,
+                                8.859012,
+                                10.00126
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.977816,
+                            8.977816,
+                            14.977816,
+                            20.977816,
+                            26.977816,
+                            32.977816
+                        ],
+                        "values": [
+                            [
+                                2.231423,
+                                4.21861,
+                                6.330278,
+                                8.547974,
+                                10.78643,
+                                13.06664
+                            ],
+                            [
+                                2.231173,
+                                4.222314,
+                                6.31902,
+                                8.521735,
+                                10.77814,
+                                13.06308
+                            ],
+                            [
+                                2.231422,
+                                4.219546,
+                                6.318134,
+                                8.524303,
+                                10.77944,
+                                13.06581
+                            ]
+                        ]
+                    },
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.977816,
+                            8.977816,
+                            14.977816,
+                            20.977816,
+                            26.977816,
+                            32.977816
+                        ],
+                        "values": [
+                            [
+                                3.47629,
+                                5.074491,
+                                6.368014,
+                                7.456998,
+                                8.432994,
+                                9.346653
+                            ],
+                            [
+                                3.612437,
+                                5.211697,
+                                6.503288,
+                                7.592785,
+                                8.569411,
+                                9.482675
+                            ],
+                            [
+                                3.775575,
+                                5.37334,
+                                6.666436,
+                                7.755667,
+                                8.732523,
+                                9.645553
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.977816,
+                            8.977816,
+                            14.977816,
+                            20.977816,
+                            26.977816,
+                            32.977816
+                        ],
+                        "values": [
+                            [
+                                1.715368,
+                                4.058047,
+                                5.789876,
+                                7.329675,
+                                8.799988,
+                                10.2504
+                            ],
+                            [
+                                1.715209,
+                                4.059401,
+                                5.782016,
+                                7.314193,
+                                8.799738,
+                                10.2516
+                            ],
+                            [
+                                1.715086,
+                                4.061858,
+                                5.785064,
+                                7.331191,
+                                8.797388,
+                                10.24055
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "A",
+                    "timing_type": "combinational",
+                    "timing_sense": "positive_unate",
+                    "when": "!IE&OE&!PDRV0&PDRV1&!SL",
+                    "sdf_cond": "IE==1'b0&&OE==1'b1&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b0",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.977816,
+                            8.977816,
+                            14.977816,
+                            20.977816,
+                            26.977816,
+                            32.977816
+                        ],
+                        "values": [
+                            [
+                                2.76784,
+                                3.185419,
+                                3.572334,
+                                3.955186,
+                                4.337191,
+                                4.718016
+                            ],
+                            [
+                                2.846018,
+                                3.263808,
+                                3.650105,
+                                4.032546,
+                                4.414199,
+                                4.795528
+                            ],
+                            [
+                                2.880977,
+                                3.298723,
+                                3.684953,
+                                4.067581,
+                                4.448534,
+                                4.829872
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.977816,
+                            8.977816,
+                            14.977816,
+                            20.977816,
+                            26.977816,
+                            32.977816
+                        ],
+                        "values": [
+                            [
+                                0.6128,
+                                1.302504,
+                                2.047821,
+                                2.801921,
+                                3.581444,
+                                4.345621
+                            ],
+                            [
+                                0.615353,
+                                1.302254,
+                                2.043926,
+                                2.808369,
+                                3.567941,
+                                4.337012
+                            ],
+                            [
+                                0.616229,
+                                1.302423,
+                                2.044475,
+                                2.809242,
+                                3.573518,
+                                4.345142
+                            ]
+                        ]
+                    },
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.977816,
+                            8.977816,
+                            14.977816,
+                            20.977816,
+                            26.977816,
+                            32.977816
+                        ],
+                        "values": [
+                            [
+                                2.929433,
+                                3.327515,
+                                3.634366,
+                                3.920121,
+                                4.199477,
+                                4.47561
+                            ],
+                            [
+                                3.065212,
+                                3.463679,
+                                3.77046,
+                                4.056385,
+                                4.33564,
+                                4.611755
+                            ],
+                            [
+                                3.228971,
+                                3.62672,
+                                3.933614,
+                                4.219366,
+                                4.49879,
+                                4.7746
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.977816,
+                            8.977816,
+                            14.977816,
+                            20.977816,
+                            26.977816,
+                            32.977816
+                        ],
+                        "values": [
+                            [
+                                0.570125,
+                                1.058837,
+                                1.530812,
+                                2.017849,
+                                2.519725,
+                                3.025106
+                            ],
+                            [
+                                0.570536,
+                                1.060338,
+                                1.532706,
+                                2.021263,
+                                2.520049,
+                                3.024871
+                            ],
+                            [
+                                0.569054,
+                                1.058913,
+                                1.530973,
+                                2.016841,
+                                2.519314,
+                                3.028196
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "A",
+                    "timing_type": "combinational",
+                    "timing_sense": "positive_unate",
+                    "when": "!IE&OE&!PDRV0&PDRV1&SL",
+                    "sdf_cond": "IE==1'b0&&OE==1'b1&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b1",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.977816,
+                            8.977816,
+                            14.977816,
+                            20.977816,
+                            26.977816,
+                            32.977816
+                        ],
+                        "values": [
+                            [
+                                2.890317,
+                                3.831355,
+                                4.392838,
+                                4.847772,
+                                5.260985,
+                                5.655233
+                            ],
+                            [
+                                2.969159,
+                                3.908264,
+                                4.470903,
+                                4.925408,
+                                5.3386,
+                                5.735254
+                            ],
+                            [
+                                3.003802,
+                                3.942735,
+                                4.507309,
+                                4.96053,
+                                5.374009,
+                                5.76981
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.977816,
+                            8.977816,
+                            14.977816,
+                            20.977816,
+                            26.977816,
+                            32.977816
+                        ],
+                        "values": [
+                            [
+                                1.228092,
+                                2.199841,
+                                2.881771,
+                                3.523028,
+                                4.188354,
+                                4.872601
+                            ],
+                            [
+                                1.224079,
+                                2.201301,
+                                2.877937,
+                                3.524004,
+                                4.190908,
+                                4.862966
+                            ],
+                            [
+                                1.226417,
+                                2.201312,
+                                2.877129,
+                                3.525926,
+                                4.185618,
+                                4.863291
+                            ]
+                        ]
+                    },
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.977816,
+                            8.977816,
+                            14.977816,
+                            20.977816,
+                            26.977816,
+                            32.977816
+                        ],
+                        "values": [
+                            [
+                                2.886488,
+                                3.467413,
+                                4.026152,
+                                4.555825,
+                                5.048495,
+                                5.506505
+                            ],
+                            [
+                                3.022596,
+                                3.603744,
+                                4.162362,
+                                4.692084,
+                                5.184632,
+                                5.642778
+                            ],
+                            [
+                                3.185356,
+                                3.766545,
+                                4.325072,
+                                4.854676,
+                                5.347683,
+                                5.804422
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.977816,
+                            8.977816,
+                            14.977816,
+                            20.977816,
+                            26.977816,
+                            32.977816
+                        ],
+                        "values": [
+                            [
+                                0.633783,
+                                1.662956,
+                                2.555123,
+                                3.314682,
+                                3.98459,
+                                4.599923
+                            ],
+                            [
+                                0.632753,
+                                1.661006,
+                                2.553177,
+                                3.314843,
+                                3.986204,
+                                4.600003
+                            ],
+                            [
+                                0.63283,
+                                1.6606,
+                                2.55462,
+                                3.31626,
+                                3.989459,
+                                4.595839
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "A",
+                    "timing_type": "combinational",
+                    "timing_sense": "positive_unate",
+                    "when": "!IE&OE&PDRV0&!PDRV1&!SL",
+                    "sdf_cond": "IE==1'b0&&OE==1'b1&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b0",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.977816,
+                            8.977816,
+                            14.977816,
+                            20.977816,
+                            26.977816,
+                            32.977816
+                        ],
+                        "values": [
+                            [
+                                2.893525,
+                                3.485969,
+                                4.060071,
+                                4.633099,
+                                5.203499,
+                                5.778837
+                            ],
+                            [
+                                2.971206,
+                                3.563997,
+                                4.137787,
+                                4.71076,
+                                5.282466,
+                                5.854006
+                            ],
+                            [
+                                3.006575,
+                                3.59937,
+                                4.172656,
+                                4.746044,
+                                5.317421,
+                                5.888523
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.977816,
+                            8.977816,
+                            14.977816,
+                            20.977816,
+                            26.977816,
+                            32.977816
+                        ],
+                        "values": [
+                            [
+                                0.775504,
+                                1.867391,
+                                3.005345,
+                                4.158008,
+                                5.32322,
+                                6.488393
+                            ],
+                            [
+                                0.774516,
+                                1.861765,
+                                3.009526,
+                                4.160435,
+                                5.314332,
+                                6.468844
+                            ],
+                            [
+                                0.773972,
+                                1.865259,
+                                3.009667,
+                                4.158874,
+                                5.313114,
+                                6.470612
+                            ]
+                        ]
+                    },
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.977816,
+                            8.977816,
+                            14.977816,
+                            20.977816,
+                            26.977816,
+                            32.977816
+                        ],
+                        "values": [
+                            [
+                                3.042175,
+                                3.544605,
+                                3.972881,
+                                4.388516,
+                                4.800059,
+                                5.211316
+                            ],
+                            [
+                                3.178334,
+                                3.680747,
+                                4.108922,
+                                4.524722,
+                                4.936437,
+                                5.347533
+                            ],
+                            [
+                                3.341558,
+                                3.843673,
+                                4.272407,
+                                4.687911,
+                                5.099539,
+                                5.51037
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.977816,
+                            8.977816,
+                            14.977816,
+                            20.977816,
+                            26.977816,
+                            32.977816
+                        ],
+                        "values": [
+                            [
+                                0.69791,
+                                1.406079,
+                                2.144569,
+                                2.902355,
+                                3.668053,
+                                4.434983
+                            ],
+                            [
+                                0.697513,
+                                1.40501,
+                                2.143644,
+                                2.898715,
+                                3.66695,
+                                4.437161
+                            ],
+                            [
+                                0.697337,
+                                1.409498,
+                                2.141537,
+                                2.89838,
+                                3.667113,
+                                4.440417
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "A",
+                    "timing_type": "combinational",
+                    "timing_sense": "positive_unate",
+                    "when": "!IE&OE&PDRV0&!PDRV1&SL",
+                    "sdf_cond": "IE==1'b0&&OE==1'b1&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b1",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.977816,
+                            8.977816,
+                            14.977816,
+                            20.977816,
+                            26.977816,
+                            32.977816
+                        ],
+                        "values": [
+                            [
+                                3.213049,
+                                4.282549,
+                                4.967001,
+                                5.572643,
+                                6.153436,
+                                6.727317
+                            ],
+                            [
+                                3.291388,
+                                4.363256,
+                                5.045075,
+                                5.651021,
+                                6.231946,
+                                6.805438
+                            ],
+                            [
+                                3.326277,
+                                4.395316,
+                                5.08002,
+                                5.684518,
+                                6.265452,
+                                6.840842
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.977816,
+                            8.977816,
+                            14.977816,
+                            20.977816,
+                            26.977816,
+                            32.977816
+                        ],
+                        "values": [
+                            [
+                                1.557186,
+                                2.722178,
+                                3.694696,
+                                4.702263,
+                                5.763382,
+                                6.837984
+                            ],
+                            [
+                                1.558087,
+                                2.720823,
+                                3.693903,
+                                4.701524,
+                                5.749653,
+                                6.834363
+                            ],
+                            [
+                                1.558105,
+                                2.722548,
+                                3.690669,
+                                4.703966,
+                                5.757436,
+                                6.833187
+                            ]
+                        ]
+                    },
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.977816,
+                            8.977816,
+                            14.977816,
+                            20.977816,
+                            26.977816,
+                            32.977816
+                        ],
+                        "values": [
+                            [
+                                3.028219,
+                                3.883092,
+                                4.685184,
+                                5.403965,
+                                6.045196,
+                                6.625478
+                            ],
+                            [
+                                3.164363,
+                                4.019038,
+                                4.821579,
+                                5.540414,
+                                6.179568,
+                                6.763456
+                            ],
+                            [
+                                3.327473,
+                                4.181811,
+                                4.984393,
+                                5.703328,
+                                6.344971,
+                                6.925924
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.977816,
+                            8.977816,
+                            14.977816,
+                            20.977816,
+                            26.977816,
+                            32.977816
+                        ],
+                        "values": [
+                            [
+                                0.904276,
+                                2.373258,
+                                3.515524,
+                                4.4738,
+                                5.328806,
+                                6.122882
+                            ],
+                            [
+                                0.90428,
+                                2.370929,
+                                3.518404,
+                                4.469089,
+                                5.322857,
+                                6.122066
+                            ],
+                            [
+                                0.904246,
+                                2.374572,
+                                3.515864,
+                                4.478899,
+                                5.325858,
+                                6.12203
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "A",
+                    "timing_type": "combinational",
+                    "timing_sense": "positive_unate",
+                    "when": "!IE&OE&PDRV0&PDRV1&!SL",
+                    "sdf_cond": "IE==1'b0&&OE==1'b1&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b0",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.977816,
+                            8.977816,
+                            14.977816,
+                            20.977816,
+                            26.977816,
+                            32.977816
+                        ],
+                        "values": [
+                            [
+                                2.700941,
+                                3.038145,
+                                3.332055,
+                                3.620883,
+                                3.907917,
+                                4.193942
+                            ],
+                            [
+                                2.778622,
+                                3.116259,
+                                3.410648,
+                                3.699816,
+                                3.985833,
+                                4.271937
+                            ],
+                            [
+                                2.813358,
+                                3.150991,
+                                3.444979,
+                                3.733676,
+                                4.020684,
+                                4.306744
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.977816,
+                            8.977816,
+                            14.977816,
+                            20.977816,
+                            26.977816,
+                            32.977816
+                        ],
+                        "values": [
+                            [
+                                0.548911,
+                                1.033029,
+                                1.576099,
+                                2.137855,
+                                2.708118,
+                                3.281556
+                            ],
+                            [
+                                0.547775,
+                                1.032381,
+                                1.575449,
+                                2.139526,
+                                2.707719,
+                                3.280815
+                            ],
+                            [
+                                0.547697,
+                                1.032814,
+                                1.575659,
+                                2.137972,
+                                2.708321,
+                                3.282092
+                            ]
+                        ]
+                    },
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.977816,
+                            8.977816,
+                            14.977816,
+                            20.977816,
+                            26.977816,
+                            32.977816
+                        ],
+                        "values": [
+                            [
+                                2.848521,
+                                3.201331,
+                                3.450159,
+                                3.674784,
+                                3.889414,
+                                4.09965
+                            ],
+                            [
+                                2.984654,
+                                3.337365,
+                                3.58631,
+                                3.810853,
+                                4.025469,
+                                4.235708
+                            ],
+                            [
+                                3.147653,
+                                3.500133,
+                                3.749351,
+                                3.973916,
+                                4.188528,
+                                4.398726
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.977816,
+                            8.977816,
+                            14.977816,
+                            20.977816,
+                            26.977816,
+                            32.977816
+                        ],
+                        "values": [
+                            [
+                                0.493347,
+                                0.8889,
+                                1.240057,
+                                1.597268,
+                                1.962511,
+                                2.333326
+                            ],
+                            [
+                                0.49327,
+                                0.8887,
+                                1.241412,
+                                1.596662,
+                                1.958957,
+                                2.326665
+                            ],
+                            [
+                                0.493254,
+                                0.888227,
+                                1.241199,
+                                1.59622,
+                                1.959309,
+                                2.326118
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "A",
+                    "timing_type": "combinational",
+                    "timing_sense": "positive_unate",
+                    "when": "!IE&OE&PDRV0&PDRV1&SL",
+                    "sdf_cond": "IE==1'b0&&OE==1'b1&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b1",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.977816,
+                            8.977816,
+                            14.977816,
+                            20.977816,
+                            26.977816,
+                            32.977816
+                        ],
+                        "values": [
+                            [
+                                2.72322,
+                                3.541762,
+                                4.058472,
+                                4.450972,
+                                4.789829,
+                                5.104576
+                            ],
+                            [
+                                2.801673,
+                                3.619987,
+                                4.136168,
+                                4.527625,
+                                4.867539,
+                                5.182542
+                            ],
+                            [
+                                2.836348,
+                                3.654731,
+                                4.170998,
+                                4.563166,
+                                4.90228,
+                                5.21732
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.977816,
+                            8.977816,
+                            14.977816,
+                            20.977816,
+                            26.977816,
+                            32.977816
+                        ],
+                        "values": [
+                            [
+                                0.995065,
+                                1.900607,
+                                2.46207,
+                                2.956551,
+                                3.441947,
+                                3.929606
+                            ],
+                            [
+                                0.99501,
+                                1.900783,
+                                2.46183,
+                                2.95506,
+                                3.439988,
+                                3.931017
+                            ],
+                            [
+                                0.994986,
+                                1.900723,
+                                2.461819,
+                                2.954808,
+                                3.439415,
+                                3.931657
+                            ]
+                        ]
+                    },
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.977816,
+                            8.977816,
+                            14.977816,
+                            20.977816,
+                            26.977816,
+                            32.977816
+                        ],
+                        "values": [
+                            [
+                                2.806491,
+                                3.253023,
+                                3.678587,
+                                4.091451,
+                                4.486381,
+                                4.859751
+                            ],
+                            [
+                                2.942624,
+                                3.388954,
+                                3.814673,
+                                4.227688,
+                                4.622285,
+                                4.995529
+                            ],
+                            [
+                                3.105358,
+                                3.551575,
+                                3.977226,
+                                4.39045,
+                                4.785114,
+                                5.159262
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.977816,
+                            8.977816,
+                            14.977816,
+                            20.977816,
+                            26.977816,
+                            32.977816
+                        ],
+                        "values": [
+                            [
+                                0.500566,
+                                1.276489,
+                                2.003372,
+                                2.634777,
+                                3.201187,
+                                3.714057
+                            ],
+                            [
+                                0.500591,
+                                1.274755,
+                                2.004577,
+                                2.63824,
+                                3.201242,
+                                3.711676
+                            ],
+                            [
+                                0.50093,
+                                1.276071,
+                                2.003639,
+                                2.638799,
+                                3.200871,
+                                3.708398
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "A&!IE&!PDRV0&!PDRV1&!SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b0",
+                    "timing_type": "three_state_enable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.977816,
+                            8.977816,
+                            14.977816,
+                            20.977816,
+                            26.977816,
+                            32.977816
+                        ],
+                        "values": [
+                            [
+                                2.793777,
+                                3.940844,
+                                5.082526,
+                                6.225856,
+                                7.368722,
+                                8.515762
+                            ],
+                            [
+                                2.83819,
+                                3.984405,
+                                5.127073,
+                                6.270252,
+                                7.411685,
+                                8.554523
+                            ],
+                            [
+                                2.862421,
+                                4.007766,
+                                5.151265,
+                                6.294408,
+                                7.437843,
+                                8.578687
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.977816,
+                            8.977816,
+                            14.977816,
+                            20.977816,
+                            26.977816,
+                            32.977816
+                        ],
+                        "values": [
+                            [
+                                1.345229,
+                                3.610226,
+                                5.937367,
+                                8.26611,
+                                10.59172,
+                                12.88715
+                            ],
+                            [
+                                1.34614,
+                                3.615205,
+                                5.947111,
+                                8.267373,
+                                10.57636,
+                                12.89442
+                            ],
+                            [
+                                1.346083,
+                                3.614375,
+                                5.921734,
+                                8.263881,
+                                10.58955,
+                                12.91547
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "A&!IE&!PDRV0&!PDRV1&SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b1",
+                    "timing_type": "three_state_enable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.977816,
+                            8.977816,
+                            14.977816,
+                            20.977816,
+                            26.977816,
+                            32.977816
+                        ],
+                        "values": [
+                            [
+                                3.449518,
+                                4.87578,
+                                6.042923,
+                                7.186503,
+                                8.329278,
+                                9.471555
+                            ],
+                            [
+                                3.494349,
+                                4.921055,
+                                6.085987,
+                                7.229922,
+                                8.373932,
+                                9.516039
+                            ],
+                            [
+                                3.518386,
+                                4.944924,
+                                6.11042,
+                                7.254752,
+                                8.397377,
+                                9.538645
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.977816,
+                            8.977816,
+                            14.977816,
+                            20.977816,
+                            26.977816,
+                            32.977816
+                        ],
+                        "values": [
+                            [
+                                2.275587,
+                                4.262769,
+                                6.340457,
+                                8.529192,
+                                10.7902,
+                                13.07052
+                            ],
+                            [
+                                2.277054,
+                                4.256416,
+                                6.336426,
+                                8.526261,
+                                10.80978,
+                                13.06016
+                            ],
+                            [
+                                2.277763,
+                                4.261512,
+                                6.338284,
+                                8.537193,
+                                10.7872,
+                                13.07146
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "A&!IE&!PDRV0&PDRV1&!SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b0",
+                    "timing_type": "three_state_enable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.977816,
+                            8.977816,
+                            14.977816,
+                            20.977816,
+                            26.977816,
+                            32.977816
+                        ],
+                        "values": [
+                            [
+                                2.402015,
+                                2.817528,
+                                3.20165,
+                                3.582667,
+                                3.963765,
+                                4.344034
+                            ],
+                            [
+                                2.461136,
+                                2.876694,
+                                3.260562,
+                                3.642185,
+                                4.022599,
+                                4.403975
+                            ],
+                            [
+                                2.491641,
+                                2.907935,
+                                3.291555,
+                                3.672214,
+                                4.053713,
+                                4.434377
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.977816,
+                            8.977816,
+                            14.977816,
+                            20.977816,
+                            26.977816,
+                            32.977816
+                        ],
+                        "values": [
+                            [
+                                0.661975,
+                                1.321493,
+                                2.056546,
+                                2.805905,
+                                3.57597,
+                                4.346004
+                            ],
+                            [
+                                0.663031,
+                                1.321734,
+                                2.054112,
+                                2.813788,
+                                3.577941,
+                                4.346774
+                            ],
+                            [
+                                0.663841,
+                                1.32176,
+                                2.053158,
+                                2.810911,
+                                3.576019,
+                                4.345096
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "A&!IE&!PDRV0&PDRV1&SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b1",
+                    "timing_type": "three_state_enable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.977816,
+                            8.977816,
+                            14.977816,
+                            20.977816,
+                            26.977816,
+                            32.977816
+                        ],
+                        "values": [
+                            [
+                                2.506788,
+                                3.454254,
+                                4.022353,
+                                4.480378,
+                                4.894568,
+                                5.290097
+                            ],
+                            [
+                                2.567603,
+                                3.513095,
+                                4.081978,
+                                4.540108,
+                                4.954444,
+                                5.350012
+                            ],
+                            [
+                                2.598447,
+                                3.544477,
+                                4.115502,
+                                4.571179,
+                                4.985712,
+                                5.382081
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.977816,
+                            8.977816,
+                            14.977816,
+                            20.977816,
+                            26.977816,
+                            32.977816
+                        ],
+                        "values": [
+                            [
+                                1.237202,
+                                2.246364,
+                                2.93108,
+                                3.57709,
+                                4.225648,
+                                4.897443
+                            ],
+                            [
+                                1.23733,
+                                2.245088,
+                                2.931358,
+                                3.57732,
+                                4.225539,
+                                4.896864
+                            ],
+                            [
+                                1.237009,
+                                2.242554,
+                                2.933647,
+                                3.575301,
+                                4.228436,
+                                4.905161
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "A&!IE&PDRV0&!PDRV1&!SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b0",
+                    "timing_type": "three_state_enable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.977816,
+                            8.977816,
+                            14.977816,
+                            20.977816,
+                            26.977816,
+                            32.977816
+                        ],
+                        "values": [
+                            [
+                                2.466652,
+                                3.054104,
+                                3.626123,
+                                4.196516,
+                                4.767454,
+                                5.338724
+                            ],
+                            [
+                                2.51064,
+                                3.097723,
+                                3.67054,
+                                4.240395,
+                                4.812399,
+                                5.38337
+                            ],
+                            [
+                                2.534601,
+                                3.121509,
+                                3.694644,
+                                4.264474,
+                                4.836541,
+                                5.407452
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.977816,
+                            8.977816,
+                            14.977816,
+                            20.977816,
+                            26.977816,
+                            32.977816
+                        ],
+                        "values": [
+                            [
+                                0.805617,
+                                1.875429,
+                                3.007987,
+                                4.161017,
+                                5.324983,
+                                6.48437
+                            ],
+                            [
+                                0.805939,
+                                1.873911,
+                                3.007338,
+                                4.16254,
+                                5.318796,
+                                6.487763
+                            ],
+                            [
+                                0.804206,
+                                1.871679,
+                                3.008627,
+                                4.161414,
+                                5.319384,
+                                6.487989
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "A&!IE&PDRV0&!PDRV1&SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b1",
+                    "timing_type": "three_state_enable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.977816,
+                            8.977816,
+                            14.977816,
+                            20.977816,
+                            26.977816,
+                            32.977816
+                        ],
+                        "values": [
+                            [
+                                2.759051,
+                                3.84487,
+                                4.534922,
+                                5.140984,
+                                5.721573,
+                                6.295494
+                            ],
+                            [
+                                2.803371,
+                                3.892037,
+                                4.578909,
+                                5.184293,
+                                5.765341,
+                                6.3403
+                            ],
+                            [
+                                2.827834,
+                                3.917291,
+                                4.603371,
+                                5.208789,
+                                5.78976,
+                                6.364686
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.977816,
+                            8.977816,
+                            14.977816,
+                            20.977816,
+                            26.977816,
+                            32.977816
+                        ],
+                        "values": [
+                            [
+                                1.583383,
+                                2.773299,
+                                3.745406,
+                                4.738303,
+                                5.777323,
+                                6.853758
+                            ],
+                            [
+                                1.586257,
+                                2.774791,
+                                3.742015,
+                                4.736348,
+                                5.78408,
+                                6.845587
+                            ],
+                            [
+                                1.586177,
+                                2.773002,
+                                3.738957,
+                                4.739682,
+                                5.781571,
+                                6.856209
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "A&!IE&PDRV0&PDRV1&!SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b0",
+                    "timing_type": "three_state_enable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.977816,
+                            8.977816,
+                            14.977816,
+                            20.977816,
+                            26.977816,
+                            32.977816
+                        ],
+                        "values": [
+                            [
+                                2.30748,
+                                2.647591,
+                                2.939374,
+                                3.226234,
+                                3.512709,
+                                3.79841
+                            ],
+                            [
+                                2.362465,
+                                2.704252,
+                                2.995831,
+                                3.282624,
+                                3.569413,
+                                3.855107
+                            ],
+                            [
+                                2.391655,
+                                2.734251,
+                                3.026226,
+                                3.313222,
+                                3.599531,
+                                3.885095
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.977816,
+                            8.977816,
+                            14.977816,
+                            20.977816,
+                            26.977816,
+                            32.977816
+                        ],
+                        "values": [
+                            [
+                                0.607444,
+                                1.06312,
+                                1.591327,
+                                2.146771,
+                                2.715639,
+                                3.286206
+                            ],
+                            [
+                                0.607112,
+                                1.067398,
+                                1.594589,
+                                2.148726,
+                                2.713965,
+                                3.283378
+                            ],
+                            [
+                                0.607078,
+                                1.067406,
+                                1.595327,
+                                2.14651,
+                                2.717038,
+                                3.288159
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "A&!IE&PDRV0&PDRV1&SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b1",
+                    "timing_type": "three_state_enable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.977816,
+                            8.977816,
+                            14.977816,
+                            20.977816,
+                            26.977816,
+                            32.977816
+                        ],
+                        "values": [
+                            [
+                                2.319611,
+                                3.132669,
+                                3.658727,
+                                4.051873,
+                                4.394566,
+                                4.71071
+                            ],
+                            [
+                                2.376288,
+                                3.188723,
+                                3.714557,
+                                4.110399,
+                                4.452152,
+                                4.768879
+                            ],
+                            [
+                                2.406905,
+                                3.218417,
+                                3.745408,
+                                4.140909,
+                                4.482466,
+                                4.799125
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.977816,
+                            8.977816,
+                            14.977816,
+                            20.977816,
+                            26.977816,
+                            32.977816
+                        ],
+                        "values": [
+                            [
+                                1.007336,
+                                1.937569,
+                                2.511145,
+                                3.006604,
+                                3.492192,
+                                3.977419
+                            ],
+                            [
+                                1.00939,
+                                1.935235,
+                                2.510673,
+                                3.009395,
+                                3.491177,
+                                3.973281
+                            ],
+                            [
+                                1.00974,
+                                1.936117,
+                                2.511145,
+                                3.008086,
+                                3.491516,
+                                3.972661
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "!A&!IE&!PDRV0&!PDRV1&!SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b0",
+                    "timing_type": "three_state_enable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.977816,
+                            8.977816,
+                            14.977816,
+                            20.977816,
+                            26.977816,
+                            32.977816
+                        ],
+                        "values": [
+                            [
+                                2.128053,
+                                2.992474,
+                                3.81625,
+                                4.637625,
+                                5.458239,
+                                6.27948
+                            ],
+                            [
+                                2.204225,
+                                3.069132,
+                                3.892796,
+                                4.713255,
+                                5.535175,
+                                6.356163
+                            ],
+                            [
+                                2.24312,
+                                3.107907,
+                                3.931518,
+                                4.752234,
+                                5.573836,
+                                6.394091
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.977816,
+                            8.977816,
+                            14.977816,
+                            20.977816,
+                            26.977816,
+                            32.977816
+                        ],
+                        "values": [
+                            [
+                                1.084549,
+                                2.541581,
+                                4.072047,
+                                5.626411,
+                                7.18945,
+                                8.752283
+                            ],
+                            [
+                                1.085509,
+                                2.542961,
+                                4.072928,
+                                5.613402,
+                                7.183476,
+                                8.748142
+                            ],
+                            [
+                                1.085456,
+                                2.543243,
+                                4.073103,
+                                5.619583,
+                                7.172832,
+                                8.746882
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "!A&!IE&!PDRV0&!PDRV1&SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b1",
+                    "timing_type": "three_state_enable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.977816,
+                            8.977816,
+                            14.977816,
+                            20.977816,
+                            26.977816,
+                            32.977816
+                        ],
+                        "values": [
+                            [
+                                2.27086,
+                                3.869623,
+                                5.169941,
+                                6.261005,
+                                7.242766,
+                                8.156825
+                            ],
+                            [
+                                2.347476,
+                                3.946295,
+                                5.246549,
+                                6.337736,
+                                7.31951,
+                                8.233583
+                            ],
+                            [
+                                2.385758,
+                                3.984249,
+                                5.285661,
+                                6.376544,
+                                7.35343,
+                                8.272432
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.977816,
+                            8.977816,
+                            14.977816,
+                            20.977816,
+                            26.977816,
+                            32.977816
+                        ],
+                        "values": [
+                            [
+                                1.726032,
+                                4.073374,
+                                5.799238,
+                                7.340867,
+                                8.820966,
+                                10.27097
+                            ],
+                            [
+                                1.725867,
+                                4.073451,
+                                5.799225,
+                                7.341729,
+                                8.820374,
+                                10.27024
+                            ],
+                            [
+                                1.727057,
+                                4.076543,
+                                5.801236,
+                                7.349744,
+                                8.819346,
+                                10.26667
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "!A&!IE&!PDRV0&PDRV1&!SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b0",
+                    "timing_type": "three_state_enable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.977816,
+                            8.977816,
+                            14.977816,
+                            20.977816,
+                            26.977816,
+                            32.977816
+                        ],
+                        "values": [
+                            [
+                                1.828632,
+                                2.24133,
+                                2.550667,
+                                2.837455,
+                                3.116027,
+                                3.392292
+                            ],
+                            [
+                                1.905151,
+                                2.317893,
+                                2.62721,
+                                2.913994,
+                                3.192553,
+                                3.468901
+                            ],
+                            [
+                                1.943907,
+                                2.356684,
+                                2.666005,
+                                2.952789,
+                                3.23139,
+                                3.507723
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.977816,
+                            8.977816,
+                            14.977816,
+                            20.977816,
+                            26.977816,
+                            32.977816
+                        ],
+                        "values": [
+                            [
+                                0.602778,
+                                1.098225,
+                                1.567065,
+                                2.047624,
+                                2.534319,
+                                3.038465
+                            ],
+                            [
+                                0.602938,
+                                1.097868,
+                                1.567058,
+                                2.047711,
+                                2.535284,
+                                3.0391
+                            ],
+                            [
+                                0.602969,
+                                1.097788,
+                                1.567057,
+                                2.047774,
+                                2.535613,
+                                3.039317
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "!A&!IE&!PDRV0&PDRV1&SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b1",
+                    "timing_type": "three_state_enable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.977816,
+                            8.977816,
+                            14.977816,
+                            20.977816,
+                            26.977816,
+                            32.977816
+                        ],
+                        "values": [
+                            [
+                                1.796798,
+                                2.369279,
+                                2.923291,
+                                3.452892,
+                                3.947465,
+                                4.407384
+                            ],
+                            [
+                                1.873388,
+                                2.445824,
+                                2.999821,
+                                3.529436,
+                                4.023756,
+                                4.483788
+                            ],
+                            [
+                                1.912112,
+                                2.484609,
+                                3.03862,
+                                3.568235,
+                                4.062831,
+                                4.522746
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.977816,
+                            8.977816,
+                            14.977816,
+                            20.977816,
+                            26.977816,
+                            32.977816
+                        ],
+                        "values": [
+                            [
+                                0.665286,
+                                1.66786,
+                                2.561154,
+                                3.328192,
+                                4.000231,
+                                4.615166
+                            ],
+                            [
+                                0.664653,
+                                1.669279,
+                                2.561891,
+                                3.328251,
+                                4.001642,
+                                4.615397
+                            ],
+                            [
+                                0.665738,
+                                1.667741,
+                                2.561156,
+                                3.32824,
+                                4.000179,
+                                4.615231
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "!A&!IE&PDRV0&!PDRV1&!SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b0",
+                    "timing_type": "three_state_enable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.977816,
+                            8.977816,
+                            14.977816,
+                            20.977816,
+                            26.977816,
+                            32.977816
+                        ],
+                        "values": [
+                            [
+                                1.832568,
+                                2.337702,
+                                2.765632,
+                                3.180839,
+                                3.592472,
+                                4.003532
+                            ],
+                            [
+                                1.909685,
+                                2.414706,
+                                2.842711,
+                                3.257962,
+                                3.669286,
+                                4.080529
+                            ],
+                            [
+                                1.947933,
+                                2.452976,
+                                2.8809,
+                                3.296098,
+                                3.707768,
+                                4.118816
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.977816,
+                            8.977816,
+                            14.977816,
+                            20.977816,
+                            26.977816,
+                            32.977816
+                        ],
+                        "values": [
+                            [
+                                0.730839,
+                                1.430085,
+                                2.151133,
+                                2.908439,
+                                3.669971,
+                                4.436867
+                            ],
+                            [
+                                0.730879,
+                                1.428288,
+                                2.154734,
+                                2.908225,
+                                3.667225,
+                                4.439218
+                            ],
+                            [
+                                0.732075,
+                                1.430122,
+                                2.151058,
+                                2.908252,
+                                3.670076,
+                                4.436898
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "!A&!IE&PDRV0&!PDRV1&SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b1",
+                    "timing_type": "three_state_enable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.977816,
+                            8.977816,
+                            14.977816,
+                            20.977816,
+                            26.977816,
+                            32.977816
+                        ],
+                        "values": [
+                            [
+                                1.810009,
+                                2.655837,
+                                3.459408,
+                                4.179739,
+                                4.823935,
+                                5.408284
+                            ],
+                            [
+                                1.887186,
+                                2.732984,
+                                3.53564,
+                                4.257818,
+                                4.901635,
+                                5.485187
+                            ],
+                            [
+                                1.925253,
+                                2.770848,
+                                3.574089,
+                                4.296505,
+                                4.940603,
+                                5.525349
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.977816,
+                            8.977816,
+                            14.977816,
+                            20.977816,
+                            26.977816,
+                            32.977816
+                        ],
+                        "values": [
+                            [
+                                0.912511,
+                                2.378837,
+                                3.52679,
+                                4.489932,
+                                5.349244,
+                                6.151197
+                            ],
+                            [
+                                0.911534,
+                                2.378158,
+                                3.532684,
+                                4.494985,
+                                5.34441,
+                                6.1424
+                            ],
+                            [
+                                0.912485,
+                                2.382329,
+                                3.533037,
+                                4.487118,
+                                5.345805,
+                                6.148095
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "!A&!IE&PDRV0&PDRV1&!SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b0",
+                    "timing_type": "three_state_enable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.977816,
+                            8.977816,
+                            14.977816,
+                            20.977816,
+                            26.977816,
+                            32.977816
+                        ],
+                        "values": [
+                            [
+                                1.707927,
+                                2.069783,
+                                2.324033,
+                                2.549884,
+                                2.765212,
+                                2.975555
+                            ],
+                            [
+                                1.784444,
+                                2.146726,
+                                2.400572,
+                                2.626473,
+                                2.84193,
+                                3.052337
+                            ],
+                            [
+                                1.823181,
+                                2.185095,
+                                2.439134,
+                                2.665255,
+                                2.880509,
+                                3.091153
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.977816,
+                            8.977816,
+                            14.977816,
+                            20.977816,
+                            26.977816,
+                            32.977816
+                        ],
+                        "values": [
+                            [
+                                0.532559,
+                                0.923995,
+                                1.275614,
+                                1.627493,
+                                1.987923,
+                                2.35132
+                            ],
+                            [
+                                0.531729,
+                                0.924373,
+                                1.275813,
+                                1.626921,
+                                1.988177,
+                                2.355142
+                            ],
+                            [
+                                0.531822,
+                                0.924759,
+                                1.274871,
+                                1.627713,
+                                1.986726,
+                                2.350752
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "!A&!IE&PDRV0&PDRV1&SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b1",
+                    "timing_type": "three_state_enable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.977816,
+                            8.977816,
+                            14.977816,
+                            20.977816,
+                            26.977816,
+                            32.977816
+                        ],
+                        "values": [
+                            [
+                                1.67486,
+                                2.115485,
+                                2.536239,
+                                2.948823,
+                                3.344655,
+                                3.720023
+                            ],
+                            [
+                                1.751655,
+                                2.19212,
+                                2.613471,
+                                3.025407,
+                                3.421643,
+                                3.797603
+                            ],
+                            [
+                                1.790538,
+                                2.230964,
+                                2.652118,
+                                3.064197,
+                                3.460342,
+                                3.836412
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.977816,
+                            8.977816,
+                            14.977816,
+                            20.977816,
+                            26.977816,
+                            32.977816
+                        ],
+                        "values": [
+                            [
+                                0.546509,
+                                1.292431,
+                                2.018611,
+                                2.65491,
+                                3.221854,
+                                3.733439
+                            ],
+                            [
+                                0.545987,
+                                1.294536,
+                                2.016902,
+                                2.654538,
+                                3.220334,
+                                3.731635
+                            ],
+                            [
+                                0.547895,
+                                1.29219,
+                                2.015979,
+                                2.651611,
+                                3.216479,
+                                3.730269
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "!A&!IE&!PDRV0&!PDRV1&!SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b0",
+                    "timing_type": "three_state_disable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.977816,
+                            8.977816,
+                            14.977816,
+                            20.977816,
+                            26.977816,
+                            32.977816
+                        ],
+                        "values": [
+                            [
+                                1.249743,
+                                1.249744,
+                                1.249745,
+                                1.249746,
+                                1.249747,
+                                1.249748
+                            ],
+                            [
+                                1.382606,
+                                1.382607,
+                                1.382608,
+                                1.382609,
+                                1.38261,
+                                1.382611
+                            ],
+                            [
+                                1.546478,
+                                1.546479,
+                                1.54648,
+                                1.546481,
+                                1.546482,
+                                1.546483
+                            ]
+                        ]
+                    },
+                    "rise_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "!A&!IE&!PDRV0&!PDRV1&SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b1",
+                    "timing_type": "three_state_disable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.977816,
+                            8.977816,
+                            14.977816,
+                            20.977816,
+                            26.977816,
+                            32.977816
+                        ],
+                        "values": [
+                            [
+                                1.234875,
+                                1.235531,
+                                1.235532,
+                                1.235533,
+                                1.235534,
+                                1.235535
+                            ],
+                            [
+                                1.37358,
+                                1.373581,
+                                1.373582,
+                                1.373583,
+                                1.373584,
+                                1.373585
+                            ],
+                            [
+                                1.53387,
+                                1.533871,
+                                1.533872,
+                                1.533873,
+                                1.533874,
+                                1.533875
+                            ]
+                        ]
+                    },
+                    "rise_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "!A&!IE&!PDRV0&PDRV1&!SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b0",
+                    "timing_type": "three_state_disable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.977816,
+                            8.977816,
+                            14.977816,
+                            20.977816,
+                            26.977816,
+                            32.977816
+                        ],
+                        "values": [
+                            [
+                                1.364481,
+                                1.364482,
+                                1.364483,
+                                1.364484,
+                                1.364485,
+                                1.364486
+                            ],
+                            [
+                                1.497336,
+                                1.497337,
+                                1.497338,
+                                1.497339,
+                                1.49734,
+                                1.497341
+                            ],
+                            [
+                                1.66232,
+                                1.662321,
+                                1.662438,
+                                1.662439,
+                                1.66244,
+                                1.662441
+                            ]
+                        ]
+                    },
+                    "rise_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "!A&!IE&!PDRV0&PDRV1&SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b1",
+                    "timing_type": "three_state_disable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.977816,
+                            8.977816,
+                            14.977816,
+                            20.977816,
+                            26.977816,
+                            32.977816
+                        ],
+                        "values": [
+                            [
+                                1.357694,
+                                1.357695,
+                                1.357696,
+                                1.357697,
+                                1.357698,
+                                1.357699
+                            ],
+                            [
+                                1.49003,
+                                1.490031,
+                                1.490032,
+                                1.490033,
+                                1.490034,
+                                1.490035
+                            ],
+                            [
+                                1.654385,
+                                1.654386,
+                                1.654387,
+                                1.654388,
+                                1.654389,
+                                1.65439
+                            ]
+                        ]
+                    },
+                    "rise_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "!A&!IE&PDRV0&!PDRV1&!SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b0",
+                    "timing_type": "three_state_disable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.977816,
+                            8.977816,
+                            14.977816,
+                            20.977816,
+                            26.977816,
+                            32.977816
+                        ],
+                        "values": [
+                            [
+                                1.239672,
+                                1.239673,
+                                1.239674,
+                                1.239675,
+                                1.239676,
+                                1.239677
+                            ],
+                            [
+                                1.369165,
+                                1.369166,
+                                1.369167,
+                                1.369168,
+                                1.369169,
+                                1.36917
+                            ],
+                            [
+                                1.538897,
+                                1.538898,
+                                1.538899,
+                                1.5389,
+                                1.538901,
+                                1.538902
+                            ]
+                        ]
+                    },
+                    "rise_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "!A&!IE&PDRV0&!PDRV1&SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b1",
+                    "timing_type": "three_state_disable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.977816,
+                            8.977816,
+                            14.977816,
+                            20.977816,
+                            26.977816,
+                            32.977816
+                        ],
+                        "values": [
+                            [
+                                1.228603,
+                                1.228604,
+                                1.228605,
+                                1.228606,
+                                1.228607,
+                                1.228608
+                            ],
+                            [
+                                1.363315,
+                                1.363316,
+                                1.363317,
+                                1.363318,
+                                1.363319,
+                                1.36332
+                            ],
+                            [
+                                1.528212,
+                                1.528213,
+                                1.528214,
+                                1.528215,
+                                1.528216,
+                                1.528217
+                            ]
+                        ]
+                    },
+                    "rise_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "!A&!IE&PDRV0&PDRV1&!SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b0",
+                    "timing_type": "three_state_disable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.977816,
+                            8.977816,
+                            14.977816,
+                            20.977816,
+                            26.977816,
+                            32.977816
+                        ],
+                        "values": [
+                            [
+                                1.341984,
+                                1.341985,
+                                1.341986,
+                                1.341987,
+                                1.341988,
+                                1.341989
+                            ],
+                            [
+                                1.475453,
+                                1.475454,
+                                1.475455,
+                                1.475456,
+                                1.475457,
+                                1.475458
+                            ],
+                            [
+                                1.640628,
+                                1.640629,
+                                1.641926,
+                                1.641927,
+                                1.641928,
+                                1.641929
+                            ]
+                        ]
+                    },
+                    "rise_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "!A&!IE&PDRV0&PDRV1&SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b1",
+                    "timing_type": "three_state_disable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.977816,
+                            8.977816,
+                            14.977816,
+                            20.977816,
+                            26.977816,
+                            32.977816
+                        ],
+                        "values": [
+                            [
+                                1.337061,
+                                1.337062,
+                                1.337063,
+                                1.337064,
+                                1.337065,
+                                1.337066
+                            ],
+                            [
+                                1.46979,
+                                1.469791,
+                                1.469792,
+                                1.469793,
+                                1.469794,
+                                1.469795
+                            ],
+                            [
+                                1.634165,
+                                1.634166,
+                                1.634167,
+                                1.634168,
+                                1.634169,
+                                1.63417
+                            ]
+                        ]
+                    },
+                    "rise_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "A&!IE&!PDRV0&!PDRV1&!SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b0",
+                    "timing_type": "three_state_disable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.977816,
+                            8.977816,
+                            14.977816,
+                            20.977816,
+                            26.977816,
+                            32.977816
+                        ],
+                        "values": [
+                            [
+                                1.483727,
+                                1.483728,
+                                1.483729,
+                                1.48373,
+                                1.483731,
+                                1.483732
+                            ],
+                            [
+                                1.619498,
+                                1.619499,
+                                1.6195,
+                                1.619501,
+                                1.619502,
+                                1.619503
+                            ],
+                            [
+                                1.790267,
+                                1.790268,
+                                1.790269,
+                                1.79027,
+                                1.790271,
+                                1.790272
+                            ]
+                        ]
+                    },
+                    "fall_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "A&!IE&!PDRV0&!PDRV1&SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b1",
+                    "timing_type": "three_state_disable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.977816,
+                            8.977816,
+                            14.977816,
+                            20.977816,
+                            26.977816,
+                            32.977816
+                        ],
+                        "values": [
+                            [
+                                1.486903,
+                                1.486904,
+                                1.486905,
+                                1.486906,
+                                1.486907,
+                                1.486908
+                            ],
+                            [
+                                1.621994,
+                                1.621995,
+                                1.621996,
+                                1.621997,
+                                1.621998,
+                                1.621999
+                            ],
+                            [
+                                1.790771,
+                                1.790772,
+                                1.790773,
+                                1.790774,
+                                1.790775,
+                                1.790776
+                            ]
+                        ]
+                    },
+                    "fall_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "A&!IE&!PDRV0&PDRV1&!SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b0",
+                    "timing_type": "three_state_disable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.977816,
+                            8.977816,
+                            14.977816,
+                            20.977816,
+                            26.977816,
+                            32.977816
+                        ],
+                        "values": [
+                            [
+                                1.701908,
+                                1.701909,
+                                1.70191,
+                                1.701911,
+                                1.701912,
+                                1.701913
+                            ],
+                            [
+                                1.837461,
+                                1.837462,
+                                1.837463,
+                                1.837464,
+                                1.837465,
+                                1.837466
+                            ],
+                            [
+                                2.007692,
+                                2.007693,
+                                2.007694,
+                                2.007695,
+                                2.007696,
+                                2.007697
+                            ]
+                        ]
+                    },
+                    "fall_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "A&!IE&!PDRV0&PDRV1&SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b1",
+                    "timing_type": "three_state_disable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.977816,
+                            8.977816,
+                            14.977816,
+                            20.977816,
+                            26.977816,
+                            32.977816
+                        ],
+                        "values": [
+                            [
+                                1.702619,
+                                1.70262,
+                                1.702621,
+                                1.702622,
+                                1.702623,
+                                1.702624
+                            ],
+                            [
+                                1.838581,
+                                1.838582,
+                                1.838583,
+                                1.838584,
+                                1.838585,
+                                1.838586
+                            ],
+                            [
+                                2.008246,
+                                2.008247,
+                                2.008248,
+                                2.008249,
+                                2.00825,
+                                2.008251
+                            ]
+                        ]
+                    },
+                    "fall_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "A&!IE&PDRV0&!PDRV1&!SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b0",
+                    "timing_type": "three_state_disable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.977816,
+                            8.977816,
+                            14.977816,
+                            20.977816,
+                            26.977816,
+                            32.977816
+                        ],
+                        "values": [
+                            [
+                                1.469611,
+                                1.469612,
+                                1.469613,
+                                1.469614,
+                                1.469615,
+                                1.469616
+                            ],
+                            [
+                                1.606753,
+                                1.606754,
+                                1.606755,
+                                1.606756,
+                                1.606757,
+                                1.606758
+                            ],
+                            [
+                                1.775516,
+                                1.775517,
+                                1.775518,
+                                1.775519,
+                                1.77552,
+                                1.775521
+                            ]
+                        ]
+                    },
+                    "fall_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "A&!IE&PDRV0&!PDRV1&SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b1",
+                    "timing_type": "three_state_disable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.977816,
+                            8.977816,
+                            14.977816,
+                            20.977816,
+                            26.977816,
+                            32.977816
+                        ],
+                        "values": [
+                            [
+                                1.474128,
+                                1.474367,
+                                1.474368,
+                                1.474369,
+                                1.47437,
+                                1.474371
+                            ],
+                            [
+                                1.60901,
+                                1.609011,
+                                1.609012,
+                                1.609013,
+                                1.609014,
+                                1.609015
+                            ],
+                            [
+                                1.776733,
+                                1.776734,
+                                1.776735,
+                                1.776736,
+                                1.776737,
+                                1.776738
+                            ]
+                        ]
+                    },
+                    "fall_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "A&!IE&PDRV0&PDRV1&!SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b0",
+                    "timing_type": "three_state_disable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.977816,
+                            8.977816,
+                            14.977816,
+                            20.977816,
+                            26.977816,
+                            32.977816
+                        ],
+                        "values": [
+                            [
+                                1.686819,
+                                1.68682,
+                                1.686821,
+                                1.686822,
+                                1.686823,
+                                1.686824
+                            ],
+                            [
+                                1.824147,
+                                1.824148,
+                                1.824149,
+                                1.82415,
+                                1.824151,
+                                1.824152
+                            ],
+                            [
+                                1.993673,
+                                1.993674,
+                                1.993675,
+                                1.993676,
+                                1.993677,
+                                1.993678
+                            ]
+                        ]
+                    },
+                    "fall_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "A&!IE&PDRV0&PDRV1&SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b1",
+                    "timing_type": "three_state_disable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.977816,
+                            8.977816,
+                            14.977816,
+                            20.977816,
+                            26.977816,
+                            32.977816
+                        ],
+                        "values": [
+                            [
+                                1.685899,
+                                1.6859,
+                                1.685901,
+                                1.685902,
+                                1.685903,
+                                1.685904
+                            ],
+                            [
+                                1.822306,
+                                1.822307,
+                                1.822308,
+                                1.822309,
+                                1.82231,
+                                1.822311
+                            ],
+                            [
+                                1.992403,
+                                1.992404,
+                                1.992405,
+                                1.992406,
+                                1.992407,
+                                1.992408
+                            ]
+                        ]
+                    },
+                    "fall_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                }
+            ]
+        },
+        "pin Y": {
+            "function": "((IE*PAD))",
+            "direction": "output",
+            "max_capacitance": "0.500000",
+            "output_signal_level": "VDD",
+            "internal_power ": [
+                {
+                    "related_pin": "IE",
+                    "when": "!CS&!OE&PAD",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                1.862772,
+                                1.800632,
+                                1.86441,
+                                1.735632,
+                                1.674364,
+                                1.955537
+                            ],
+                            [
+                                1.427199,
+                                1.415787,
+                                1.418529,
+                                1.347284,
+                                1.261023,
+                                1.390354
+                            ],
+                            [
+                                1.426878,
+                                1.319352,
+                                1.395056,
+                                1.363863,
+                                1.301598,
+                                1.370341
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                2.292926,
+                                2.316753,
+                                2.339877,
+                                2.604459,
+                                2.426569,
+                                2.699396
+                            ],
+                            [
+                                1.949125,
+                                2.044847,
+                                1.929772,
+                                2.202473,
+                                2.057346,
+                                2.031809
+                            ],
+                            [
+                                1.916424,
+                                1.96808,
+                                1.949079,
+                                1.994281,
+                                2.022616,
+                                2.177227
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "IE",
+                    "when": "CS&!OE&PAD",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                2.120845,
+                                2.130426,
+                                2.103897,
+                                2.120527,
+                                2.146185,
+                                2.051462
+                            ],
+                            [
+                                1.679346,
+                                1.615417,
+                                1.634408,
+                                1.630507,
+                                1.600713,
+                                1.597973
+                            ],
+                            [
+                                1.686567,
+                                1.601337,
+                                1.666127,
+                                1.547997,
+                                1.554746,
+                                1.725426
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                2.431296,
+                                2.461672,
+                                2.555872,
+                                2.523903,
+                                2.620906,
+                                2.485308
+                            ],
+                            [
+                                2.110332,
+                                2.119186,
+                                2.197651,
+                                2.154544,
+                                2.118869,
+                                2.420736
+                            ],
+                            [
+                                2.054819,
+                                2.176866,
+                                2.16965,
+                                2.020939,
+                                2.21594,
+                                2.091417
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "PAD",
+                    "when": "!CS&IE&!OE",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                1.18194,
+                                1.15819,
+                                1.13959,
+                                1.09361,
+                                1.06685,
+                                1.05816
+                            ],
+                            [
+                                1.46447,
+                                1.4391,
+                                1.41778,
+                                1.37037,
+                                1.34094,
+                                1.33735
+                            ],
+                            [
+                                1.24318,
+                                1.20273,
+                                1.18941,
+                                1.1252,
+                                1.13241,
+                                1.12557
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                1.15383,
+                                1.1833,
+                                1.2358,
+                                1.32458,
+                                1.34755,
+                                1.36544
+                            ],
+                            [
+                                1.41153,
+                                1.4411,
+                                1.49399,
+                                1.58259,
+                                1.60604,
+                                1.62463
+                            ],
+                            [
+                                0.91186,
+                                0.93967,
+                                0.99302,
+                                1.08071,
+                                1.10758,
+                                1.12202
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "PAD",
+                    "when": "CS&IE&!OE",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                1.51894,
+                                1.49588,
+                                1.47764,
+                                1.43689,
+                                1.42547,
+                                1.39885
+                            ],
+                            [
+                                1.86409,
+                                1.84232,
+                                1.82526,
+                                1.77594,
+                                1.75905,
+                                1.74314
+                            ],
+                            [
+                                1.6984,
+                                1.67388,
+                                1.65691,
+                                1.6083,
+                                1.58673,
+                                1.57247
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                1.81306,
+                                1.85043,
+                                1.92496,
+                                2.08899,
+                                2.1418,
+                                2.18085
+                            ],
+                            [
+                                2.07883,
+                                2.11677,
+                                2.19241,
+                                2.35709,
+                                2.41167,
+                                2.45061
+                            ],
+                            [
+                                1.41581,
+                                1.45479,
+                                1.5299,
+                                1.69657,
+                                1.7503,
+                                1.79195
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "IE",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                1.991809,
+                                1.965529,
+                                1.984153,
+                                1.928079,
+                                1.910274,
+                                2.0035
+                            ],
+                            [
+                                1.553273,
+                                1.515602,
+                                1.526469,
+                                1.488895,
+                                1.430868,
+                                1.494163
+                            ],
+                            [
+                                1.556723,
+                                1.460345,
+                                1.530591,
+                                1.45593,
+                                1.428172,
+                                1.547883
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                2.362111,
+                                2.389213,
+                                2.447875,
+                                2.564181,
+                                2.523738,
+                                2.592352
+                            ],
+                            [
+                                2.029729,
+                                2.082016,
+                                2.063712,
+                                2.178508,
+                                2.088108,
+                                2.226273
+                            ],
+                            [
+                                1.985622,
+                                2.072473,
+                                2.059365,
+                                2.00761,
+                                2.119278,
+                                2.134322
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "PAD",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                1.35044,
+                                1.327035,
+                                1.308615,
+                                1.26525,
+                                1.24616,
+                                1.228505
+                            ],
+                            [
+                                1.66428,
+                                1.64071,
+                                1.62152,
+                                1.573155,
+                                1.549995,
+                                1.540245
+                            ],
+                            [
+                                1.47079,
+                                1.438305,
+                                1.42316,
+                                1.36675,
+                                1.35957,
+                                1.34902
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                1.483445,
+                                1.516865,
+                                1.58038,
+                                1.706785,
+                                1.744675,
+                                1.773145
+                            ],
+                            [
+                                1.74518,
+                                1.778935,
+                                1.8432,
+                                1.96984,
+                                2.008855,
+                                2.03762
+                            ],
+                            [
+                                1.163835,
+                                1.19723,
+                                1.26146,
+                                1.38864,
+                                1.42894,
+                                1.456985
+                            ]
+                        ]
+                    }
+                }
+            ],
+            "timing ": [
+                {
+                    "related_pin": "IE",
+                    "timing_type": "combinational",
+                    "timing_sense": "positive_unate",
+                    "when": "!CS&!OE&PAD",
+                    "sdf_cond": "CS==1'b0&&OE==1'b0&&PAD==1'b1",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                1.94196,
+                                2.008116,
+                                2.087787,
+                                2.318057,
+                                2.428448,
+                                2.538738
+                            ],
+                            [
+                                2.041256,
+                                2.107295,
+                                2.188146,
+                                2.418236,
+                                2.528521,
+                                2.638759
+                            ],
+                            [
+                                2.110285,
+                                2.175596,
+                                2.256414,
+                                2.486364,
+                                2.596651,
+                                2.70689
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.205779,
+                                0.293826,
+                                0.41511,
+                                0.822824,
+                                1.034747,
+                                1.248057
+                            ],
+                            [
+                                0.208028,
+                                0.294646,
+                                0.413404,
+                                0.821352,
+                                1.032602,
+                                1.249538
+                            ],
+                            [
+                                0.206902,
+                                0.293737,
+                                0.413917,
+                                0.821686,
+                                1.032305,
+                                1.24958
+                            ]
+                        ]
+                    },
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                1.65166,
+                                1.706934,
+                                1.772503,
+                                1.95064,
+                                2.033144,
+                                2.114351
+                            ],
+                            [
+                                1.789986,
+                                1.845255,
+                                1.910348,
+                                2.088545,
+                                2.171204,
+                                2.252196
+                            ],
+                            [
+                                1.94532,
+                                2.000557,
+                                2.066324,
+                                2.244524,
+                                2.326731,
+                                2.407919
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.110873,
+                                0.178431,
+                                0.266697,
+                                0.544837,
+                                0.686674,
+                                0.829703
+                            ],
+                            [
+                                0.110234,
+                                0.179252,
+                                0.267376,
+                                0.544976,
+                                0.686334,
+                                0.829866
+                            ],
+                            [
+                                0.111326,
+                                0.178503,
+                                0.267711,
+                                0.544224,
+                                0.686512,
+                                0.829039
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "IE",
+                    "timing_type": "combinational",
+                    "timing_sense": "positive_unate",
+                    "when": "CS&!OE&PAD",
+                    "sdf_cond": "CS==1'b1&&OE==1'b0&&PAD==1'b1",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                2.013022,
+                                2.078492,
+                                2.159261,
+                                2.389187,
+                                2.499492,
+                                2.609744
+                            ],
+                            [
+                                2.112764,
+                                2.178294,
+                                2.259064,
+                                2.488996,
+                                2.599321,
+                                2.709578
+                            ],
+                            [
+                                2.180486,
+                                2.246632,
+                                2.32637,
+                                2.556607,
+                                2.667235,
+                                2.777672
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.207211,
+                                0.293673,
+                                0.414065,
+                                0.821884,
+                                1.032526,
+                                1.24954
+                            ],
+                            [
+                                0.207112,
+                                0.293528,
+                                0.414253,
+                                0.822046,
+                                1.032798,
+                                1.249341
+                            ],
+                            [
+                                0.205836,
+                                0.293821,
+                                0.41517,
+                                0.823034,
+                                1.034723,
+                                1.247997
+                            ]
+                        ]
+                    },
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                1.746085,
+                                1.801257,
+                                1.866919,
+                                2.044987,
+                                2.127418,
+                                2.208636
+                            ],
+                            [
+                                1.884066,
+                                1.939227,
+                                2.004686,
+                                2.182908,
+                                2.265407,
+                                2.346608
+                            ],
+                            [
+                                2.040113,
+                                2.095301,
+                                2.160952,
+                                2.339029,
+                                2.421459,
+                                2.502675
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.110734,
+                                0.17836,
+                                0.267809,
+                                0.545057,
+                                0.686615,
+                                0.830055
+                            ],
+                            [
+                                0.110793,
+                                0.179419,
+                                0.267414,
+                                0.544986,
+                                0.686804,
+                                0.829798
+                            ],
+                            [
+                                0.110726,
+                                0.178351,
+                                0.267803,
+                                0.545114,
+                                0.686606,
+                                0.830039
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "PAD",
+                    "timing_type": "combinational",
+                    "timing_sense": "positive_unate",
+                    "when": "!CS&IE&!OE",
+                    "sdf_cond": "CS==1'b0&&IE==1'b1&&OE==1'b0",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                1.376641,
+                                1.442455,
+                                1.522801,
+                                1.752465,
+                                1.863188,
+                                1.973814
+                            ],
+                            [
+                                1.465019,
+                                1.530384,
+                                1.610624,
+                                1.840572,
+                                1.951197,
+                                2.061912
+                            ],
+                            [
+                                1.5014,
+                                1.566866,
+                                1.647469,
+                                1.877311,
+                                1.988679,
+                                2.098116
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.204491,
+                                0.290646,
+                                0.40965,
+                                0.820174,
+                                1.034642,
+                                1.245558
+                            ],
+                            [
+                                0.204613,
+                                0.289897,
+                                0.409419,
+                                0.821324,
+                                1.033218,
+                                1.248848
+                            ],
+                            [
+                                0.202984,
+                                0.290467,
+                                0.410744,
+                                0.816998,
+                                1.033192,
+                                1.246792
+                            ]
+                        ]
+                    },
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                1.339101,
+                                1.393894,
+                                1.459388,
+                                1.637799,
+                                1.720396,
+                                1.801764
+                            ],
+                            [
+                                1.361568,
+                                1.416483,
+                                1.481898,
+                                1.660313,
+                                1.742844,
+                                1.824134
+                            ],
+                            [
+                                1.540677,
+                                1.595768,
+                                1.66101,
+                                1.839422,
+                                1.921668,
+                                2.002842
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.111338,
+                                0.179326,
+                                0.265436,
+                                0.543786,
+                                0.686494,
+                                0.828251
+                            ],
+                            [
+                                0.111711,
+                                0.178617,
+                                0.265762,
+                                0.544364,
+                                0.685434,
+                                0.828307
+                            ],
+                            [
+                                0.111572,
+                                0.17928,
+                                0.265695,
+                                0.544034,
+                                0.683894,
+                                0.826406
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "PAD",
+                    "timing_type": "combinational",
+                    "timing_sense": "positive_unate",
+                    "when": "CS&IE&!OE",
+                    "sdf_cond": "CS==1'b1&&IE==1'b1&&OE==1'b0",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                1.474461,
+                                1.539933,
+                                1.619841,
+                                1.849513,
+                                1.960068,
+                                2.070606
+                            ],
+                            [
+                                1.593775,
+                                1.659432,
+                                1.739685,
+                                1.96989,
+                                2.080651,
+                                2.190839
+                            ],
+                            [
+                                1.694979,
+                                1.760554,
+                                1.840853,
+                                2.070749,
+                                2.181243,
+                                2.292128
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.203494,
+                                0.290094,
+                                0.409955,
+                                0.821301,
+                                1.034197,
+                                1.24922
+                            ],
+                            [
+                                0.204913,
+                                0.289986,
+                                0.409761,
+                                0.821724,
+                                1.032519,
+                                1.248584
+                            ],
+                            [
+                                0.203224,
+                                0.28936,
+                                0.410299,
+                                0.821529,
+                                1.03369,
+                                1.244148
+                            ]
+                        ]
+                    },
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                2.141697,
+                                2.195952,
+                                2.261335,
+                                2.43967,
+                                2.522182,
+                                2.603471
+                            ],
+                            [
+                                2.01438,
+                                2.069343,
+                                2.134684,
+                                2.313153,
+                                2.395601,
+                                2.476816
+                            ],
+                            [
+                                2.1984,
+                                2.253336,
+                                2.318571,
+                                2.49726,
+                                2.579782,
+                                2.66107
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.112107,
+                                0.179748,
+                                0.266223,
+                                0.546671,
+                                0.685655,
+                                0.827727
+                            ],
+                            [
+                                0.111881,
+                                0.179398,
+                                0.266241,
+                                0.54428,
+                                0.684875,
+                                0.826626
+                            ],
+                            [
+                                0.111645,
+                                0.179669,
+                                0.26689,
+                                0.544623,
+                                0.686389,
+                                0.82828
+                            ]
+                        ]
+                    }
+                }
+            ]
+        },
+        "pin DVDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin DVSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        }
+    }
+}
\ No newline at end of file
diff --git a/cells/bi_t/gf180mcu_fd_io__bi_t__tt_025C_5v00.lib b/cells/bi_t/gf180mcu_fd_io__bi_t__tt_025C_5v00.lib
new file mode 100644
index 0000000..7b82158
--- /dev/null
+++ b/cells/bi_t/gf180mcu_fd_io__bi_t__tt_025C_5v00.lib
@@ -0,0 +1,1841 @@
+/*
+ * Copyright 2022 GlobalFoundries PDK Authors
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+	cell ("gf180mcu_fd_io__bi_t") {
+		scaling_factors : "gf_factors";
+		area : 26250.000000;
+		pad_cell : true;
+		dont_use : true;
+		dont_touch : true;
+		cell_leakage_power : 4.574200e-03;
+		leakage_power () {
+			when : "!PDRV0 !PDRV1 !CS !SL !IE !OE !PU !PD !A !PAD";
+			value : "0.004574";
+		}
+		pin ("CS") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.023601;
+			rise_capacitance_range(0.022489,0.024297);
+			capacitance : 0.023462;
+			fall_capacitance : 0.023323;
+			fall_capacitance_range(0.022472,0.024091);
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("1.348659, 2.990490, 3.123946");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("1.635188, 2.676109, 2.860928");
+				}
+			}
+		}
+		pin ("SL") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.032123;
+			rise_capacitance_range(0.030938,0.032948);
+			capacitance : 0.031983;
+			fall_capacitance : 0.031844;
+			fall_capacitance_range(0.031108,0.032702);
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("0.907158, 3.436584, 3.504103");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("1.399669, 3.562510, 3.659893");
+				}
+			}
+		}
+		pin ("IE") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.015060;
+			rise_capacitance_range(0.013944,0.015775);
+			capacitance : 0.014811;
+			fall_capacitance : 0.014564;
+			fall_capacitance_range(0.013742,0.015390);
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("1.234415, 1.904054, 2.009840");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("1.218411, 1.816110, 1.889536");
+				}
+			}
+		}
+		pin ("OE") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.090187;
+			rise_capacitance_range(0.083233,0.099282);
+			capacitance : 0.089811;
+			fall_capacitance : 0.087930;
+			fall_capacitance_range(0.083021,0.094881);
+		}
+		pin ("PU") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.085442;
+			rise_capacitance_range(0.067326,0.098523);
+			capacitance : 0.085844;
+			fall_capacitance : 0.086245;
+			fall_capacitance_range(0.063770,0.102107);
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("-0.387259, 0.734163, 0.994488");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("2.402035, 3.493249, 4.010396");
+				}
+			}
+		}
+		pin ("PD") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.049160;
+			rise_capacitance_range(0.047272,0.051457);
+			capacitance : 0.050429;
+			fall_capacitance : 0.051697;
+			fall_capacitance_range(0.049118,0.053152);
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("0.350587, 2.087754, 2.285129");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("2.295997, 3.086559, 3.556019");
+				}
+			}
+		}
+		pin ("A") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.038030;
+			rise_capacitance_range(0.035931,0.039169);
+			capacitance : 0.037889;
+			fall_capacitance : 0.037748;
+			fall_capacitance_range(0.036678,0.038340);
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("-0.298622, -0.278490, -0.280025");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("0.348518, 0.360522, 0.347854");
+				}
+			}
+		}
+		pin ("PDRV0") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.030545;
+			rise_capacitance_range(0.029700,0.031146);
+			capacitance : 0.030628;
+			fall_capacitance : 0.030710;
+			fall_capacitance_range(0.030525,0.030992);
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("-0.245461, -0.252292, -0.253018");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("0.261452, 0.249714, 0.249819");
+				}
+			}
+		}
+		pin ("PDRV1") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.032590;
+			rise_capacitance_range(0.031681,0.033228);
+			capacitance : 0.032684;
+			fall_capacitance : 0.032777;
+			fall_capacitance_range(0.032581,0.033083);
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("-0.286026, -0.295195, -0.296484");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("0.304859, 0.291809, 0.292813");
+				}
+			}
+		}
+		pin ("PAD") {
+			drive_current : 16000.000000;
+			is_pad : true;
+			function : "((A))";
+			three_state : "((!OE))";
+			direction : "inout";
+			max_transition : 1.000000;
+			max_capacitance : 30.000000;
+			input_signal_level : "DVDD";
+			output_signal_level : "DVDD";
+			capacitance : 2.792744;
+			internal_power () {
+				related_pin : "A";
+				when : "!IE&OE&!PDRV0&!PDRV1&!SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("56.812382, 56.488812, 55.349402, 54.892922, 50.529532, 50.030302", \
+					  "56.915530, 56.370190, 55.648640, 53.028520, 55.175580, 48.284930", \
+					  "56.991085, 56.482825, 55.802165, 53.676635, 54.298235, 50.195365");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("62.072262, 62.875282, 62.864672, 63.222212, 63.140372, 62.591112", \
+					  "62.165698, 62.928188, 63.004518, 63.232098, 63.117728, 63.253908", \
+					  "62.316336, 63.069696, 63.135926, 63.387506, 63.334016, 63.177356");
+				}
+			}
+			internal_power () {
+				related_pin : "A";
+				when : "!IE&OE&!PDRV0&!PDRV1&SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("56.080202, 56.179732, 54.886472, 53.645522, 51.714452, 50.156122", \
+					  "56.419260, 56.173120, 55.009040, 52.529920, 52.280740, 50.984250", \
+					  "56.349365, 56.448175, 55.084295, 55.050435, 52.982745, 54.394825");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("58.769942, 60.389772, 62.029422, 62.076632, 61.671942, 61.983172", \
+					  "58.819688, 61.962588, 61.956408, 62.151308, 62.089038, 62.199188", \
+					  "58.667406, 61.941996, 61.985776, 62.253276, 62.460956, 62.535396");
+				}
+			}
+			internal_power () {
+				related_pin : "A";
+				when : "!IE&OE&!PDRV0&PDRV1&!SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("93.164812, 94.650732, 94.779212, 93.891452, 93.163192, 92.711282", \
+					  "92.954600, 94.735990, 95.267530, 93.772540, 93.412840, 93.315760", \
+					  "93.620165, 94.881075, 95.133785, 93.918745, 93.437575, 93.301185");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("96.314892, 100.116182, 100.686682, 101.514582, 101.318282, 101.760582", \
+					  "96.081298, 99.339138, 100.891878, 101.368078, 101.614078, 101.827478", \
+					  "96.206156, 99.698446, 101.081746, 101.004946, 102.633846, 101.889246");
+				}
+			}
+			internal_power () {
+				related_pin : "A";
+				when : "!IE&OE&!PDRV0&PDRV1&SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("86.865052, 93.188372, 92.892032, 91.396492, 92.798572, 90.103882", \
+					  "87.188200, 92.886370, 94.076980, 91.806170, 91.021200, 90.984200", \
+					  "87.236435, 92.912195, 93.458765, 92.467055, 92.083455, 90.984765");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("84.511952, 89.071852, 94.100052, 92.691912, 100.221082, 99.662982", \
+					  "83.958288, 90.013368, 94.623688, 93.456408, 98.084588, 99.660578", \
+					  "84.399206, 87.293526, 91.784746, 94.911986, 101.520146, 98.218446");
+				}
+			}
+			internal_power () {
+				related_pin : "A";
+				when : "!IE&OE&PDRV0&!PDRV1&!SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("75.242932, 75.451732, 74.842252, 73.956682, 73.144872, 72.107442", \
+					  "75.353140, 75.176070, 75.010720, 74.153200, 73.680370, 72.702200", \
+					  "75.296825, 75.638455, 74.958885, 74.162705, 73.453295, 72.110115");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("79.684402, 81.357932, 82.459302, 82.080782, 82.502382, 82.790312", \
+					  "79.757068, 81.642188, 82.170068, 82.454308, 82.618798, 82.736828", \
+					  "79.739126, 81.641766, 82.336626, 82.506006, 82.792196, 82.925126");
+				}
+			}
+			internal_power () {
+				related_pin : "A";
+				when : "!IE&OE&PDRV0&!PDRV1&SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("71.949582, 74.327452, 73.859212, 72.952882, 71.905062, 73.292182", \
+					  "72.168590, 74.251080, 74.134650, 72.792220, 71.804940, 70.753920", \
+					  "72.188855, 74.468935, 74.662825, 72.472015, 72.501365, 71.405695");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("71.677032, 77.148882, 76.155122, 81.954212, 80.895012, 81.227102", \
+					  "71.403828, 75.703288, 77.409118, 80.883648, 80.326508, 80.950898", \
+					  "71.750746, 76.843246, 79.625666, 80.248136, 80.113506, 80.527886");
+				}
+			}
+			internal_power () {
+				related_pin : "A";
+				when : "!IE&OE&PDRV0&PDRV1&!SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("111.295422, 113.035722, 113.206122, 113.048122, 112.306622, 111.596722", \
+					  "111.427290, 113.162990, 112.814790, 113.989490, 112.364490, 111.358290", \
+					  "111.400225, 113.182025, 113.383725, 113.175125, 112.428925, 111.649325");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("111.451282, 117.456082, 119.702882, 119.752682, 120.189782, 121.451282", \
+					  "111.523878, 117.062878, 120.103578, 119.399778, 120.394278, 120.579278", \
+					  "111.591346, 117.114646, 120.391946, 119.226546, 120.325546, 122.379146");
+				}
+			}
+			internal_power () {
+				related_pin : "A";
+				when : "!IE&OE&PDRV0&PDRV1&SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("101.160922, 108.099222, 110.275222, 111.809022, 109.576422, 109.917022", \
+					  "101.334390, 108.679690, 110.741790, 109.881590, 111.349990, 109.062990", \
+					  "101.140525, 108.484025, 110.843425, 110.726025, 110.047425, 110.304325");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("97.034082, 103.499382, 106.115582, 112.048282, 110.586682, 113.849582", \
+					  "96.997618, 102.905678, 106.354078, 111.744278, 111.198078, 114.301378", \
+					  "96.387596, 103.255446, 108.289846, 109.652746, 114.148546, 115.378246");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "A&!IE&!PDRV0&!PDRV1&!SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("54.971526, 54.110956, 53.214616, 50.734636, 51.412556, 46.695426", \
+					  "43.905530, 43.099040, 42.053900, 40.907390, 39.683670, 35.247520", \
+					  "43.632060, 42.722150, 41.707530, 40.340700, 38.648090, 37.157550");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("8.880120, 10.081990, 10.366570, 10.494040, 10.565310, 10.610870", \
+					  "3.170293, 4.292863, 4.588643, 4.719823, 4.792513, 4.838383", \
+					  "4.517993, 5.554433, 5.829703, 5.986543, 6.078143, 6.142363");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "A&!IE&!PDRV0&!PDRV1&SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("54.322026, 53.556206, 52.372936, 51.080496, 49.550546, 47.643666", \
+					  "43.322330, 42.583150, 41.478630, 39.652320, 38.511200, 36.294770", \
+					  "42.994870, 42.222370, 41.106170, 39.199600, 38.024740, 36.963290");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("8.926040, 10.022080, 10.376050, 10.474150, 10.541290, 10.586740", \
+					  "3.204403, 4.146193, 4.525753, 4.680243, 4.757693, 4.803323", \
+					  "4.712483, 5.429553, 6.115493, 6.139873, 6.169573, 6.193533");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "A&!IE&!PDRV0&PDRV1&!SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("85.602826, 85.179246, 84.301936, 83.284476, 82.745816, 81.531186", \
+					  "73.837470, 73.853850, 72.838060, 71.892510, 70.969040, 69.933500", \
+					  "73.263710, 73.299640, 72.783700, 71.371160, 70.956530, 69.373010");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("20.986380, 23.794120, 24.821650, 25.328440, 25.616000, 25.805550", \
+					  "17.214773, 20.800173, 22.027713, 22.640043, 23.019723, 23.268073", \
+					  "18.998873, 22.352313, 23.541483, 23.834223, 24.060583, 24.248843");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "A&!IE&!PDRV0&PDRV1&SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("79.173386, 83.157326, 82.527816, 81.903116, 80.485626, 79.360746", \
+					  "67.803060, 72.173770, 71.326400, 70.418800, 69.273210, 68.024500", \
+					  "67.388870, 71.270750, 70.951280, 70.009690, 68.812630, 67.513920");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("21.404620, 24.051090, 24.962030, 25.391270, 25.681690, 25.885060", \
+					  "17.381473, 20.765413, 21.802413, 22.377943, 22.729753, 22.974543", \
+					  "18.712333, 22.186853, 23.299853, 23.879713, 24.206283, 24.424953");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "A&!IE&PDRV0&!PDRV1&!SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("73.198516, 71.912746, 71.882426, 70.405116, 69.942406, 69.408256", \
+					  "61.815670, 60.839020, 60.170690, 59.114420, 58.426450, 57.343560", \
+					  "61.638390, 60.737270, 59.393270, 59.037200, 57.722920, 56.260280");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("16.186760, 18.536020, 19.187720, 19.493670, 19.670120, 19.786190", \
+					  "10.587643, 12.913763, 13.543723, 13.850393, 14.027973, 14.144663", \
+					  "12.205873, 14.679403, 15.382133, 15.678333, 15.837443, 15.932273");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "A&!IE&PDRV0&!PDRV1&SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("70.251746, 71.380646, 70.504866, 69.507416, 68.444996, 66.597206", \
+					  "58.750450, 59.995700, 59.299350, 57.721320, 56.966260, 55.646190", \
+					  "58.163650, 59.668350, 58.545920, 57.596730, 56.069310, 54.884560");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("16.234350, 18.604650, 19.237160, 19.524080, 19.693790, 19.805620", \
+					  "10.650793, 12.968603, 13.631153, 13.958993, 14.153983, 14.273063", \
+					  "12.359563, 14.108003, 14.869543, 15.474703, 15.817063, 15.978953");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "A&!IE&PDRV0&PDRV1&!SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("102.855956, 102.750156, 101.844256, 101.518256, 100.186956, 99.448856", \
+					  "91.437970, 91.015370, 90.472170, 89.561870, 88.351480, 87.585190", \
+					  "91.203250, 90.087850, 90.140350, 88.757950, 88.040340, 87.151470");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("28.205630, 31.635510, 32.936260, 33.688920, 34.180830, 34.518410", \
+					  "24.513323, 28.640793, 30.213713, 31.020823, 31.518343, 31.867073", \
+					  "26.288663, 30.666333, 32.905753, 33.639523, 33.982143, 34.213683");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "A&!IE&PDRV0&PDRV1&SL";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("92.974876, 99.271656, 100.026556, 99.344806, 98.264346, 96.988226", \
+					  "81.152680, 87.186380, 87.652690, 87.375490, 86.449450, 85.615160", \
+					  "80.657850, 86.398860, 88.070490, 86.395240, 85.859860, 85.261030");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("28.203000, 32.256070, 33.572960, 34.033520, 34.376610, 34.615470", \
+					  "24.759763, 28.962303, 30.165373, 31.043133, 31.495463, 31.844283", \
+					  "26.559763, 30.556173, 32.814853, 34.204783, 34.719113, 35.022073");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "!A&!IE&!PDRV0&!PDRV1&!SL";
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("51.583066, 51.946286, 51.901196, 52.171836, 51.867006, 52.094176", \
+					  "41.126380, 41.193640, 41.470810, 41.310910, 41.394580, 42.406070", \
+					  "40.860920, 41.128670, 41.239830, 41.311860, 41.345980, 41.348470");
+				}
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("5.890593, -144.387630, -294.628830, -444.641630, -594.644630, -744.645230", \
+					  "-0.001430, -151.053127, -301.205627, -451.265327, -601.295427, -751.311227", \
+					  "0.957914, -149.543207, -298.930307, -449.000807, -599.081207, -749.144307");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "!A&!IE&!PDRV0&!PDRV1&SL";
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("48.361096, 50.051236, 50.979936, 51.171096, 50.915916, 50.700706", \
+					  "37.657530, 39.598510, 40.232220, 40.546740, 40.515780, 40.589060", \
+					  "37.449200, 39.591610, 40.155830, 40.353590, 40.438480, 40.442620");
+				}
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("6.035566, -144.397030, -294.525430, -444.586230, -594.621430, -744.644330", \
+					  "-0.367976, -151.109827, -301.245327, -450.668827, -600.748627, -750.798627", \
+					  "1.470017, -149.545607, -299.003607, -448.912607, -598.873307, -748.853307");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "!A&!IE&!PDRV0&PDRV1&!SL";
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("72.998926, 75.468616, 76.193606, 75.392756, 76.387306, 76.131766", \
+					  "62.525660, 65.098880, 64.844140, 66.163580, 65.124980, 65.448480", \
+					  "62.489440, 64.962310, 65.276760, 65.405240, 65.482400, 65.498360");
+				}
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("18.882090, -131.800930, -282.038130, -432.160630, -582.242130, -732.299730", \
+					  "12.723383, -137.863627, -288.043427, -438.206127, -588.286727, -738.345427", \
+					  "14.205513, -136.233907, -286.627007, -436.862307, -587.739507, -737.088207");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "!A&!IE&!PDRV0&PDRV1&SL";
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("62.554736, 65.692236, 67.992256, 70.680006, 71.618826, 72.605386", \
+					  "51.864580, 55.129240, 57.150170, 60.642120, 60.926690, 62.677900", \
+					  "51.448640, 54.938100, 57.702680, 59.463570, 60.685980, 61.522380");
+				}
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("18.930040, -131.644430, -281.835030, -431.943730, -582.017530, -732.069630", \
+					  "12.896913, -137.501527, -288.017727, -438.288327, -587.670027, -737.774727", \
+					  "14.236893, -136.124007, -286.678007, -436.941407, -587.834207, -736.659907");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "!A&!IE&PDRV0&!PDRV1&!SL";
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("63.282436, 64.113216, 64.465916, 64.446656, 64.546146, 64.709166", \
+					  "52.908370, 53.748230, 53.779750, 54.028030, 54.103660, 54.065910", \
+					  "52.854800, 53.742130, 53.852190, 53.975320, 54.048210, 54.079520");
+				}
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("12.787750, -137.848530, -288.071430, -438.166530, -588.421830, -738.448230", \
+					  "6.509893, -144.513827, -294.364427, -444.460327, -594.521427, -744.562227", \
+					  "7.953383, -142.736607, -292.911107, -442.936307, -592.978207, -743.044107");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "!A&!IE&PDRV0&!PDRV1&SL";
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("55.757956, 58.826256, 60.949486, 61.452816, 62.208386, 62.506386", \
+					  "45.187010, 48.437780, 50.104610, 51.099290, 51.742530, 52.094640", \
+					  "44.972900, 48.277990, 50.210680, 51.319730, 51.796750, 51.991960");
+				}
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("12.875810, -137.590130, -287.716930, -437.800130, -587.852630, -737.887630", \
+					  "6.116253, -143.922327, -293.851927, -444.217627, -594.524527, -744.698927", \
+					  "8.236403, -142.882907, -292.679207, -442.597807, -592.572407, -743.472607");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "!A&!IE&PDRV0&PDRV1&!SL";
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("83.027306, 87.179476, 87.856726, 88.196776, 88.191246, 88.192256", \
+					  "72.458120, 76.566980, 77.513390, 77.515860, 78.143840, 77.772530", \
+					  "72.690790, 76.846990, 77.591080, 77.784990, 77.884030, 78.016160");
+				}
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("25.413280, -125.267230, -275.569830, -425.685230, -575.667530, -725.709530", \
+					  "19.339623, -131.129427, -281.431827, -431.522927, -581.762027, -731.712727", \
+					  "21.690033, -129.511607, -279.559807, -429.990507, -579.919507, -730.094507");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				when : "!A&!IE&PDRV0&PDRV1&SL";
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("69.961736, 73.298966, 76.729456, 77.752386, 81.084516, 82.856816", \
+					  "59.262980, 62.759500, 65.753360, 68.080930, 69.888280, 71.320510", \
+					  "58.940130, 62.595770, 65.796620, 68.131610, 69.899590, 71.331750");
+				}
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("25.495470, -125.122530, -275.372330, -425.664030, -575.782830, -725.850430", \
+					  "19.822313, -130.951227, -281.318527, -431.371327, -581.440927, -731.505127", \
+					  "21.200893, -129.240007, -279.545007, -429.624107, -579.642207, -729.693907");
+				}
+			}
+			internal_power () {
+				related_pin : "A";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("163.142827, 167.855444, 167.522481, 166.398274, 163.784682, 162.478739", \
+					  "163.440250, 167.858875, 168.176035, 165.488412, 165.272537, 161.861635", \
+					  "163.555870, 168.124427, 168.331968, 166.412185, 165.308255, 163.586400");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("165.378962, 172.978841, 176.028429, 178.835324, 180.131384, 181.329031", \
+					  "165.176841, 172.889329, 176.628333, 178.672476, 179.860773, 181.377384", \
+					  "165.264480, 172.714692, 177.158069, 178.297787, 181.832189, 181.757712");
+				}
+			}
+			internal_power () {
+				related_pin : "OE";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("92.457682, -57.092438, -207.885317, -359.108728, -510.027162, -661.735146", \
+					  "74.883017, -74.662329, -225.523366, -376.669587, -527.702370, -679.377328", \
+					  "76.111712, -73.676327, -224.154418, -375.519698, -526.813267, -677.935718");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 6, 12, 18, 24, 30");
+					values("82.069270, 86.944727, 89.066122, 89.961552, 90.893124, 91.426321", \
+					  "66.809137, 72.002858, 73.918367, 75.459857, 76.041973, 76.798563", \
+					  "68.257796, 73.452079, 75.823060, 77.072951, 77.806470, 78.298487");
+				}
+			}
+			timing () {
+				related_pin : "A";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				when : "!IE&OE&!PDRV0&!PDRV1&!SL";
+				sdf_cond : "IE==1'b0&&OE==1'b1&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b0";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.792744, 8.792744, 14.792744, 20.792744, 26.792744, 32.792744");
+					values("2.170575, 2.946326, 3.717318, 4.489848, 5.262179, 6.019724", \
+					  "2.218632, 2.992711, 3.765407, 4.529559, 5.303298, 6.070945", \
+					  "2.228404, 3.002516, 3.775416, 4.538753, 5.314320, 6.077037");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.792744, 8.792744, 14.792744, 20.792744, 26.792744, 32.792744");
+					values("0.882433, 2.446354, 4.049818, 5.654700, 7.255950, 8.861495", \
+					  "0.883867, 2.445552, 4.048534, 5.653156, 7.242218, 8.854042", \
+					  "0.882835, 2.446848, 4.049899, 5.654356, 7.259185, 8.863771");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.792744, 8.792744, 14.792744, 20.792744, 26.792744, 32.792744");
+					values("2.238848, 2.875172, 3.484556, 4.092754, 4.699733, 5.305457", \
+					  "2.373882, 3.010343, 3.618902, 4.227474, 4.833065, 5.439984", \
+					  "2.521326, 3.157691, 3.767066, 4.375355, 4.982262, 5.588027");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.792744, 8.792744, 14.792744, 20.792744, 26.792744, 32.792744");
+					values("0.719217, 1.828535, 2.971563, 4.125604, 5.287816, 6.446654", \
+					  "0.719290, 1.821794, 2.969099, 4.127650, 5.284416, 6.447499", \
+					  "0.720154, 1.828534, 2.971587, 4.125369, 5.288287, 6.449327");
+				}
+			}
+			timing () {
+				related_pin : "A";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				when : "!IE&OE&!PDRV0&!PDRV1&SL";
+				sdf_cond : "IE==1'b0&&OE==1'b1&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b1";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.792744, 8.792744, 14.792744, 20.792744, 26.792744, 32.792744");
+					values("2.594760, 3.630104, 4.425445, 5.197408, 5.967094, 6.736894", \
+					  "2.642151, 3.677532, 4.473992, 5.245161, 6.014189, 6.782936", \
+					  "2.653071, 3.688047, 4.484229, 5.255532, 6.024695, 6.794159");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.792744, 8.792744, 14.792744, 20.792744, 26.792744, 32.792744");
+					values("1.539075, 2.951406, 4.373556, 5.889376, 7.428744, 8.990297", \
+					  "1.539295, 2.952644, 4.383920, 5.890933, 7.429473, 8.997142", \
+					  "1.539087, 2.951738, 4.383552, 5.889006, 7.431136, 8.985923");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.792744, 8.792744, 14.792744, 20.792744, 26.792744, 32.792744");
+					values("2.370050, 3.487286, 4.372575, 5.131524, 5.822751, 6.482450", \
+					  "2.505043, 3.622292, 4.506557, 5.267108, 5.958547, 6.618360", \
+					  "2.652120, 3.768794, 4.652338, 5.411086, 6.106565, 6.764724");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.792744, 8.792744, 14.792744, 20.792744, 26.792744, 32.792744");
+					values("1.165679, 2.767743, 4.000536, 5.130503, 6.228661, 7.307886", \
+					  "1.169356, 2.766972, 3.999436, 5.129965, 6.229128, 7.306786", \
+					  "1.167908, 2.770437, 3.995416, 5.128029, 6.226230, 7.313036");
+				}
+			}
+			timing () {
+				related_pin : "A";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				when : "!IE&OE&!PDRV0&PDRV1&!SL";
+				sdf_cond : "IE==1'b0&&OE==1'b1&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b0";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.792744, 8.792744, 14.792744, 20.792744, 26.792744, 32.792744");
+					values("1.876034, 2.165075, 2.425217, 2.683439, 2.939307, 3.195952", \
+					  "1.924040, 2.213184, 2.473662, 2.730696, 2.988353, 3.245453", \
+					  "1.934005, 2.223585, 2.483470, 2.740668, 2.998746, 3.255671");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.792744, 8.792744, 14.792744, 20.792744, 26.792744, 32.792744");
+					values("0.433183, 0.893860, 1.402800, 1.922650, 2.453095, 2.981801", \
+					  "0.432224, 0.894047, 1.404201, 1.921170, 2.455124, 2.986226", \
+					  "0.431602, 0.895377, 1.402355, 1.924532, 2.455495, 2.986549");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.792744, 8.792744, 14.792744, 20.792744, 26.792744, 32.792744");
+					values("1.973322, 2.257858, 2.481402, 2.691619, 2.897107, 3.101020", \
+					  "2.109109, 2.393196, 2.616749, 2.826960, 3.032471, 3.236357", \
+					  "2.256485, 2.540652, 2.764116, 2.974375, 3.179508, 3.383392");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.792744, 8.792744, 14.792744, 20.792744, 26.792744, 32.792744");
+					values("0.377737, 0.742015, 1.099517, 1.467563, 1.836325, 2.211615", \
+					  "0.376919, 0.741555, 1.099256, 1.467296, 1.836143, 2.211117", \
+					  "0.377053, 0.740682, 1.099881, 1.467510, 1.836167, 2.215476");
+				}
+			}
+			timing () {
+				related_pin : "A";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				when : "!IE&OE&!PDRV0&PDRV1&SL";
+				sdf_cond : "IE==1'b0&&OE==1'b1&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b1";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.792744, 8.792744, 14.792744, 20.792744, 26.792744, 32.792744");
+					values("1.923724, 2.589703, 3.007175, 3.333532, 3.623608, 3.896611", \
+					  "1.971552, 2.637550, 3.055016, 3.381379, 3.672087, 3.944015", \
+					  "1.981957, 2.647861, 3.065383, 3.391723, 3.681821, 3.954753");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.792744, 8.792744, 14.792744, 20.792744, 26.792744, 32.792744");
+					values("0.807417, 1.552537, 2.048353, 2.501643, 2.962726, 3.428374", \
+					  "0.807766, 1.552540, 2.048438, 2.501674, 2.963677, 3.429318", \
+					  "0.807094, 1.552597, 2.048292, 2.501837, 2.962748, 3.424228");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.792744, 8.792744, 14.792744, 20.792744, 26.792744, 32.792744");
+					values("1.955215, 2.383335, 2.782057, 3.148765, 3.485826, 3.798172", \
+					  "2.090374, 2.518973, 2.917225, 3.284443, 3.621245, 3.933990", \
+					  "2.238132, 2.666185, 3.064983, 3.431637, 3.768756, 4.080718");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.792744, 8.792744, 14.792744, 20.792744, 26.792744, 32.792744");
+					values("0.442601, 1.170094, 1.774660, 2.291524, 2.756470, 3.183751", \
+					  "0.441988, 1.171106, 1.774045, 2.293946, 2.754070, 3.185965", \
+					  "0.442434, 1.168480, 1.772965, 2.293352, 2.758352, 3.185779");
+				}
+			}
+			timing () {
+				related_pin : "A";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				when : "!IE&OE&PDRV0&!PDRV1&!SL";
+				sdf_cond : "IE==1'b0&&OE==1'b1&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b0";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.792744, 8.792744, 14.792744, 20.792744, 26.792744, 32.792744");
+					values("1.962604, 2.365974, 2.751869, 3.136495, 3.520796, 3.909087", \
+					  "2.011173, 2.414068, 2.800875, 3.186264, 3.571549, 3.957469", \
+					  "2.020810, 2.424094, 2.810017, 3.194436, 3.580779, 3.966648");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.792744, 8.792744, 14.792744, 20.792744, 26.792744, 32.792744");
+					values("0.532404, 1.269378, 2.052221, 2.849174, 3.648853, 4.440150", \
+					  "0.531469, 1.271676, 2.055044, 2.849578, 3.652194, 4.451409", \
+					  "0.531238, 1.270893, 2.052240, 2.849865, 3.641185, 4.445819");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.792744, 8.792744, 14.792744, 20.792744, 26.792744, 32.792744");
+					values("2.049335, 2.414684, 2.729470, 3.036152, 3.339932, 3.643523", \
+					  "2.184716, 2.550145, 2.864797, 3.171088, 3.475995, 3.780108", \
+					  "2.331870, 2.697211, 3.011795, 3.318315, 3.622755, 3.927059");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.792744, 8.792744, 14.792744, 20.792744, 26.792744, 32.792744");
+					values("0.463286, 0.998436, 1.553148, 2.117174, 2.685052, 3.261690", \
+					  "0.463085, 1.000247, 1.548444, 2.119268, 2.682047, 3.256251", \
+					  "0.463258, 1.000410, 1.548488, 2.118983, 2.689337, 3.267410");
+				}
+			}
+			timing () {
+				related_pin : "A";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				when : "!IE&OE&PDRV0&!PDRV1&SL";
+				sdf_cond : "IE==1'b0&&OE==1'b1&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b1";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.792744, 8.792744, 14.792744, 20.792744, 26.792744, 32.792744");
+					values("2.130878, 2.918872, 3.412952, 3.834685, 4.230140, 4.617163", \
+					  "2.178741, 2.966598, 3.460788, 3.882310, 4.277977, 4.665074", \
+					  "2.189153, 2.977241, 3.471288, 3.891409, 4.287787, 4.676125");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.792744, 8.792744, 14.792744, 20.792744, 26.792744, 32.792744");
+					values("1.047861, 1.926227, 2.614512, 3.300608, 4.022398, 4.761501", \
+					  "1.047566, 1.923496, 2.614616, 3.303028, 4.023182, 4.761542", \
+					  "1.046472, 1.922665, 2.609437, 3.308530, 4.018600, 4.752348");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.792744, 8.792744, 14.792744, 20.792744, 26.792744, 32.792744");
+					values("2.057031, 2.679857, 3.234613, 3.722705, 4.158954, 4.562577", \
+					  "2.192169, 2.814960, 3.370062, 3.858358, 4.296151, 4.697191", \
+					  "2.339727, 2.962257, 3.517794, 4.005222, 4.443141, 4.845106");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.792744, 8.792744, 14.792744, 20.792744, 26.792744, 32.792744");
+					values("0.627900, 1.639721, 2.418181, 3.081918, 3.688768, 4.273091", \
+					  "0.628864, 1.640284, 2.418017, 3.083000, 3.695303, 4.273724", \
+					  "0.627877, 1.638938, 2.417397, 3.080489, 3.690183, 4.271296");
+				}
+			}
+			timing () {
+				related_pin : "A";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				when : "!IE&OE&PDRV0&PDRV1&!SL";
+				sdf_cond : "IE==1'b0&&OE==1'b1&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b0";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.792744, 8.792744, 14.792744, 20.792744, 26.792744, 32.792744");
+					values("1.825905, 2.064377, 2.263802, 2.458317, 2.650637, 2.843624", \
+					  "1.874095, 2.112510, 2.311644, 2.506254, 2.699551, 2.892353", \
+					  "1.884297, 2.122713, 2.322170, 2.516628, 2.709513, 2.902479");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.792744, 8.792744, 14.792744, 20.792744, 26.792744, 32.792744");
+					values("0.392606, 0.718340, 1.084404, 1.472112, 1.862999, 2.258002", \
+					  "0.392329, 0.718052, 1.086671, 1.469452, 1.861154, 2.255884", \
+					  "0.392566, 0.717577, 1.083883, 1.471927, 1.862829, 2.255894");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.792744, 8.792744, 14.792744, 20.792744, 26.792744, 32.792744");
+					values("1.921822, 2.169065, 2.349300, 2.513439, 2.671158, 2.825959", \
+					  "2.056994, 2.304329, 2.484452, 2.648562, 2.806227, 2.961155", \
+					  "2.204312, 2.451546, 2.631787, 2.795912, 2.953628, 3.108429");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.792744, 8.792744, 14.792744, 20.792744, 26.792744, 32.792744");
+					values("0.328187, 0.615407, 0.879257, 1.149570, 1.424594, 1.703773", \
+					  "0.327824, 0.614618, 0.879493, 1.149270, 1.424230, 1.702871", \
+					  "0.328124, 0.615318, 0.879599, 1.149567, 1.424576, 1.703799");
+				}
+			}
+			timing () {
+				related_pin : "A";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				when : "!IE&OE&PDRV0&PDRV1&SL";
+				sdf_cond : "IE==1'b0&&OE==1'b1&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b1";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.792744, 8.792744, 14.792744, 20.792744, 26.792744, 32.792744");
+					values("1.817090, 2.381194, 2.762123, 3.048620, 3.293619, 3.515877", \
+					  "1.864946, 2.429374, 2.809303, 3.096378, 3.341068, 3.562950", \
+					  "1.875110, 2.439821, 2.819806, 3.107139, 3.351736, 3.574199");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.792744, 8.792744, 14.792744, 20.792744, 26.792744, 32.792744");
+					values("0.651375, 1.330634, 1.748370, 2.107561, 2.449971, 2.788368", \
+					  "0.651180, 1.331114, 1.745276, 2.108592, 2.446926, 2.790799", \
+					  "0.651648, 1.331029, 1.745125, 2.104374, 2.449497, 2.787163");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.792744, 8.792744, 14.792744, 20.792744, 26.792744, 32.792744");
+					values("1.899672, 2.229467, 2.538360, 2.829547, 3.103292, 3.359671", \
+					  "2.034484, 2.364506, 2.673382, 2.964626, 3.238249, 3.494695", \
+					  "2.182248, 2.512393, 2.821055, 3.112228, 3.385948, 3.641814");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.792744, 8.792744, 14.792744, 20.792744, 26.792744, 32.792744");
+					values("0.350449, 0.909857, 1.405285, 1.834073, 2.219771, 2.572078", \
+					  "0.350007, 0.910559, 1.405340, 1.835163, 2.219790, 2.572111", \
+					  "0.349524, 0.910996, 1.405264, 1.834246, 2.219418, 2.569174");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "A&!IE&!PDRV0&!PDRV1&!SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b0";
+				timing_type : "three_state_enable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.792744, 8.792744, 14.792744, 20.792744, 26.792744, 32.792744");
+					values("1.915434, 2.687491, 3.456669, 4.230012, 5.002565, 5.767388", \
+					  "1.929002, 2.700943, 3.468891, 4.243009, 5.008575, 5.783777", \
+					  "1.923092, 2.695091, 3.462867, 4.238373, 5.011052, 5.772901");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.792744, 8.792744, 14.792744, 20.792744, 26.792744, 32.792744");
+					values("0.893357, 2.450470, 4.049453, 5.654231, 7.250249, 8.862712", \
+					  "0.893158, 2.446957, 4.045882, 5.656024, 7.255007, 8.868257", \
+					  "0.892705, 2.451550, 4.045614, 5.643578, 7.246952, 8.871127");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "A&!IE&!PDRV0&!PDRV1&SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b1";
+				timing_type : "three_state_enable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.792744, 8.792744, 14.792744, 20.792744, 26.792744, 32.792744");
+					values("2.327147, 3.371131, 4.167675, 4.936628, 5.706243, 6.476093", \
+					  "2.342125, 3.384816, 4.180369, 4.951950, 5.721206, 6.490817", \
+					  "2.336720, 3.378823, 4.175444, 4.946339, 5.714271, 6.482336");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.792744, 8.792744, 14.792744, 20.792744, 26.792744, 32.792744");
+					values("1.562796, 2.977331, 4.405795, 5.892411, 7.436549, 8.984474", \
+					  "1.564494, 2.978033, 4.392979, 5.899382, 7.431924, 8.995493", \
+					  "1.562696, 2.980571, 4.402758, 5.899756, 7.437894, 8.998168");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "A&!IE&!PDRV0&PDRV1&!SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b0";
+				timing_type : "three_state_enable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.792744, 8.792744, 14.792744, 20.792744, 26.792744, 32.792744");
+					values("1.634557, 1.921926, 2.180279, 2.436647, 2.691747, 2.948153", \
+					  "1.662618, 1.950753, 2.209224, 2.465774, 2.720845, 2.976280", \
+					  "1.664974, 1.953222, 2.211815, 2.468362, 2.723292, 2.978651");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.792744, 8.792744, 14.792744, 20.792744, 26.792744, 32.792744");
+					values("0.462596, 0.906652, 1.409936, 1.928834, 2.451126, 2.979273", \
+					  "0.462298, 0.907291, 1.411057, 1.925918, 2.455589, 2.985404", \
+					  "0.462611, 0.908125, 1.411506, 1.926756, 2.455682, 2.985783");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "A&!IE&!PDRV0&PDRV1&SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b1";
+				timing_type : "three_state_enable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.792744, 8.792744, 14.792744, 20.792744, 26.792744, 32.792744");
+					values("1.675177, 2.335727, 2.756207, 3.084903, 3.375435, 3.648655", \
+					  "1.704661, 2.365572, 2.785476, 3.113815, 3.404280, 3.677512", \
+					  "1.708317, 2.367932, 2.788203, 3.116911, 3.407810, 3.680055");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.792744, 8.792744, 14.792744, 20.792744, 26.792744, 32.792744");
+					values("0.815615, 1.572425, 2.076324, 2.532511, 2.987901, 3.452009", \
+					  "0.814681, 1.571993, 2.075792, 2.531330, 2.985390, 3.452189", \
+					  "0.814408, 1.571788, 2.075315, 2.532029, 2.988628, 3.449307");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "A&!IE&PDRV0&!PDRV1&!SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b0";
+				timing_type : "three_state_enable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.792744, 8.792744, 14.792744, 20.792744, 26.792744, 32.792744");
+					values("1.699874, 2.099339, 2.484037, 2.868864, 3.253087, 3.638390", \
+					  "1.713817, 2.113755, 2.498670, 2.882427, 3.267609, 3.652980", \
+					  "1.706805, 2.106545, 2.491394, 2.875836, 3.260322, 3.645690");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.792744, 8.792744, 14.792744, 20.792744, 26.792744, 32.792744");
+					values("0.556898, 1.275613, 2.054801, 2.853322, 3.651079, 4.453852", \
+					  "0.556768, 1.278672, 2.057836, 2.844408, 3.652480, 4.449386", \
+					  "0.557500, 1.278018, 2.056555, 2.851866, 3.652283, 4.453279");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "A&!IE&PDRV0&!PDRV1&SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b1";
+				timing_type : "three_state_enable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.792744, 8.792744, 14.792744, 20.792744, 26.792744, 32.792744");
+					values("1.851641, 2.644666, 3.141962, 3.564075, 3.959953, 4.347317", \
+					  "1.866385, 2.659041, 3.156398, 3.577509, 3.974002, 4.361760", \
+					  "1.860065, 2.653701, 3.150293, 3.572357, 3.968102, 4.354515");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.792744, 8.792744, 14.792744, 20.792744, 26.792744, 32.792744");
+					values("1.059944, 1.954643, 2.643676, 3.328685, 4.042190, 4.775802", \
+					  "1.063415, 1.952923, 2.638918, 3.331676, 4.040595, 4.774747", \
+					  "1.062602, 1.955905, 2.644342, 3.333140, 4.045485, 4.771241");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "A&!IE&PDRV0&PDRV1&!SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b0";
+				timing_type : "three_state_enable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.792744, 8.792744, 14.792744, 20.792744, 26.792744, 32.792744");
+					values("1.569421, 1.808756, 2.006139, 2.199038, 2.392056, 2.583690", \
+					  "1.594885, 1.835302, 2.032812, 2.225979, 2.418149, 2.610370", \
+					  "1.593888, 1.834964, 2.032636, 2.225684, 2.418288, 2.610205");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.792744, 8.792744, 14.792744, 20.792744, 26.792744, 32.792744");
+					values("0.427240, 0.736180, 1.097271, 1.473333, 1.866945, 2.258774", \
+					  "0.426473, 0.737713, 1.098101, 1.478504, 1.865596, 2.256860", \
+					  "0.425828, 0.736501, 1.099165, 1.474974, 1.866965, 2.258715");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "A&!IE&PDRV0&PDRV1&SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b1";
+				timing_type : "three_state_enable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.792744, 8.792744, 14.792744, 20.792744, 26.792744, 32.792744");
+					values("1.557174, 2.111359, 2.494134, 2.784550, 3.030557, 3.252972", \
+					  "1.585044, 2.139104, 2.521146, 2.810520, 3.056340, 3.279602", \
+					  "1.585440, 2.138956, 2.520401, 2.810214, 3.056127, 3.279234");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.792744, 8.792744, 14.792744, 20.792744, 26.792744, 32.792744");
+					values("0.659463, 1.347169, 1.775206, 2.134665, 2.476944, 2.819494", \
+					  "0.660921, 1.346622, 1.772264, 2.134318, 2.475192, 2.814547", \
+					  "0.661652, 1.345969, 1.773389, 2.135601, 2.473024, 2.816297");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "!A&!IE&!PDRV0&!PDRV1&!SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b0";
+				timing_type : "three_state_enable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.792744, 8.792744, 14.792744, 20.792744, 26.792744, 32.792744");
+					values("1.424759, 2.060271, 2.667748, 3.275705, 3.880604, 4.487779", \
+					  "1.472480, 2.107594, 2.716246, 3.324150, 3.930857, 4.536523", \
+					  "1.483352, 2.118579, 2.727250, 3.334717, 3.941733, 4.547304");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.792744, 8.792744, 14.792744, 20.792744, 26.792744, 32.792744");
+					values("0.734303, 1.831237, 2.972962, 4.128892, 5.292358, 6.453804", \
+					  "0.733316, 1.833563, 2.973770, 4.126559, 5.289323, 6.451987", \
+					  "0.733992, 1.833890, 2.973561, 4.127530, 5.288361, 6.445778");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "!A&!IE&!PDRV0&!PDRV1&SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b1";
+				timing_type : "three_state_enable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.792744, 8.792744, 14.792744, 20.792744, 26.792744, 32.792744");
+					values("1.545399, 2.659793, 3.545436, 4.306699, 4.999089, 5.658864", \
+					  "1.592711, 2.706369, 3.593565, 4.354028, 5.046656, 5.706449", \
+					  "1.603944, 2.718545, 3.604282, 4.365254, 5.057585, 5.717535");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.792744, 8.792744, 14.792744, 20.792744, 26.792744, 32.792744");
+					values("1.171346, 2.774241, 4.007212, 5.136482, 6.231562, 7.317424", \
+					  "1.171971, 2.773855, 4.005501, 5.142349, 6.233309, 7.325847", \
+					  "1.171144, 2.774799, 4.006944, 5.135798, 6.231699, 7.318122");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "!A&!IE&!PDRV0&PDRV1&!SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b0";
+				timing_type : "three_state_enable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.792744, 8.792744, 14.792744, 20.792744, 26.792744, 32.792744");
+					values("1.223540, 1.513262, 1.737811, 1.947963, 2.153007, 2.356295", \
+					  "1.270800, 1.560487, 1.785030, 1.995145, 2.200304, 2.403515", \
+					  "1.281386, 1.571111, 1.795378, 2.005396, 2.210968, 2.414379");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.792744, 8.792744, 14.792744, 20.792744, 26.792744, 32.792744");
+					values("0.396757, 0.764384, 1.117538, 1.480538, 1.843410, 2.217704", \
+					  "0.396572, 0.764283, 1.116580, 1.478379, 1.848228, 2.223463", \
+					  "0.396330, 0.763701, 1.117191, 1.478802, 1.849258, 2.225593");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "!A&!IE&!PDRV0&PDRV1&SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b1";
+				timing_type : "three_state_enable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.792744, 8.792744, 14.792744, 20.792744, 26.792744, 32.792744");
+					values("1.212161, 1.631186, 2.024623, 2.389598, 2.725751, 3.037776", \
+					  "1.259343, 1.678356, 2.071825, 2.436725, 2.772779, 3.084766", \
+					  "1.269700, 1.688712, 2.082239, 2.446989, 2.782905, 3.094825");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.792744, 8.792744, 14.792744, 20.792744, 26.792744, 32.792744");
+					values("0.461975, 1.170224, 1.771686, 2.290040, 2.754065, 3.186951", \
+					  "0.462140, 1.171060, 1.772314, 2.289882, 2.753403, 3.186913", \
+					  "0.461653, 1.171626, 1.773172, 2.289680, 2.752079, 3.185474");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "!A&!IE&PDRV0&!PDRV1&!SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b0";
+				timing_type : "three_state_enable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.792744, 8.792744, 14.792744, 20.792744, 26.792744, 32.792744");
+					values("1.223346, 1.588145, 1.902124, 2.207947, 2.512606, 2.816467", \
+					  "1.270653, 1.635686, 1.950169, 2.256218, 2.559927, 2.863312", \
+					  "1.281557, 1.646532, 1.960954, 2.267046, 2.570512, 2.873716");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.792744, 8.792744, 14.792744, 20.792744, 26.792744, 32.792744");
+					values("0.483318, 1.012589, 1.557340, 2.123543, 2.684886, 3.258882", \
+					  "0.482574, 1.012577, 1.558621, 2.121541, 2.691928, 3.264663", \
+					  "0.483161, 1.012209, 1.560689, 2.121297, 2.689477, 3.264271");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "!A&!IE&PDRV0&!PDRV1&SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b1";
+				timing_type : "three_state_enable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.792744, 8.792744, 14.792744, 20.792744, 26.792744, 32.792744");
+					values("1.225522, 1.840452, 2.394534, 2.883124, 3.320826, 3.722975", \
+					  "1.273263, 1.888215, 2.441721, 2.931356, 3.369448, 3.769753", \
+					  "1.283846, 1.899060, 2.452663, 2.940678, 3.377827, 3.781773");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.792744, 8.792744, 14.792744, 20.792744, 26.792744, 32.792744");
+					values("0.633964, 1.642775, 2.420684, 3.089802, 3.697701, 4.282252", \
+					  "0.634261, 1.641261, 2.423330, 3.091132, 3.699809, 4.279717", \
+					  "0.634551, 1.642975, 2.422292, 3.090645, 3.699222, 4.281079");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "!A&!IE&PDRV0&PDRV1&!SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b0";
+				timing_type : "three_state_enable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.792744, 8.792744, 14.792744, 20.792744, 26.792744, 32.792744");
+					values("1.143147, 1.394547, 1.576732, 1.741169, 1.898870, 2.053465", \
+					  "1.190690, 1.442193, 1.624127, 1.788613, 1.946210, 2.101175", \
+					  "1.203566, 1.454797, 1.636866, 1.801187, 1.959064, 2.113757");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.792744, 8.792744, 14.792744, 20.792744, 26.792744, 32.792744");
+					values("0.349349, 0.636392, 0.900429, 1.167168, 1.437662, 1.714385", \
+					  "0.349531, 0.636332, 0.900582, 1.165947, 1.437617, 1.713056", \
+					  "0.349079, 0.636027, 0.900258, 1.165846, 1.437096, 1.709989");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "positive_unate";
+				when : "!A&!IE&PDRV0&PDRV1&SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b1";
+				timing_type : "three_state_enable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.792744, 8.792744, 14.792744, 20.792744, 26.792744, 32.792744");
+					values("1.128482, 1.452014, 1.756548, 2.045904, 2.318664, 2.574267", \
+					  "1.175762, 1.499522, 1.803951, 2.093183, 2.365513, 2.621081", \
+					  "1.188405, 1.511943, 1.816503, 2.105874, 2.378606, 2.634245");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.792744, 8.792744, 14.792744, 20.792744, 26.792744, 32.792744");
+					values("0.377815, 0.920255, 1.407510, 1.838137, 2.222634, 2.572213", \
+					  "0.378124, 0.918316, 1.409567, 1.834270, 2.219449, 2.576172", \
+					  "0.377668, 0.920210, 1.407502, 1.838120, 2.222644, 2.572660");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "!A&!IE&!PDRV0&!PDRV1&!SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b0";
+				timing_type : "three_state_disable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.792744, 8.792744, 14.792744, 20.792744, 26.792744, 32.792744");
+					values("0.879228, 0.879229, 0.879230, 0.879231, 0.879232, 0.879233", \
+					  "1.012872, 1.012873, 1.012874, 1.012875, 1.012876, 1.012877", \
+					  "1.161921, 1.161922, 1.161923, 1.161924, 1.161925, 1.161926");
+				}
+				rise_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "!A&!IE&!PDRV0&!PDRV1&SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b1";
+				timing_type : "three_state_disable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.792744, 8.792744, 14.792744, 20.792744, 26.792744, 32.792744");
+					values("0.869046, 0.869047, 0.869048, 0.869049, 0.869050, 0.869051", \
+					  "1.000803, 1.000804, 1.000805, 1.000806, 1.000807, 1.000808", \
+					  "1.151609, 1.151610, 1.151611, 1.151612, 1.151613, 1.151614");
+				}
+				rise_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "!A&!IE&!PDRV0&PDRV1&!SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b0";
+				timing_type : "three_state_disable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.792744, 8.792744, 14.792744, 20.792744, 26.792744, 32.792744");
+					values("0.967604, 0.967605, 0.967606, 0.967607, 0.967608, 0.967609", \
+					  "1.100436, 1.100437, 1.100438, 1.100439, 1.100440, 1.100441", \
+					  "1.253222, 1.253223, 1.253224, 1.253225, 1.253226, 1.253227");
+				}
+				rise_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "!A&!IE&!PDRV0&PDRV1&SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b1";
+				timing_type : "three_state_disable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.792744, 8.792744, 14.792744, 20.792744, 26.792744, 32.792744");
+					values("0.959821, 0.959822, 0.959823, 0.959824, 0.959825, 0.959826", \
+					  "1.092475, 1.092476, 1.092477, 1.092478, 1.092479, 1.092480", \
+					  "1.243979, 1.243980, 1.243981, 1.243982, 1.243983, 1.243984");
+				}
+				rise_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "!A&!IE&PDRV0&!PDRV1&!SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b0";
+				timing_type : "three_state_disable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.792744, 8.792744, 14.792744, 20.792744, 26.792744, 32.792744");
+					values("0.870071, 0.870072, 0.870073, 0.870074, 0.870075, 0.870076", \
+					  "1.002144, 1.002145, 1.002146, 1.002147, 1.002148, 1.002149", \
+					  "1.154729, 1.154730, 1.154731, 1.154732, 1.154733, 1.154734");
+				}
+				rise_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "!A&!IE&PDRV0&!PDRV1&SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b1";
+				timing_type : "three_state_disable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.792744, 8.792744, 14.792744, 20.792744, 26.792744, 32.792744");
+					values("0.862745, 0.862746, 0.862747, 0.862748, 0.862749, 0.862750", \
+					  "0.995647, 0.995648, 0.995649, 0.995650, 0.995651, 0.995652", \
+					  "1.144808, 1.144809, 1.144810, 1.144811, 1.144812, 1.144813");
+				}
+				rise_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "!A&!IE&PDRV0&PDRV1&!SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b0";
+				timing_type : "three_state_disable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.792744, 8.792744, 14.792744, 20.792744, 26.792744, 32.792744");
+					values("0.952478, 0.952479, 0.952480, 0.952481, 0.952482, 0.952483", \
+					  "1.084974, 1.084975, 1.084976, 1.084977, 1.084978, 1.084979", \
+					  "1.236268, 1.236269, 1.236270, 1.236271, 1.236272, 1.236273");
+				}
+				rise_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "!A&!IE&PDRV0&PDRV1&SL";
+				sdf_cond : "A==1'b0&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b1";
+				timing_type : "three_state_disable_rise";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.792744, 8.792744, 14.792744, 20.792744, 26.792744, 32.792744");
+					values("0.944871, 0.944872, 0.944873, 0.944874, 0.944875, 0.944876", \
+					  "1.076580, 1.076581, 1.076582, 1.076583, 1.076584, 1.076585", \
+					  "1.226246, 1.226247, 1.226248, 1.226249, 1.226250, 1.226251");
+				}
+				rise_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "A&!IE&!PDRV0&!PDRV1&!SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b0";
+				timing_type : "three_state_disable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.792744, 8.792744, 14.792744, 20.792744, 26.792744, 32.792744");
+					values("1.027099, 1.027100, 1.027101, 1.027102, 1.027103, 1.027104", \
+					  "1.163483, 1.164144, 1.164145, 1.164146, 1.164147, 1.164148", \
+					  "1.318430, 1.318431, 1.318432, 1.318433, 1.318434, 1.318435");
+				}
+				fall_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "A&!IE&!PDRV0&!PDRV1&SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b1";
+				timing_type : "three_state_disable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.792744, 8.792744, 14.792744, 20.792744, 26.792744, 32.792744");
+					values("1.028729, 1.028730, 1.028731, 1.028732, 1.028733, 1.028734", \
+					  "1.162660, 1.163369, 1.163370, 1.163371, 1.163372, 1.163373", \
+					  "1.316806, 1.316807, 1.316808, 1.316809, 1.316810, 1.316811");
+				}
+				fall_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "A&!IE&!PDRV0&PDRV1&!SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b0";
+				timing_type : "three_state_disable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.792744, 8.792744, 14.792744, 20.792744, 26.792744, 32.792744");
+					values("1.169696, 1.169697, 1.169698, 1.169699, 1.169700, 1.169701", \
+					  "1.306866, 1.307292, 1.307293, 1.307294, 1.307295, 1.307296", \
+					  "1.462611, 1.462660, 1.462661, 1.462662, 1.462663, 1.462664");
+				}
+				fall_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "A&!IE&!PDRV0&PDRV1&SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b1";
+				timing_type : "three_state_disable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.792744, 8.792744, 14.792744, 20.792744, 26.792744, 32.792744");
+					values("1.169776, 1.169777, 1.169778, 1.169779, 1.169780, 1.169781", \
+					  "1.305239, 1.305483, 1.305484, 1.305485, 1.305486, 1.305487", \
+					  "1.459842, 1.459843, 1.459844, 1.459845, 1.459846, 1.459847");
+				}
+				fall_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "A&!IE&PDRV0&!PDRV1&!SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b0";
+				timing_type : "three_state_disable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.792744, 8.792744, 14.792744, 20.792744, 26.792744, 32.792744");
+					values("1.016145, 1.016146, 1.016147, 1.016148, 1.016149, 1.016150", \
+					  "1.152083, 1.153174, 1.153175, 1.153176, 1.153177, 1.153178", \
+					  "1.308394, 1.308395, 1.308396, 1.308397, 1.308398, 1.308399");
+				}
+				fall_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "A&!IE&PDRV0&!PDRV1&SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b1";
+				timing_type : "three_state_disable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.792744, 8.792744, 14.792744, 20.792744, 26.792744, 32.792744");
+					values("1.019666, 1.019667, 1.019668, 1.019669, 1.019670, 1.019671", \
+					  "1.153981, 1.154972, 1.154973, 1.154974, 1.154975, 1.154976", \
+					  "1.307918, 1.307919, 1.307920, 1.307921, 1.307922, 1.307923");
+				}
+				fall_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "A&!IE&PDRV0&PDRV1&!SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b0";
+				timing_type : "three_state_disable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.792744, 8.792744, 14.792744, 20.792744, 26.792744, 32.792744");
+					values("1.160235, 1.160236, 1.160237, 1.160238, 1.160239, 1.160240", \
+					  "1.297535, 1.297536, 1.297537, 1.297538, 1.297539, 1.297540", \
+					  "1.452559, 1.452560, 1.452561, 1.452562, 1.452563, 1.452564");
+				}
+				fall_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			timing () {
+				related_pin : "OE";
+				timing_sense : "negative_unate";
+				when : "A&!IE&PDRV0&PDRV1&SL";
+				sdf_cond : "A==1'b1&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b1";
+				timing_type : "three_state_disable_fall";
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("2.792744, 8.792744, 14.792744, 20.792744, 26.792744, 32.792744");
+					values("1.157282, 1.157324, 1.157325, 1.157326, 1.157327, 1.157328", \
+					  "1.294201, 1.294202, 1.294203, 1.294204, 1.294205, 1.294206", \
+					  "1.448783, 1.448784, 1.448785, 1.448786, 1.448787, 1.448788");
+				}
+				fall_transition (scalar) {
+					values("0.000000");
+				}
+			}
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("-39.844560, -40.181340, -40.040080");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("40.299610, 40.381440, 40.491030");
+				}
+			}
+		}
+		pin ("Y") {
+			function : "((IE*PAD))";
+			direction : "output";
+			max_capacitance : 0.500000;
+			output_signal_level : "VDD";
+			internal_power () {
+				related_pin : "IE";
+				when : "!CS&!OE&PAD";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("4.490464, 4.414089, 3.831501, 4.335535, 4.084037, 4.052068", \
+					  "3.860674, 3.744741, 3.253950, 3.553903, 3.487292, 3.570396", \
+					  "3.958617, 3.829472, 3.056261, 3.588249, 3.460483, 3.641642");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("5.265338, 5.286845, 5.576889, 5.412326, 5.421724, 5.470084", \
+					  "4.746543, 4.615570, 4.760418, 5.081275, 5.245753, 4.533839", \
+					  "4.875846, 4.660342, 5.221156, 4.866453, 5.496335, 4.771535");
+				}
+			}
+			internal_power () {
+				related_pin : "IE";
+				when : "CS&!OE&PAD";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("5.077713, 4.935798, 4.807090, 4.786368, 4.709710, 4.636982", \
+					  "4.542558, 4.290798, 4.325767, 3.982155, 4.049579, 4.370011", \
+					  "4.491770, 4.352689, 4.360216, 4.008405, 4.211735, 3.922046");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("5.569542, 5.605514, 5.738549, 5.880604, 5.908223, 5.933798", \
+					  "5.003189, 5.100830, 5.268842, 5.518877, 5.381357, 5.543632", \
+					  "5.178296, 5.179401, 5.214942, 5.789991, 5.382389, 5.328939");
+				}
+			}
+			internal_power () {
+				related_pin : "PAD";
+				when : "!CS&IE&!OE";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("3.226980, 3.091720, 3.000140, 2.812540, 2.738300, 2.706240", \
+					  "3.661990, 3.529260, 3.433440, 3.232560, 3.188150, 3.118590", \
+					  "3.632720, 3.528570, 3.438060, 3.236760, 3.131990, 3.110510");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("3.233400, 3.255280, 3.348090, 3.516320, 3.562050, 3.596000", \
+					  "3.075930, 3.087750, 3.189220, 3.357080, 3.401530, 3.433660", \
+					  "3.003430, 3.011470, 3.131090, 3.285210, 3.331360, 3.366470");
+				}
+			}
+			internal_power () {
+				related_pin : "PAD";
+				when : "CS&IE&!OE";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("4.339060, 4.205180, 4.117400, 3.926240, 3.870290, 3.821260", \
+					  "4.741190, 4.607920, 4.513560, 4.332820, 4.257810, 4.242260", \
+					  "4.754250, 4.608220, 4.559050, 4.379900, 4.317260, 4.237890");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("4.596890, 4.638280, 4.803760, 5.161750, 5.278290, 5.368800", \
+					  "4.322450, 4.365080, 4.523740, 4.890020, 5.015820, 5.098510", \
+					  "4.466410, 4.515980, 4.663660, 5.044060, 5.162680, 5.250860");
+				}
+			}
+			internal_power () {
+				related_pin : "IE";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("4.784089, 4.674943, 4.319295, 4.560951, 4.396873, 4.344525", \
+					  "4.201616, 4.017769, 3.789859, 3.768029, 3.768435, 3.970204", \
+					  "4.225193, 4.091081, 3.708239, 3.798327, 3.836109, 3.781844");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("5.417440, 5.446179, 5.657719, 5.646465, 5.664974, 5.701941", \
+					  "4.874866, 4.858200, 5.014630, 5.300076, 5.313555, 5.038735", \
+					  "5.027071, 4.919872, 5.218049, 5.328222, 5.439362, 5.050237");
+				}
+			}
+			internal_power () {
+				related_pin : "PAD";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("3.783020, 3.648450, 3.558770, 3.369390, 3.304295, 3.263750", \
+					  "4.201590, 4.068590, 3.973500, 3.782690, 3.722980, 3.680425", \
+					  "4.193485, 4.068395, 3.998555, 3.808330, 3.724625, 3.674200");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("3.915145, 3.946780, 4.075925, 4.339035, 4.420170, 4.482400", \
+					  "3.699190, 3.726415, 3.856480, 4.123550, 4.208675, 4.266085", \
+					  "3.734920, 3.763725, 3.897375, 4.164635, 4.247020, 4.308665");
+				}
+			}
+			timing () {
+				related_pin : "IE";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				when : "!CS&!OE&PAD";
+				sdf_cond : "CS==1'b0&&OE==1'b0&&PAD==1'b1";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("1.333088, 1.375640, 1.427470, 1.577952, 1.650389, 1.722695", \
+					  "1.407305, 1.449900, 1.501718, 1.652166, 1.724532, 1.797461", \
+					  "1.450904, 1.493423, 1.545289, 1.695628, 1.767973, 1.840835");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.161729, 0.211789, 0.296795, 0.569618, 0.712764, 0.857969", \
+					  "0.162909, 0.212442, 0.295664, 0.567760, 0.711068, 0.857525", \
+					  "0.165520, 0.212641, 0.296118, 0.568533, 0.711631, 0.857658");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("1.096694, 1.135547, 1.183766, 1.319684, 1.383422, 1.446531", \
+					  "1.223553, 1.262401, 1.310417, 1.446559, 1.510299, 1.573331", \
+					  "1.353537, 1.392213, 1.440340, 1.576362, 1.640142, 1.703248");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.081807, 0.133428, 0.199762, 0.414470, 0.524110, 0.635900", \
+					  "0.082816, 0.132172, 0.199843, 0.414048, 0.524636, 0.635332", \
+					  "0.082069, 0.133373, 0.199765, 0.414670, 0.523923, 0.635596");
+				}
+			}
+			timing () {
+				related_pin : "IE";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				when : "CS&!OE&PAD";
+				sdf_cond : "CS==1'b1&&OE==1'b0&&PAD==1'b1";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("1.387592, 1.430172, 1.482206, 1.632385, 1.704991, 1.777860", \
+					  "1.461991, 1.504553, 1.556626, 1.706765, 1.779415, 1.852206", \
+					  "1.505545, 1.547869, 1.600415, 1.750573, 1.823023, 1.895893");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.162586, 0.212047, 0.296698, 0.566557, 0.709501, 0.854324", \
+					  "0.161779, 0.211897, 0.296784, 0.566475, 0.710707, 0.853437", \
+					  "0.160880, 0.217888, 0.296206, 0.566945, 0.709299, 0.855412");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("1.150158, 1.189026, 1.236953, 1.373074, 1.436817, 1.499859", \
+					  "1.277195, 1.315980, 1.364148, 1.500013, 1.563809, 1.626851", \
+					  "1.406056, 1.444843, 1.493199, 1.628912, 1.692726, 1.755755");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.083744, 0.132169, 0.199856, 0.414010, 0.524753, 0.635283", \
+					  "0.082343, 0.133669, 0.199882, 0.415622, 0.524460, 0.634774", \
+					  "0.083258, 0.132344, 0.199646, 0.415372, 0.524867, 0.634390");
+				}
+			}
+			timing () {
+				related_pin : "PAD";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				when : "!CS&IE&!OE";
+				sdf_cond : "CS==1'b0&&IE==1'b1&&OE==1'b0";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.958253, 1.000831, 1.052062, 1.202557, 1.275044, 1.347773", \
+					  "1.002688, 1.045017, 1.096227, 1.246841, 1.319755, 1.392466", \
+					  "0.985999, 1.027820, 1.079103, 1.229628, 1.302079, 1.374990");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.161812, 0.211893, 0.291658, 0.567247, 0.711118, 0.858888", \
+					  "0.161178, 0.211032, 0.291775, 0.566707, 0.711624, 0.855988", \
+					  "0.162324, 0.211787, 0.291309, 0.567454, 0.710287, 0.856595");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.829033, 0.867570, 0.915733, 1.051631, 1.115520, 1.178472", \
+					  "0.916521, 0.955245, 1.003333, 1.138973, 1.202835, 1.265858", \
+					  "1.118325, 1.156989, 1.205055, 1.340510, 1.404384, 1.467421");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.083471, 0.132313, 0.198114, 0.414072, 0.522623, 0.632955", \
+					  "0.082832, 0.132431, 0.198855, 0.414496, 0.523321, 0.633029", \
+					  "0.082232, 0.132326, 0.198902, 0.414631, 0.523413, 0.634318");
+				}
+			}
+			timing () {
+				related_pin : "PAD";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				when : "CS&IE&!OE";
+				sdf_cond : "CS==1'b1&&IE==1'b1&&OE==1'b0";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("1.034421, 1.076787, 1.128499, 1.278612, 1.351302, 1.423615", \
+					  "1.123090, 1.165225, 1.216308, 1.366694, 1.439400, 1.512082", \
+					  "1.163988, 1.206539, 1.257564, 1.407745, 1.480834, 1.553255");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.161644, 0.212248, 0.292776, 0.567573, 0.711012, 0.857974", \
+					  "0.162512, 0.211648, 0.291954, 0.567493, 0.710836, 0.858508", \
+					  "0.161318, 0.211667, 0.291185, 0.567413, 0.711684, 0.855309");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("1.279806, 1.318994, 1.366881, 1.502475, 1.566343, 1.629238", \
+					  "1.293783, 1.332466, 1.380418, 1.516207, 1.580427, 1.643649", \
+					  "1.524096, 1.562983, 1.610895, 1.746750, 1.810456, 1.873788");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.083974, 0.133828, 0.199438, 0.415440, 0.523812, 0.632690", \
+					  "0.083603, 0.133050, 0.198825, 0.414846, 0.523952, 0.635330", \
+					  "0.084140, 0.133740, 0.198854, 0.415180, 0.523873, 0.634602");
+				}
+			}
+		}
+		pin ("DVDD") {
+			direction : "inout";
+			capacitance : 0;
+		}
+		pin ("DVSS") {
+			direction : "inout";
+			capacitance : 0;
+		}
+		pin ("VDD") {
+			direction : "inout";
+			capacitance : 0;
+		}
+		pin ("VSS") {
+			direction : "inout";
+			capacitance : 0;
+		}
+	}
diff --git a/cells/bi_t/gf180mcu_fd_io__bi_t__tt_025C_5v00.lib.json b/cells/bi_t/gf180mcu_fd_io__bi_t__tt_025C_5v00.lib.json
new file mode 100644
index 0000000..0b2f384
--- /dev/null
+++ b/cells/bi_t/gf180mcu_fd_io__bi_t__tt_025C_5v00.lib.json
@@ -0,0 +1,7452 @@
+{
+    "cell gf180mcu_fd_io__bi_t": {
+        "scaling_factors": "gf_factors",
+        "area": "26250.000000",
+        "pad_cell": "true",
+        "dont_use": "true",
+        "dont_touch": "true",
+        "cell_leakage_power": "4.574200e-03",
+        "leakage_power ": {
+            "when": "!PDRV0 !PDRV1 !CS !SL !IE !OE !PU !PD !A !PAD",
+            "value": "0.004574"
+        },
+        "pin CS": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.023601",
+            "comp_attribute rise_capacitance_range": "0.022489,0.024297",
+            "capacitance": "0.023462",
+            "fall_capacitance": "0.023323",
+            "comp_attribute fall_capacitance_range": "0.022472,0.024091",
+            "internal_power ": {
+                "rise_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        1.348659,
+                        2.99049,
+                        3.123946
+                    ]
+                },
+                "fall_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        1.635188,
+                        2.676109,
+                        2.860928
+                    ]
+                }
+            }
+        },
+        "pin SL": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.032123",
+            "comp_attribute rise_capacitance_range": "0.030938,0.032948",
+            "capacitance": "0.031983",
+            "fall_capacitance": "0.031844",
+            "comp_attribute fall_capacitance_range": "0.031108,0.032702",
+            "internal_power ": {
+                "rise_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        0.907158,
+                        3.436584,
+                        3.504103
+                    ]
+                },
+                "fall_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        1.399669,
+                        3.56251,
+                        3.659893
+                    ]
+                }
+            }
+        },
+        "pin IE": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.015060",
+            "comp_attribute rise_capacitance_range": "0.013944,0.015775",
+            "capacitance": "0.014811",
+            "fall_capacitance": "0.014564",
+            "comp_attribute fall_capacitance_range": "0.013742,0.015390",
+            "internal_power ": {
+                "rise_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        1.234415,
+                        1.904054,
+                        2.00984
+                    ]
+                },
+                "fall_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        1.218411,
+                        1.81611,
+                        1.889536
+                    ]
+                }
+            }
+        },
+        "pin OE": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.090187",
+            "comp_attribute rise_capacitance_range": "0.083233,0.099282",
+            "capacitance": "0.089811",
+            "fall_capacitance": "0.087930",
+            "comp_attribute fall_capacitance_range": "0.083021,0.094881"
+        },
+        "pin PU": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.085442",
+            "comp_attribute rise_capacitance_range": "0.067326,0.098523",
+            "capacitance": "0.085844",
+            "fall_capacitance": "0.086245",
+            "comp_attribute fall_capacitance_range": "0.063770,0.102107",
+            "internal_power ": {
+                "rise_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        -0.387259,
+                        0.734163,
+                        0.994488
+                    ]
+                },
+                "fall_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        2.402035,
+                        3.493249,
+                        4.010396
+                    ]
+                }
+            }
+        },
+        "pin PD": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.049160",
+            "comp_attribute rise_capacitance_range": "0.047272,0.051457",
+            "capacitance": "0.050429",
+            "fall_capacitance": "0.051697",
+            "comp_attribute fall_capacitance_range": "0.049118,0.053152",
+            "internal_power ": {
+                "rise_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        0.350587,
+                        2.087754,
+                        2.285129
+                    ]
+                },
+                "fall_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        2.295997,
+                        3.086559,
+                        3.556019
+                    ]
+                }
+            }
+        },
+        "pin A": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.038030",
+            "comp_attribute rise_capacitance_range": "0.035931,0.039169",
+            "capacitance": "0.037889",
+            "fall_capacitance": "0.037748",
+            "comp_attribute fall_capacitance_range": "0.036678,0.038340",
+            "internal_power ": {
+                "rise_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        -0.298622,
+                        -0.27849,
+                        -0.280025
+                    ]
+                },
+                "fall_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        0.348518,
+                        0.360522,
+                        0.347854
+                    ]
+                }
+            }
+        },
+        "pin PDRV0": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.030545",
+            "comp_attribute rise_capacitance_range": "0.029700,0.031146",
+            "capacitance": "0.030628",
+            "fall_capacitance": "0.030710",
+            "comp_attribute fall_capacitance_range": "0.030525,0.030992",
+            "internal_power ": {
+                "rise_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        -0.245461,
+                        -0.252292,
+                        -0.253018
+                    ]
+                },
+                "fall_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        0.261452,
+                        0.249714,
+                        0.249819
+                    ]
+                }
+            }
+        },
+        "pin PDRV1": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.032590",
+            "comp_attribute rise_capacitance_range": "0.031681,0.033228",
+            "capacitance": "0.032684",
+            "fall_capacitance": "0.032777",
+            "comp_attribute fall_capacitance_range": "0.032581,0.033083",
+            "internal_power ": {
+                "rise_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        -0.286026,
+                        -0.295195,
+                        -0.296484
+                    ]
+                },
+                "fall_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        0.304859,
+                        0.291809,
+                        0.292813
+                    ]
+                }
+            }
+        },
+        "pin PAD": {
+            "drive_current": "16000.000000",
+            "is_pad": "true",
+            "function": "((A))",
+            "three_state": "((!OE))",
+            "direction": "inout",
+            "max_transition": "1.000000",
+            "max_capacitance": "30.000000",
+            "input_signal_level": "DVDD",
+            "output_signal_level": "DVDD",
+            "capacitance": "2.792744",
+            "internal_power ": [
+                {
+                    "related_pin": "A",
+                    "when": "!IE&OE&!PDRV0&!PDRV1&!SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                56.812382,
+                                56.488812,
+                                55.349402,
+                                54.892922,
+                                50.529532,
+                                50.030302
+                            ],
+                            [
+                                56.91553,
+                                56.37019,
+                                55.64864,
+                                53.02852,
+                                55.17558,
+                                48.28493
+                            ],
+                            [
+                                56.991085,
+                                56.482825,
+                                55.802165,
+                                53.676635,
+                                54.298235,
+                                50.195365
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                62.072262,
+                                62.875282,
+                                62.864672,
+                                63.222212,
+                                63.140372,
+                                62.591112
+                            ],
+                            [
+                                62.165698,
+                                62.928188,
+                                63.004518,
+                                63.232098,
+                                63.117728,
+                                63.253908
+                            ],
+                            [
+                                62.316336,
+                                63.069696,
+                                63.135926,
+                                63.387506,
+                                63.334016,
+                                63.177356
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "A",
+                    "when": "!IE&OE&!PDRV0&!PDRV1&SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                56.080202,
+                                56.179732,
+                                54.886472,
+                                53.645522,
+                                51.714452,
+                                50.156122
+                            ],
+                            [
+                                56.41926,
+                                56.17312,
+                                55.00904,
+                                52.52992,
+                                52.28074,
+                                50.98425
+                            ],
+                            [
+                                56.349365,
+                                56.448175,
+                                55.084295,
+                                55.050435,
+                                52.982745,
+                                54.394825
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                58.769942,
+                                60.389772,
+                                62.029422,
+                                62.076632,
+                                61.671942,
+                                61.983172
+                            ],
+                            [
+                                58.819688,
+                                61.962588,
+                                61.956408,
+                                62.151308,
+                                62.089038,
+                                62.199188
+                            ],
+                            [
+                                58.667406,
+                                61.941996,
+                                61.985776,
+                                62.253276,
+                                62.460956,
+                                62.535396
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "A",
+                    "when": "!IE&OE&!PDRV0&PDRV1&!SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                93.164812,
+                                94.650732,
+                                94.779212,
+                                93.891452,
+                                93.163192,
+                                92.711282
+                            ],
+                            [
+                                92.9546,
+                                94.73599,
+                                95.26753,
+                                93.77254,
+                                93.41284,
+                                93.31576
+                            ],
+                            [
+                                93.620165,
+                                94.881075,
+                                95.133785,
+                                93.918745,
+                                93.437575,
+                                93.301185
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                96.314892,
+                                100.116182,
+                                100.686682,
+                                101.514582,
+                                101.318282,
+                                101.760582
+                            ],
+                            [
+                                96.081298,
+                                99.339138,
+                                100.891878,
+                                101.368078,
+                                101.614078,
+                                101.827478
+                            ],
+                            [
+                                96.206156,
+                                99.698446,
+                                101.081746,
+                                101.004946,
+                                102.633846,
+                                101.889246
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "A",
+                    "when": "!IE&OE&!PDRV0&PDRV1&SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                86.865052,
+                                93.188372,
+                                92.892032,
+                                91.396492,
+                                92.798572,
+                                90.103882
+                            ],
+                            [
+                                87.1882,
+                                92.88637,
+                                94.07698,
+                                91.80617,
+                                91.0212,
+                                90.9842
+                            ],
+                            [
+                                87.236435,
+                                92.912195,
+                                93.458765,
+                                92.467055,
+                                92.083455,
+                                90.984765
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                84.511952,
+                                89.071852,
+                                94.100052,
+                                92.691912,
+                                100.221082,
+                                99.662982
+                            ],
+                            [
+                                83.958288,
+                                90.013368,
+                                94.623688,
+                                93.456408,
+                                98.084588,
+                                99.660578
+                            ],
+                            [
+                                84.399206,
+                                87.293526,
+                                91.784746,
+                                94.911986,
+                                101.520146,
+                                98.218446
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "A",
+                    "when": "!IE&OE&PDRV0&!PDRV1&!SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                75.242932,
+                                75.451732,
+                                74.842252,
+                                73.956682,
+                                73.144872,
+                                72.107442
+                            ],
+                            [
+                                75.35314,
+                                75.17607,
+                                75.01072,
+                                74.1532,
+                                73.68037,
+                                72.7022
+                            ],
+                            [
+                                75.296825,
+                                75.638455,
+                                74.958885,
+                                74.162705,
+                                73.453295,
+                                72.110115
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                79.684402,
+                                81.357932,
+                                82.459302,
+                                82.080782,
+                                82.502382,
+                                82.790312
+                            ],
+                            [
+                                79.757068,
+                                81.642188,
+                                82.170068,
+                                82.454308,
+                                82.618798,
+                                82.736828
+                            ],
+                            [
+                                79.739126,
+                                81.641766,
+                                82.336626,
+                                82.506006,
+                                82.792196,
+                                82.925126
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "A",
+                    "when": "!IE&OE&PDRV0&!PDRV1&SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                71.949582,
+                                74.327452,
+                                73.859212,
+                                72.952882,
+                                71.905062,
+                                73.292182
+                            ],
+                            [
+                                72.16859,
+                                74.25108,
+                                74.13465,
+                                72.79222,
+                                71.80494,
+                                70.75392
+                            ],
+                            [
+                                72.188855,
+                                74.468935,
+                                74.662825,
+                                72.472015,
+                                72.501365,
+                                71.405695
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                71.677032,
+                                77.148882,
+                                76.155122,
+                                81.954212,
+                                80.895012,
+                                81.227102
+                            ],
+                            [
+                                71.403828,
+                                75.703288,
+                                77.409118,
+                                80.883648,
+                                80.326508,
+                                80.950898
+                            ],
+                            [
+                                71.750746,
+                                76.843246,
+                                79.625666,
+                                80.248136,
+                                80.113506,
+                                80.527886
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "A",
+                    "when": "!IE&OE&PDRV0&PDRV1&!SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                111.295422,
+                                113.035722,
+                                113.206122,
+                                113.048122,
+                                112.306622,
+                                111.596722
+                            ],
+                            [
+                                111.42729,
+                                113.16299,
+                                112.81479,
+                                113.98949,
+                                112.36449,
+                                111.35829
+                            ],
+                            [
+                                111.400225,
+                                113.182025,
+                                113.383725,
+                                113.175125,
+                                112.428925,
+                                111.649325
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                111.451282,
+                                117.456082,
+                                119.702882,
+                                119.752682,
+                                120.189782,
+                                121.451282
+                            ],
+                            [
+                                111.523878,
+                                117.062878,
+                                120.103578,
+                                119.399778,
+                                120.394278,
+                                120.579278
+                            ],
+                            [
+                                111.591346,
+                                117.114646,
+                                120.391946,
+                                119.226546,
+                                120.325546,
+                                122.379146
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "A",
+                    "when": "!IE&OE&PDRV0&PDRV1&SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                101.160922,
+                                108.099222,
+                                110.275222,
+                                111.809022,
+                                109.576422,
+                                109.917022
+                            ],
+                            [
+                                101.33439,
+                                108.67969,
+                                110.74179,
+                                109.88159,
+                                111.34999,
+                                109.06299
+                            ],
+                            [
+                                101.140525,
+                                108.484025,
+                                110.843425,
+                                110.726025,
+                                110.047425,
+                                110.304325
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                97.034082,
+                                103.499382,
+                                106.115582,
+                                112.048282,
+                                110.586682,
+                                113.849582
+                            ],
+                            [
+                                96.997618,
+                                102.905678,
+                                106.354078,
+                                111.744278,
+                                111.198078,
+                                114.301378
+                            ],
+                            [
+                                96.387596,
+                                103.255446,
+                                108.289846,
+                                109.652746,
+                                114.148546,
+                                115.378246
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "A&!IE&!PDRV0&!PDRV1&!SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                54.971526,
+                                54.110956,
+                                53.214616,
+                                50.734636,
+                                51.412556,
+                                46.695426
+                            ],
+                            [
+                                43.90553,
+                                43.09904,
+                                42.0539,
+                                40.90739,
+                                39.68367,
+                                35.24752
+                            ],
+                            [
+                                43.63206,
+                                42.72215,
+                                41.70753,
+                                40.3407,
+                                38.64809,
+                                37.15755
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                8.88012,
+                                10.08199,
+                                10.36657,
+                                10.49404,
+                                10.56531,
+                                10.61087
+                            ],
+                            [
+                                3.170293,
+                                4.292863,
+                                4.588643,
+                                4.719823,
+                                4.792513,
+                                4.838383
+                            ],
+                            [
+                                4.517993,
+                                5.554433,
+                                5.829703,
+                                5.986543,
+                                6.078143,
+                                6.142363
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "A&!IE&!PDRV0&!PDRV1&SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                54.322026,
+                                53.556206,
+                                52.372936,
+                                51.080496,
+                                49.550546,
+                                47.643666
+                            ],
+                            [
+                                43.32233,
+                                42.58315,
+                                41.47863,
+                                39.65232,
+                                38.5112,
+                                36.29477
+                            ],
+                            [
+                                42.99487,
+                                42.22237,
+                                41.10617,
+                                39.1996,
+                                38.02474,
+                                36.96329
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                8.92604,
+                                10.02208,
+                                10.37605,
+                                10.47415,
+                                10.54129,
+                                10.58674
+                            ],
+                            [
+                                3.204403,
+                                4.146193,
+                                4.525753,
+                                4.680243,
+                                4.757693,
+                                4.803323
+                            ],
+                            [
+                                4.712483,
+                                5.429553,
+                                6.115493,
+                                6.139873,
+                                6.169573,
+                                6.193533
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "A&!IE&!PDRV0&PDRV1&!SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                85.602826,
+                                85.179246,
+                                84.301936,
+                                83.284476,
+                                82.745816,
+                                81.531186
+                            ],
+                            [
+                                73.83747,
+                                73.85385,
+                                72.83806,
+                                71.89251,
+                                70.96904,
+                                69.9335
+                            ],
+                            [
+                                73.26371,
+                                73.29964,
+                                72.7837,
+                                71.37116,
+                                70.95653,
+                                69.37301
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                20.98638,
+                                23.79412,
+                                24.82165,
+                                25.32844,
+                                25.616,
+                                25.80555
+                            ],
+                            [
+                                17.214773,
+                                20.800173,
+                                22.027713,
+                                22.640043,
+                                23.019723,
+                                23.268073
+                            ],
+                            [
+                                18.998873,
+                                22.352313,
+                                23.541483,
+                                23.834223,
+                                24.060583,
+                                24.248843
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "A&!IE&!PDRV0&PDRV1&SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                79.173386,
+                                83.157326,
+                                82.527816,
+                                81.903116,
+                                80.485626,
+                                79.360746
+                            ],
+                            [
+                                67.80306,
+                                72.17377,
+                                71.3264,
+                                70.4188,
+                                69.27321,
+                                68.0245
+                            ],
+                            [
+                                67.38887,
+                                71.27075,
+                                70.95128,
+                                70.00969,
+                                68.81263,
+                                67.51392
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                21.40462,
+                                24.05109,
+                                24.96203,
+                                25.39127,
+                                25.68169,
+                                25.88506
+                            ],
+                            [
+                                17.381473,
+                                20.765413,
+                                21.802413,
+                                22.377943,
+                                22.729753,
+                                22.974543
+                            ],
+                            [
+                                18.712333,
+                                22.186853,
+                                23.299853,
+                                23.879713,
+                                24.206283,
+                                24.424953
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "A&!IE&PDRV0&!PDRV1&!SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                73.198516,
+                                71.912746,
+                                71.882426,
+                                70.405116,
+                                69.942406,
+                                69.408256
+                            ],
+                            [
+                                61.81567,
+                                60.83902,
+                                60.17069,
+                                59.11442,
+                                58.42645,
+                                57.34356
+                            ],
+                            [
+                                61.63839,
+                                60.73727,
+                                59.39327,
+                                59.0372,
+                                57.72292,
+                                56.26028
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                16.18676,
+                                18.53602,
+                                19.18772,
+                                19.49367,
+                                19.67012,
+                                19.78619
+                            ],
+                            [
+                                10.587643,
+                                12.913763,
+                                13.543723,
+                                13.850393,
+                                14.027973,
+                                14.144663
+                            ],
+                            [
+                                12.205873,
+                                14.679403,
+                                15.382133,
+                                15.678333,
+                                15.837443,
+                                15.932273
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "A&!IE&PDRV0&!PDRV1&SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                70.251746,
+                                71.380646,
+                                70.504866,
+                                69.507416,
+                                68.444996,
+                                66.597206
+                            ],
+                            [
+                                58.75045,
+                                59.9957,
+                                59.29935,
+                                57.72132,
+                                56.96626,
+                                55.64619
+                            ],
+                            [
+                                58.16365,
+                                59.66835,
+                                58.54592,
+                                57.59673,
+                                56.06931,
+                                54.88456
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                16.23435,
+                                18.60465,
+                                19.23716,
+                                19.52408,
+                                19.69379,
+                                19.80562
+                            ],
+                            [
+                                10.650793,
+                                12.968603,
+                                13.631153,
+                                13.958993,
+                                14.153983,
+                                14.273063
+                            ],
+                            [
+                                12.359563,
+                                14.108003,
+                                14.869543,
+                                15.474703,
+                                15.817063,
+                                15.978953
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "A&!IE&PDRV0&PDRV1&!SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                102.855956,
+                                102.750156,
+                                101.844256,
+                                101.518256,
+                                100.186956,
+                                99.448856
+                            ],
+                            [
+                                91.43797,
+                                91.01537,
+                                90.47217,
+                                89.56187,
+                                88.35148,
+                                87.58519
+                            ],
+                            [
+                                91.20325,
+                                90.08785,
+                                90.14035,
+                                88.75795,
+                                88.04034,
+                                87.15147
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                28.20563,
+                                31.63551,
+                                32.93626,
+                                33.68892,
+                                34.18083,
+                                34.51841
+                            ],
+                            [
+                                24.513323,
+                                28.640793,
+                                30.213713,
+                                31.020823,
+                                31.518343,
+                                31.867073
+                            ],
+                            [
+                                26.288663,
+                                30.666333,
+                                32.905753,
+                                33.639523,
+                                33.982143,
+                                34.213683
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "A&!IE&PDRV0&PDRV1&SL",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                92.974876,
+                                99.271656,
+                                100.026556,
+                                99.344806,
+                                98.264346,
+                                96.988226
+                            ],
+                            [
+                                81.15268,
+                                87.18638,
+                                87.65269,
+                                87.37549,
+                                86.44945,
+                                85.61516
+                            ],
+                            [
+                                80.65785,
+                                86.39886,
+                                88.07049,
+                                86.39524,
+                                85.85986,
+                                85.26103
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                28.203,
+                                32.25607,
+                                33.57296,
+                                34.03352,
+                                34.37661,
+                                34.61547
+                            ],
+                            [
+                                24.759763,
+                                28.962303,
+                                30.165373,
+                                31.043133,
+                                31.495463,
+                                31.844283
+                            ],
+                            [
+                                26.559763,
+                                30.556173,
+                                32.814853,
+                                34.204783,
+                                34.719113,
+                                35.022073
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "!A&!IE&!PDRV0&!PDRV1&!SL",
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                51.583066,
+                                51.946286,
+                                51.901196,
+                                52.171836,
+                                51.867006,
+                                52.094176
+                            ],
+                            [
+                                41.12638,
+                                41.19364,
+                                41.47081,
+                                41.31091,
+                                41.39458,
+                                42.40607
+                            ],
+                            [
+                                40.86092,
+                                41.12867,
+                                41.23983,
+                                41.31186,
+                                41.34598,
+                                41.34847
+                            ]
+                        ]
+                    },
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                5.890593,
+                                -144.38763,
+                                -294.62883,
+                                -444.64163,
+                                -594.64463,
+                                -744.64523
+                            ],
+                            [
+                                -0.00143,
+                                -151.053127,
+                                -301.205627,
+                                -451.265327,
+                                -601.295427,
+                                -751.311227
+                            ],
+                            [
+                                0.957914,
+                                -149.543207,
+                                -298.930307,
+                                -449.000807,
+                                -599.081207,
+                                -749.144307
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "!A&!IE&!PDRV0&!PDRV1&SL",
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                48.361096,
+                                50.051236,
+                                50.979936,
+                                51.171096,
+                                50.915916,
+                                50.700706
+                            ],
+                            [
+                                37.65753,
+                                39.59851,
+                                40.23222,
+                                40.54674,
+                                40.51578,
+                                40.58906
+                            ],
+                            [
+                                37.4492,
+                                39.59161,
+                                40.15583,
+                                40.35359,
+                                40.43848,
+                                40.44262
+                            ]
+                        ]
+                    },
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                6.035566,
+                                -144.39703,
+                                -294.52543,
+                                -444.58623,
+                                -594.62143,
+                                -744.64433
+                            ],
+                            [
+                                -0.367976,
+                                -151.109827,
+                                -301.245327,
+                                -450.668827,
+                                -600.748627,
+                                -750.798627
+                            ],
+                            [
+                                1.470017,
+                                -149.545607,
+                                -299.003607,
+                                -448.912607,
+                                -598.873307,
+                                -748.853307
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "!A&!IE&!PDRV0&PDRV1&!SL",
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                72.998926,
+                                75.468616,
+                                76.193606,
+                                75.392756,
+                                76.387306,
+                                76.131766
+                            ],
+                            [
+                                62.52566,
+                                65.09888,
+                                64.84414,
+                                66.16358,
+                                65.12498,
+                                65.44848
+                            ],
+                            [
+                                62.48944,
+                                64.96231,
+                                65.27676,
+                                65.40524,
+                                65.4824,
+                                65.49836
+                            ]
+                        ]
+                    },
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                18.88209,
+                                -131.80093,
+                                -282.03813,
+                                -432.16063,
+                                -582.24213,
+                                -732.29973
+                            ],
+                            [
+                                12.723383,
+                                -137.863627,
+                                -288.043427,
+                                -438.206127,
+                                -588.286727,
+                                -738.345427
+                            ],
+                            [
+                                14.205513,
+                                -136.233907,
+                                -286.627007,
+                                -436.862307,
+                                -587.739507,
+                                -737.088207
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "!A&!IE&!PDRV0&PDRV1&SL",
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                62.554736,
+                                65.692236,
+                                67.992256,
+                                70.680006,
+                                71.618826,
+                                72.605386
+                            ],
+                            [
+                                51.86458,
+                                55.12924,
+                                57.15017,
+                                60.64212,
+                                60.92669,
+                                62.6779
+                            ],
+                            [
+                                51.44864,
+                                54.9381,
+                                57.70268,
+                                59.46357,
+                                60.68598,
+                                61.52238
+                            ]
+                        ]
+                    },
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                18.93004,
+                                -131.64443,
+                                -281.83503,
+                                -431.94373,
+                                -582.01753,
+                                -732.06963
+                            ],
+                            [
+                                12.896913,
+                                -137.501527,
+                                -288.017727,
+                                -438.288327,
+                                -587.670027,
+                                -737.774727
+                            ],
+                            [
+                                14.236893,
+                                -136.124007,
+                                -286.678007,
+                                -436.941407,
+                                -587.834207,
+                                -736.659907
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "!A&!IE&PDRV0&!PDRV1&!SL",
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                63.282436,
+                                64.113216,
+                                64.465916,
+                                64.446656,
+                                64.546146,
+                                64.709166
+                            ],
+                            [
+                                52.90837,
+                                53.74823,
+                                53.77975,
+                                54.02803,
+                                54.10366,
+                                54.06591
+                            ],
+                            [
+                                52.8548,
+                                53.74213,
+                                53.85219,
+                                53.97532,
+                                54.04821,
+                                54.07952
+                            ]
+                        ]
+                    },
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                12.78775,
+                                -137.84853,
+                                -288.07143,
+                                -438.16653,
+                                -588.42183,
+                                -738.44823
+                            ],
+                            [
+                                6.509893,
+                                -144.513827,
+                                -294.364427,
+                                -444.460327,
+                                -594.521427,
+                                -744.562227
+                            ],
+                            [
+                                7.953383,
+                                -142.736607,
+                                -292.911107,
+                                -442.936307,
+                                -592.978207,
+                                -743.044107
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "!A&!IE&PDRV0&!PDRV1&SL",
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                55.757956,
+                                58.826256,
+                                60.949486,
+                                61.452816,
+                                62.208386,
+                                62.506386
+                            ],
+                            [
+                                45.18701,
+                                48.43778,
+                                50.10461,
+                                51.09929,
+                                51.74253,
+                                52.09464
+                            ],
+                            [
+                                44.9729,
+                                48.27799,
+                                50.21068,
+                                51.31973,
+                                51.79675,
+                                51.99196
+                            ]
+                        ]
+                    },
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                12.87581,
+                                -137.59013,
+                                -287.71693,
+                                -437.80013,
+                                -587.85263,
+                                -737.88763
+                            ],
+                            [
+                                6.116253,
+                                -143.922327,
+                                -293.851927,
+                                -444.217627,
+                                -594.524527,
+                                -744.698927
+                            ],
+                            [
+                                8.236403,
+                                -142.882907,
+                                -292.679207,
+                                -442.597807,
+                                -592.572407,
+                                -743.472607
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "!A&!IE&PDRV0&PDRV1&!SL",
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                83.027306,
+                                87.179476,
+                                87.856726,
+                                88.196776,
+                                88.191246,
+                                88.192256
+                            ],
+                            [
+                                72.45812,
+                                76.56698,
+                                77.51339,
+                                77.51586,
+                                78.14384,
+                                77.77253
+                            ],
+                            [
+                                72.69079,
+                                76.84699,
+                                77.59108,
+                                77.78499,
+                                77.88403,
+                                78.01616
+                            ]
+                        ]
+                    },
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                25.41328,
+                                -125.26723,
+                                -275.56983,
+                                -425.68523,
+                                -575.66753,
+                                -725.70953
+                            ],
+                            [
+                                19.339623,
+                                -131.129427,
+                                -281.431827,
+                                -431.522927,
+                                -581.762027,
+                                -731.712727
+                            ],
+                            [
+                                21.690033,
+                                -129.511607,
+                                -279.559807,
+                                -429.990507,
+                                -579.919507,
+                                -730.094507
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "when": "!A&!IE&PDRV0&PDRV1&SL",
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                69.961736,
+                                73.298966,
+                                76.729456,
+                                77.752386,
+                                81.084516,
+                                82.856816
+                            ],
+                            [
+                                59.26298,
+                                62.7595,
+                                65.75336,
+                                68.08093,
+                                69.88828,
+                                71.32051
+                            ],
+                            [
+                                58.94013,
+                                62.59577,
+                                65.79662,
+                                68.13161,
+                                69.89959,
+                                71.33175
+                            ]
+                        ]
+                    },
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                25.49547,
+                                -125.12253,
+                                -275.37233,
+                                -425.66403,
+                                -575.78283,
+                                -725.85043
+                            ],
+                            [
+                                19.822313,
+                                -130.951227,
+                                -281.318527,
+                                -431.371327,
+                                -581.440927,
+                                -731.505127
+                            ],
+                            [
+                                21.200893,
+                                -129.240007,
+                                -279.545007,
+                                -429.624107,
+                                -579.642207,
+                                -729.693907
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "A",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                163.142827,
+                                167.855444,
+                                167.522481,
+                                166.398274,
+                                163.784682,
+                                162.478739
+                            ],
+                            [
+                                163.44025,
+                                167.858875,
+                                168.176035,
+                                165.488412,
+                                165.272537,
+                                161.861635
+                            ],
+                            [
+                                163.55587,
+                                168.124427,
+                                168.331968,
+                                166.412185,
+                                165.308255,
+                                163.5864
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                165.378962,
+                                172.978841,
+                                176.028429,
+                                178.835324,
+                                180.131384,
+                                181.329031
+                            ],
+                            [
+                                165.176841,
+                                172.889329,
+                                176.628333,
+                                178.672476,
+                                179.860773,
+                                181.377384
+                            ],
+                            [
+                                165.26448,
+                                172.714692,
+                                177.158069,
+                                178.297787,
+                                181.832189,
+                                181.757712
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                92.457682,
+                                -57.092438,
+                                -207.885317,
+                                -359.108728,
+                                -510.027162,
+                                -661.735146
+                            ],
+                            [
+                                74.883017,
+                                -74.662329,
+                                -225.523366,
+                                -376.669587,
+                                -527.70237,
+                                -679.377328
+                            ],
+                            [
+                                76.111712,
+                                -73.676327,
+                                -224.154418,
+                                -375.519698,
+                                -526.813267,
+                                -677.935718
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            6,
+                            12,
+                            18,
+                            24,
+                            30
+                        ],
+                        "values": [
+                            [
+                                82.06927,
+                                86.944727,
+                                89.066122,
+                                89.961552,
+                                90.893124,
+                                91.426321
+                            ],
+                            [
+                                66.809137,
+                                72.002858,
+                                73.918367,
+                                75.459857,
+                                76.041973,
+                                76.798563
+                            ],
+                            [
+                                68.257796,
+                                73.452079,
+                                75.82306,
+                                77.072951,
+                                77.80647,
+                                78.298487
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "rise_power power_inputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "values": [
+                            -39.84456,
+                            -40.18134,
+                            -40.04008
+                        ]
+                    },
+                    "fall_power power_inputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "values": [
+                            40.29961,
+                            40.38144,
+                            40.49103
+                        ]
+                    }
+                }
+            ],
+            "timing ": [
+                {
+                    "related_pin": "A",
+                    "timing_type": "combinational",
+                    "timing_sense": "positive_unate",
+                    "when": "!IE&OE&!PDRV0&!PDRV1&!SL",
+                    "sdf_cond": "IE==1'b0&&OE==1'b1&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b0",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.792744,
+                            8.792744,
+                            14.792744,
+                            20.792744,
+                            26.792744,
+                            32.792744
+                        ],
+                        "values": [
+                            [
+                                2.170575,
+                                2.946326,
+                                3.717318,
+                                4.489848,
+                                5.262179,
+                                6.019724
+                            ],
+                            [
+                                2.218632,
+                                2.992711,
+                                3.765407,
+                                4.529559,
+                                5.303298,
+                                6.070945
+                            ],
+                            [
+                                2.228404,
+                                3.002516,
+                                3.775416,
+                                4.538753,
+                                5.31432,
+                                6.077037
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.792744,
+                            8.792744,
+                            14.792744,
+                            20.792744,
+                            26.792744,
+                            32.792744
+                        ],
+                        "values": [
+                            [
+                                0.882433,
+                                2.446354,
+                                4.049818,
+                                5.6547,
+                                7.25595,
+                                8.861495
+                            ],
+                            [
+                                0.883867,
+                                2.445552,
+                                4.048534,
+                                5.653156,
+                                7.242218,
+                                8.854042
+                            ],
+                            [
+                                0.882835,
+                                2.446848,
+                                4.049899,
+                                5.654356,
+                                7.259185,
+                                8.863771
+                            ]
+                        ]
+                    },
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.792744,
+                            8.792744,
+                            14.792744,
+                            20.792744,
+                            26.792744,
+                            32.792744
+                        ],
+                        "values": [
+                            [
+                                2.238848,
+                                2.875172,
+                                3.484556,
+                                4.092754,
+                                4.699733,
+                                5.305457
+                            ],
+                            [
+                                2.373882,
+                                3.010343,
+                                3.618902,
+                                4.227474,
+                                4.833065,
+                                5.439984
+                            ],
+                            [
+                                2.521326,
+                                3.157691,
+                                3.767066,
+                                4.375355,
+                                4.982262,
+                                5.588027
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.792744,
+                            8.792744,
+                            14.792744,
+                            20.792744,
+                            26.792744,
+                            32.792744
+                        ],
+                        "values": [
+                            [
+                                0.719217,
+                                1.828535,
+                                2.971563,
+                                4.125604,
+                                5.287816,
+                                6.446654
+                            ],
+                            [
+                                0.71929,
+                                1.821794,
+                                2.969099,
+                                4.12765,
+                                5.284416,
+                                6.447499
+                            ],
+                            [
+                                0.720154,
+                                1.828534,
+                                2.971587,
+                                4.125369,
+                                5.288287,
+                                6.449327
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "A",
+                    "timing_type": "combinational",
+                    "timing_sense": "positive_unate",
+                    "when": "!IE&OE&!PDRV0&!PDRV1&SL",
+                    "sdf_cond": "IE==1'b0&&OE==1'b1&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b1",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.792744,
+                            8.792744,
+                            14.792744,
+                            20.792744,
+                            26.792744,
+                            32.792744
+                        ],
+                        "values": [
+                            [
+                                2.59476,
+                                3.630104,
+                                4.425445,
+                                5.197408,
+                                5.967094,
+                                6.736894
+                            ],
+                            [
+                                2.642151,
+                                3.677532,
+                                4.473992,
+                                5.245161,
+                                6.014189,
+                                6.782936
+                            ],
+                            [
+                                2.653071,
+                                3.688047,
+                                4.484229,
+                                5.255532,
+                                6.024695,
+                                6.794159
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.792744,
+                            8.792744,
+                            14.792744,
+                            20.792744,
+                            26.792744,
+                            32.792744
+                        ],
+                        "values": [
+                            [
+                                1.539075,
+                                2.951406,
+                                4.373556,
+                                5.889376,
+                                7.428744,
+                                8.990297
+                            ],
+                            [
+                                1.539295,
+                                2.952644,
+                                4.38392,
+                                5.890933,
+                                7.429473,
+                                8.997142
+                            ],
+                            [
+                                1.539087,
+                                2.951738,
+                                4.383552,
+                                5.889006,
+                                7.431136,
+                                8.985923
+                            ]
+                        ]
+                    },
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.792744,
+                            8.792744,
+                            14.792744,
+                            20.792744,
+                            26.792744,
+                            32.792744
+                        ],
+                        "values": [
+                            [
+                                2.37005,
+                                3.487286,
+                                4.372575,
+                                5.131524,
+                                5.822751,
+                                6.48245
+                            ],
+                            [
+                                2.505043,
+                                3.622292,
+                                4.506557,
+                                5.267108,
+                                5.958547,
+                                6.61836
+                            ],
+                            [
+                                2.65212,
+                                3.768794,
+                                4.652338,
+                                5.411086,
+                                6.106565,
+                                6.764724
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.792744,
+                            8.792744,
+                            14.792744,
+                            20.792744,
+                            26.792744,
+                            32.792744
+                        ],
+                        "values": [
+                            [
+                                1.165679,
+                                2.767743,
+                                4.000536,
+                                5.130503,
+                                6.228661,
+                                7.307886
+                            ],
+                            [
+                                1.169356,
+                                2.766972,
+                                3.999436,
+                                5.129965,
+                                6.229128,
+                                7.306786
+                            ],
+                            [
+                                1.167908,
+                                2.770437,
+                                3.995416,
+                                5.128029,
+                                6.22623,
+                                7.313036
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "A",
+                    "timing_type": "combinational",
+                    "timing_sense": "positive_unate",
+                    "when": "!IE&OE&!PDRV0&PDRV1&!SL",
+                    "sdf_cond": "IE==1'b0&&OE==1'b1&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b0",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.792744,
+                            8.792744,
+                            14.792744,
+                            20.792744,
+                            26.792744,
+                            32.792744
+                        ],
+                        "values": [
+                            [
+                                1.876034,
+                                2.165075,
+                                2.425217,
+                                2.683439,
+                                2.939307,
+                                3.195952
+                            ],
+                            [
+                                1.92404,
+                                2.213184,
+                                2.473662,
+                                2.730696,
+                                2.988353,
+                                3.245453
+                            ],
+                            [
+                                1.934005,
+                                2.223585,
+                                2.48347,
+                                2.740668,
+                                2.998746,
+                                3.255671
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.792744,
+                            8.792744,
+                            14.792744,
+                            20.792744,
+                            26.792744,
+                            32.792744
+                        ],
+                        "values": [
+                            [
+                                0.433183,
+                                0.89386,
+                                1.4028,
+                                1.92265,
+                                2.453095,
+                                2.981801
+                            ],
+                            [
+                                0.432224,
+                                0.894047,
+                                1.404201,
+                                1.92117,
+                                2.455124,
+                                2.986226
+                            ],
+                            [
+                                0.431602,
+                                0.895377,
+                                1.402355,
+                                1.924532,
+                                2.455495,
+                                2.986549
+                            ]
+                        ]
+                    },
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.792744,
+                            8.792744,
+                            14.792744,
+                            20.792744,
+                            26.792744,
+                            32.792744
+                        ],
+                        "values": [
+                            [
+                                1.973322,
+                                2.257858,
+                                2.481402,
+                                2.691619,
+                                2.897107,
+                                3.10102
+                            ],
+                            [
+                                2.109109,
+                                2.393196,
+                                2.616749,
+                                2.82696,
+                                3.032471,
+                                3.236357
+                            ],
+                            [
+                                2.256485,
+                                2.540652,
+                                2.764116,
+                                2.974375,
+                                3.179508,
+                                3.383392
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.792744,
+                            8.792744,
+                            14.792744,
+                            20.792744,
+                            26.792744,
+                            32.792744
+                        ],
+                        "values": [
+                            [
+                                0.377737,
+                                0.742015,
+                                1.099517,
+                                1.467563,
+                                1.836325,
+                                2.211615
+                            ],
+                            [
+                                0.376919,
+                                0.741555,
+                                1.099256,
+                                1.467296,
+                                1.836143,
+                                2.211117
+                            ],
+                            [
+                                0.377053,
+                                0.740682,
+                                1.099881,
+                                1.46751,
+                                1.836167,
+                                2.215476
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "A",
+                    "timing_type": "combinational",
+                    "timing_sense": "positive_unate",
+                    "when": "!IE&OE&!PDRV0&PDRV1&SL",
+                    "sdf_cond": "IE==1'b0&&OE==1'b1&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b1",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.792744,
+                            8.792744,
+                            14.792744,
+                            20.792744,
+                            26.792744,
+                            32.792744
+                        ],
+                        "values": [
+                            [
+                                1.923724,
+                                2.589703,
+                                3.007175,
+                                3.333532,
+                                3.623608,
+                                3.896611
+                            ],
+                            [
+                                1.971552,
+                                2.63755,
+                                3.055016,
+                                3.381379,
+                                3.672087,
+                                3.944015
+                            ],
+                            [
+                                1.981957,
+                                2.647861,
+                                3.065383,
+                                3.391723,
+                                3.681821,
+                                3.954753
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.792744,
+                            8.792744,
+                            14.792744,
+                            20.792744,
+                            26.792744,
+                            32.792744
+                        ],
+                        "values": [
+                            [
+                                0.807417,
+                                1.552537,
+                                2.048353,
+                                2.501643,
+                                2.962726,
+                                3.428374
+                            ],
+                            [
+                                0.807766,
+                                1.55254,
+                                2.048438,
+                                2.501674,
+                                2.963677,
+                                3.429318
+                            ],
+                            [
+                                0.807094,
+                                1.552597,
+                                2.048292,
+                                2.501837,
+                                2.962748,
+                                3.424228
+                            ]
+                        ]
+                    },
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.792744,
+                            8.792744,
+                            14.792744,
+                            20.792744,
+                            26.792744,
+                            32.792744
+                        ],
+                        "values": [
+                            [
+                                1.955215,
+                                2.383335,
+                                2.782057,
+                                3.148765,
+                                3.485826,
+                                3.798172
+                            ],
+                            [
+                                2.090374,
+                                2.518973,
+                                2.917225,
+                                3.284443,
+                                3.621245,
+                                3.93399
+                            ],
+                            [
+                                2.238132,
+                                2.666185,
+                                3.064983,
+                                3.431637,
+                                3.768756,
+                                4.080718
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.792744,
+                            8.792744,
+                            14.792744,
+                            20.792744,
+                            26.792744,
+                            32.792744
+                        ],
+                        "values": [
+                            [
+                                0.442601,
+                                1.170094,
+                                1.77466,
+                                2.291524,
+                                2.75647,
+                                3.183751
+                            ],
+                            [
+                                0.441988,
+                                1.171106,
+                                1.774045,
+                                2.293946,
+                                2.75407,
+                                3.185965
+                            ],
+                            [
+                                0.442434,
+                                1.16848,
+                                1.772965,
+                                2.293352,
+                                2.758352,
+                                3.185779
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "A",
+                    "timing_type": "combinational",
+                    "timing_sense": "positive_unate",
+                    "when": "!IE&OE&PDRV0&!PDRV1&!SL",
+                    "sdf_cond": "IE==1'b0&&OE==1'b1&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b0",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.792744,
+                            8.792744,
+                            14.792744,
+                            20.792744,
+                            26.792744,
+                            32.792744
+                        ],
+                        "values": [
+                            [
+                                1.962604,
+                                2.365974,
+                                2.751869,
+                                3.136495,
+                                3.520796,
+                                3.909087
+                            ],
+                            [
+                                2.011173,
+                                2.414068,
+                                2.800875,
+                                3.186264,
+                                3.571549,
+                                3.957469
+                            ],
+                            [
+                                2.02081,
+                                2.424094,
+                                2.810017,
+                                3.194436,
+                                3.580779,
+                                3.966648
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.792744,
+                            8.792744,
+                            14.792744,
+                            20.792744,
+                            26.792744,
+                            32.792744
+                        ],
+                        "values": [
+                            [
+                                0.532404,
+                                1.269378,
+                                2.052221,
+                                2.849174,
+                                3.648853,
+                                4.44015
+                            ],
+                            [
+                                0.531469,
+                                1.271676,
+                                2.055044,
+                                2.849578,
+                                3.652194,
+                                4.451409
+                            ],
+                            [
+                                0.531238,
+                                1.270893,
+                                2.05224,
+                                2.849865,
+                                3.641185,
+                                4.445819
+                            ]
+                        ]
+                    },
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.792744,
+                            8.792744,
+                            14.792744,
+                            20.792744,
+                            26.792744,
+                            32.792744
+                        ],
+                        "values": [
+                            [
+                                2.049335,
+                                2.414684,
+                                2.72947,
+                                3.036152,
+                                3.339932,
+                                3.643523
+                            ],
+                            [
+                                2.184716,
+                                2.550145,
+                                2.864797,
+                                3.171088,
+                                3.475995,
+                                3.780108
+                            ],
+                            [
+                                2.33187,
+                                2.697211,
+                                3.011795,
+                                3.318315,
+                                3.622755,
+                                3.927059
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.792744,
+                            8.792744,
+                            14.792744,
+                            20.792744,
+                            26.792744,
+                            32.792744
+                        ],
+                        "values": [
+                            [
+                                0.463286,
+                                0.998436,
+                                1.553148,
+                                2.117174,
+                                2.685052,
+                                3.26169
+                            ],
+                            [
+                                0.463085,
+                                1.000247,
+                                1.548444,
+                                2.119268,
+                                2.682047,
+                                3.256251
+                            ],
+                            [
+                                0.463258,
+                                1.00041,
+                                1.548488,
+                                2.118983,
+                                2.689337,
+                                3.26741
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "A",
+                    "timing_type": "combinational",
+                    "timing_sense": "positive_unate",
+                    "when": "!IE&OE&PDRV0&!PDRV1&SL",
+                    "sdf_cond": "IE==1'b0&&OE==1'b1&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b1",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.792744,
+                            8.792744,
+                            14.792744,
+                            20.792744,
+                            26.792744,
+                            32.792744
+                        ],
+                        "values": [
+                            [
+                                2.130878,
+                                2.918872,
+                                3.412952,
+                                3.834685,
+                                4.23014,
+                                4.617163
+                            ],
+                            [
+                                2.178741,
+                                2.966598,
+                                3.460788,
+                                3.88231,
+                                4.277977,
+                                4.665074
+                            ],
+                            [
+                                2.189153,
+                                2.977241,
+                                3.471288,
+                                3.891409,
+                                4.287787,
+                                4.676125
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.792744,
+                            8.792744,
+                            14.792744,
+                            20.792744,
+                            26.792744,
+                            32.792744
+                        ],
+                        "values": [
+                            [
+                                1.047861,
+                                1.926227,
+                                2.614512,
+                                3.300608,
+                                4.022398,
+                                4.761501
+                            ],
+                            [
+                                1.047566,
+                                1.923496,
+                                2.614616,
+                                3.303028,
+                                4.023182,
+                                4.761542
+                            ],
+                            [
+                                1.046472,
+                                1.922665,
+                                2.609437,
+                                3.30853,
+                                4.0186,
+                                4.752348
+                            ]
+                        ]
+                    },
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.792744,
+                            8.792744,
+                            14.792744,
+                            20.792744,
+                            26.792744,
+                            32.792744
+                        ],
+                        "values": [
+                            [
+                                2.057031,
+                                2.679857,
+                                3.234613,
+                                3.722705,
+                                4.158954,
+                                4.562577
+                            ],
+                            [
+                                2.192169,
+                                2.81496,
+                                3.370062,
+                                3.858358,
+                                4.296151,
+                                4.697191
+                            ],
+                            [
+                                2.339727,
+                                2.962257,
+                                3.517794,
+                                4.005222,
+                                4.443141,
+                                4.845106
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.792744,
+                            8.792744,
+                            14.792744,
+                            20.792744,
+                            26.792744,
+                            32.792744
+                        ],
+                        "values": [
+                            [
+                                0.6279,
+                                1.639721,
+                                2.418181,
+                                3.081918,
+                                3.688768,
+                                4.273091
+                            ],
+                            [
+                                0.628864,
+                                1.640284,
+                                2.418017,
+                                3.083,
+                                3.695303,
+                                4.273724
+                            ],
+                            [
+                                0.627877,
+                                1.638938,
+                                2.417397,
+                                3.080489,
+                                3.690183,
+                                4.271296
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "A",
+                    "timing_type": "combinational",
+                    "timing_sense": "positive_unate",
+                    "when": "!IE&OE&PDRV0&PDRV1&!SL",
+                    "sdf_cond": "IE==1'b0&&OE==1'b1&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b0",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.792744,
+                            8.792744,
+                            14.792744,
+                            20.792744,
+                            26.792744,
+                            32.792744
+                        ],
+                        "values": [
+                            [
+                                1.825905,
+                                2.064377,
+                                2.263802,
+                                2.458317,
+                                2.650637,
+                                2.843624
+                            ],
+                            [
+                                1.874095,
+                                2.11251,
+                                2.311644,
+                                2.506254,
+                                2.699551,
+                                2.892353
+                            ],
+                            [
+                                1.884297,
+                                2.122713,
+                                2.32217,
+                                2.516628,
+                                2.709513,
+                                2.902479
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.792744,
+                            8.792744,
+                            14.792744,
+                            20.792744,
+                            26.792744,
+                            32.792744
+                        ],
+                        "values": [
+                            [
+                                0.392606,
+                                0.71834,
+                                1.084404,
+                                1.472112,
+                                1.862999,
+                                2.258002
+                            ],
+                            [
+                                0.392329,
+                                0.718052,
+                                1.086671,
+                                1.469452,
+                                1.861154,
+                                2.255884
+                            ],
+                            [
+                                0.392566,
+                                0.717577,
+                                1.083883,
+                                1.471927,
+                                1.862829,
+                                2.255894
+                            ]
+                        ]
+                    },
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.792744,
+                            8.792744,
+                            14.792744,
+                            20.792744,
+                            26.792744,
+                            32.792744
+                        ],
+                        "values": [
+                            [
+                                1.921822,
+                                2.169065,
+                                2.3493,
+                                2.513439,
+                                2.671158,
+                                2.825959
+                            ],
+                            [
+                                2.056994,
+                                2.304329,
+                                2.484452,
+                                2.648562,
+                                2.806227,
+                                2.961155
+                            ],
+                            [
+                                2.204312,
+                                2.451546,
+                                2.631787,
+                                2.795912,
+                                2.953628,
+                                3.108429
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.792744,
+                            8.792744,
+                            14.792744,
+                            20.792744,
+                            26.792744,
+                            32.792744
+                        ],
+                        "values": [
+                            [
+                                0.328187,
+                                0.615407,
+                                0.879257,
+                                1.14957,
+                                1.424594,
+                                1.703773
+                            ],
+                            [
+                                0.327824,
+                                0.614618,
+                                0.879493,
+                                1.14927,
+                                1.42423,
+                                1.702871
+                            ],
+                            [
+                                0.328124,
+                                0.615318,
+                                0.879599,
+                                1.149567,
+                                1.424576,
+                                1.703799
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "A",
+                    "timing_type": "combinational",
+                    "timing_sense": "positive_unate",
+                    "when": "!IE&OE&PDRV0&PDRV1&SL",
+                    "sdf_cond": "IE==1'b0&&OE==1'b1&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b1",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.792744,
+                            8.792744,
+                            14.792744,
+                            20.792744,
+                            26.792744,
+                            32.792744
+                        ],
+                        "values": [
+                            [
+                                1.81709,
+                                2.381194,
+                                2.762123,
+                                3.04862,
+                                3.293619,
+                                3.515877
+                            ],
+                            [
+                                1.864946,
+                                2.429374,
+                                2.809303,
+                                3.096378,
+                                3.341068,
+                                3.56295
+                            ],
+                            [
+                                1.87511,
+                                2.439821,
+                                2.819806,
+                                3.107139,
+                                3.351736,
+                                3.574199
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.792744,
+                            8.792744,
+                            14.792744,
+                            20.792744,
+                            26.792744,
+                            32.792744
+                        ],
+                        "values": [
+                            [
+                                0.651375,
+                                1.330634,
+                                1.74837,
+                                2.107561,
+                                2.449971,
+                                2.788368
+                            ],
+                            [
+                                0.65118,
+                                1.331114,
+                                1.745276,
+                                2.108592,
+                                2.446926,
+                                2.790799
+                            ],
+                            [
+                                0.651648,
+                                1.331029,
+                                1.745125,
+                                2.104374,
+                                2.449497,
+                                2.787163
+                            ]
+                        ]
+                    },
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.792744,
+                            8.792744,
+                            14.792744,
+                            20.792744,
+                            26.792744,
+                            32.792744
+                        ],
+                        "values": [
+                            [
+                                1.899672,
+                                2.229467,
+                                2.53836,
+                                2.829547,
+                                3.103292,
+                                3.359671
+                            ],
+                            [
+                                2.034484,
+                                2.364506,
+                                2.673382,
+                                2.964626,
+                                3.238249,
+                                3.494695
+                            ],
+                            [
+                                2.182248,
+                                2.512393,
+                                2.821055,
+                                3.112228,
+                                3.385948,
+                                3.641814
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.792744,
+                            8.792744,
+                            14.792744,
+                            20.792744,
+                            26.792744,
+                            32.792744
+                        ],
+                        "values": [
+                            [
+                                0.350449,
+                                0.909857,
+                                1.405285,
+                                1.834073,
+                                2.219771,
+                                2.572078
+                            ],
+                            [
+                                0.350007,
+                                0.910559,
+                                1.40534,
+                                1.835163,
+                                2.21979,
+                                2.572111
+                            ],
+                            [
+                                0.349524,
+                                0.910996,
+                                1.405264,
+                                1.834246,
+                                2.219418,
+                                2.569174
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "A&!IE&!PDRV0&!PDRV1&!SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b0",
+                    "timing_type": "three_state_enable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.792744,
+                            8.792744,
+                            14.792744,
+                            20.792744,
+                            26.792744,
+                            32.792744
+                        ],
+                        "values": [
+                            [
+                                1.915434,
+                                2.687491,
+                                3.456669,
+                                4.230012,
+                                5.002565,
+                                5.767388
+                            ],
+                            [
+                                1.929002,
+                                2.700943,
+                                3.468891,
+                                4.243009,
+                                5.008575,
+                                5.783777
+                            ],
+                            [
+                                1.923092,
+                                2.695091,
+                                3.462867,
+                                4.238373,
+                                5.011052,
+                                5.772901
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.792744,
+                            8.792744,
+                            14.792744,
+                            20.792744,
+                            26.792744,
+                            32.792744
+                        ],
+                        "values": [
+                            [
+                                0.893357,
+                                2.45047,
+                                4.049453,
+                                5.654231,
+                                7.250249,
+                                8.862712
+                            ],
+                            [
+                                0.893158,
+                                2.446957,
+                                4.045882,
+                                5.656024,
+                                7.255007,
+                                8.868257
+                            ],
+                            [
+                                0.892705,
+                                2.45155,
+                                4.045614,
+                                5.643578,
+                                7.246952,
+                                8.871127
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "A&!IE&!PDRV0&!PDRV1&SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b1",
+                    "timing_type": "three_state_enable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.792744,
+                            8.792744,
+                            14.792744,
+                            20.792744,
+                            26.792744,
+                            32.792744
+                        ],
+                        "values": [
+                            [
+                                2.327147,
+                                3.371131,
+                                4.167675,
+                                4.936628,
+                                5.706243,
+                                6.476093
+                            ],
+                            [
+                                2.342125,
+                                3.384816,
+                                4.180369,
+                                4.95195,
+                                5.721206,
+                                6.490817
+                            ],
+                            [
+                                2.33672,
+                                3.378823,
+                                4.175444,
+                                4.946339,
+                                5.714271,
+                                6.482336
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.792744,
+                            8.792744,
+                            14.792744,
+                            20.792744,
+                            26.792744,
+                            32.792744
+                        ],
+                        "values": [
+                            [
+                                1.562796,
+                                2.977331,
+                                4.405795,
+                                5.892411,
+                                7.436549,
+                                8.984474
+                            ],
+                            [
+                                1.564494,
+                                2.978033,
+                                4.392979,
+                                5.899382,
+                                7.431924,
+                                8.995493
+                            ],
+                            [
+                                1.562696,
+                                2.980571,
+                                4.402758,
+                                5.899756,
+                                7.437894,
+                                8.998168
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "A&!IE&!PDRV0&PDRV1&!SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b0",
+                    "timing_type": "three_state_enable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.792744,
+                            8.792744,
+                            14.792744,
+                            20.792744,
+                            26.792744,
+                            32.792744
+                        ],
+                        "values": [
+                            [
+                                1.634557,
+                                1.921926,
+                                2.180279,
+                                2.436647,
+                                2.691747,
+                                2.948153
+                            ],
+                            [
+                                1.662618,
+                                1.950753,
+                                2.209224,
+                                2.465774,
+                                2.720845,
+                                2.97628
+                            ],
+                            [
+                                1.664974,
+                                1.953222,
+                                2.211815,
+                                2.468362,
+                                2.723292,
+                                2.978651
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.792744,
+                            8.792744,
+                            14.792744,
+                            20.792744,
+                            26.792744,
+                            32.792744
+                        ],
+                        "values": [
+                            [
+                                0.462596,
+                                0.906652,
+                                1.409936,
+                                1.928834,
+                                2.451126,
+                                2.979273
+                            ],
+                            [
+                                0.462298,
+                                0.907291,
+                                1.411057,
+                                1.925918,
+                                2.455589,
+                                2.985404
+                            ],
+                            [
+                                0.462611,
+                                0.908125,
+                                1.411506,
+                                1.926756,
+                                2.455682,
+                                2.985783
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "A&!IE&!PDRV0&PDRV1&SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b1",
+                    "timing_type": "three_state_enable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.792744,
+                            8.792744,
+                            14.792744,
+                            20.792744,
+                            26.792744,
+                            32.792744
+                        ],
+                        "values": [
+                            [
+                                1.675177,
+                                2.335727,
+                                2.756207,
+                                3.084903,
+                                3.375435,
+                                3.648655
+                            ],
+                            [
+                                1.704661,
+                                2.365572,
+                                2.785476,
+                                3.113815,
+                                3.40428,
+                                3.677512
+                            ],
+                            [
+                                1.708317,
+                                2.367932,
+                                2.788203,
+                                3.116911,
+                                3.40781,
+                                3.680055
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.792744,
+                            8.792744,
+                            14.792744,
+                            20.792744,
+                            26.792744,
+                            32.792744
+                        ],
+                        "values": [
+                            [
+                                0.815615,
+                                1.572425,
+                                2.076324,
+                                2.532511,
+                                2.987901,
+                                3.452009
+                            ],
+                            [
+                                0.814681,
+                                1.571993,
+                                2.075792,
+                                2.53133,
+                                2.98539,
+                                3.452189
+                            ],
+                            [
+                                0.814408,
+                                1.571788,
+                                2.075315,
+                                2.532029,
+                                2.988628,
+                                3.449307
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "A&!IE&PDRV0&!PDRV1&!SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b0",
+                    "timing_type": "three_state_enable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.792744,
+                            8.792744,
+                            14.792744,
+                            20.792744,
+                            26.792744,
+                            32.792744
+                        ],
+                        "values": [
+                            [
+                                1.699874,
+                                2.099339,
+                                2.484037,
+                                2.868864,
+                                3.253087,
+                                3.63839
+                            ],
+                            [
+                                1.713817,
+                                2.113755,
+                                2.49867,
+                                2.882427,
+                                3.267609,
+                                3.65298
+                            ],
+                            [
+                                1.706805,
+                                2.106545,
+                                2.491394,
+                                2.875836,
+                                3.260322,
+                                3.64569
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.792744,
+                            8.792744,
+                            14.792744,
+                            20.792744,
+                            26.792744,
+                            32.792744
+                        ],
+                        "values": [
+                            [
+                                0.556898,
+                                1.275613,
+                                2.054801,
+                                2.853322,
+                                3.651079,
+                                4.453852
+                            ],
+                            [
+                                0.556768,
+                                1.278672,
+                                2.057836,
+                                2.844408,
+                                3.65248,
+                                4.449386
+                            ],
+                            [
+                                0.5575,
+                                1.278018,
+                                2.056555,
+                                2.851866,
+                                3.652283,
+                                4.453279
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "A&!IE&PDRV0&!PDRV1&SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b1",
+                    "timing_type": "three_state_enable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.792744,
+                            8.792744,
+                            14.792744,
+                            20.792744,
+                            26.792744,
+                            32.792744
+                        ],
+                        "values": [
+                            [
+                                1.851641,
+                                2.644666,
+                                3.141962,
+                                3.564075,
+                                3.959953,
+                                4.347317
+                            ],
+                            [
+                                1.866385,
+                                2.659041,
+                                3.156398,
+                                3.577509,
+                                3.974002,
+                                4.36176
+                            ],
+                            [
+                                1.860065,
+                                2.653701,
+                                3.150293,
+                                3.572357,
+                                3.968102,
+                                4.354515
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.792744,
+                            8.792744,
+                            14.792744,
+                            20.792744,
+                            26.792744,
+                            32.792744
+                        ],
+                        "values": [
+                            [
+                                1.059944,
+                                1.954643,
+                                2.643676,
+                                3.328685,
+                                4.04219,
+                                4.775802
+                            ],
+                            [
+                                1.063415,
+                                1.952923,
+                                2.638918,
+                                3.331676,
+                                4.040595,
+                                4.774747
+                            ],
+                            [
+                                1.062602,
+                                1.955905,
+                                2.644342,
+                                3.33314,
+                                4.045485,
+                                4.771241
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "A&!IE&PDRV0&PDRV1&!SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b0",
+                    "timing_type": "three_state_enable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.792744,
+                            8.792744,
+                            14.792744,
+                            20.792744,
+                            26.792744,
+                            32.792744
+                        ],
+                        "values": [
+                            [
+                                1.569421,
+                                1.808756,
+                                2.006139,
+                                2.199038,
+                                2.392056,
+                                2.58369
+                            ],
+                            [
+                                1.594885,
+                                1.835302,
+                                2.032812,
+                                2.225979,
+                                2.418149,
+                                2.61037
+                            ],
+                            [
+                                1.593888,
+                                1.834964,
+                                2.032636,
+                                2.225684,
+                                2.418288,
+                                2.610205
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.792744,
+                            8.792744,
+                            14.792744,
+                            20.792744,
+                            26.792744,
+                            32.792744
+                        ],
+                        "values": [
+                            [
+                                0.42724,
+                                0.73618,
+                                1.097271,
+                                1.473333,
+                                1.866945,
+                                2.258774
+                            ],
+                            [
+                                0.426473,
+                                0.737713,
+                                1.098101,
+                                1.478504,
+                                1.865596,
+                                2.25686
+                            ],
+                            [
+                                0.425828,
+                                0.736501,
+                                1.099165,
+                                1.474974,
+                                1.866965,
+                                2.258715
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "A&!IE&PDRV0&PDRV1&SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b1",
+                    "timing_type": "three_state_enable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.792744,
+                            8.792744,
+                            14.792744,
+                            20.792744,
+                            26.792744,
+                            32.792744
+                        ],
+                        "values": [
+                            [
+                                1.557174,
+                                2.111359,
+                                2.494134,
+                                2.78455,
+                                3.030557,
+                                3.252972
+                            ],
+                            [
+                                1.585044,
+                                2.139104,
+                                2.521146,
+                                2.81052,
+                                3.05634,
+                                3.279602
+                            ],
+                            [
+                                1.58544,
+                                2.138956,
+                                2.520401,
+                                2.810214,
+                                3.056127,
+                                3.279234
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.792744,
+                            8.792744,
+                            14.792744,
+                            20.792744,
+                            26.792744,
+                            32.792744
+                        ],
+                        "values": [
+                            [
+                                0.659463,
+                                1.347169,
+                                1.775206,
+                                2.134665,
+                                2.476944,
+                                2.819494
+                            ],
+                            [
+                                0.660921,
+                                1.346622,
+                                1.772264,
+                                2.134318,
+                                2.475192,
+                                2.814547
+                            ],
+                            [
+                                0.661652,
+                                1.345969,
+                                1.773389,
+                                2.135601,
+                                2.473024,
+                                2.816297
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "!A&!IE&!PDRV0&!PDRV1&!SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b0",
+                    "timing_type": "three_state_enable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.792744,
+                            8.792744,
+                            14.792744,
+                            20.792744,
+                            26.792744,
+                            32.792744
+                        ],
+                        "values": [
+                            [
+                                1.424759,
+                                2.060271,
+                                2.667748,
+                                3.275705,
+                                3.880604,
+                                4.487779
+                            ],
+                            [
+                                1.47248,
+                                2.107594,
+                                2.716246,
+                                3.32415,
+                                3.930857,
+                                4.536523
+                            ],
+                            [
+                                1.483352,
+                                2.118579,
+                                2.72725,
+                                3.334717,
+                                3.941733,
+                                4.547304
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.792744,
+                            8.792744,
+                            14.792744,
+                            20.792744,
+                            26.792744,
+                            32.792744
+                        ],
+                        "values": [
+                            [
+                                0.734303,
+                                1.831237,
+                                2.972962,
+                                4.128892,
+                                5.292358,
+                                6.453804
+                            ],
+                            [
+                                0.733316,
+                                1.833563,
+                                2.97377,
+                                4.126559,
+                                5.289323,
+                                6.451987
+                            ],
+                            [
+                                0.733992,
+                                1.83389,
+                                2.973561,
+                                4.12753,
+                                5.288361,
+                                6.445778
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "!A&!IE&!PDRV0&!PDRV1&SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b1",
+                    "timing_type": "three_state_enable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.792744,
+                            8.792744,
+                            14.792744,
+                            20.792744,
+                            26.792744,
+                            32.792744
+                        ],
+                        "values": [
+                            [
+                                1.545399,
+                                2.659793,
+                                3.545436,
+                                4.306699,
+                                4.999089,
+                                5.658864
+                            ],
+                            [
+                                1.592711,
+                                2.706369,
+                                3.593565,
+                                4.354028,
+                                5.046656,
+                                5.706449
+                            ],
+                            [
+                                1.603944,
+                                2.718545,
+                                3.604282,
+                                4.365254,
+                                5.057585,
+                                5.717535
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.792744,
+                            8.792744,
+                            14.792744,
+                            20.792744,
+                            26.792744,
+                            32.792744
+                        ],
+                        "values": [
+                            [
+                                1.171346,
+                                2.774241,
+                                4.007212,
+                                5.136482,
+                                6.231562,
+                                7.317424
+                            ],
+                            [
+                                1.171971,
+                                2.773855,
+                                4.005501,
+                                5.142349,
+                                6.233309,
+                                7.325847
+                            ],
+                            [
+                                1.171144,
+                                2.774799,
+                                4.006944,
+                                5.135798,
+                                6.231699,
+                                7.318122
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "!A&!IE&!PDRV0&PDRV1&!SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b0",
+                    "timing_type": "three_state_enable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.792744,
+                            8.792744,
+                            14.792744,
+                            20.792744,
+                            26.792744,
+                            32.792744
+                        ],
+                        "values": [
+                            [
+                                1.22354,
+                                1.513262,
+                                1.737811,
+                                1.947963,
+                                2.153007,
+                                2.356295
+                            ],
+                            [
+                                1.2708,
+                                1.560487,
+                                1.78503,
+                                1.995145,
+                                2.200304,
+                                2.403515
+                            ],
+                            [
+                                1.281386,
+                                1.571111,
+                                1.795378,
+                                2.005396,
+                                2.210968,
+                                2.414379
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.792744,
+                            8.792744,
+                            14.792744,
+                            20.792744,
+                            26.792744,
+                            32.792744
+                        ],
+                        "values": [
+                            [
+                                0.396757,
+                                0.764384,
+                                1.117538,
+                                1.480538,
+                                1.84341,
+                                2.217704
+                            ],
+                            [
+                                0.396572,
+                                0.764283,
+                                1.11658,
+                                1.478379,
+                                1.848228,
+                                2.223463
+                            ],
+                            [
+                                0.39633,
+                                0.763701,
+                                1.117191,
+                                1.478802,
+                                1.849258,
+                                2.225593
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "!A&!IE&!PDRV0&PDRV1&SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b1",
+                    "timing_type": "three_state_enable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.792744,
+                            8.792744,
+                            14.792744,
+                            20.792744,
+                            26.792744,
+                            32.792744
+                        ],
+                        "values": [
+                            [
+                                1.212161,
+                                1.631186,
+                                2.024623,
+                                2.389598,
+                                2.725751,
+                                3.037776
+                            ],
+                            [
+                                1.259343,
+                                1.678356,
+                                2.071825,
+                                2.436725,
+                                2.772779,
+                                3.084766
+                            ],
+                            [
+                                1.2697,
+                                1.688712,
+                                2.082239,
+                                2.446989,
+                                2.782905,
+                                3.094825
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.792744,
+                            8.792744,
+                            14.792744,
+                            20.792744,
+                            26.792744,
+                            32.792744
+                        ],
+                        "values": [
+                            [
+                                0.461975,
+                                1.170224,
+                                1.771686,
+                                2.29004,
+                                2.754065,
+                                3.186951
+                            ],
+                            [
+                                0.46214,
+                                1.17106,
+                                1.772314,
+                                2.289882,
+                                2.753403,
+                                3.186913
+                            ],
+                            [
+                                0.461653,
+                                1.171626,
+                                1.773172,
+                                2.28968,
+                                2.752079,
+                                3.185474
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "!A&!IE&PDRV0&!PDRV1&!SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b0",
+                    "timing_type": "three_state_enable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.792744,
+                            8.792744,
+                            14.792744,
+                            20.792744,
+                            26.792744,
+                            32.792744
+                        ],
+                        "values": [
+                            [
+                                1.223346,
+                                1.588145,
+                                1.902124,
+                                2.207947,
+                                2.512606,
+                                2.816467
+                            ],
+                            [
+                                1.270653,
+                                1.635686,
+                                1.950169,
+                                2.256218,
+                                2.559927,
+                                2.863312
+                            ],
+                            [
+                                1.281557,
+                                1.646532,
+                                1.960954,
+                                2.267046,
+                                2.570512,
+                                2.873716
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.792744,
+                            8.792744,
+                            14.792744,
+                            20.792744,
+                            26.792744,
+                            32.792744
+                        ],
+                        "values": [
+                            [
+                                0.483318,
+                                1.012589,
+                                1.55734,
+                                2.123543,
+                                2.684886,
+                                3.258882
+                            ],
+                            [
+                                0.482574,
+                                1.012577,
+                                1.558621,
+                                2.121541,
+                                2.691928,
+                                3.264663
+                            ],
+                            [
+                                0.483161,
+                                1.012209,
+                                1.560689,
+                                2.121297,
+                                2.689477,
+                                3.264271
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "!A&!IE&PDRV0&!PDRV1&SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b1",
+                    "timing_type": "three_state_enable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.792744,
+                            8.792744,
+                            14.792744,
+                            20.792744,
+                            26.792744,
+                            32.792744
+                        ],
+                        "values": [
+                            [
+                                1.225522,
+                                1.840452,
+                                2.394534,
+                                2.883124,
+                                3.320826,
+                                3.722975
+                            ],
+                            [
+                                1.273263,
+                                1.888215,
+                                2.441721,
+                                2.931356,
+                                3.369448,
+                                3.769753
+                            ],
+                            [
+                                1.283846,
+                                1.89906,
+                                2.452663,
+                                2.940678,
+                                3.377827,
+                                3.781773
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.792744,
+                            8.792744,
+                            14.792744,
+                            20.792744,
+                            26.792744,
+                            32.792744
+                        ],
+                        "values": [
+                            [
+                                0.633964,
+                                1.642775,
+                                2.420684,
+                                3.089802,
+                                3.697701,
+                                4.282252
+                            ],
+                            [
+                                0.634261,
+                                1.641261,
+                                2.42333,
+                                3.091132,
+                                3.699809,
+                                4.279717
+                            ],
+                            [
+                                0.634551,
+                                1.642975,
+                                2.422292,
+                                3.090645,
+                                3.699222,
+                                4.281079
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "!A&!IE&PDRV0&PDRV1&!SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b0",
+                    "timing_type": "three_state_enable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.792744,
+                            8.792744,
+                            14.792744,
+                            20.792744,
+                            26.792744,
+                            32.792744
+                        ],
+                        "values": [
+                            [
+                                1.143147,
+                                1.394547,
+                                1.576732,
+                                1.741169,
+                                1.89887,
+                                2.053465
+                            ],
+                            [
+                                1.19069,
+                                1.442193,
+                                1.624127,
+                                1.788613,
+                                1.94621,
+                                2.101175
+                            ],
+                            [
+                                1.203566,
+                                1.454797,
+                                1.636866,
+                                1.801187,
+                                1.959064,
+                                2.113757
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.792744,
+                            8.792744,
+                            14.792744,
+                            20.792744,
+                            26.792744,
+                            32.792744
+                        ],
+                        "values": [
+                            [
+                                0.349349,
+                                0.636392,
+                                0.900429,
+                                1.167168,
+                                1.437662,
+                                1.714385
+                            ],
+                            [
+                                0.349531,
+                                0.636332,
+                                0.900582,
+                                1.165947,
+                                1.437617,
+                                1.713056
+                            ],
+                            [
+                                0.349079,
+                                0.636027,
+                                0.900258,
+                                1.165846,
+                                1.437096,
+                                1.709989
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "positive_unate",
+                    "when": "!A&!IE&PDRV0&PDRV1&SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b1",
+                    "timing_type": "three_state_enable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.792744,
+                            8.792744,
+                            14.792744,
+                            20.792744,
+                            26.792744,
+                            32.792744
+                        ],
+                        "values": [
+                            [
+                                1.128482,
+                                1.452014,
+                                1.756548,
+                                2.045904,
+                                2.318664,
+                                2.574267
+                            ],
+                            [
+                                1.175762,
+                                1.499522,
+                                1.803951,
+                                2.093183,
+                                2.365513,
+                                2.621081
+                            ],
+                            [
+                                1.188405,
+                                1.511943,
+                                1.816503,
+                                2.105874,
+                                2.378606,
+                                2.634245
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.792744,
+                            8.792744,
+                            14.792744,
+                            20.792744,
+                            26.792744,
+                            32.792744
+                        ],
+                        "values": [
+                            [
+                                0.377815,
+                                0.920255,
+                                1.40751,
+                                1.838137,
+                                2.222634,
+                                2.572213
+                            ],
+                            [
+                                0.378124,
+                                0.918316,
+                                1.409567,
+                                1.83427,
+                                2.219449,
+                                2.576172
+                            ],
+                            [
+                                0.377668,
+                                0.92021,
+                                1.407502,
+                                1.83812,
+                                2.222644,
+                                2.57266
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "!A&!IE&!PDRV0&!PDRV1&!SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b0",
+                    "timing_type": "three_state_disable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.792744,
+                            8.792744,
+                            14.792744,
+                            20.792744,
+                            26.792744,
+                            32.792744
+                        ],
+                        "values": [
+                            [
+                                0.879228,
+                                0.879229,
+                                0.87923,
+                                0.879231,
+                                0.879232,
+                                0.879233
+                            ],
+                            [
+                                1.012872,
+                                1.012873,
+                                1.012874,
+                                1.012875,
+                                1.012876,
+                                1.012877
+                            ],
+                            [
+                                1.161921,
+                                1.161922,
+                                1.161923,
+                                1.161924,
+                                1.161925,
+                                1.161926
+                            ]
+                        ]
+                    },
+                    "rise_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "!A&!IE&!PDRV0&!PDRV1&SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b1",
+                    "timing_type": "three_state_disable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.792744,
+                            8.792744,
+                            14.792744,
+                            20.792744,
+                            26.792744,
+                            32.792744
+                        ],
+                        "values": [
+                            [
+                                0.869046,
+                                0.869047,
+                                0.869048,
+                                0.869049,
+                                0.86905,
+                                0.869051
+                            ],
+                            [
+                                1.000803,
+                                1.000804,
+                                1.000805,
+                                1.000806,
+                                1.000807,
+                                1.000808
+                            ],
+                            [
+                                1.151609,
+                                1.15161,
+                                1.151611,
+                                1.151612,
+                                1.151613,
+                                1.151614
+                            ]
+                        ]
+                    },
+                    "rise_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "!A&!IE&!PDRV0&PDRV1&!SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b0",
+                    "timing_type": "three_state_disable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.792744,
+                            8.792744,
+                            14.792744,
+                            20.792744,
+                            26.792744,
+                            32.792744
+                        ],
+                        "values": [
+                            [
+                                0.967604,
+                                0.967605,
+                                0.967606,
+                                0.967607,
+                                0.967608,
+                                0.967609
+                            ],
+                            [
+                                1.100436,
+                                1.100437,
+                                1.100438,
+                                1.100439,
+                                1.10044,
+                                1.100441
+                            ],
+                            [
+                                1.253222,
+                                1.253223,
+                                1.253224,
+                                1.253225,
+                                1.253226,
+                                1.253227
+                            ]
+                        ]
+                    },
+                    "rise_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "!A&!IE&!PDRV0&PDRV1&SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b1",
+                    "timing_type": "three_state_disable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.792744,
+                            8.792744,
+                            14.792744,
+                            20.792744,
+                            26.792744,
+                            32.792744
+                        ],
+                        "values": [
+                            [
+                                0.959821,
+                                0.959822,
+                                0.959823,
+                                0.959824,
+                                0.959825,
+                                0.959826
+                            ],
+                            [
+                                1.092475,
+                                1.092476,
+                                1.092477,
+                                1.092478,
+                                1.092479,
+                                1.09248
+                            ],
+                            [
+                                1.243979,
+                                1.24398,
+                                1.243981,
+                                1.243982,
+                                1.243983,
+                                1.243984
+                            ]
+                        ]
+                    },
+                    "rise_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "!A&!IE&PDRV0&!PDRV1&!SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b0",
+                    "timing_type": "three_state_disable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.792744,
+                            8.792744,
+                            14.792744,
+                            20.792744,
+                            26.792744,
+                            32.792744
+                        ],
+                        "values": [
+                            [
+                                0.870071,
+                                0.870072,
+                                0.870073,
+                                0.870074,
+                                0.870075,
+                                0.870076
+                            ],
+                            [
+                                1.002144,
+                                1.002145,
+                                1.002146,
+                                1.002147,
+                                1.002148,
+                                1.002149
+                            ],
+                            [
+                                1.154729,
+                                1.15473,
+                                1.154731,
+                                1.154732,
+                                1.154733,
+                                1.154734
+                            ]
+                        ]
+                    },
+                    "rise_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "!A&!IE&PDRV0&!PDRV1&SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b1",
+                    "timing_type": "three_state_disable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.792744,
+                            8.792744,
+                            14.792744,
+                            20.792744,
+                            26.792744,
+                            32.792744
+                        ],
+                        "values": [
+                            [
+                                0.862745,
+                                0.862746,
+                                0.862747,
+                                0.862748,
+                                0.862749,
+                                0.86275
+                            ],
+                            [
+                                0.995647,
+                                0.995648,
+                                0.995649,
+                                0.99565,
+                                0.995651,
+                                0.995652
+                            ],
+                            [
+                                1.144808,
+                                1.144809,
+                                1.14481,
+                                1.144811,
+                                1.144812,
+                                1.144813
+                            ]
+                        ]
+                    },
+                    "rise_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "!A&!IE&PDRV0&PDRV1&!SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b0",
+                    "timing_type": "three_state_disable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.792744,
+                            8.792744,
+                            14.792744,
+                            20.792744,
+                            26.792744,
+                            32.792744
+                        ],
+                        "values": [
+                            [
+                                0.952478,
+                                0.952479,
+                                0.95248,
+                                0.952481,
+                                0.952482,
+                                0.952483
+                            ],
+                            [
+                                1.084974,
+                                1.084975,
+                                1.084976,
+                                1.084977,
+                                1.084978,
+                                1.084979
+                            ],
+                            [
+                                1.236268,
+                                1.236269,
+                                1.23627,
+                                1.236271,
+                                1.236272,
+                                1.236273
+                            ]
+                        ]
+                    },
+                    "rise_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "!A&!IE&PDRV0&PDRV1&SL",
+                    "sdf_cond": "A==1'b0&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b1",
+                    "timing_type": "three_state_disable_rise",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.792744,
+                            8.792744,
+                            14.792744,
+                            20.792744,
+                            26.792744,
+                            32.792744
+                        ],
+                        "values": [
+                            [
+                                0.944871,
+                                0.944872,
+                                0.944873,
+                                0.944874,
+                                0.944875,
+                                0.944876
+                            ],
+                            [
+                                1.07658,
+                                1.076581,
+                                1.076582,
+                                1.076583,
+                                1.076584,
+                                1.076585
+                            ],
+                            [
+                                1.226246,
+                                1.226247,
+                                1.226248,
+                                1.226249,
+                                1.22625,
+                                1.226251
+                            ]
+                        ]
+                    },
+                    "rise_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "A&!IE&!PDRV0&!PDRV1&!SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b0",
+                    "timing_type": "three_state_disable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.792744,
+                            8.792744,
+                            14.792744,
+                            20.792744,
+                            26.792744,
+                            32.792744
+                        ],
+                        "values": [
+                            [
+                                1.027099,
+                                1.0271,
+                                1.027101,
+                                1.027102,
+                                1.027103,
+                                1.027104
+                            ],
+                            [
+                                1.163483,
+                                1.164144,
+                                1.164145,
+                                1.164146,
+                                1.164147,
+                                1.164148
+                            ],
+                            [
+                                1.31843,
+                                1.318431,
+                                1.318432,
+                                1.318433,
+                                1.318434,
+                                1.318435
+                            ]
+                        ]
+                    },
+                    "fall_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "A&!IE&!PDRV0&!PDRV1&SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b0&&SL==1'b1",
+                    "timing_type": "three_state_disable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.792744,
+                            8.792744,
+                            14.792744,
+                            20.792744,
+                            26.792744,
+                            32.792744
+                        ],
+                        "values": [
+                            [
+                                1.028729,
+                                1.02873,
+                                1.028731,
+                                1.028732,
+                                1.028733,
+                                1.028734
+                            ],
+                            [
+                                1.16266,
+                                1.163369,
+                                1.16337,
+                                1.163371,
+                                1.163372,
+                                1.163373
+                            ],
+                            [
+                                1.316806,
+                                1.316807,
+                                1.316808,
+                                1.316809,
+                                1.31681,
+                                1.316811
+                            ]
+                        ]
+                    },
+                    "fall_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "A&!IE&!PDRV0&PDRV1&!SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b0",
+                    "timing_type": "three_state_disable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.792744,
+                            8.792744,
+                            14.792744,
+                            20.792744,
+                            26.792744,
+                            32.792744
+                        ],
+                        "values": [
+                            [
+                                1.169696,
+                                1.169697,
+                                1.169698,
+                                1.169699,
+                                1.1697,
+                                1.169701
+                            ],
+                            [
+                                1.306866,
+                                1.307292,
+                                1.307293,
+                                1.307294,
+                                1.307295,
+                                1.307296
+                            ],
+                            [
+                                1.462611,
+                                1.46266,
+                                1.462661,
+                                1.462662,
+                                1.462663,
+                                1.462664
+                            ]
+                        ]
+                    },
+                    "fall_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "A&!IE&!PDRV0&PDRV1&SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&PDRV0==1'b0&&PDRV1==1'b1&&SL==1'b1",
+                    "timing_type": "three_state_disable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.792744,
+                            8.792744,
+                            14.792744,
+                            20.792744,
+                            26.792744,
+                            32.792744
+                        ],
+                        "values": [
+                            [
+                                1.169776,
+                                1.169777,
+                                1.169778,
+                                1.169779,
+                                1.16978,
+                                1.169781
+                            ],
+                            [
+                                1.305239,
+                                1.305483,
+                                1.305484,
+                                1.305485,
+                                1.305486,
+                                1.305487
+                            ],
+                            [
+                                1.459842,
+                                1.459843,
+                                1.459844,
+                                1.459845,
+                                1.459846,
+                                1.459847
+                            ]
+                        ]
+                    },
+                    "fall_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "A&!IE&PDRV0&!PDRV1&!SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b0",
+                    "timing_type": "three_state_disable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.792744,
+                            8.792744,
+                            14.792744,
+                            20.792744,
+                            26.792744,
+                            32.792744
+                        ],
+                        "values": [
+                            [
+                                1.016145,
+                                1.016146,
+                                1.016147,
+                                1.016148,
+                                1.016149,
+                                1.01615
+                            ],
+                            [
+                                1.152083,
+                                1.153174,
+                                1.153175,
+                                1.153176,
+                                1.153177,
+                                1.153178
+                            ],
+                            [
+                                1.308394,
+                                1.308395,
+                                1.308396,
+                                1.308397,
+                                1.308398,
+                                1.308399
+                            ]
+                        ]
+                    },
+                    "fall_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "A&!IE&PDRV0&!PDRV1&SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b0&&SL==1'b1",
+                    "timing_type": "three_state_disable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.792744,
+                            8.792744,
+                            14.792744,
+                            20.792744,
+                            26.792744,
+                            32.792744
+                        ],
+                        "values": [
+                            [
+                                1.019666,
+                                1.019667,
+                                1.019668,
+                                1.019669,
+                                1.01967,
+                                1.019671
+                            ],
+                            [
+                                1.153981,
+                                1.154972,
+                                1.154973,
+                                1.154974,
+                                1.154975,
+                                1.154976
+                            ],
+                            [
+                                1.307918,
+                                1.307919,
+                                1.30792,
+                                1.307921,
+                                1.307922,
+                                1.307923
+                            ]
+                        ]
+                    },
+                    "fall_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "A&!IE&PDRV0&PDRV1&!SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b0",
+                    "timing_type": "three_state_disable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.792744,
+                            8.792744,
+                            14.792744,
+                            20.792744,
+                            26.792744,
+                            32.792744
+                        ],
+                        "values": [
+                            [
+                                1.160235,
+                                1.160236,
+                                1.160237,
+                                1.160238,
+                                1.160239,
+                                1.16024
+                            ],
+                            [
+                                1.297535,
+                                1.297536,
+                                1.297537,
+                                1.297538,
+                                1.297539,
+                                1.29754
+                            ],
+                            [
+                                1.452559,
+                                1.45256,
+                                1.452561,
+                                1.452562,
+                                1.452563,
+                                1.452564
+                            ]
+                        ]
+                    },
+                    "fall_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "OE",
+                    "timing_sense": "negative_unate",
+                    "when": "A&!IE&PDRV0&PDRV1&SL",
+                    "sdf_cond": "A==1'b1&&IE==1'b0&&PDRV0==1'b1&&PDRV1==1'b1&&SL==1'b1",
+                    "timing_type": "three_state_disable_fall",
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            2.792744,
+                            8.792744,
+                            14.792744,
+                            20.792744,
+                            26.792744,
+                            32.792744
+                        ],
+                        "values": [
+                            [
+                                1.157282,
+                                1.157324,
+                                1.157325,
+                                1.157326,
+                                1.157327,
+                                1.157328
+                            ],
+                            [
+                                1.294201,
+                                1.294202,
+                                1.294203,
+                                1.294204,
+                                1.294205,
+                                1.294206
+                            ],
+                            [
+                                1.448783,
+                                1.448784,
+                                1.448785,
+                                1.448786,
+                                1.448787,
+                                1.448788
+                            ]
+                        ]
+                    },
+                    "fall_transition scalar": {
+                        "values": [
+                            0.0
+                        ]
+                    }
+                }
+            ]
+        },
+        "pin Y": {
+            "function": "((IE*PAD))",
+            "direction": "output",
+            "max_capacitance": "0.500000",
+            "output_signal_level": "VDD",
+            "internal_power ": [
+                {
+                    "related_pin": "IE",
+                    "when": "!CS&!OE&PAD",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                4.490464,
+                                4.414089,
+                                3.831501,
+                                4.335535,
+                                4.084037,
+                                4.052068
+                            ],
+                            [
+                                3.860674,
+                                3.744741,
+                                3.25395,
+                                3.553903,
+                                3.487292,
+                                3.570396
+                            ],
+                            [
+                                3.958617,
+                                3.829472,
+                                3.056261,
+                                3.588249,
+                                3.460483,
+                                3.641642
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                5.265338,
+                                5.286845,
+                                5.576889,
+                                5.412326,
+                                5.421724,
+                                5.470084
+                            ],
+                            [
+                                4.746543,
+                                4.61557,
+                                4.760418,
+                                5.081275,
+                                5.245753,
+                                4.533839
+                            ],
+                            [
+                                4.875846,
+                                4.660342,
+                                5.221156,
+                                4.866453,
+                                5.496335,
+                                4.771535
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "IE",
+                    "when": "CS&!OE&PAD",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                5.077713,
+                                4.935798,
+                                4.80709,
+                                4.786368,
+                                4.70971,
+                                4.636982
+                            ],
+                            [
+                                4.542558,
+                                4.290798,
+                                4.325767,
+                                3.982155,
+                                4.049579,
+                                4.370011
+                            ],
+                            [
+                                4.49177,
+                                4.352689,
+                                4.360216,
+                                4.008405,
+                                4.211735,
+                                3.922046
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                5.569542,
+                                5.605514,
+                                5.738549,
+                                5.880604,
+                                5.908223,
+                                5.933798
+                            ],
+                            [
+                                5.003189,
+                                5.10083,
+                                5.268842,
+                                5.518877,
+                                5.381357,
+                                5.543632
+                            ],
+                            [
+                                5.178296,
+                                5.179401,
+                                5.214942,
+                                5.789991,
+                                5.382389,
+                                5.328939
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "PAD",
+                    "when": "!CS&IE&!OE",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                3.22698,
+                                3.09172,
+                                3.00014,
+                                2.81254,
+                                2.7383,
+                                2.70624
+                            ],
+                            [
+                                3.66199,
+                                3.52926,
+                                3.43344,
+                                3.23256,
+                                3.18815,
+                                3.11859
+                            ],
+                            [
+                                3.63272,
+                                3.52857,
+                                3.43806,
+                                3.23676,
+                                3.13199,
+                                3.11051
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                3.2334,
+                                3.25528,
+                                3.34809,
+                                3.51632,
+                                3.56205,
+                                3.596
+                            ],
+                            [
+                                3.07593,
+                                3.08775,
+                                3.18922,
+                                3.35708,
+                                3.40153,
+                                3.43366
+                            ],
+                            [
+                                3.00343,
+                                3.01147,
+                                3.13109,
+                                3.28521,
+                                3.33136,
+                                3.36647
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "PAD",
+                    "when": "CS&IE&!OE",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                4.33906,
+                                4.20518,
+                                4.1174,
+                                3.92624,
+                                3.87029,
+                                3.82126
+                            ],
+                            [
+                                4.74119,
+                                4.60792,
+                                4.51356,
+                                4.33282,
+                                4.25781,
+                                4.24226
+                            ],
+                            [
+                                4.75425,
+                                4.60822,
+                                4.55905,
+                                4.3799,
+                                4.31726,
+                                4.23789
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                4.59689,
+                                4.63828,
+                                4.80376,
+                                5.16175,
+                                5.27829,
+                                5.3688
+                            ],
+                            [
+                                4.32245,
+                                4.36508,
+                                4.52374,
+                                4.89002,
+                                5.01582,
+                                5.09851
+                            ],
+                            [
+                                4.46641,
+                                4.51598,
+                                4.66366,
+                                5.04406,
+                                5.16268,
+                                5.25086
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "IE",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                4.784089,
+                                4.674943,
+                                4.319295,
+                                4.560951,
+                                4.396873,
+                                4.344525
+                            ],
+                            [
+                                4.201616,
+                                4.017769,
+                                3.789859,
+                                3.768029,
+                                3.768435,
+                                3.970204
+                            ],
+                            [
+                                4.225193,
+                                4.091081,
+                                3.708239,
+                                3.798327,
+                                3.836109,
+                                3.781844
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                5.41744,
+                                5.446179,
+                                5.657719,
+                                5.646465,
+                                5.664974,
+                                5.701941
+                            ],
+                            [
+                                4.874866,
+                                4.8582,
+                                5.01463,
+                                5.300076,
+                                5.313555,
+                                5.038735
+                            ],
+                            [
+                                5.027071,
+                                4.919872,
+                                5.218049,
+                                5.328222,
+                                5.439362,
+                                5.050237
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "PAD",
+                    "rise_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                3.78302,
+                                3.64845,
+                                3.55877,
+                                3.36939,
+                                3.304295,
+                                3.26375
+                            ],
+                            [
+                                4.20159,
+                                4.06859,
+                                3.9735,
+                                3.78269,
+                                3.72298,
+                                3.680425
+                            ],
+                            [
+                                4.193485,
+                                4.068395,
+                                3.998555,
+                                3.80833,
+                                3.724625,
+                                3.6742
+                            ]
+                        ]
+                    },
+                    "fall_power power_outputs_1": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1
+                        ],
+                        "index_2": [
+                            0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                3.915145,
+                                3.94678,
+                                4.075925,
+                                4.339035,
+                                4.42017,
+                                4.4824
+                            ],
+                            [
+                                3.69919,
+                                3.726415,
+                                3.85648,
+                                4.12355,
+                                4.208675,
+                                4.266085
+                            ],
+                            [
+                                3.73492,
+                                3.763725,
+                                3.897375,
+                                4.164635,
+                                4.24702,
+                                4.308665
+                            ]
+                        ]
+                    }
+                }
+            ],
+            "timing ": [
+                {
+                    "related_pin": "IE",
+                    "timing_type": "combinational",
+                    "timing_sense": "positive_unate",
+                    "when": "!CS&!OE&PAD",
+                    "sdf_cond": "CS==1'b0&&OE==1'b0&&PAD==1'b1",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                1.333088,
+                                1.37564,
+                                1.42747,
+                                1.577952,
+                                1.650389,
+                                1.722695
+                            ],
+                            [
+                                1.407305,
+                                1.4499,
+                                1.501718,
+                                1.652166,
+                                1.724532,
+                                1.797461
+                            ],
+                            [
+                                1.450904,
+                                1.493423,
+                                1.545289,
+                                1.695628,
+                                1.767973,
+                                1.840835
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.161729,
+                                0.211789,
+                                0.296795,
+                                0.569618,
+                                0.712764,
+                                0.857969
+                            ],
+                            [
+                                0.162909,
+                                0.212442,
+                                0.295664,
+                                0.56776,
+                                0.711068,
+                                0.857525
+                            ],
+                            [
+                                0.16552,
+                                0.212641,
+                                0.296118,
+                                0.568533,
+                                0.711631,
+                                0.857658
+                            ]
+                        ]
+                    },
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                1.096694,
+                                1.135547,
+                                1.183766,
+                                1.319684,
+                                1.383422,
+                                1.446531
+                            ],
+                            [
+                                1.223553,
+                                1.262401,
+                                1.310417,
+                                1.446559,
+                                1.510299,
+                                1.573331
+                            ],
+                            [
+                                1.353537,
+                                1.392213,
+                                1.44034,
+                                1.576362,
+                                1.640142,
+                                1.703248
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.081807,
+                                0.133428,
+                                0.199762,
+                                0.41447,
+                                0.52411,
+                                0.6359
+                            ],
+                            [
+                                0.082816,
+                                0.132172,
+                                0.199843,
+                                0.414048,
+                                0.524636,
+                                0.635332
+                            ],
+                            [
+                                0.082069,
+                                0.133373,
+                                0.199765,
+                                0.41467,
+                                0.523923,
+                                0.635596
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "IE",
+                    "timing_type": "combinational",
+                    "timing_sense": "positive_unate",
+                    "when": "CS&!OE&PAD",
+                    "sdf_cond": "CS==1'b1&&OE==1'b0&&PAD==1'b1",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                1.387592,
+                                1.430172,
+                                1.482206,
+                                1.632385,
+                                1.704991,
+                                1.77786
+                            ],
+                            [
+                                1.461991,
+                                1.504553,
+                                1.556626,
+                                1.706765,
+                                1.779415,
+                                1.852206
+                            ],
+                            [
+                                1.505545,
+                                1.547869,
+                                1.600415,
+                                1.750573,
+                                1.823023,
+                                1.895893
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.162586,
+                                0.212047,
+                                0.296698,
+                                0.566557,
+                                0.709501,
+                                0.854324
+                            ],
+                            [
+                                0.161779,
+                                0.211897,
+                                0.296784,
+                                0.566475,
+                                0.710707,
+                                0.853437
+                            ],
+                            [
+                                0.16088,
+                                0.217888,
+                                0.296206,
+                                0.566945,
+                                0.709299,
+                                0.855412
+                            ]
+                        ]
+                    },
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                1.150158,
+                                1.189026,
+                                1.236953,
+                                1.373074,
+                                1.436817,
+                                1.499859
+                            ],
+                            [
+                                1.277195,
+                                1.31598,
+                                1.364148,
+                                1.500013,
+                                1.563809,
+                                1.626851
+                            ],
+                            [
+                                1.406056,
+                                1.444843,
+                                1.493199,
+                                1.628912,
+                                1.692726,
+                                1.755755
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.083744,
+                                0.132169,
+                                0.199856,
+                                0.41401,
+                                0.524753,
+                                0.635283
+                            ],
+                            [
+                                0.082343,
+                                0.133669,
+                                0.199882,
+                                0.415622,
+                                0.52446,
+                                0.634774
+                            ],
+                            [
+                                0.083258,
+                                0.132344,
+                                0.199646,
+                                0.415372,
+                                0.524867,
+                                0.63439
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "PAD",
+                    "timing_type": "combinational",
+                    "timing_sense": "positive_unate",
+                    "when": "!CS&IE&!OE",
+                    "sdf_cond": "CS==1'b0&&IE==1'b1&&OE==1'b0",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.958253,
+                                1.000831,
+                                1.052062,
+                                1.202557,
+                                1.275044,
+                                1.347773
+                            ],
+                            [
+                                1.002688,
+                                1.045017,
+                                1.096227,
+                                1.246841,
+                                1.319755,
+                                1.392466
+                            ],
+                            [
+                                0.985999,
+                                1.02782,
+                                1.079103,
+                                1.229628,
+                                1.302079,
+                                1.37499
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.161812,
+                                0.211893,
+                                0.291658,
+                                0.567247,
+                                0.711118,
+                                0.858888
+                            ],
+                            [
+                                0.161178,
+                                0.211032,
+                                0.291775,
+                                0.566707,
+                                0.711624,
+                                0.855988
+                            ],
+                            [
+                                0.162324,
+                                0.211787,
+                                0.291309,
+                                0.567454,
+                                0.710287,
+                                0.856595
+                            ]
+                        ]
+                    },
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.829033,
+                                0.86757,
+                                0.915733,
+                                1.051631,
+                                1.11552,
+                                1.178472
+                            ],
+                            [
+                                0.916521,
+                                0.955245,
+                                1.003333,
+                                1.138973,
+                                1.202835,
+                                1.265858
+                            ],
+                            [
+                                1.118325,
+                                1.156989,
+                                1.205055,
+                                1.34051,
+                                1.404384,
+                                1.467421
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.083471,
+                                0.132313,
+                                0.198114,
+                                0.414072,
+                                0.522623,
+                                0.632955
+                            ],
+                            [
+                                0.082832,
+                                0.132431,
+                                0.198855,
+                                0.414496,
+                                0.523321,
+                                0.633029
+                            ],
+                            [
+                                0.082232,
+                                0.132326,
+                                0.198902,
+                                0.414631,
+                                0.523413,
+                                0.634318
+                            ]
+                        ]
+                    }
+                },
+                {
+                    "related_pin": "PAD",
+                    "timing_type": "combinational",
+                    "timing_sense": "positive_unate",
+                    "when": "CS&IE&!OE",
+                    "sdf_cond": "CS==1'b1&&IE==1'b1&&OE==1'b0",
+                    "cell_rise del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                1.034421,
+                                1.076787,
+                                1.128499,
+                                1.278612,
+                                1.351302,
+                                1.423615
+                            ],
+                            [
+                                1.12309,
+                                1.165225,
+                                1.216308,
+                                1.366694,
+                                1.4394,
+                                1.512082
+                            ],
+                            [
+                                1.163988,
+                                1.206539,
+                                1.257564,
+                                1.407745,
+                                1.480834,
+                                1.553255
+                            ]
+                        ]
+                    },
+                    "rise_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.161644,
+                                0.212248,
+                                0.292776,
+                                0.567573,
+                                0.711012,
+                                0.857974
+                            ],
+                            [
+                                0.162512,
+                                0.211648,
+                                0.291954,
+                                0.567493,
+                                0.710836,
+                                0.858508
+                            ],
+                            [
+                                0.161318,
+                                0.211667,
+                                0.291185,
+                                0.567413,
+                                0.711684,
+                                0.855309
+                            ]
+                        ]
+                    },
+                    "cell_fall del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                1.279806,
+                                1.318994,
+                                1.366881,
+                                1.502475,
+                                1.566343,
+                                1.629238
+                            ],
+                            [
+                                1.293783,
+                                1.332466,
+                                1.380418,
+                                1.516207,
+                                1.580427,
+                                1.643649
+                            ],
+                            [
+                                1.524096,
+                                1.562983,
+                                1.610895,
+                                1.74675,
+                                1.810456,
+                                1.873788
+                            ]
+                        ]
+                    },
+                    "fall_transition del_1_3_6": {
+                        "index_1": [
+                            0.08,
+                            0.5,
+                            1.0
+                        ],
+                        "index_2": [
+                            0.0,
+                            0.04,
+                            0.1,
+                            0.3,
+                            0.4,
+                            0.5
+                        ],
+                        "values": [
+                            [
+                                0.083974,
+                                0.133828,
+                                0.199438,
+                                0.41544,
+                                0.523812,
+                                0.63269
+                            ],
+                            [
+                                0.083603,
+                                0.13305,
+                                0.198825,
+                                0.414846,
+                                0.523952,
+                                0.63533
+                            ],
+                            [
+                                0.08414,
+                                0.13374,
+                                0.198854,
+                                0.41518,
+                                0.523873,
+                                0.634602
+                            ]
+                        ]
+                    }
+                }
+            ]
+        },
+        "pin DVDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin DVSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        }
+    }
+}
\ No newline at end of file
diff --git a/cells/brk2/gf180mcu_fd_io__brk2.cdl b/cells/brk2/gf180mcu_fd_io__brk2.cdl
new file mode 100644
index 0000000..b5f266f
--- /dev/null
+++ b/cells/brk2/gf180mcu_fd_io__brk2.cdl
@@ -0,0 +1,16 @@
+* Copyright 2022 GlobalFoundries PDK Authors
+*
+* Licensed under the Apache License, Version 2.0 (the "License");
+* you may not use this file except in compliance with the License.
+* You may obtain a copy of the License at
+*
+*     http://www.apache.org/licenses/LICENSE-2.0
+*
+* Unless required by applicable law or agreed to in writing, software
+* distributed under the License is distributed on an "AS IS" BASIS,
+* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+* See the License for the specific language governing permissions and
+* limitations under the License.
+
+.SUBCKT gf180mcu_fd_io__brk2 VSS
+.ENDS
diff --git a/cells/brk2/gf180mcu_fd_io__brk2.v b/cells/brk2/gf180mcu_fd_io__brk2.v
new file mode 100644
index 0000000..676e924
--- /dev/null
+++ b/cells/brk2/gf180mcu_fd_io__brk2.v
@@ -0,0 +1,29 @@
+/*
+ * Copyright 2022 GlobalFoundries PDK Authors
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http:www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+`suppress_faults
+`enable_portfaults
+`ifdef functional
+  `timescale 1ns / 1ps
+  `delay_mode_distributed
+  `delay_mode_unit
+`else
+  `timescale 1ns / 1ps
+  `delay_mode_path
+`endif
+module gf180mcu_fd_io__brk2 (VSS);
+	inout	VSS;
+endmodule
diff --git a/cells/brk2/gf180mcu_fd_io__brk2_3lm.gds b/cells/brk2/gf180mcu_fd_io__brk2_3lm.gds
new file mode 100644
index 0000000..7b188f6
--- /dev/null
+++ b/cells/brk2/gf180mcu_fd_io__brk2_3lm.gds
Binary files differ
diff --git a/cells/brk2/gf180mcu_fd_io__brk2_3lm.lef b/cells/brk2/gf180mcu_fd_io__brk2_3lm.lef
new file mode 100644
index 0000000..1118f07
--- /dev/null
+++ b/cells/brk2/gf180mcu_fd_io__brk2_3lm.lef
@@ -0,0 +1,73 @@
+# Copyright 2022 GlobalFoundries PDK Authors
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+MACRO gf180mcu_fd_io__brk2
+    CLASS PAD ;
+  ORIGIN 0 0 ;
+    FOREIGN gf180mcu_fd_io__brk2 0 0 ;
+  SIZE 2 BY 350 ;
+  SYMMETRY X Y R90 ;
+  SITE GF_IO_Site ;
+  PIN VSS
+    DIRECTION INOUT ;
+    USE GROUND ;
+    PORT
+      LAYER Metal3 ;
+        RECT 0 318 2 325 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 246 2 253 ;
+    END
+  END VSS
+  OBS
+    LAYER Metal1 ;
+      RECT 0 0 2 350 ;
+    LAYER Metal2 ;
+      RECT 0 0 2 350 ;
+    LAYER Metal3 ;
+      RECT 0 213.28 2 213.72 ;
+      RECT 0 229.28 2 229.72 ;
+      RECT 0 245.28 2 245.72 ;
+      RECT 0 101.28 2 101.72 ;
+      RECT 0 181.28 2 181.72 ;
+      RECT 0 348.67 2 350 ;
+      RECT 0 285.28 2 285.72 ;
+      RECT 0 293.28 2 293.72 ;
+      RECT 0 165.28 2 165.72 ;
+      RECT 0 269.28 2 269.72 ;
+      RECT 0 309.28 2 309.72 ;
+      RECT 0 117.28 2 117.72 ;
+      RECT 0 277.28 2 277.72 ;
+      RECT 0 341.28 2 341.72 ;
+      RECT 0 205.28 2 205.72 ;
+      RECT 0 325.28 2 325.72 ;
+      RECT 0 317.28 2 317.72 ;
+      RECT 0 197.28 2 197.72 ;
+      RECT 0 125.28 2 125.72 ;
+      RECT 0 261.28 2 261.72 ;
+      RECT 0 253.28 2 253.72 ;
+      RECT 0 85.28 2 85.72 ;
+      RECT 0 301.28 2 301.72 ;
+      RECT 0 333.28 2 333.72 ;
+      RECT 0 149.28 2 149.72 ;
+      RECT 0 133.28 2 133.72 ;
+      RECT 0 0 2 69.72 ;
+    LAYER Via1 ;
+      RECT 0 0 2 350 ;
+    LAYER Via2 ;
+      RECT 0 0 2 350 ;
+  END
+
+END gf180mcu_fd_io__brk2
diff --git a/cells/brk2/gf180mcu_fd_io__brk2_4lm.gds b/cells/brk2/gf180mcu_fd_io__brk2_4lm.gds
new file mode 100644
index 0000000..c950136
--- /dev/null
+++ b/cells/brk2/gf180mcu_fd_io__brk2_4lm.gds
Binary files differ
diff --git a/cells/brk2/gf180mcu_fd_io__brk2_4lm.lef b/cells/brk2/gf180mcu_fd_io__brk2_4lm.lef
new file mode 100644
index 0000000..6ebdaf7
--- /dev/null
+++ b/cells/brk2/gf180mcu_fd_io__brk2_4lm.lef
@@ -0,0 +1,111 @@
+# Copyright 2022 GlobalFoundries PDK Authors
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+MACRO gf180mcu_fd_io__brk2
+    CLASS PAD ;
+  ORIGIN 0 0 ;
+    FOREIGN gf180mcu_fd_io__brk2 0 0 ;
+  SIZE 2 BY 350 ;
+  SYMMETRY X Y R90 ;
+  SITE GF_IO_Site ;
+  PIN VSS
+    DIRECTION INOUT ;
+    USE GROUND ;
+    PORT
+      LAYER Metal3 ;
+        RECT 0 318 2 325 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 318 2 325 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 246 2 253 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 246 2 253 ;
+    END
+  END VSS
+  OBS
+    LAYER Metal1 ;
+      RECT 0 0 2 350 ;
+    LAYER Metal2 ;
+      RECT 0 0 2 350 ;
+    LAYER Metal3 ;
+      RECT 0 341.28 2 341.72 ;
+      RECT 0 309.28 2 309.72 ;
+      RECT 0 293.28 2 293.72 ;
+      RECT 0 245.28 2 245.72 ;
+      RECT 0 117.28 2 117.72 ;
+      RECT 0 277.28 2 277.72 ;
+      RECT 0 269.28 2 269.72 ;
+      RECT 0 197.28 2 197.72 ;
+      RECT 0 229.28 2 229.72 ;
+      RECT 0 101.28 2 101.72 ;
+      RECT 0 133.28 2 133.72 ;
+      RECT 0 0 2 69.72 ;
+      RECT 0 165.28 2 165.72 ;
+      RECT 0 325.28 2 325.72 ;
+      RECT 0 149.28 2 149.72 ;
+      RECT 0 213.28 2 213.72 ;
+      RECT 0 333.28 2 333.72 ;
+      RECT 0 301.28 2 301.72 ;
+      RECT 0 317.28 2 317.72 ;
+      RECT 0 205.28 2 205.72 ;
+      RECT 0 348.67 2 350 ;
+      RECT 0 125.28 2 125.72 ;
+      RECT 0 261.28 2 261.72 ;
+      RECT 0 285.28 2 285.72 ;
+      RECT 0 181.28 2 181.72 ;
+      RECT 0 85.28 2 85.72 ;
+      RECT 0 253.28 2 253.72 ;
+    LAYER Metal4 ;
+      RECT 0 309.28 2 309.72 ;
+      RECT 0 181.28 2 181.72 ;
+      RECT 0 133.28 2 133.72 ;
+      RECT 0 205.28 2 205.72 ;
+      RECT 0 317.28 2 317.72 ;
+      RECT 0 0 2 69.72 ;
+      RECT 0 333.28 2 333.72 ;
+      RECT 0 213.28 2 213.72 ;
+      RECT 0 101.28 2 101.72 ;
+      RECT 0 269.28 2 269.72 ;
+      RECT 0 348.67 2 350 ;
+      RECT 0 253.28 2 253.72 ;
+      RECT 0 293.28 2 293.72 ;
+      RECT 0 277.28 2 277.72 ;
+      RECT 0 261.28 2 261.72 ;
+      RECT 0 325.28 2 325.72 ;
+      RECT 0 125.28 2 125.72 ;
+      RECT 0 197.28 2 197.72 ;
+      RECT 0 229.28 2 229.72 ;
+      RECT 0 341.28 2 341.72 ;
+      RECT 0 149.28 2 149.72 ;
+      RECT 0 117.28 2 117.72 ;
+      RECT 0 301.28 2 301.72 ;
+      RECT 0 245.28 2 245.72 ;
+      RECT 0 285.28 2 285.72 ;
+      RECT 0 165.28 2 165.72 ;
+      RECT 0 85.28 2 85.72 ;
+    LAYER Via1 ;
+      RECT 0 0 2 350 ;
+    LAYER Via2 ;
+      RECT 0 0 2 350 ;
+    LAYER Via3 ;
+      RECT 0 0 2 350 ;
+  END
+
+END gf180mcu_fd_io__brk2
diff --git a/cells/brk2/gf180mcu_fd_io__brk2_5lm.gds b/cells/brk2/gf180mcu_fd_io__brk2_5lm.gds
new file mode 100644
index 0000000..99e363a
--- /dev/null
+++ b/cells/brk2/gf180mcu_fd_io__brk2_5lm.gds
Binary files differ
diff --git a/cells/brk2/gf180mcu_fd_io__brk2_5lm.lef b/cells/brk2/gf180mcu_fd_io__brk2_5lm.lef
new file mode 100644
index 0000000..2083718
--- /dev/null
+++ b/cells/brk2/gf180mcu_fd_io__brk2_5lm.lef
@@ -0,0 +1,149 @@
+# Copyright 2022 GlobalFoundries PDK Authors
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+MACRO gf180mcu_fd_io__brk2
+    CLASS PAD ;
+  ORIGIN 0 0 ;
+    FOREIGN gf180mcu_fd_io__brk2 0 0 ;
+  SIZE 2 BY 350 ;
+  SYMMETRY X Y R90 ;
+  SITE GF_IO_Site ;
+  PIN VSS
+    DIRECTION INOUT ;
+    USE GROUND ;
+    PORT
+      LAYER Metal3 ;
+        RECT 0 318 2 325 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 318 2 325 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 318 2 325 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 246 2 253 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 246 2 253 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 246 2 253 ;
+    END
+  END VSS
+  OBS
+    LAYER Metal1 ;
+      RECT 0 0 2 350 ;
+    LAYER Metal2 ;
+      RECT 0 0 2 350 ;
+    LAYER Metal3 ;
+      RECT 0 261.28 2 261.72 ;
+      RECT 0 213.28 2 213.72 ;
+      RECT 0 333.28 2 333.72 ;
+      RECT 0 205.28 2 205.72 ;
+      RECT 0 85.28 2 85.72 ;
+      RECT 0 101.28 2 101.72 ;
+      RECT 0 197.28 2 197.72 ;
+      RECT 0 149.28 2 149.72 ;
+      RECT 0 301.28 2 301.72 ;
+      RECT 0 181.28 2 181.72 ;
+      RECT 0 325.28 2 325.72 ;
+      RECT 0 117.28 2 117.72 ;
+      RECT 0 245.28 2 245.72 ;
+      RECT 0 341.28 2 341.72 ;
+      RECT 0 165.28 2 165.72 ;
+      RECT 0 253.28 2 253.72 ;
+      RECT 0 125.28 2 125.72 ;
+      RECT 0 133.28 2 133.72 ;
+      RECT 0 309.28 2 309.72 ;
+      RECT 0 277.28 2 277.72 ;
+      RECT 0 0 2 69.72 ;
+      RECT 0 269.28 2 269.72 ;
+      RECT 0 229.28 2 229.72 ;
+      RECT 0 285.28 2 285.72 ;
+      RECT 0 348.67 2 350 ;
+      RECT 0 317.28 2 317.72 ;
+      RECT 0 293.28 2 293.72 ;
+    LAYER Metal4 ;
+      RECT 0 348.67 2 350 ;
+      RECT 0 85.28 2 85.72 ;
+      RECT 0 101.28 2 101.72 ;
+      RECT 0 181.28 2 181.72 ;
+      RECT 0 117.28 2 117.72 ;
+      RECT 0 213.28 2 213.72 ;
+      RECT 0 197.28 2 197.72 ;
+      RECT 0 149.28 2 149.72 ;
+      RECT 0 309.28 2 309.72 ;
+      RECT 0 205.28 2 205.72 ;
+      RECT 0 261.28 2 261.72 ;
+      RECT 0 277.28 2 277.72 ;
+      RECT 0 253.28 2 253.72 ;
+      RECT 0 293.28 2 293.72 ;
+      RECT 0 341.28 2 341.72 ;
+      RECT 0 333.28 2 333.72 ;
+      RECT 0 245.28 2 245.72 ;
+      RECT 0 285.28 2 285.72 ;
+      RECT 0 165.28 2 165.72 ;
+      RECT 0 133.28 2 133.72 ;
+      RECT 0 301.28 2 301.72 ;
+      RECT 0 269.28 2 269.72 ;
+      RECT 0 0 2 69.72 ;
+      RECT 0 125.28 2 125.72 ;
+      RECT 0 325.28 2 325.72 ;
+      RECT 0 317.28 2 317.72 ;
+      RECT 0 229.28 2 229.72 ;
+    LAYER Metal5 ;
+      RECT 0 101.28 2 101.72 ;
+      RECT 0 325.28 2 325.72 ;
+      RECT 0 293.28 2 293.72 ;
+      RECT 0 253.28 2 253.72 ;
+      RECT 0 269.28 2 269.72 ;
+      RECT 0 205.28 2 205.72 ;
+      RECT 0 181.28 2 181.72 ;
+      RECT 0 165.28 2 165.72 ;
+      RECT 0 277.28 2 277.72 ;
+      RECT 0 213.28 2 213.72 ;
+      RECT 0 85.28 2 85.72 ;
+      RECT 0 245.28 2 245.72 ;
+      RECT 0 341.28 2 341.72 ;
+      RECT 0 309.28 2 309.72 ;
+      RECT 0 301.28 2 301.72 ;
+      RECT 0 317.28 2 317.72 ;
+      RECT 0 117.28 2 117.72 ;
+      RECT 0 261.28 2 261.72 ;
+      RECT 0 285.28 2 285.72 ;
+      RECT 0 0 2 69.72 ;
+      RECT 0 133.28 2 133.72 ;
+      RECT 0 149.28 2 149.72 ;
+      RECT 0 348.67 2 350 ;
+      RECT 0 229.28 2 229.72 ;
+      RECT 0 333.28 2 333.72 ;
+      RECT 0 197.28 2 197.72 ;
+      RECT 0 125.28 2 125.72 ;
+    LAYER Via1 ;
+      RECT 0 0 2 350 ;
+    LAYER Via2 ;
+      RECT 0 0 2 350 ;
+    LAYER Via3 ;
+      RECT 0 0 2 350 ;
+    LAYER Via4 ;
+      RECT 0 0 2 350 ;
+  END
+
+END gf180mcu_fd_io__brk2
diff --git a/cells/brk2/gf180mcu_fd_io__brk2__ff_125C_2v75.lib b/cells/brk2/gf180mcu_fd_io__brk2__ff_125C_2v75.lib
new file mode 100644
index 0000000..b41bb93
--- /dev/null
+++ b/cells/brk2/gf180mcu_fd_io__brk2__ff_125C_2v75.lib
@@ -0,0 +1,24 @@
+/*
+ * Copyright 2022 GlobalFoundries PDK Authors
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+	cell ("gf180mcu_fd_io__brk2") {
+		dont_touch : true;
+		dont_use   : true;
+		area       : 700.000000 ;
+		pin ("VSS") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+	}
diff --git a/cells/brk2/gf180mcu_fd_io__brk2__ff_125C_2v75.lib.json b/cells/brk2/gf180mcu_fd_io__brk2__ff_125C_2v75.lib.json
new file mode 100644
index 0000000..67404e9
--- /dev/null
+++ b/cells/brk2/gf180mcu_fd_io__brk2__ff_125C_2v75.lib.json
@@ -0,0 +1,11 @@
+{
+    "cell gf180mcu_fd_io__brk2": {
+        "dont_touch": "true",
+        "dont_use": "true",
+        "area": "700.000000",
+        "pin VSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        }
+    }
+}
\ No newline at end of file
diff --git a/cells/brk2/gf180mcu_fd_io__brk2__ff_125C_3v63.lib b/cells/brk2/gf180mcu_fd_io__brk2__ff_125C_3v63.lib
new file mode 100644
index 0000000..b41bb93
--- /dev/null
+++ b/cells/brk2/gf180mcu_fd_io__brk2__ff_125C_3v63.lib
@@ -0,0 +1,24 @@
+/*
+ * Copyright 2022 GlobalFoundries PDK Authors
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+	cell ("gf180mcu_fd_io__brk2") {
+		dont_touch : true;
+		dont_use   : true;
+		area       : 700.000000 ;
+		pin ("VSS") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+	}
diff --git a/cells/brk2/gf180mcu_fd_io__brk2__ff_125C_3v63.lib.json b/cells/brk2/gf180mcu_fd_io__brk2__ff_125C_3v63.lib.json
new file mode 100644
index 0000000..67404e9
--- /dev/null
+++ b/cells/brk2/gf180mcu_fd_io__brk2__ff_125C_3v63.lib.json
@@ -0,0 +1,11 @@
+{
+    "cell gf180mcu_fd_io__brk2": {
+        "dont_touch": "true",
+        "dont_use": "true",
+        "area": "700.000000",
+        "pin VSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        }
+    }
+}
\ No newline at end of file
diff --git a/cells/brk2/gf180mcu_fd_io__brk2__ff_125C_5v50.lib b/cells/brk2/gf180mcu_fd_io__brk2__ff_125C_5v50.lib
new file mode 100644
index 0000000..b41bb93
--- /dev/null
+++ b/cells/brk2/gf180mcu_fd_io__brk2__ff_125C_5v50.lib
@@ -0,0 +1,24 @@
+/*
+ * Copyright 2022 GlobalFoundries PDK Authors
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+	cell ("gf180mcu_fd_io__brk2") {
+		dont_touch : true;
+		dont_use   : true;
+		area       : 700.000000 ;
+		pin ("VSS") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+	}
diff --git a/cells/brk2/gf180mcu_fd_io__brk2__ff_125C_5v50.lib.json b/cells/brk2/gf180mcu_fd_io__brk2__ff_125C_5v50.lib.json
new file mode 100644
index 0000000..67404e9
--- /dev/null
+++ b/cells/brk2/gf180mcu_fd_io__brk2__ff_125C_5v50.lib.json
@@ -0,0 +1,11 @@
+{
+    "cell gf180mcu_fd_io__brk2": {
+        "dont_touch": "true",
+        "dont_use": "true",
+        "area": "700.000000",
+        "pin VSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        }
+    }
+}
\ No newline at end of file
diff --git a/cells/brk2/gf180mcu_fd_io__brk2__ff_n40C_2v75.lib b/cells/brk2/gf180mcu_fd_io__brk2__ff_n40C_2v75.lib
new file mode 100644
index 0000000..b41bb93
--- /dev/null
+++ b/cells/brk2/gf180mcu_fd_io__brk2__ff_n40C_2v75.lib
@@ -0,0 +1,24 @@
+/*
+ * Copyright 2022 GlobalFoundries PDK Authors
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+	cell ("gf180mcu_fd_io__brk2") {
+		dont_touch : true;
+		dont_use   : true;
+		area       : 700.000000 ;
+		pin ("VSS") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+	}
diff --git a/cells/brk2/gf180mcu_fd_io__brk2__ff_n40C_2v75.lib.json b/cells/brk2/gf180mcu_fd_io__brk2__ff_n40C_2v75.lib.json
new file mode 100644
index 0000000..67404e9
--- /dev/null
+++ b/cells/brk2/gf180mcu_fd_io__brk2__ff_n40C_2v75.lib.json
@@ -0,0 +1,11 @@
+{
+    "cell gf180mcu_fd_io__brk2": {
+        "dont_touch": "true",
+        "dont_use": "true",
+        "area": "700.000000",
+        "pin VSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        }
+    }
+}
\ No newline at end of file
diff --git a/cells/brk2/gf180mcu_fd_io__brk2__ff_n40C_3v63.lib b/cells/brk2/gf180mcu_fd_io__brk2__ff_n40C_3v63.lib
new file mode 100644
index 0000000..b41bb93
--- /dev/null
+++ b/cells/brk2/gf180mcu_fd_io__brk2__ff_n40C_3v63.lib
@@ -0,0 +1,24 @@
+/*
+ * Copyright 2022 GlobalFoundries PDK Authors
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+	cell ("gf180mcu_fd_io__brk2") {
+		dont_touch : true;
+		dont_use   : true;
+		area       : 700.000000 ;
+		pin ("VSS") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+	}
diff --git a/cells/brk2/gf180mcu_fd_io__brk2__ff_n40C_3v63.lib.json b/cells/brk2/gf180mcu_fd_io__brk2__ff_n40C_3v63.lib.json
new file mode 100644
index 0000000..67404e9
--- /dev/null
+++ b/cells/brk2/gf180mcu_fd_io__brk2__ff_n40C_3v63.lib.json
@@ -0,0 +1,11 @@
+{
+    "cell gf180mcu_fd_io__brk2": {
+        "dont_touch": "true",
+        "dont_use": "true",
+        "area": "700.000000",
+        "pin VSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        }
+    }
+}
\ No newline at end of file
diff --git a/cells/brk2/gf180mcu_fd_io__brk2__ff_n40C_5v50.lib b/cells/brk2/gf180mcu_fd_io__brk2__ff_n40C_5v50.lib
new file mode 100644
index 0000000..b41bb93
--- /dev/null
+++ b/cells/brk2/gf180mcu_fd_io__brk2__ff_n40C_5v50.lib
@@ -0,0 +1,24 @@
+/*
+ * Copyright 2022 GlobalFoundries PDK Authors
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+	cell ("gf180mcu_fd_io__brk2") {
+		dont_touch : true;
+		dont_use   : true;
+		area       : 700.000000 ;
+		pin ("VSS") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+	}
diff --git a/cells/brk2/gf180mcu_fd_io__brk2__ff_n40C_5v50.lib.json b/cells/brk2/gf180mcu_fd_io__brk2__ff_n40C_5v50.lib.json
new file mode 100644
index 0000000..67404e9
--- /dev/null
+++ b/cells/brk2/gf180mcu_fd_io__brk2__ff_n40C_5v50.lib.json
@@ -0,0 +1,11 @@
+{
+    "cell gf180mcu_fd_io__brk2": {
+        "dont_touch": "true",
+        "dont_use": "true",
+        "area": "700.000000",
+        "pin VSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        }
+    }
+}
\ No newline at end of file
diff --git a/cells/brk2/gf180mcu_fd_io__brk2__ss_125C_2v25.lib b/cells/brk2/gf180mcu_fd_io__brk2__ss_125C_2v25.lib
new file mode 100644
index 0000000..b41bb93
--- /dev/null
+++ b/cells/brk2/gf180mcu_fd_io__brk2__ss_125C_2v25.lib
@@ -0,0 +1,24 @@
+/*
+ * Copyright 2022 GlobalFoundries PDK Authors
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+	cell ("gf180mcu_fd_io__brk2") {
+		dont_touch : true;
+		dont_use   : true;
+		area       : 700.000000 ;
+		pin ("VSS") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+	}
diff --git a/cells/brk2/gf180mcu_fd_io__brk2__ss_125C_2v25.lib.json b/cells/brk2/gf180mcu_fd_io__brk2__ss_125C_2v25.lib.json
new file mode 100644
index 0000000..67404e9
--- /dev/null
+++ b/cells/brk2/gf180mcu_fd_io__brk2__ss_125C_2v25.lib.json
@@ -0,0 +1,11 @@
+{
+    "cell gf180mcu_fd_io__brk2": {
+        "dont_touch": "true",
+        "dont_use": "true",
+        "area": "700.000000",
+        "pin VSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        }
+    }
+}
\ No newline at end of file
diff --git a/cells/brk2/gf180mcu_fd_io__brk2__ss_125C_2v97.lib b/cells/brk2/gf180mcu_fd_io__brk2__ss_125C_2v97.lib
new file mode 100644
index 0000000..b41bb93
--- /dev/null
+++ b/cells/brk2/gf180mcu_fd_io__brk2__ss_125C_2v97.lib
@@ -0,0 +1,24 @@
+/*
+ * Copyright 2022 GlobalFoundries PDK Authors
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+	cell ("gf180mcu_fd_io__brk2") {
+		dont_touch : true;
+		dont_use   : true;
+		area       : 700.000000 ;
+		pin ("VSS") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+	}
diff --git a/cells/brk2/gf180mcu_fd_io__brk2__ss_125C_2v97.lib.json b/cells/brk2/gf180mcu_fd_io__brk2__ss_125C_2v97.lib.json
new file mode 100644
index 0000000..67404e9
--- /dev/null
+++ b/cells/brk2/gf180mcu_fd_io__brk2__ss_125C_2v97.lib.json
@@ -0,0 +1,11 @@
+{
+    "cell gf180mcu_fd_io__brk2": {
+        "dont_touch": "true",
+        "dont_use": "true",
+        "area": "700.000000",
+        "pin VSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        }
+    }
+}
\ No newline at end of file
diff --git a/cells/brk2/gf180mcu_fd_io__brk2__ss_125C_4v50.lib b/cells/brk2/gf180mcu_fd_io__brk2__ss_125C_4v50.lib
new file mode 100644
index 0000000..b41bb93
--- /dev/null
+++ b/cells/brk2/gf180mcu_fd_io__brk2__ss_125C_4v50.lib
@@ -0,0 +1,24 @@
+/*
+ * Copyright 2022 GlobalFoundries PDK Authors
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+	cell ("gf180mcu_fd_io__brk2") {
+		dont_touch : true;
+		dont_use   : true;
+		area       : 700.000000 ;
+		pin ("VSS") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+	}
diff --git a/cells/brk2/gf180mcu_fd_io__brk2__ss_125C_4v50.lib.json b/cells/brk2/gf180mcu_fd_io__brk2__ss_125C_4v50.lib.json
new file mode 100644
index 0000000..67404e9
--- /dev/null
+++ b/cells/brk2/gf180mcu_fd_io__brk2__ss_125C_4v50.lib.json
@@ -0,0 +1,11 @@
+{
+    "cell gf180mcu_fd_io__brk2": {
+        "dont_touch": "true",
+        "dont_use": "true",
+        "area": "700.000000",
+        "pin VSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        }
+    }
+}
\ No newline at end of file
diff --git a/cells/brk2/gf180mcu_fd_io__brk2__tt_025C_2v50.lib b/cells/brk2/gf180mcu_fd_io__brk2__tt_025C_2v50.lib
new file mode 100644
index 0000000..b41bb93
--- /dev/null
+++ b/cells/brk2/gf180mcu_fd_io__brk2__tt_025C_2v50.lib
@@ -0,0 +1,24 @@
+/*
+ * Copyright 2022 GlobalFoundries PDK Authors
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+	cell ("gf180mcu_fd_io__brk2") {
+		dont_touch : true;
+		dont_use   : true;
+		area       : 700.000000 ;
+		pin ("VSS") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+	}
diff --git a/cells/brk2/gf180mcu_fd_io__brk2__tt_025C_2v50.lib.json b/cells/brk2/gf180mcu_fd_io__brk2__tt_025C_2v50.lib.json
new file mode 100644
index 0000000..67404e9
--- /dev/null
+++ b/cells/brk2/gf180mcu_fd_io__brk2__tt_025C_2v50.lib.json
@@ -0,0 +1,11 @@
+{
+    "cell gf180mcu_fd_io__brk2": {
+        "dont_touch": "true",
+        "dont_use": "true",
+        "area": "700.000000",
+        "pin VSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        }
+    }
+}
\ No newline at end of file
diff --git a/cells/brk2/gf180mcu_fd_io__brk2__tt_025C_3v30.lib b/cells/brk2/gf180mcu_fd_io__brk2__tt_025C_3v30.lib
new file mode 100644
index 0000000..b41bb93
--- /dev/null
+++ b/cells/brk2/gf180mcu_fd_io__brk2__tt_025C_3v30.lib
@@ -0,0 +1,24 @@
+/*
+ * Copyright 2022 GlobalFoundries PDK Authors
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+	cell ("gf180mcu_fd_io__brk2") {
+		dont_touch : true;
+		dont_use   : true;
+		area       : 700.000000 ;
+		pin ("VSS") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+	}
diff --git a/cells/brk2/gf180mcu_fd_io__brk2__tt_025C_3v30.lib.json b/cells/brk2/gf180mcu_fd_io__brk2__tt_025C_3v30.lib.json
new file mode 100644
index 0000000..67404e9
--- /dev/null
+++ b/cells/brk2/gf180mcu_fd_io__brk2__tt_025C_3v30.lib.json
@@ -0,0 +1,11 @@
+{
+    "cell gf180mcu_fd_io__brk2": {
+        "dont_touch": "true",
+        "dont_use": "true",
+        "area": "700.000000",
+        "pin VSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        }
+    }
+}
\ No newline at end of file
diff --git a/cells/brk2/gf180mcu_fd_io__brk2__tt_025C_5v00.lib b/cells/brk2/gf180mcu_fd_io__brk2__tt_025C_5v00.lib
new file mode 100644
index 0000000..b41bb93
--- /dev/null
+++ b/cells/brk2/gf180mcu_fd_io__brk2__tt_025C_5v00.lib
@@ -0,0 +1,24 @@
+/*
+ * Copyright 2022 GlobalFoundries PDK Authors
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+	cell ("gf180mcu_fd_io__brk2") {
+		dont_touch : true;
+		dont_use   : true;
+		area       : 700.000000 ;
+		pin ("VSS") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+	}
diff --git a/cells/brk2/gf180mcu_fd_io__brk2__tt_025C_5v00.lib.json b/cells/brk2/gf180mcu_fd_io__brk2__tt_025C_5v00.lib.json
new file mode 100644
index 0000000..67404e9
--- /dev/null
+++ b/cells/brk2/gf180mcu_fd_io__brk2__tt_025C_5v00.lib.json
@@ -0,0 +1,11 @@
+{
+    "cell gf180mcu_fd_io__brk2": {
+        "dont_touch": "true",
+        "dont_use": "true",
+        "area": "700.000000",
+        "pin VSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        }
+    }
+}
\ No newline at end of file
diff --git a/cells/brk5/gf180mcu_fd_io__brk5.cdl b/cells/brk5/gf180mcu_fd_io__brk5.cdl
new file mode 100644
index 0000000..138bde3
--- /dev/null
+++ b/cells/brk5/gf180mcu_fd_io__brk5.cdl
@@ -0,0 +1,16 @@
+* Copyright 2022 GlobalFoundries PDK Authors
+*
+* Licensed under the Apache License, Version 2.0 (the "License");
+* you may not use this file except in compliance with the License.
+* You may obtain a copy of the License at
+*
+*     http://www.apache.org/licenses/LICENSE-2.0
+*
+* Unless required by applicable law or agreed to in writing, software
+* distributed under the License is distributed on an "AS IS" BASIS,
+* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+* See the License for the specific language governing permissions and
+* limitations under the License.
+
+.SUBCKT gf180mcu_fd_io__brk5 VSS
+.ENDS
diff --git a/cells/brk5/gf180mcu_fd_io__brk5.v b/cells/brk5/gf180mcu_fd_io__brk5.v
new file mode 100644
index 0000000..26e0666
--- /dev/null
+++ b/cells/brk5/gf180mcu_fd_io__brk5.v
@@ -0,0 +1,29 @@
+/*
+ * Copyright 2022 GlobalFoundries PDK Authors
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http:www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+`suppress_faults
+`enable_portfaults
+`ifdef functional
+  `timescale 1ns / 1ps
+  `delay_mode_distributed
+  `delay_mode_unit
+`else
+  `timescale 1ns / 1ps
+  `delay_mode_path
+`endif
+module gf180mcu_fd_io__brk5 (VSS);
+	inout	VSS;
+endmodule
diff --git a/cells/brk5/gf180mcu_fd_io__brk5_3lm.gds b/cells/brk5/gf180mcu_fd_io__brk5_3lm.gds
new file mode 100644
index 0000000..485a259
--- /dev/null
+++ b/cells/brk5/gf180mcu_fd_io__brk5_3lm.gds
Binary files differ
diff --git a/cells/brk5/gf180mcu_fd_io__brk5_3lm.lef b/cells/brk5/gf180mcu_fd_io__brk5_3lm.lef
new file mode 100644
index 0000000..426ea56
--- /dev/null
+++ b/cells/brk5/gf180mcu_fd_io__brk5_3lm.lef
@@ -0,0 +1,55 @@
+# Copyright 2022 GlobalFoundries PDK Authors
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+MACRO gf180mcu_fd_io__brk5
+    CLASS PAD ;
+  ORIGIN 0 0 ;
+    FOREIGN gf180mcu_fd_io__brk5 0 0 ;
+  SIZE 5 BY 350 ;
+  SYMMETRY X Y R90 ;
+  SITE GF_IO_Site ;
+  PIN VSS
+    DIRECTION INOUT ;
+    USE GROUND ;
+    PORT
+      LAYER Metal3 ;
+        RECT 4 246 5 253 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 4 318 5 325 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 318 1 325 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 246 1 253 ;
+    END
+  END VSS
+  OBS
+    LAYER Metal1 ;
+      RECT 0 0 5 350 ;
+    LAYER Metal2 ;
+      RECT 0 0 5 350 ;
+    LAYER Metal3 ;
+      POLYGON 5 69.72 3.72 69.72 3.72 85.28 5 85.28 5 85.72 3.72 85.72 3.72 101.28 5 101.28 5 101.72 3.72 101.72 3.72 117.28 5 117.28 5 117.72 3.72 117.72 3.72 125.28 5 125.28 5 125.72 3.72 125.72 3.72 133.28 5 133.28 5 133.72 3.72 133.72 3.72 149.28 5 149.28 5 149.72 3.72 149.72 3.72 165.28 5 165.28 5 165.72 3.72 165.72 3.72 181.28 5 181.28 5 181.72 3.72 181.72 3.72 197.28 5 197.28 5 197.72 3.72 197.72 3.72 205.28 5 205.28 5 205.72 3.72 205.72 3.72 213.28 5 213.28 5 213.72 3.72 213.72 3.72 229.28 5 229.28 5 229.72 3.72 229.72 3.72 245.28 5 245.28 5 245.72 3.72 245.72 3.72 253.28 5 253.28 5 253.72 3.72 253.72 3.72 261.28 5 261.28 5 261.72 3.72 261.72 3.72 269.28 5 269.28 5 269.72 3.72 269.72 3.72 277.28 5 277.28 5 277.72 3.72 277.72 3.72 285.28 5 285.28 5 285.72 3.72 285.72 3.72 293.28 5 293.28 5 293.72 3.72 293.72 3.72 301.28 5 301.28 5 301.72 3.72 301.72 3.72 309.28 5 309.28 5 309.72 3.72 309.72 3.72 317.28 5 317.28 5 317.72 3.72 317.72 3.72 325.28 5 325.28 5 325.72 3.72 325.72 3.72 333.28 5 333.28 5 333.72 3.72 333.72 3.72 341.28 5 341.28 5 341.72 3.72 341.72 3.72 348.67 5 348.67 5 350 0 350 0 348.67 1.28 348.67 1.28 341.72 0 341.72 0 341.28 1.28 341.28 1.28 333.72 0 333.72 0 333.28 1.28 333.28 1.28 325.72 0 325.72 0 325.28 1.28 325.28 1.28 317.72 0 317.72 0 317.28 1.28 317.28 1.28 309.72 0 309.72 0 309.28 1.28 309.28 1.28 301.72 0 301.72 0 301.28 1.28 301.28 1.28 293.72 0 293.72 0 293.28 1.28 293.28 1.28 285.72 0 285.72 0 285.28 1.28 285.28 1.28 277.72 0 277.72 0 277.28 1.28 277.28 1.28 269.72 0 269.72 0 269.28 1.28 269.28 1.28 261.72 0 261.72 0 261.28 1.28 261.28 1.28 253.72 0 253.72 0 253.28 1.28 253.28 1.28 245.72 0 245.72 0 245.28 1.28 245.28 1.28 229.72 0 229.72 0 229.28 1.28 229.28 1.28 213.72 0 213.72 0 213.28 1.28 213.28 1.28 205.72 0 205.72 0 205.28 1.28 205.28 1.28 197.72 0 197.72 0 197.28 1.28 197.28 1.28 181.72 0 181.72 0 181.28 1.28 181.28 1.28 165.72 0 165.72 0 165.28 1.28 165.28 1.28 149.72 0 149.72 0 149.28 1.28 149.28 1.28 133.72 0 133.72 0 133.28 1.28 133.28 1.28 125.72 0 125.72 0 125.28 1.28 125.28 1.28 117.72 0 117.72 0 117.28 1.28 117.28 1.28 101.72 0 101.72 0 101.28 1.28 101.28 1.28 85.72 0 85.72 0 85.28 1.28 85.28 1.28 69.72 0 69.72 0 0 5 0 ;
+    LAYER Via1 ;
+      RECT 0 0 5 350 ;
+    LAYER Via2 ;
+      RECT 0 0 5 350 ;
+  END
+
+END gf180mcu_fd_io__brk5
diff --git a/cells/brk5/gf180mcu_fd_io__brk5_4lm.gds b/cells/brk5/gf180mcu_fd_io__brk5_4lm.gds
new file mode 100644
index 0000000..e22315b
--- /dev/null
+++ b/cells/brk5/gf180mcu_fd_io__brk5_4lm.gds
Binary files differ
diff --git a/cells/brk5/gf180mcu_fd_io__brk5_4lm.lef b/cells/brk5/gf180mcu_fd_io__brk5_4lm.lef
new file mode 100644
index 0000000..7e9ce10
--- /dev/null
+++ b/cells/brk5/gf180mcu_fd_io__brk5_4lm.lef
@@ -0,0 +1,75 @@
+# Copyright 2022 GlobalFoundries PDK Authors
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+MACRO gf180mcu_fd_io__brk5
+    CLASS PAD ;
+  ORIGIN 0 0 ;
+    FOREIGN gf180mcu_fd_io__brk5 0 0 ;
+  SIZE 5 BY 350 ;
+  SYMMETRY X Y R90 ;
+  SITE GF_IO_Site ;
+  PIN VSS
+    DIRECTION INOUT ;
+    USE GROUND ;
+    PORT
+      LAYER Metal4 ;
+        RECT 4 246 5 253 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 4 318 5 325 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 4 246 5 253 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 4 318 5 325 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 318 1 325 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 318 1 325 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 246 1 253 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 246 1 253 ;
+    END
+  END VSS
+  OBS
+    LAYER Metal1 ;
+      RECT 0 0 5 350 ;
+    LAYER Metal2 ;
+      RECT 0 0 5 350 ;
+    LAYER Metal3 ;
+      POLYGON 5 69.72 3.72 69.72 3.72 85.28 5 85.28 5 85.72 3.72 85.72 3.72 101.28 5 101.28 5 101.72 3.72 101.72 3.72 117.28 5 117.28 5 117.72 3.72 117.72 3.72 125.28 5 125.28 5 125.72 3.72 125.72 3.72 133.28 5 133.28 5 133.72 3.72 133.72 3.72 149.28 5 149.28 5 149.72 3.72 149.72 3.72 165.28 5 165.28 5 165.72 3.72 165.72 3.72 181.28 5 181.28 5 181.72 3.72 181.72 3.72 197.28 5 197.28 5 197.72 3.72 197.72 3.72 205.28 5 205.28 5 205.72 3.72 205.72 3.72 213.28 5 213.28 5 213.72 3.72 213.72 3.72 229.28 5 229.28 5 229.72 3.72 229.72 3.72 245.28 5 245.28 5 245.72 3.72 245.72 3.72 253.28 5 253.28 5 253.72 3.72 253.72 3.72 261.28 5 261.28 5 261.72 3.72 261.72 3.72 269.28 5 269.28 5 269.72 3.72 269.72 3.72 277.28 5 277.28 5 277.72 3.72 277.72 3.72 285.28 5 285.28 5 285.72 3.72 285.72 3.72 293.28 5 293.28 5 293.72 3.72 293.72 3.72 301.28 5 301.28 5 301.72 3.72 301.72 3.72 309.28 5 309.28 5 309.72 3.72 309.72 3.72 317.28 5 317.28 5 317.72 3.72 317.72 3.72 325.28 5 325.28 5 325.72 3.72 325.72 3.72 333.28 5 333.28 5 333.72 3.72 333.72 3.72 341.28 5 341.28 5 341.72 3.72 341.72 3.72 348.67 5 348.67 5 350 0 350 0 348.67 1.28 348.67 1.28 341.72 0 341.72 0 341.28 1.28 341.28 1.28 333.72 0 333.72 0 333.28 1.28 333.28 1.28 325.72 0 325.72 0 325.28 1.28 325.28 1.28 317.72 0 317.72 0 317.28 1.28 317.28 1.28 309.72 0 309.72 0 309.28 1.28 309.28 1.28 301.72 0 301.72 0 301.28 1.28 301.28 1.28 293.72 0 293.72 0 293.28 1.28 293.28 1.28 285.72 0 285.72 0 285.28 1.28 285.28 1.28 277.72 0 277.72 0 277.28 1.28 277.28 1.28 269.72 0 269.72 0 269.28 1.28 269.28 1.28 261.72 0 261.72 0 261.28 1.28 261.28 1.28 253.72 0 253.72 0 253.28 1.28 253.28 1.28 245.72 0 245.72 0 245.28 1.28 245.28 1.28 229.72 0 229.72 0 229.28 1.28 229.28 1.28 213.72 0 213.72 0 213.28 1.28 213.28 1.28 205.72 0 205.72 0 205.28 1.28 205.28 1.28 197.72 0 197.72 0 197.28 1.28 197.28 1.28 181.72 0 181.72 0 181.28 1.28 181.28 1.28 165.72 0 165.72 0 165.28 1.28 165.28 1.28 149.72 0 149.72 0 149.28 1.28 149.28 1.28 133.72 0 133.72 0 133.28 1.28 133.28 1.28 125.72 0 125.72 0 125.28 1.28 125.28 1.28 117.72 0 117.72 0 117.28 1.28 117.28 1.28 101.72 0 101.72 0 101.28 1.28 101.28 1.28 85.72 0 85.72 0 85.28 1.28 85.28 1.28 69.72 0 69.72 0 0 5 0 ;
+    LAYER Metal4 ;
+      POLYGON 5 69.72 3.72 69.72 3.72 85.28 5 85.28 5 85.72 3.72 85.72 3.72 101.28 5 101.28 5 101.72 3.72 101.72 3.72 117.28 5 117.28 5 117.72 3.72 117.72 3.72 125.28 5 125.28 5 125.72 3.72 125.72 3.72 133.28 5 133.28 5 133.72 3.72 133.72 3.72 149.28 5 149.28 5 149.72 3.72 149.72 3.72 165.28 5 165.28 5 165.72 3.72 165.72 3.72 181.28 5 181.28 5 181.72 3.72 181.72 3.72 197.28 5 197.28 5 197.72 3.72 197.72 3.72 205.28 5 205.28 5 205.72 3.72 205.72 3.72 213.28 5 213.28 5 213.72 3.72 213.72 3.72 229.28 5 229.28 5 229.72 3.72 229.72 3.72 245.28 5 245.28 5 245.72 3.72 245.72 3.72 253.28 5 253.28 5 253.72 3.72 253.72 3.72 261.28 5 261.28 5 261.72 3.72 261.72 3.72 269.28 5 269.28 5 269.72 3.72 269.72 3.72 277.28 5 277.28 5 277.72 3.72 277.72 3.72 285.28 5 285.28 5 285.72 3.72 285.72 3.72 293.28 5 293.28 5 293.72 3.72 293.72 3.72 301.28 5 301.28 5 301.72 3.72 301.72 3.72 309.28 5 309.28 5 309.72 3.72 309.72 3.72 317.28 5 317.28 5 317.72 3.72 317.72 3.72 325.28 5 325.28 5 325.72 3.72 325.72 3.72 333.28 5 333.28 5 333.72 3.72 333.72 3.72 341.28 5 341.28 5 341.72 3.72 341.72 3.72 348.67 5 348.67 5 350 0 350 0 348.67 1.28 348.67 1.28 341.72 0 341.72 0 341.28 1.28 341.28 1.28 333.72 0 333.72 0 333.28 1.28 333.28 1.28 325.72 0 325.72 0 325.28 1.28 325.28 1.28 317.72 0 317.72 0 317.28 1.28 317.28 1.28 309.72 0 309.72 0 309.28 1.28 309.28 1.28 301.72 0 301.72 0 301.28 1.28 301.28 1.28 293.72 0 293.72 0 293.28 1.28 293.28 1.28 285.72 0 285.72 0 285.28 1.28 285.28 1.28 277.72 0 277.72 0 277.28 1.28 277.28 1.28 269.72 0 269.72 0 269.28 1.28 269.28 1.28 261.72 0 261.72 0 261.28 1.28 261.28 1.28 253.72 0 253.72 0 253.28 1.28 253.28 1.28 245.72 0 245.72 0 245.28 1.28 245.28 1.28 229.72 0 229.72 0 229.28 1.28 229.28 1.28 213.72 0 213.72 0 213.28 1.28 213.28 1.28 205.72 0 205.72 0 205.28 1.28 205.28 1.28 197.72 0 197.72 0 197.28 1.28 197.28 1.28 181.72 0 181.72 0 181.28 1.28 181.28 1.28 165.72 0 165.72 0 165.28 1.28 165.28 1.28 149.72 0 149.72 0 149.28 1.28 149.28 1.28 133.72 0 133.72 0 133.28 1.28 133.28 1.28 125.72 0 125.72 0 125.28 1.28 125.28 1.28 117.72 0 117.72 0 117.28 1.28 117.28 1.28 101.72 0 101.72 0 101.28 1.28 101.28 1.28 85.72 0 85.72 0 85.28 1.28 85.28 1.28 69.72 0 69.72 0 0 5 0 ;
+    LAYER Via1 ;
+      RECT 0 0 5 350 ;
+    LAYER Via2 ;
+      RECT 0 0 5 350 ;
+    LAYER Via3 ;
+      RECT 0 0 5 350 ;
+  END
+
+END gf180mcu_fd_io__brk5
diff --git a/cells/brk5/gf180mcu_fd_io__brk5_5lm.gds b/cells/brk5/gf180mcu_fd_io__brk5_5lm.gds
new file mode 100644
index 0000000..b267837
--- /dev/null
+++ b/cells/brk5/gf180mcu_fd_io__brk5_5lm.gds
Binary files differ
diff --git a/cells/brk5/gf180mcu_fd_io__brk5_5lm.lef b/cells/brk5/gf180mcu_fd_io__brk5_5lm.lef
new file mode 100644
index 0000000..0c84df4
--- /dev/null
+++ b/cells/brk5/gf180mcu_fd_io__brk5_5lm.lef
@@ -0,0 +1,95 @@
+# Copyright 2022 GlobalFoundries PDK Authors
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+MACRO gf180mcu_fd_io__brk5
+    CLASS PAD ;
+  ORIGIN 0 0 ;
+    FOREIGN gf180mcu_fd_io__brk5 0 0 ;
+  SIZE 5 BY 350 ;
+  SYMMETRY X Y R90 ;
+  SITE GF_IO_Site ;
+  PIN VSS
+    DIRECTION INOUT ;
+    USE GROUND ;
+    PORT
+      LAYER Metal5 ;
+        RECT 4 246 5 253 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 4 318 5 325 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 4 246 5 253 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 4 318 5 325 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 4 246 5 253 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 4 318 5 325 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 318 1 325 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 318 1 325 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 318 1 325 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 246 1 253 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 246 1 253 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 246 1 253 ;
+    END
+  END VSS
+  OBS
+    LAYER Metal1 ;
+      RECT 0 0 5 350 ;
+    LAYER Metal2 ;
+      RECT 0 0 5 350 ;
+    LAYER Metal3 ;
+      POLYGON 5 69.72 3.72 69.72 3.72 85.28 5 85.28 5 85.72 3.72 85.72 3.72 101.28 5 101.28 5 101.72 3.72 101.72 3.72 117.28 5 117.28 5 117.72 3.72 117.72 3.72 125.28 5 125.28 5 125.72 3.72 125.72 3.72 133.28 5 133.28 5 133.72 3.72 133.72 3.72 149.28 5 149.28 5 149.72 3.72 149.72 3.72 165.28 5 165.28 5 165.72 3.72 165.72 3.72 181.28 5 181.28 5 181.72 3.72 181.72 3.72 197.28 5 197.28 5 197.72 3.72 197.72 3.72 205.28 5 205.28 5 205.72 3.72 205.72 3.72 213.28 5 213.28 5 213.72 3.72 213.72 3.72 229.28 5 229.28 5 229.72 3.72 229.72 3.72 245.28 5 245.28 5 245.72 3.72 245.72 3.72 253.28 5 253.28 5 253.72 3.72 253.72 3.72 261.28 5 261.28 5 261.72 3.72 261.72 3.72 269.28 5 269.28 5 269.72 3.72 269.72 3.72 277.28 5 277.28 5 277.72 3.72 277.72 3.72 285.28 5 285.28 5 285.72 3.72 285.72 3.72 293.28 5 293.28 5 293.72 3.72 293.72 3.72 301.28 5 301.28 5 301.72 3.72 301.72 3.72 309.28 5 309.28 5 309.72 3.72 309.72 3.72 317.28 5 317.28 5 317.72 3.72 317.72 3.72 325.28 5 325.28 5 325.72 3.72 325.72 3.72 333.28 5 333.28 5 333.72 3.72 333.72 3.72 341.28 5 341.28 5 341.72 3.72 341.72 3.72 348.67 5 348.67 5 350 0 350 0 348.67 1.28 348.67 1.28 341.72 0 341.72 0 341.28 1.28 341.28 1.28 333.72 0 333.72 0 333.28 1.28 333.28 1.28 325.72 0 325.72 0 325.28 1.28 325.28 1.28 317.72 0 317.72 0 317.28 1.28 317.28 1.28 309.72 0 309.72 0 309.28 1.28 309.28 1.28 301.72 0 301.72 0 301.28 1.28 301.28 1.28 293.72 0 293.72 0 293.28 1.28 293.28 1.28 285.72 0 285.72 0 285.28 1.28 285.28 1.28 277.72 0 277.72 0 277.28 1.28 277.28 1.28 269.72 0 269.72 0 269.28 1.28 269.28 1.28 261.72 0 261.72 0 261.28 1.28 261.28 1.28 253.72 0 253.72 0 253.28 1.28 253.28 1.28 245.72 0 245.72 0 245.28 1.28 245.28 1.28 229.72 0 229.72 0 229.28 1.28 229.28 1.28 213.72 0 213.72 0 213.28 1.28 213.28 1.28 205.72 0 205.72 0 205.28 1.28 205.28 1.28 197.72 0 197.72 0 197.28 1.28 197.28 1.28 181.72 0 181.72 0 181.28 1.28 181.28 1.28 165.72 0 165.72 0 165.28 1.28 165.28 1.28 149.72 0 149.72 0 149.28 1.28 149.28 1.28 133.72 0 133.72 0 133.28 1.28 133.28 1.28 125.72 0 125.72 0 125.28 1.28 125.28 1.28 117.72 0 117.72 0 117.28 1.28 117.28 1.28 101.72 0 101.72 0 101.28 1.28 101.28 1.28 85.72 0 85.72 0 85.28 1.28 85.28 1.28 69.72 0 69.72 0 0 5 0 ;
+    LAYER Metal4 ;
+      POLYGON 5 69.72 3.72 69.72 3.72 85.28 5 85.28 5 85.72 3.72 85.72 3.72 101.28 5 101.28 5 101.72 3.72 101.72 3.72 117.28 5 117.28 5 117.72 3.72 117.72 3.72 125.28 5 125.28 5 125.72 3.72 125.72 3.72 133.28 5 133.28 5 133.72 3.72 133.72 3.72 149.28 5 149.28 5 149.72 3.72 149.72 3.72 165.28 5 165.28 5 165.72 3.72 165.72 3.72 181.28 5 181.28 5 181.72 3.72 181.72 3.72 197.28 5 197.28 5 197.72 3.72 197.72 3.72 205.28 5 205.28 5 205.72 3.72 205.72 3.72 213.28 5 213.28 5 213.72 3.72 213.72 3.72 229.28 5 229.28 5 229.72 3.72 229.72 3.72 245.28 5 245.28 5 245.72 3.72 245.72 3.72 253.28 5 253.28 5 253.72 3.72 253.72 3.72 261.28 5 261.28 5 261.72 3.72 261.72 3.72 269.28 5 269.28 5 269.72 3.72 269.72 3.72 277.28 5 277.28 5 277.72 3.72 277.72 3.72 285.28 5 285.28 5 285.72 3.72 285.72 3.72 293.28 5 293.28 5 293.72 3.72 293.72 3.72 301.28 5 301.28 5 301.72 3.72 301.72 3.72 309.28 5 309.28 5 309.72 3.72 309.72 3.72 317.28 5 317.28 5 317.72 3.72 317.72 3.72 325.28 5 325.28 5 325.72 3.72 325.72 3.72 333.28 5 333.28 5 333.72 3.72 333.72 3.72 341.28 5 341.28 5 341.72 3.72 341.72 3.72 348.67 5 348.67 5 350 0 350 0 348.67 1.28 348.67 1.28 341.72 0 341.72 0 341.28 1.28 341.28 1.28 333.72 0 333.72 0 333.28 1.28 333.28 1.28 325.72 0 325.72 0 325.28 1.28 325.28 1.28 317.72 0 317.72 0 317.28 1.28 317.28 1.28 309.72 0 309.72 0 309.28 1.28 309.28 1.28 301.72 0 301.72 0 301.28 1.28 301.28 1.28 293.72 0 293.72 0 293.28 1.28 293.28 1.28 285.72 0 285.72 0 285.28 1.28 285.28 1.28 277.72 0 277.72 0 277.28 1.28 277.28 1.28 269.72 0 269.72 0 269.28 1.28 269.28 1.28 261.72 0 261.72 0 261.28 1.28 261.28 1.28 253.72 0 253.72 0 253.28 1.28 253.28 1.28 245.72 0 245.72 0 245.28 1.28 245.28 1.28 229.72 0 229.72 0 229.28 1.28 229.28 1.28 213.72 0 213.72 0 213.28 1.28 213.28 1.28 205.72 0 205.72 0 205.28 1.28 205.28 1.28 197.72 0 197.72 0 197.28 1.28 197.28 1.28 181.72 0 181.72 0 181.28 1.28 181.28 1.28 165.72 0 165.72 0 165.28 1.28 165.28 1.28 149.72 0 149.72 0 149.28 1.28 149.28 1.28 133.72 0 133.72 0 133.28 1.28 133.28 1.28 125.72 0 125.72 0 125.28 1.28 125.28 1.28 117.72 0 117.72 0 117.28 1.28 117.28 1.28 101.72 0 101.72 0 101.28 1.28 101.28 1.28 85.72 0 85.72 0 85.28 1.28 85.28 1.28 69.72 0 69.72 0 0 5 0 ;
+    LAYER Metal5 ;
+      POLYGON 5 69.72 3.72 69.72 3.72 85.28 5 85.28 5 85.72 3.72 85.72 3.72 101.28 5 101.28 5 101.72 3.72 101.72 3.72 117.28 5 117.28 5 117.72 3.72 117.72 3.72 125.28 5 125.28 5 125.72 3.72 125.72 3.72 133.28 5 133.28 5 133.72 3.72 133.72 3.72 149.28 5 149.28 5 149.72 3.72 149.72 3.72 165.28 5 165.28 5 165.72 3.72 165.72 3.72 181.28 5 181.28 5 181.72 3.72 181.72 3.72 197.28 5 197.28 5 197.72 3.72 197.72 3.72 205.28 5 205.28 5 205.72 3.72 205.72 3.72 213.28 5 213.28 5 213.72 3.72 213.72 3.72 229.28 5 229.28 5 229.72 3.72 229.72 3.72 245.28 5 245.28 5 245.72 3.72 245.72 3.72 253.28 5 253.28 5 253.72 3.72 253.72 3.72 261.28 5 261.28 5 261.72 3.72 261.72 3.72 269.28 5 269.28 5 269.72 3.72 269.72 3.72 277.28 5 277.28 5 277.72 3.72 277.72 3.72 285.28 5 285.28 5 285.72 3.72 285.72 3.72 293.28 5 293.28 5 293.72 3.72 293.72 3.72 301.28 5 301.28 5 301.72 3.72 301.72 3.72 309.28 5 309.28 5 309.72 3.72 309.72 3.72 317.28 5 317.28 5 317.72 3.72 317.72 3.72 325.28 5 325.28 5 325.72 3.72 325.72 3.72 333.28 5 333.28 5 333.72 3.72 333.72 3.72 341.28 5 341.28 5 341.72 3.72 341.72 3.72 348.67 5 348.67 5 350 0 350 0 348.67 1.28 348.67 1.28 341.72 0 341.72 0 341.28 1.28 341.28 1.28 333.72 0 333.72 0 333.28 1.28 333.28 1.28 325.72 0 325.72 0 325.28 1.28 325.28 1.28 317.72 0 317.72 0 317.28 1.28 317.28 1.28 309.72 0 309.72 0 309.28 1.28 309.28 1.28 301.72 0 301.72 0 301.28 1.28 301.28 1.28 293.72 0 293.72 0 293.28 1.28 293.28 1.28 285.72 0 285.72 0 285.28 1.28 285.28 1.28 277.72 0 277.72 0 277.28 1.28 277.28 1.28 269.72 0 269.72 0 269.28 1.28 269.28 1.28 261.72 0 261.72 0 261.28 1.28 261.28 1.28 253.72 0 253.72 0 253.28 1.28 253.28 1.28 245.72 0 245.72 0 245.28 1.28 245.28 1.28 229.72 0 229.72 0 229.28 1.28 229.28 1.28 213.72 0 213.72 0 213.28 1.28 213.28 1.28 205.72 0 205.72 0 205.28 1.28 205.28 1.28 197.72 0 197.72 0 197.28 1.28 197.28 1.28 181.72 0 181.72 0 181.28 1.28 181.28 1.28 165.72 0 165.72 0 165.28 1.28 165.28 1.28 149.72 0 149.72 0 149.28 1.28 149.28 1.28 133.72 0 133.72 0 133.28 1.28 133.28 1.28 125.72 0 125.72 0 125.28 1.28 125.28 1.28 117.72 0 117.72 0 117.28 1.28 117.28 1.28 101.72 0 101.72 0 101.28 1.28 101.28 1.28 85.72 0 85.72 0 85.28 1.28 85.28 1.28 69.72 0 69.72 0 0 5 0 ;
+    LAYER Via1 ;
+      RECT 0 0 5 350 ;
+    LAYER Via2 ;
+      RECT 0 0 5 350 ;
+    LAYER Via3 ;
+      RECT 0 0 5 350 ;
+    LAYER Via4 ;
+      RECT 0 0 5 350 ;
+  END
+
+END gf180mcu_fd_io__brk5
diff --git a/cells/brk5/gf180mcu_fd_io__brk5__ff_125C_2v75.lib b/cells/brk5/gf180mcu_fd_io__brk5__ff_125C_2v75.lib
new file mode 100644
index 0000000..b7a9f11
--- /dev/null
+++ b/cells/brk5/gf180mcu_fd_io__brk5__ff_125C_2v75.lib
@@ -0,0 +1,24 @@
+/*
+ * Copyright 2022 GlobalFoundries PDK Authors
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+	cell ("gf180mcu_fd_io__brk5") {
+		dont_touch : true;
+		dont_use   : true;
+		area       : 1750.000000 ;
+		pin ("VSS") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+	}
diff --git a/cells/brk5/gf180mcu_fd_io__brk5__ff_125C_2v75.lib.json b/cells/brk5/gf180mcu_fd_io__brk5__ff_125C_2v75.lib.json
new file mode 100644
index 0000000..e7d050c
--- /dev/null
+++ b/cells/brk5/gf180mcu_fd_io__brk5__ff_125C_2v75.lib.json
@@ -0,0 +1,11 @@
+{
+    "cell gf180mcu_fd_io__brk5": {
+        "dont_touch": "true",
+        "dont_use": "true",
+        "area": "1750.000000",
+        "pin VSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        }
+    }
+}
\ No newline at end of file
diff --git a/cells/brk5/gf180mcu_fd_io__brk5__ff_125C_3v63.lib b/cells/brk5/gf180mcu_fd_io__brk5__ff_125C_3v63.lib
new file mode 100644
index 0000000..b7a9f11
--- /dev/null
+++ b/cells/brk5/gf180mcu_fd_io__brk5__ff_125C_3v63.lib
@@ -0,0 +1,24 @@
+/*
+ * Copyright 2022 GlobalFoundries PDK Authors
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+	cell ("gf180mcu_fd_io__brk5") {
+		dont_touch : true;
+		dont_use   : true;
+		area       : 1750.000000 ;
+		pin ("VSS") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+	}
diff --git a/cells/brk5/gf180mcu_fd_io__brk5__ff_125C_3v63.lib.json b/cells/brk5/gf180mcu_fd_io__brk5__ff_125C_3v63.lib.json
new file mode 100644
index 0000000..e7d050c
--- /dev/null
+++ b/cells/brk5/gf180mcu_fd_io__brk5__ff_125C_3v63.lib.json
@@ -0,0 +1,11 @@
+{
+    "cell gf180mcu_fd_io__brk5": {
+        "dont_touch": "true",
+        "dont_use": "true",
+        "area": "1750.000000",
+        "pin VSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        }
+    }
+}
\ No newline at end of file
diff --git a/cells/brk5/gf180mcu_fd_io__brk5__ff_125C_5v50.lib b/cells/brk5/gf180mcu_fd_io__brk5__ff_125C_5v50.lib
new file mode 100644
index 0000000..b7a9f11
--- /dev/null
+++ b/cells/brk5/gf180mcu_fd_io__brk5__ff_125C_5v50.lib
@@ -0,0 +1,24 @@
+/*
+ * Copyright 2022 GlobalFoundries PDK Authors
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+	cell ("gf180mcu_fd_io__brk5") {
+		dont_touch : true;
+		dont_use   : true;
+		area       : 1750.000000 ;
+		pin ("VSS") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+	}
diff --git a/cells/brk5/gf180mcu_fd_io__brk5__ff_125C_5v50.lib.json b/cells/brk5/gf180mcu_fd_io__brk5__ff_125C_5v50.lib.json
new file mode 100644
index 0000000..e7d050c
--- /dev/null
+++ b/cells/brk5/gf180mcu_fd_io__brk5__ff_125C_5v50.lib.json
@@ -0,0 +1,11 @@
+{
+    "cell gf180mcu_fd_io__brk5": {
+        "dont_touch": "true",
+        "dont_use": "true",
+        "area": "1750.000000",
+        "pin VSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        }
+    }
+}
\ No newline at end of file
diff --git a/cells/brk5/gf180mcu_fd_io__brk5__ff_n40C_2v75.lib b/cells/brk5/gf180mcu_fd_io__brk5__ff_n40C_2v75.lib
new file mode 100644
index 0000000..b7a9f11
--- /dev/null
+++ b/cells/brk5/gf180mcu_fd_io__brk5__ff_n40C_2v75.lib
@@ -0,0 +1,24 @@
+/*
+ * Copyright 2022 GlobalFoundries PDK Authors
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+	cell ("gf180mcu_fd_io__brk5") {
+		dont_touch : true;
+		dont_use   : true;
+		area       : 1750.000000 ;
+		pin ("VSS") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+	}
diff --git a/cells/brk5/gf180mcu_fd_io__brk5__ff_n40C_2v75.lib.json b/cells/brk5/gf180mcu_fd_io__brk5__ff_n40C_2v75.lib.json
new file mode 100644
index 0000000..e7d050c
--- /dev/null
+++ b/cells/brk5/gf180mcu_fd_io__brk5__ff_n40C_2v75.lib.json
@@ -0,0 +1,11 @@
+{
+    "cell gf180mcu_fd_io__brk5": {
+        "dont_touch": "true",
+        "dont_use": "true",
+        "area": "1750.000000",
+        "pin VSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        }
+    }
+}
\ No newline at end of file
diff --git a/cells/brk5/gf180mcu_fd_io__brk5__ff_n40C_3v63.lib b/cells/brk5/gf180mcu_fd_io__brk5__ff_n40C_3v63.lib
new file mode 100644
index 0000000..b7a9f11
--- /dev/null
+++ b/cells/brk5/gf180mcu_fd_io__brk5__ff_n40C_3v63.lib
@@ -0,0 +1,24 @@
+/*
+ * Copyright 2022 GlobalFoundries PDK Authors
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+	cell ("gf180mcu_fd_io__brk5") {
+		dont_touch : true;
+		dont_use   : true;
+		area       : 1750.000000 ;
+		pin ("VSS") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+	}
diff --git a/cells/brk5/gf180mcu_fd_io__brk5__ff_n40C_3v63.lib.json b/cells/brk5/gf180mcu_fd_io__brk5__ff_n40C_3v63.lib.json
new file mode 100644
index 0000000..e7d050c
--- /dev/null
+++ b/cells/brk5/gf180mcu_fd_io__brk5__ff_n40C_3v63.lib.json
@@ -0,0 +1,11 @@
+{
+    "cell gf180mcu_fd_io__brk5": {
+        "dont_touch": "true",
+        "dont_use": "true",
+        "area": "1750.000000",
+        "pin VSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        }
+    }
+}
\ No newline at end of file
diff --git a/cells/brk5/gf180mcu_fd_io__brk5__ff_n40C_5v50.lib b/cells/brk5/gf180mcu_fd_io__brk5__ff_n40C_5v50.lib
new file mode 100644
index 0000000..b7a9f11
--- /dev/null
+++ b/cells/brk5/gf180mcu_fd_io__brk5__ff_n40C_5v50.lib
@@ -0,0 +1,24 @@
+/*
+ * Copyright 2022 GlobalFoundries PDK Authors
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+	cell ("gf180mcu_fd_io__brk5") {
+		dont_touch : true;
+		dont_use   : true;
+		area       : 1750.000000 ;
+		pin ("VSS") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+	}
diff --git a/cells/brk5/gf180mcu_fd_io__brk5__ff_n40C_5v50.lib.json b/cells/brk5/gf180mcu_fd_io__brk5__ff_n40C_5v50.lib.json
new file mode 100644
index 0000000..e7d050c
--- /dev/null
+++ b/cells/brk5/gf180mcu_fd_io__brk5__ff_n40C_5v50.lib.json
@@ -0,0 +1,11 @@
+{
+    "cell gf180mcu_fd_io__brk5": {
+        "dont_touch": "true",
+        "dont_use": "true",
+        "area": "1750.000000",
+        "pin VSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        }
+    }
+}
\ No newline at end of file
diff --git a/cells/brk5/gf180mcu_fd_io__brk5__ss_125C_2v25.lib b/cells/brk5/gf180mcu_fd_io__brk5__ss_125C_2v25.lib
new file mode 100644
index 0000000..b7a9f11
--- /dev/null
+++ b/cells/brk5/gf180mcu_fd_io__brk5__ss_125C_2v25.lib
@@ -0,0 +1,24 @@
+/*
+ * Copyright 2022 GlobalFoundries PDK Authors
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+	cell ("gf180mcu_fd_io__brk5") {
+		dont_touch : true;
+		dont_use   : true;
+		area       : 1750.000000 ;
+		pin ("VSS") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+	}
diff --git a/cells/brk5/gf180mcu_fd_io__brk5__ss_125C_2v25.lib.json b/cells/brk5/gf180mcu_fd_io__brk5__ss_125C_2v25.lib.json
new file mode 100644
index 0000000..e7d050c
--- /dev/null
+++ b/cells/brk5/gf180mcu_fd_io__brk5__ss_125C_2v25.lib.json
@@ -0,0 +1,11 @@
+{
+    "cell gf180mcu_fd_io__brk5": {
+        "dont_touch": "true",
+        "dont_use": "true",
+        "area": "1750.000000",
+        "pin VSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        }
+    }
+}
\ No newline at end of file
diff --git a/cells/brk5/gf180mcu_fd_io__brk5__ss_125C_2v97.lib b/cells/brk5/gf180mcu_fd_io__brk5__ss_125C_2v97.lib
new file mode 100644
index 0000000..b7a9f11
--- /dev/null
+++ b/cells/brk5/gf180mcu_fd_io__brk5__ss_125C_2v97.lib
@@ -0,0 +1,24 @@
+/*
+ * Copyright 2022 GlobalFoundries PDK Authors
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+	cell ("gf180mcu_fd_io__brk5") {
+		dont_touch : true;
+		dont_use   : true;
+		area       : 1750.000000 ;
+		pin ("VSS") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+	}
diff --git a/cells/brk5/gf180mcu_fd_io__brk5__ss_125C_2v97.lib.json b/cells/brk5/gf180mcu_fd_io__brk5__ss_125C_2v97.lib.json
new file mode 100644
index 0000000..e7d050c
--- /dev/null
+++ b/cells/brk5/gf180mcu_fd_io__brk5__ss_125C_2v97.lib.json
@@ -0,0 +1,11 @@
+{
+    "cell gf180mcu_fd_io__brk5": {
+        "dont_touch": "true",
+        "dont_use": "true",
+        "area": "1750.000000",
+        "pin VSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        }
+    }
+}
\ No newline at end of file
diff --git a/cells/brk5/gf180mcu_fd_io__brk5__ss_125C_4v50.lib b/cells/brk5/gf180mcu_fd_io__brk5__ss_125C_4v50.lib
new file mode 100644
index 0000000..b7a9f11
--- /dev/null
+++ b/cells/brk5/gf180mcu_fd_io__brk5__ss_125C_4v50.lib
@@ -0,0 +1,24 @@
+/*
+ * Copyright 2022 GlobalFoundries PDK Authors
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+	cell ("gf180mcu_fd_io__brk5") {
+		dont_touch : true;
+		dont_use   : true;
+		area       : 1750.000000 ;
+		pin ("VSS") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+	}
diff --git a/cells/brk5/gf180mcu_fd_io__brk5__ss_125C_4v50.lib.json b/cells/brk5/gf180mcu_fd_io__brk5__ss_125C_4v50.lib.json
new file mode 100644
index 0000000..e7d050c
--- /dev/null
+++ b/cells/brk5/gf180mcu_fd_io__brk5__ss_125C_4v50.lib.json
@@ -0,0 +1,11 @@
+{
+    "cell gf180mcu_fd_io__brk5": {
+        "dont_touch": "true",
+        "dont_use": "true",
+        "area": "1750.000000",
+        "pin VSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        }
+    }
+}
\ No newline at end of file
diff --git a/cells/brk5/gf180mcu_fd_io__brk5__tt_025C_2v50.lib b/cells/brk5/gf180mcu_fd_io__brk5__tt_025C_2v50.lib
new file mode 100644
index 0000000..b7a9f11
--- /dev/null
+++ b/cells/brk5/gf180mcu_fd_io__brk5__tt_025C_2v50.lib
@@ -0,0 +1,24 @@
+/*
+ * Copyright 2022 GlobalFoundries PDK Authors
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+	cell ("gf180mcu_fd_io__brk5") {
+		dont_touch : true;
+		dont_use   : true;
+		area       : 1750.000000 ;
+		pin ("VSS") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+	}
diff --git a/cells/brk5/gf180mcu_fd_io__brk5__tt_025C_2v50.lib.json b/cells/brk5/gf180mcu_fd_io__brk5__tt_025C_2v50.lib.json
new file mode 100644
index 0000000..e7d050c
--- /dev/null
+++ b/cells/brk5/gf180mcu_fd_io__brk5__tt_025C_2v50.lib.json
@@ -0,0 +1,11 @@
+{
+    "cell gf180mcu_fd_io__brk5": {
+        "dont_touch": "true",
+        "dont_use": "true",
+        "area": "1750.000000",
+        "pin VSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        }
+    }
+}
\ No newline at end of file
diff --git a/cells/brk5/gf180mcu_fd_io__brk5__tt_025C_3v30.lib b/cells/brk5/gf180mcu_fd_io__brk5__tt_025C_3v30.lib
new file mode 100644
index 0000000..b7a9f11
--- /dev/null
+++ b/cells/brk5/gf180mcu_fd_io__brk5__tt_025C_3v30.lib
@@ -0,0 +1,24 @@
+/*
+ * Copyright 2022 GlobalFoundries PDK Authors
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+	cell ("gf180mcu_fd_io__brk5") {
+		dont_touch : true;
+		dont_use   : true;
+		area       : 1750.000000 ;
+		pin ("VSS") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+	}
diff --git a/cells/brk5/gf180mcu_fd_io__brk5__tt_025C_3v30.lib.json b/cells/brk5/gf180mcu_fd_io__brk5__tt_025C_3v30.lib.json
new file mode 100644
index 0000000..e7d050c
--- /dev/null
+++ b/cells/brk5/gf180mcu_fd_io__brk5__tt_025C_3v30.lib.json
@@ -0,0 +1,11 @@
+{
+    "cell gf180mcu_fd_io__brk5": {
+        "dont_touch": "true",
+        "dont_use": "true",
+        "area": "1750.000000",
+        "pin VSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        }
+    }
+}
\ No newline at end of file
diff --git a/cells/brk5/gf180mcu_fd_io__brk5__tt_025C_5v00.lib b/cells/brk5/gf180mcu_fd_io__brk5__tt_025C_5v00.lib
new file mode 100644
index 0000000..b7a9f11
--- /dev/null
+++ b/cells/brk5/gf180mcu_fd_io__brk5__tt_025C_5v00.lib
@@ -0,0 +1,24 @@
+/*
+ * Copyright 2022 GlobalFoundries PDK Authors
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+	cell ("gf180mcu_fd_io__brk5") {
+		dont_touch : true;
+		dont_use   : true;
+		area       : 1750.000000 ;
+		pin ("VSS") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+	}
diff --git a/cells/brk5/gf180mcu_fd_io__brk5__tt_025C_5v00.lib.json b/cells/brk5/gf180mcu_fd_io__brk5__tt_025C_5v00.lib.json
new file mode 100644
index 0000000..e7d050c
--- /dev/null
+++ b/cells/brk5/gf180mcu_fd_io__brk5__tt_025C_5v00.lib.json
@@ -0,0 +1,11 @@
+{
+    "cell gf180mcu_fd_io__brk5": {
+        "dont_touch": "true",
+        "dont_use": "true",
+        "area": "1750.000000",
+        "pin VSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        }
+    }
+}
\ No newline at end of file
diff --git a/cells/cor/gf180mcu_fd_io__cor.cdl b/cells/cor/gf180mcu_fd_io__cor.cdl
new file mode 100644
index 0000000..2dd709e
--- /dev/null
+++ b/cells/cor/gf180mcu_fd_io__cor.cdl
@@ -0,0 +1,85 @@
+* Copyright 2022 GlobalFoundries PDK Authors
+*
+* Licensed under the Apache License, Version 2.0 (the "License");
+* you may not use this file except in compliance with the License.
+* You may obtain a copy of the License at
+*
+*     http://www.apache.org/licenses/LICENSE-2.0
+*
+* Unless required by applicable law or agreed to in writing, software
+* distributed under the License is distributed on an "AS IS" BASIS,
+* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+* See the License for the specific language governing permissions and
+* limitations under the License.
+
+.SUBCKT gf180mcu_fd_io__cor DVDD DVSS VDD VSS
+C0 DVDD DVSS $[nmoscap_6p0] m=70.0 l=10e-6 w=25e-6
+M1 n7 n8 VDD VDD pmos_6p0 m=1.0 w=15e-6 l=700e-9 nf=1.0 as=6.6e-12 ad=6.6e-12
++ ps=30.88e-6 pd=30.88e-6 nrd=29.333e-3 nrs=29.333e-3 sa=440e-9 sb=440e-9
++ sd=0.0 dtemp=0.0 par=1
+M2 n8 n9 VDD VDD pmos_6p0 m=1.0 w=20e-6 l=700e-9 nf=1.0 as=8.8e-12 ad=8.8e-12
++ ps=40.88e-6 pd=40.88e-6 nrd=22e-3 nrs=22e-3 sa=440e-9 sb=440e-9 sd=0.0
++ dtemp=0.0 par=1
+M3 n5 n7 VDD VDD pmos_6p0 m=1.0 w=120e-6 l=700e-9 nf=2.0 as=52.8e-12 ad=31.2e-12
++ ps=241.76e-6 pd=121.04e-6 nrd=2.167e-3 nrs=3.667e-3 sa=440e-9 sb=440e-9
++ sd=520e-9 dtemp=0.0 par=1
+C4 n9 VSS $[nmoscap_6p0] m=8.0 l=10e-6 w=25e-6
+R5 n12 n16 $SUB=VDD $[ppolyf_u] $W=800e-9 $L=63.855e-6 m=1.0 r=29.999e3 par=1
+R6 n11 n12 $SUB=VDD $[ppolyf_u] $W=800e-9 $L=63.855e-6 m=1.0 r=29.999e3 par=1
+R7 n20 n11 $SUB=VDD $[ppolyf_u] $W=800e-9 $L=63.855e-6 m=1.0 r=29.999e3 par=1
+R8 n22 n20 $SUB=VDD $[ppolyf_u] $W=800e-9 $L=63.855e-6 m=1.0 r=29.999e3 par=1
+R9 n18 n22 $SUB=VDD $[ppolyf_u] $W=800e-9 $L=63.855e-6 m=1.0 r=29.999e3 par=1
+R10 n21 n9 $SUB=VDD $[ppolyf_u] $W=800e-9 $L=63.855e-6 m=1.0 r=29.999e3 par=1
+R11 n23 n21 $SUB=VDD $[ppolyf_u] $W=800e-9 $L=63.855e-6 m=1.0 r=29.999e3 par=1
+R12 n19 n23 $SUB=VDD $[ppolyf_u] $W=800e-9 $L=63.855e-6 m=1.0 r=29.999e3 par=1
+R13 n14 n19 $SUB=VDD $[ppolyf_u] $W=800e-9 $L=63.855e-6 m=1.0 r=29.999e3 par=1
+R14 n13 n14 $SUB=VDD $[ppolyf_u] $W=800e-9 $L=63.855e-6 m=1.0 r=29.999e3 par=1
+R15 n16 n13 $SUB=VDD $[ppolyf_u] $W=800e-9 $L=63.855e-6 m=1.0 r=29.999e3 par=1
+R16 VDD n18 $SUB=VDD $[ppolyf_u] $W=800e-9 $L=63.855e-6 m=1.0 r=29.999e3 par=1
+M17 n8 n9 VSS VSS nmos_6p0 m=1.0 w=5e-6 l=700e-9 nf=1.0 as=2.2e-12 ad=2.2e-12
++ ps=10.88e-6 pd=10.88e-6 nrd=88e-3 nrs=88e-3 sa=440e-9 sb=440e-9 sd=0.0
++ dtemp=0.0 par=1
+M18 VDD n5 VSS VSS nmos_6p0 m=1.0 w=4e-3 l=700e-9 nf=80.0 as=1.058e-9 ad=1.04e-9
++ ps=4.14232e-3 pd=4.0416e-3 nrd=65e-6 nrs=66e-6 sa=440e-9 sb=440e-9 sd=520e-9
++ dtemp=0.0 par=1
+M19 n5 n7 VSS VSS nmos_6p0 m=1.0 w=30e-6 l=700e-9 nf=1.0 as=13.2e-12 ad=13.2e-12
++ ps=60.88e-6 pd=60.88e-6 nrd=14.667e-3 nrs=14.667e-3 sa=440e-9 sb=440e-9
++ sd=0.0 dtemp=0.0 par=1
+M20 n7 n8 VSS VSS nmos_6p0 m=1.0 w=30e-6 l=700e-9 nf=1.0 as=13.2e-12 ad=13.2e-12
++ ps=60.88e-6 pd=60.88e-6 nrd=14.667e-3 nrs=14.667e-3 sa=440e-9 sb=440e-9
++ sd=0.0 dtemp=0.0 par=1
+M21 n27 n28 DVDD DVDD pmos_6p0 m=1.0 w=15e-6 l=700e-9 nf=1.0 as=6.6e-12 ad=6.6e-12
++ ps=30.88e-6 pd=30.88e-6 nrd=29.333e-3 nrs=29.333e-3 sa=440e-9 sb=440e-9
++ sd=0.0 dtemp=0.0 par=1
+M22 n28 n29 DVDD DVDD pmos_6p0 m=1.0 w=20e-6 l=700e-9 nf=1.0 as=8.8e-12 ad=8.8e-12
++ ps=40.88e-6 pd=40.88e-6 nrd=22e-3 nrs=22e-3 sa=440e-9 sb=440e-9 sd=0.0
++ dtemp=0.0 par=1
+M23 n25 n27 DVDD DVDD pmos_6p0 m=1.0 w=120e-6 l=700e-9 nf=2.0 as=52.8e-12
++ ad=31.2e-12 ps=241.76e-6 pd=121.04e-6 nrd=2.167e-3 nrs=3.667e-3 sa=440e-9
++ sb=440e-9 sd=520e-9 dtemp=0.0 par=1
+C24 n29 DVSS $[nmoscap_6p0] m=8.0 l=10e-6 w=25e-6
+R25 n32 n36 $SUB=DVDD $[ppolyf_u] $W=800e-9 $L=63.855e-6 m=1.0 r=29.999e3 par=1
+R26 n31 n32 $SUB=DVDD $[ppolyf_u] $W=800e-9 $L=63.855e-6 m=1.0 r=29.999e3 par=1
+R27 n40 n31 $SUB=DVDD $[ppolyf_u] $W=800e-9 $L=63.855e-6 m=1.0 r=29.999e3 par=1
+R28 n42 n40 $SUB=DVDD $[ppolyf_u] $W=800e-9 $L=63.855e-6 m=1.0 r=29.999e3 par=1
+R29 n38 n42 $SUB=DVDD $[ppolyf_u] $W=800e-9 $L=63.855e-6 m=1.0 r=29.999e3 par=1
+R30 n41 n29 $SUB=DVDD $[ppolyf_u] $W=800e-9 $L=63.855e-6 m=1.0 r=29.999e3 par=1
+R31 n43 n41 $SUB=DVDD $[ppolyf_u] $W=800e-9 $L=63.855e-6 m=1.0 r=29.999e3 par=1
+R32 n39 n43 $SUB=DVDD $[ppolyf_u] $W=800e-9 $L=63.855e-6 m=1.0 r=29.999e3 par=1
+R33 n34 n39 $SUB=DVDD $[ppolyf_u] $W=800e-9 $L=63.855e-6 m=1.0 r=29.999e3 par=1
+R34 n33 n34 $SUB=DVDD $[ppolyf_u] $W=800e-9 $L=63.855e-6 m=1.0 r=29.999e3 par=1
+R35 n36 n33 $SUB=DVDD $[ppolyf_u] $W=800e-9 $L=63.855e-6 m=1.0 r=29.999e3 par=1
+R36 DVDD n38 $SUB=DVDD $[ppolyf_u] $W=800e-9 $L=63.855e-6 m=1.0 r=29.999e3 par=1
+M37 n28 n29 DVSS DVSS nmos_6p0 m=1.0 w=5e-6 l=700e-9 nf=1.0 as=2.2e-12 ad=2.2e-12
++ ps=10.88e-6 pd=10.88e-6 nrd=88e-3 nrs=88e-3 sa=440e-9 sb=440e-9 sd=0.0
++ dtemp=0.0 par=1
+M38 DVDD n25 DVSS DVSS nmos_6p0 m=1.0 w=4e-3 l=700e-9 nf=80.0 as=1.058e-9 ad=1.04e-9
++ ps=4.14232e-3 pd=4.0416e-3 nrd=65e-6 nrs=66e-6 sa=440e-9 sb=440e-9 sd=520e-9
++ dtemp=0.0 par=1
+M39 n25 n27 DVSS DVSS nmos_6p0 m=1.0 w=30e-6 l=700e-9 nf=1.0 as=13.2e-12
++ ad=13.2e-12 ps=60.88e-6 pd=60.88e-6 nrd=14.667e-3 nrs=14.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M40 n27 n28 DVSS DVSS nmos_6p0 m=1.0 w=30e-6 l=700e-9 nf=1.0 as=13.2e-12
++ ad=13.2e-12 ps=60.88e-6 pd=60.88e-6 nrd=14.667e-3 nrs=14.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+.ENDS
diff --git a/cells/cor/gf180mcu_fd_io__cor.v b/cells/cor/gf180mcu_fd_io__cor.v
new file mode 100644
index 0000000..2e04e05
--- /dev/null
+++ b/cells/cor/gf180mcu_fd_io__cor.v
@@ -0,0 +1,32 @@
+/*
+ * Copyright 2022 GlobalFoundries PDK Authors
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http:www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+`suppress_faults
+`enable_portfaults
+`ifdef functional
+  `timescale 1ns / 1ps
+  `delay_mode_distributed
+  `delay_mode_unit
+`else
+  `timescale 1ns / 1ps
+  `delay_mode_path
+`endif
+module gf180mcu_fd_io__cor (DVDD, DVSS, VDD, VSS);
+	inout	DVDD;
+	inout	DVSS;
+	inout	VDD;
+	inout	VSS;
+endmodule
diff --git a/cells/cor/gf180mcu_fd_io__cor_3lm.gds b/cells/cor/gf180mcu_fd_io__cor_3lm.gds
new file mode 100644
index 0000000..918a730
--- /dev/null
+++ b/cells/cor/gf180mcu_fd_io__cor_3lm.gds
Binary files differ
diff --git a/cells/cor/gf180mcu_fd_io__cor_3lm.lef b/cells/cor/gf180mcu_fd_io__cor_3lm.lef
new file mode 100644
index 0000000..be1df53
--- /dev/null
+++ b/cells/cor/gf180mcu_fd_io__cor_3lm.lef
@@ -0,0 +1,259 @@
+# Copyright 2022 GlobalFoundries PDK Authors
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+MACRO gf180mcu_fd_io__cor
+  CLASS ENDCAP BOTTOMLEFT ;
+  ORIGIN 0 0 ;
+  FOREIGN gf180mcu_fd_io__cor 0 0 ;
+  SIZE 355 BY 355 ;
+  SYMMETRY X Y R90 ;
+  SITE GF_COR_Site ;
+  PIN DVDD
+    DIRECTION INOUT ;
+    USE POWER ;
+    PORT
+      LAYER Metal3 ;
+        RECT 334 354 341 355 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 354 334 355 341 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 294 354 301 355 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 354 294 355 301 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 278 354 285 355 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 354 278 355 285 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 270 354 277 355 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 354 270 355 277 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 262 354 269 355 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 354 262 355 269 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 214 354 229 355 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 354 214 355 229 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 206 354 213 355 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 354 206 355 213 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 182 354 197 355 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 354 182 355 197 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 166 354 181 355 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 354 166 355 181 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 150 354 165 355 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 354 150 355 165 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 134 354 149 355 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 354 134 355 149 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 118 354 125 355 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 354 118 355 125 ;
+    END
+  END DVDD
+  PIN DVSS
+    DIRECTION INOUT ;
+    USE GROUND ;
+    PORT
+      LAYER Metal3 ;
+        RECT 342 354 348.39 355 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 354 342 355 348.39 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 326 354 333 355 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 354 326 355 333 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 302 354 309 355 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 354 302 355 309 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 286 354 293 355 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 354 286 355 293 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 230 354 245 355 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 354 230 355 245 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 198 354 205 355 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 354 198 355 205 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 126 354 133 355 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 354 126 355 133 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 102 354 117 355 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 354 102 355 117 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 86 354 101 355 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 354 86 355 101 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 70 354 85 355 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 354 70 355 85 ;
+    END
+  END DVSS
+  PIN VDD
+    DIRECTION INOUT ;
+    USE POWER ;
+    PORT
+      LAYER Metal3 ;
+        RECT 310 354 317 355 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 354 310 355 317 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 254 354 261 355 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 354 254 355 261 ;
+    END
+  END VDD
+  PIN VSS
+    DIRECTION INOUT ;
+    USE GROUND ;
+    PORT
+      LAYER Metal3 ;
+        RECT 318 354 325 355 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 354 318 355 325 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 246 354 253 355 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 354 246 355 253 ;
+    END
+  END VSS
+  OBS
+    LAYER Metal1 ;
+      RECT 0 0 355 355 ;
+    LAYER Metal2 ;
+      RECT 0 0 355 355 ;
+    LAYER Metal3 ;
+      POLYGON 355 69.72 353.72 69.72 353.72 85.28 355 85.28 355 85.72 353.72 85.72 353.72 101.28 355 101.28 355 101.72 353.72 101.72 353.72 117.28 355 117.28 355 117.72 353.72 117.72 353.72 125.28 355 125.28 355 125.72 353.72 125.72 353.72 133.28 355 133.28 355 133.72 353.72 133.72 353.72 149.28 355 149.28 355 149.72 353.72 149.72 353.72 165.28 355 165.28 355 165.72 353.72 165.72 353.72 181.28 355 181.28 355 181.72 353.72 181.72 353.72 197.28 355 197.28 355 197.72 353.72 197.72 353.72 205.28 355 205.28 355 205.72 353.72 205.72 353.72 213.28 355 213.28 355 213.72 353.72 213.72 353.72 229.28 355 229.28 355 229.72 353.72 229.72 353.72 245.28 355 245.28 355 245.72 353.72 245.72 353.72 253.28 355 253.28 355 253.72 353.72 253.72 353.72 261.28 355 261.28 355 261.72 353.72 261.72 353.72 269.28 355 269.28 355 269.72 353.72 269.72 353.72 277.28 355 277.28 355 277.72 353.72 277.72 353.72 285.28 355 285.28 355 285.72 353.72 285.72 353.72 293.28 355 293.28 355 293.72 353.72 293.72 353.72 301.28 355 301.28 355 301.72 353.72 301.72 353.72 309.28 355 309.28 355 309.72 353.72 309.72 353.72 317.28 355 317.28 355 317.72 353.72 317.72 353.72 325.28 355 325.28 355 325.72 353.72 325.72 353.72 333.28 355 333.28 355 333.72 353.72 333.72 353.72 341.28 355 341.28 355 341.72 353.72 341.72 353.72 348.67 355 348.67 355 355 348.67 355 348.67 353.72 341.72 353.72 341.72 355 341.28 355 341.28 353.72 333.72 353.72 333.72 355 333.28 355 333.28 353.72 325.72 353.72 325.72 355 325.28 355 325.28 353.72 317.72 353.72 317.72 355 317.28 355 317.28 353.72 309.72 353.72 309.72 355 309.28 355 309.28 353.72 301.72 353.72 301.72 355 301.28 355 301.28 353.72 293.72 353.72 293.72 355 293.28 355 293.28 353.72 285.72 353.72 285.72 355 285.28 355 285.28 353.72 277.72 353.72 277.72 355 277.28 355 277.28 353.72 269.72 353.72 269.72 355 269.28 355 269.28 353.72 261.72 353.72 261.72 355 261.28 355 261.28 353.72 253.72 353.72 253.72 355 253.28 355 253.28 353.72 245.72 353.72 245.72 355 245.28 355 245.28 353.72 229.72 353.72 229.72 355 229.28 355 229.28 353.72 213.72 353.72 213.72 355 213.28 355 213.28 353.72 205.72 353.72 205.72 355 205.28 355 205.28 353.72 197.72 353.72 197.72 355 197.28 355 197.28 353.72 181.72 353.72 181.72 355 181.28 355 181.28 353.72 165.72 353.72 165.72 355 165.28 355 165.28 353.72 149.72 353.72 149.72 355 149.28 355 149.28 353.72 133.72 353.72 133.72 355 133.28 355 133.28 353.72 125.72 353.72 125.72 355 125.28 355 125.28 353.72 117.72 353.72 117.72 355 117.28 355 117.28 353.72 101.72 353.72 101.72 355 101.28 355 101.28 353.72 85.72 353.72 85.72 355 85.28 355 85.28 353.72 69.72 353.72 69.72 355 0 355 0 0 355 0 ;
+    LAYER Via1 ;
+      RECT 0 0 355 355 ;
+    LAYER Via2 ;
+      RECT 0 0 355 355 ;
+  END
+
+END gf180mcu_fd_io__cor
diff --git a/cells/cor/gf180mcu_fd_io__cor_4lm.gds b/cells/cor/gf180mcu_fd_io__cor_4lm.gds
new file mode 100644
index 0000000..496cefd
--- /dev/null
+++ b/cells/cor/gf180mcu_fd_io__cor_4lm.gds
Binary files differ
diff --git a/cells/cor/gf180mcu_fd_io__cor_4lm.lef b/cells/cor/gf180mcu_fd_io__cor_4lm.lef
new file mode 100644
index 0000000..e752fd8
--- /dev/null
+++ b/cells/cor/gf180mcu_fd_io__cor_4lm.lef
@@ -0,0 +1,471 @@
+# Copyright 2022 GlobalFoundries PDK Authors
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+MACRO gf180mcu_fd_io__cor
+  CLASS ENDCAP BOTTOMLEFT ;
+  ORIGIN 0 0 ;
+  FOREIGN gf180mcu_fd_io__cor 0 0 ;
+  SIZE 355 BY 355 ;
+  SYMMETRY X Y R90 ;
+  SITE GF_COR_Site ;
+  PIN DVDD
+    DIRECTION INOUT ;
+    USE POWER ;
+    PORT
+      LAYER Metal3 ;
+        RECT 334 354 341 355 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 354 334 355 341 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 294 354 301 355 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 354 294 355 301 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 278 354 285 355 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 354 278 355 285 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 270 354 277 355 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 354 270 355 277 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 262 354 269 355 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 354 262 355 269 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 214 354 229 355 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 354 214 355 229 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 206 354 213 355 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 354 206 355 213 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 182 354 197 355 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 354 182 355 197 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 166 354 181 355 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 354 166 355 181 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 150 354 165 355 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 354 150 355 165 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 134 354 149 355 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 354 134 355 149 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 118 354 125 355 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 334 354 341 355 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 354 334 355 341 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 294 354 301 355 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 354 294 355 301 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 278 354 285 355 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 354 278 355 285 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 270 354 277 355 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 354 270 355 277 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 262 354 269 355 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 354 262 355 269 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 214 354 229 355 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 354 214 355 229 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 206 354 213 355 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 354 206 355 213 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 182 354 197 355 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 354 182 355 197 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 166 354 181 355 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 354 166 355 181 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 150 354 165 355 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 354 150 355 165 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 134 354 149 355 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 354 134 355 149 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 118 354 125 355 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 354 118 355 125 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 354 118 355 125 ;
+    END
+  END DVDD
+  PIN DVSS
+    DIRECTION INOUT ;
+    USE GROUND ;
+    PORT
+      LAYER Metal3 ;
+        RECT 342 354 348.39 355 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 354 342 355 348.39 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 326 354 333 355 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 354 326 355 333 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 302 354 309 355 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 354 302 355 309 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 286 354 293 355 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 354 286 355 293 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 230 354 245 355 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 354 230 355 245 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 198 354 205 355 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 354 198 355 205 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 126 354 133 355 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 354 126 355 133 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 102 354 117 355 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 354 102 355 117 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 86 354 101 355 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 354 86 355 101 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 70 354 85 355 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 342 354 348.39 355 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 354 342 355 348.39 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 326 354 333 355 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 354 326 355 333 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 302 354 309 355 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 354 302 355 309 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 286 354 293 355 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 354 286 355 293 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 230 354 245 355 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 354 230 355 245 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 198 354 205 355 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 354 198 355 205 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 126 354 133 355 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 354 126 355 133 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 102 354 117 355 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 354 102 355 117 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 86 354 101 355 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 354 86 355 101 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 70 354 85 355 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 354 70 355 85 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 354 70 355 85 ;
+    END
+  END DVSS
+  PIN VDD
+    DIRECTION INOUT ;
+    USE POWER ;
+    PORT
+      LAYER Metal3 ;
+        RECT 310 354 317 355 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 354 310 355 317 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 254 354 261 355 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 310 354 317 355 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 354 310 355 317 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 254 354 261 355 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 354 254 355 261 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 354 254 355 261 ;
+    END
+  END VDD
+  PIN VSS
+    DIRECTION INOUT ;
+    USE GROUND ;
+    PORT
+      LAYER Metal3 ;
+        RECT 318 354 325 355 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 354 318 355 325 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 246 354 253 355 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 318 354 325 355 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 354 318 355 325 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 246 354 253 355 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 354 246 355 253 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 354 246 355 253 ;
+    END
+  END VSS
+  OBS
+    LAYER Metal1 ;
+      RECT 0 0 355 355 ;
+    LAYER Metal2 ;
+      RECT 0 0 355 355 ;
+    LAYER Metal3 ;
+      POLYGON 355 69.72 353.72 69.72 353.72 85.28 355 85.28 355 85.72 353.72 85.72 353.72 101.28 355 101.28 355 101.72 353.72 101.72 353.72 117.28 355 117.28 355 117.72 353.72 117.72 353.72 125.28 355 125.28 355 125.72 353.72 125.72 353.72 133.28 355 133.28 355 133.72 353.72 133.72 353.72 149.28 355 149.28 355 149.72 353.72 149.72 353.72 165.28 355 165.28 355 165.72 353.72 165.72 353.72 181.28 355 181.28 355 181.72 353.72 181.72 353.72 197.28 355 197.28 355 197.72 353.72 197.72 353.72 205.28 355 205.28 355 205.72 353.72 205.72 353.72 213.28 355 213.28 355 213.72 353.72 213.72 353.72 229.28 355 229.28 355 229.72 353.72 229.72 353.72 245.28 355 245.28 355 245.72 353.72 245.72 353.72 253.28 355 253.28 355 253.72 353.72 253.72 353.72 261.28 355 261.28 355 261.72 353.72 261.72 353.72 269.28 355 269.28 355 269.72 353.72 269.72 353.72 277.28 355 277.28 355 277.72 353.72 277.72 353.72 285.28 355 285.28 355 285.72 353.72 285.72 353.72 293.28 355 293.28 355 293.72 353.72 293.72 353.72 301.28 355 301.28 355 301.72 353.72 301.72 353.72 309.28 355 309.28 355 309.72 353.72 309.72 353.72 317.28 355 317.28 355 317.72 353.72 317.72 353.72 325.28 355 325.28 355 325.72 353.72 325.72 353.72 333.28 355 333.28 355 333.72 353.72 333.72 353.72 341.28 355 341.28 355 341.72 353.72 341.72 353.72 348.67 355 348.67 355 355 348.67 355 348.67 353.72 341.72 353.72 341.72 355 341.28 355 341.28 353.72 333.72 353.72 333.72 355 333.28 355 333.28 353.72 325.72 353.72 325.72 355 325.28 355 325.28 353.72 317.72 353.72 317.72 355 317.28 355 317.28 353.72 309.72 353.72 309.72 355 309.28 355 309.28 353.72 301.72 353.72 301.72 355 301.28 355 301.28 353.72 293.72 353.72 293.72 355 293.28 355 293.28 353.72 285.72 353.72 285.72 355 285.28 355 285.28 353.72 277.72 353.72 277.72 355 277.28 355 277.28 353.72 269.72 353.72 269.72 355 269.28 355 269.28 353.72 261.72 353.72 261.72 355 261.28 355 261.28 353.72 253.72 353.72 253.72 355 253.28 355 253.28 353.72 245.72 353.72 245.72 355 245.28 355 245.28 353.72 229.72 353.72 229.72 355 229.28 355 229.28 353.72 213.72 353.72 213.72 355 213.28 355 213.28 353.72 205.72 353.72 205.72 355 205.28 355 205.28 353.72 197.72 353.72 197.72 355 197.28 355 197.28 353.72 181.72 353.72 181.72 355 181.28 355 181.28 353.72 165.72 353.72 165.72 355 165.28 355 165.28 353.72 149.72 353.72 149.72 355 149.28 355 149.28 353.72 133.72 353.72 133.72 355 133.28 355 133.28 353.72 125.72 353.72 125.72 355 125.28 355 125.28 353.72 117.72 353.72 117.72 355 117.28 355 117.28 353.72 101.72 353.72 101.72 355 101.28 355 101.28 353.72 85.72 353.72 85.72 355 85.28 355 85.28 353.72 69.72 353.72 69.72 355 0 355 0 0 355 0 ;
+    LAYER Metal4 ;
+      POLYGON 355 69.72 353.72 69.72 353.72 85.28 355 85.28 355 85.72 353.72 85.72 353.72 101.28 355 101.28 355 101.72 353.72 101.72 353.72 117.28 355 117.28 355 117.72 353.72 117.72 353.72 125.28 355 125.28 355 125.72 353.72 125.72 353.72 133.28 355 133.28 355 133.72 353.72 133.72 353.72 149.28 355 149.28 355 149.72 353.72 149.72 353.72 165.28 355 165.28 355 165.72 353.72 165.72 353.72 181.28 355 181.28 355 181.72 353.72 181.72 353.72 197.28 355 197.28 355 197.72 353.72 197.72 353.72 205.28 355 205.28 355 205.72 353.72 205.72 353.72 213.28 355 213.28 355 213.72 353.72 213.72 353.72 229.28 355 229.28 355 229.72 353.72 229.72 353.72 245.28 355 245.28 355 245.72 353.72 245.72 353.72 253.28 355 253.28 355 253.72 353.72 253.72 353.72 261.28 355 261.28 355 261.72 353.72 261.72 353.72 269.28 355 269.28 355 269.72 353.72 269.72 353.72 277.28 355 277.28 355 277.72 353.72 277.72 353.72 285.28 355 285.28 355 285.72 353.72 285.72 353.72 293.28 355 293.28 355 293.72 353.72 293.72 353.72 301.28 355 301.28 355 301.72 353.72 301.72 353.72 309.28 355 309.28 355 309.72 353.72 309.72 353.72 317.28 355 317.28 355 317.72 353.72 317.72 353.72 325.28 355 325.28 355 325.72 353.72 325.72 353.72 333.28 355 333.28 355 333.72 353.72 333.72 353.72 341.28 355 341.28 355 341.72 353.72 341.72 353.72 348.67 355 348.67 355 355 348.67 355 348.67 353.72 341.72 353.72 341.72 355 341.28 355 341.28 353.72 333.72 353.72 333.72 355 333.28 355 333.28 353.72 325.72 353.72 325.72 355 325.28 355 325.28 353.72 317.72 353.72 317.72 355 317.28 355 317.28 353.72 309.72 353.72 309.72 355 309.28 355 309.28 353.72 301.72 353.72 301.72 355 301.28 355 301.28 353.72 293.72 353.72 293.72 355 293.28 355 293.28 353.72 285.72 353.72 285.72 355 285.28 355 285.28 353.72 277.72 353.72 277.72 355 277.28 355 277.28 353.72 269.72 353.72 269.72 355 269.28 355 269.28 353.72 261.72 353.72 261.72 355 261.28 355 261.28 353.72 253.72 353.72 253.72 355 253.28 355 253.28 353.72 245.72 353.72 245.72 355 245.28 355 245.28 353.72 229.72 353.72 229.72 355 229.28 355 229.28 353.72 213.72 353.72 213.72 355 213.28 355 213.28 353.72 205.72 353.72 205.72 355 205.28 355 205.28 353.72 197.72 353.72 197.72 355 197.28 355 197.28 353.72 181.72 353.72 181.72 355 181.28 355 181.28 353.72 165.72 353.72 165.72 355 165.28 355 165.28 353.72 149.72 353.72 149.72 355 149.28 355 149.28 353.72 133.72 353.72 133.72 355 133.28 355 133.28 353.72 125.72 353.72 125.72 355 125.28 355 125.28 353.72 117.72 353.72 117.72 355 117.28 355 117.28 353.72 101.72 353.72 101.72 355 101.28 355 101.28 353.72 85.72 353.72 85.72 355 85.28 355 85.28 353.72 69.72 353.72 69.72 355 0 355 0 0 355 0 ;
+    LAYER Via1 ;
+      RECT 0 0 355 355 ;
+    LAYER Via2 ;
+      RECT 0 0 355 355 ;
+    LAYER Via3 ;
+      RECT 0 0 355 355 ;
+  END
+
+END gf180mcu_fd_io__cor
diff --git a/cells/cor/gf180mcu_fd_io__cor_5lm.gds b/cells/cor/gf180mcu_fd_io__cor_5lm.gds
new file mode 100644
index 0000000..4b13384
--- /dev/null
+++ b/cells/cor/gf180mcu_fd_io__cor_5lm.gds
Binary files differ
diff --git a/cells/cor/gf180mcu_fd_io__cor_5lm.lef b/cells/cor/gf180mcu_fd_io__cor_5lm.lef
new file mode 100644
index 0000000..a04b98a
--- /dev/null
+++ b/cells/cor/gf180mcu_fd_io__cor_5lm.lef
@@ -0,0 +1,683 @@
+# Copyright 2022 GlobalFoundries PDK Authors
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+MACRO gf180mcu_fd_io__cor
+  CLASS ENDCAP BOTTOMLEFT ;
+  ORIGIN 0 0 ;
+  FOREIGN gf180mcu_fd_io__cor 0 0 ;
+  SIZE 355 BY 355 ;
+  SYMMETRY X Y R90 ;
+  SITE GF_COR_Site ;
+  PIN DVDD
+    DIRECTION INOUT ;
+    USE POWER ;
+    PORT
+      LAYER Metal3 ;
+        RECT 334 354 341 355 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 354 334 355 341 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 294 354 301 355 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 354 294 355 301 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 278 354 285 355 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 354 278 355 285 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 270 354 277 355 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 354 270 355 277 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 262 354 269 355 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 354 262 355 269 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 214 354 229 355 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 354 214 355 229 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 206 354 213 355 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 354 206 355 213 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 182 354 197 355 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 354 182 355 197 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 166 354 181 355 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 354 166 355 181 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 150 354 165 355 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 354 150 355 165 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 134 354 149 355 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 354 134 355 149 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 118 354 125 355 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 334 354 341 355 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 354 334 355 341 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 294 354 301 355 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 354 294 355 301 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 278 354 285 355 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 354 278 355 285 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 270 354 277 355 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 354 270 355 277 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 262 354 269 355 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 354 262 355 269 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 214 354 229 355 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 354 214 355 229 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 206 354 213 355 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 354 206 355 213 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 182 354 197 355 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 354 182 355 197 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 166 354 181 355 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 354 166 355 181 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 150 354 165 355 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 354 150 355 165 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 134 354 149 355 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 354 134 355 149 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 118 354 125 355 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 334 354 341 355 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 354 334 355 341 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 294 354 301 355 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 354 294 355 301 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 278 354 285 355 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 354 278 355 285 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 270 354 277 355 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 354 270 355 277 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 262 354 269 355 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 354 262 355 269 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 214 354 229 355 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 354 214 355 229 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 206 354 213 355 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 354 206 355 213 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 182 354 197 355 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 354 182 355 197 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 166 354 181 355 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 354 166 355 181 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 150 354 165 355 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 354 150 355 165 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 134 354 149 355 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 354 134 355 149 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 118 354 125 355 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 354 118 355 125 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 354 118 355 125 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 354 118 355 125 ;
+    END
+  END DVDD
+  PIN DVSS
+    DIRECTION INOUT ;
+    USE GROUND ;
+    PORT
+      LAYER Metal3 ;
+        RECT 342 354 348.39 355 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 354 342 355 348.39 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 326 354 333 355 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 354 326 355 333 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 302 354 309 355 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 354 302 355 309 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 286 354 293 355 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 354 286 355 293 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 230 354 245 355 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 354 230 355 245 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 198 354 205 355 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 354 198 355 205 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 126 354 133 355 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 354 126 355 133 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 102 354 117 355 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 354 102 355 117 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 86 354 101 355 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 354 86 355 101 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 70 354 85 355 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 342 354 348.39 355 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 354 342 355 348.39 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 326 354 333 355 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 354 326 355 333 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 302 354 309 355 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 354 302 355 309 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 286 354 293 355 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 354 286 355 293 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 230 354 245 355 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 354 230 355 245 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 198 354 205 355 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 354 198 355 205 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 126 354 133 355 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 354 126 355 133 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 102 354 117 355 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 354 102 355 117 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 86 354 101 355 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 354 86 355 101 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 70 354 85 355 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 342 354 348.39 355 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 354 342 355 348.39 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 326 354 333 355 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 354 326 355 333 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 302 354 309 355 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 354 302 355 309 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 286 354 293 355 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 354 286 355 293 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 230 354 245 355 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 354 230 355 245 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 198 354 205 355 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 354 198 355 205 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 126 354 133 355 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 354 126 355 133 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 102 354 117 355 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 354 102 355 117 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 86 354 101 355 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 354 86 355 101 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 70 354 85 355 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 354 70 355 85 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 354 70 355 85 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 354 70 355 85 ;
+    END
+  END DVSS
+  PIN VDD
+    DIRECTION INOUT ;
+    USE POWER ;
+    PORT
+      LAYER Metal3 ;
+        RECT 310 354 317 355 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 354 310 355 317 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 254 354 261 355 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 310 354 317 355 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 354 310 355 317 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 254 354 261 355 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 310 354 317 355 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 354 310 355 317 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 254 354 261 355 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 354 254 355 261 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 354 254 355 261 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 354 254 355 261 ;
+    END
+  END VDD
+  PIN VSS
+    DIRECTION INOUT ;
+    USE GROUND ;
+    PORT
+      LAYER Metal3 ;
+        RECT 318 354 325 355 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 354 318 355 325 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 246 354 253 355 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 318 354 325 355 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 354 318 355 325 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 246 354 253 355 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 318 354 325 355 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 354 318 355 325 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 246 354 253 355 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 354 246 355 253 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 354 246 355 253 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 354 246 355 253 ;
+    END
+  END VSS
+  OBS
+    LAYER Metal1 ;
+      RECT 0 0 355 355 ;
+    LAYER Metal2 ;
+      RECT 0 0 355 355 ;
+    LAYER Metal3 ;
+      POLYGON 355 69.72 353.72 69.72 353.72 85.28 355 85.28 355 85.72 353.72 85.72 353.72 101.28 355 101.28 355 101.72 353.72 101.72 353.72 117.28 355 117.28 355 117.72 353.72 117.72 353.72 125.28 355 125.28 355 125.72 353.72 125.72 353.72 133.28 355 133.28 355 133.72 353.72 133.72 353.72 149.28 355 149.28 355 149.72 353.72 149.72 353.72 165.28 355 165.28 355 165.72 353.72 165.72 353.72 181.28 355 181.28 355 181.72 353.72 181.72 353.72 197.28 355 197.28 355 197.72 353.72 197.72 353.72 205.28 355 205.28 355 205.72 353.72 205.72 353.72 213.28 355 213.28 355 213.72 353.72 213.72 353.72 229.28 355 229.28 355 229.72 353.72 229.72 353.72 245.28 355 245.28 355 245.72 353.72 245.72 353.72 253.28 355 253.28 355 253.72 353.72 253.72 353.72 261.28 355 261.28 355 261.72 353.72 261.72 353.72 269.28 355 269.28 355 269.72 353.72 269.72 353.72 277.28 355 277.28 355 277.72 353.72 277.72 353.72 285.28 355 285.28 355 285.72 353.72 285.72 353.72 293.28 355 293.28 355 293.72 353.72 293.72 353.72 301.28 355 301.28 355 301.72 353.72 301.72 353.72 309.28 355 309.28 355 309.72 353.72 309.72 353.72 317.28 355 317.28 355 317.72 353.72 317.72 353.72 325.28 355 325.28 355 325.72 353.72 325.72 353.72 333.28 355 333.28 355 333.72 353.72 333.72 353.72 341.28 355 341.28 355 341.72 353.72 341.72 353.72 348.67 355 348.67 355 355 348.67 355 348.67 353.72 341.72 353.72 341.72 355 341.28 355 341.28 353.72 333.72 353.72 333.72 355 333.28 355 333.28 353.72 325.72 353.72 325.72 355 325.28 355 325.28 353.72 317.72 353.72 317.72 355 317.28 355 317.28 353.72 309.72 353.72 309.72 355 309.28 355 309.28 353.72 301.72 353.72 301.72 355 301.28 355 301.28 353.72 293.72 353.72 293.72 355 293.28 355 293.28 353.72 285.72 353.72 285.72 355 285.28 355 285.28 353.72 277.72 353.72 277.72 355 277.28 355 277.28 353.72 269.72 353.72 269.72 355 269.28 355 269.28 353.72 261.72 353.72 261.72 355 261.28 355 261.28 353.72 253.72 353.72 253.72 355 253.28 355 253.28 353.72 245.72 353.72 245.72 355 245.28 355 245.28 353.72 229.72 353.72 229.72 355 229.28 355 229.28 353.72 213.72 353.72 213.72 355 213.28 355 213.28 353.72 205.72 353.72 205.72 355 205.28 355 205.28 353.72 197.72 353.72 197.72 355 197.28 355 197.28 353.72 181.72 353.72 181.72 355 181.28 355 181.28 353.72 165.72 353.72 165.72 355 165.28 355 165.28 353.72 149.72 353.72 149.72 355 149.28 355 149.28 353.72 133.72 353.72 133.72 355 133.28 355 133.28 353.72 125.72 353.72 125.72 355 125.28 355 125.28 353.72 117.72 353.72 117.72 355 117.28 355 117.28 353.72 101.72 353.72 101.72 355 101.28 355 101.28 353.72 85.72 353.72 85.72 355 85.28 355 85.28 353.72 69.72 353.72 69.72 355 0 355 0 0 355 0 ;
+    LAYER Metal4 ;
+      POLYGON 355 69.72 353.72 69.72 353.72 85.28 355 85.28 355 85.72 353.72 85.72 353.72 101.28 355 101.28 355 101.72 353.72 101.72 353.72 117.28 355 117.28 355 117.72 353.72 117.72 353.72 125.28 355 125.28 355 125.72 353.72 125.72 353.72 133.28 355 133.28 355 133.72 353.72 133.72 353.72 149.28 355 149.28 355 149.72 353.72 149.72 353.72 165.28 355 165.28 355 165.72 353.72 165.72 353.72 181.28 355 181.28 355 181.72 353.72 181.72 353.72 197.28 355 197.28 355 197.72 353.72 197.72 353.72 205.28 355 205.28 355 205.72 353.72 205.72 353.72 213.28 355 213.28 355 213.72 353.72 213.72 353.72 229.28 355 229.28 355 229.72 353.72 229.72 353.72 245.28 355 245.28 355 245.72 353.72 245.72 353.72 253.28 355 253.28 355 253.72 353.72 253.72 353.72 261.28 355 261.28 355 261.72 353.72 261.72 353.72 269.28 355 269.28 355 269.72 353.72 269.72 353.72 277.28 355 277.28 355 277.72 353.72 277.72 353.72 285.28 355 285.28 355 285.72 353.72 285.72 353.72 293.28 355 293.28 355 293.72 353.72 293.72 353.72 301.28 355 301.28 355 301.72 353.72 301.72 353.72 309.28 355 309.28 355 309.72 353.72 309.72 353.72 317.28 355 317.28 355 317.72 353.72 317.72 353.72 325.28 355 325.28 355 325.72 353.72 325.72 353.72 333.28 355 333.28 355 333.72 353.72 333.72 353.72 341.28 355 341.28 355 341.72 353.72 341.72 353.72 348.67 355 348.67 355 355 348.67 355 348.67 353.72 341.72 353.72 341.72 355 341.28 355 341.28 353.72 333.72 353.72 333.72 355 333.28 355 333.28 353.72 325.72 353.72 325.72 355 325.28 355 325.28 353.72 317.72 353.72 317.72 355 317.28 355 317.28 353.72 309.72 353.72 309.72 355 309.28 355 309.28 353.72 301.72 353.72 301.72 355 301.28 355 301.28 353.72 293.72 353.72 293.72 355 293.28 355 293.28 353.72 285.72 353.72 285.72 355 285.28 355 285.28 353.72 277.72 353.72 277.72 355 277.28 355 277.28 353.72 269.72 353.72 269.72 355 269.28 355 269.28 353.72 261.72 353.72 261.72 355 261.28 355 261.28 353.72 253.72 353.72 253.72 355 253.28 355 253.28 353.72 245.72 353.72 245.72 355 245.28 355 245.28 353.72 229.72 353.72 229.72 355 229.28 355 229.28 353.72 213.72 353.72 213.72 355 213.28 355 213.28 353.72 205.72 353.72 205.72 355 205.28 355 205.28 353.72 197.72 353.72 197.72 355 197.28 355 197.28 353.72 181.72 353.72 181.72 355 181.28 355 181.28 353.72 165.72 353.72 165.72 355 165.28 355 165.28 353.72 149.72 353.72 149.72 355 149.28 355 149.28 353.72 133.72 353.72 133.72 355 133.28 355 133.28 353.72 125.72 353.72 125.72 355 125.28 355 125.28 353.72 117.72 353.72 117.72 355 117.28 355 117.28 353.72 101.72 353.72 101.72 355 101.28 355 101.28 353.72 85.72 353.72 85.72 355 85.28 355 85.28 353.72 69.72 353.72 69.72 355 0 355 0 0 355 0 ;
+    LAYER Metal5 ;
+      POLYGON 355 69.72 353.72 69.72 353.72 85.28 355 85.28 355 85.72 353.72 85.72 353.72 101.28 355 101.28 355 101.72 353.72 101.72 353.72 117.28 355 117.28 355 117.72 353.72 117.72 353.72 125.28 355 125.28 355 125.72 353.72 125.72 353.72 133.28 355 133.28 355 133.72 353.72 133.72 353.72 149.28 355 149.28 355 149.72 353.72 149.72 353.72 165.28 355 165.28 355 165.72 353.72 165.72 353.72 181.28 355 181.28 355 181.72 353.72 181.72 353.72 197.28 355 197.28 355 197.72 353.72 197.72 353.72 205.28 355 205.28 355 205.72 353.72 205.72 353.72 213.28 355 213.28 355 213.72 353.72 213.72 353.72 229.28 355 229.28 355 229.72 353.72 229.72 353.72 245.28 355 245.28 355 245.72 353.72 245.72 353.72 253.28 355 253.28 355 253.72 353.72 253.72 353.72 261.28 355 261.28 355 261.72 353.72 261.72 353.72 269.28 355 269.28 355 269.72 353.72 269.72 353.72 277.28 355 277.28 355 277.72 353.72 277.72 353.72 285.28 355 285.28 355 285.72 353.72 285.72 353.72 293.28 355 293.28 355 293.72 353.72 293.72 353.72 301.28 355 301.28 355 301.72 353.72 301.72 353.72 309.28 355 309.28 355 309.72 353.72 309.72 353.72 317.28 355 317.28 355 317.72 353.72 317.72 353.72 325.28 355 325.28 355 325.72 353.72 325.72 353.72 333.28 355 333.28 355 333.72 353.72 333.72 353.72 341.28 355 341.28 355 341.72 353.72 341.72 353.72 348.67 355 348.67 355 355 348.67 355 348.67 353.72 341.72 353.72 341.72 355 341.28 355 341.28 353.72 333.72 353.72 333.72 355 333.28 355 333.28 353.72 325.72 353.72 325.72 355 325.28 355 325.28 353.72 317.72 353.72 317.72 355 317.28 355 317.28 353.72 309.72 353.72 309.72 355 309.28 355 309.28 353.72 301.72 353.72 301.72 355 301.28 355 301.28 353.72 293.72 353.72 293.72 355 293.28 355 293.28 353.72 285.72 353.72 285.72 355 285.28 355 285.28 353.72 277.72 353.72 277.72 355 277.28 355 277.28 353.72 269.72 353.72 269.72 355 269.28 355 269.28 353.72 261.72 353.72 261.72 355 261.28 355 261.28 353.72 253.72 353.72 253.72 355 253.28 355 253.28 353.72 245.72 353.72 245.72 355 245.28 355 245.28 353.72 229.72 353.72 229.72 355 229.28 355 229.28 353.72 213.72 353.72 213.72 355 213.28 355 213.28 353.72 205.72 353.72 205.72 355 205.28 355 205.28 353.72 197.72 353.72 197.72 355 197.28 355 197.28 353.72 181.72 353.72 181.72 355 181.28 355 181.28 353.72 165.72 353.72 165.72 355 165.28 355 165.28 353.72 149.72 353.72 149.72 355 149.28 355 149.28 353.72 133.72 353.72 133.72 355 133.28 355 133.28 353.72 125.72 353.72 125.72 355 125.28 355 125.28 353.72 117.72 353.72 117.72 355 117.28 355 117.28 353.72 101.72 353.72 101.72 355 101.28 355 101.28 353.72 85.72 353.72 85.72 355 85.28 355 85.28 353.72 69.72 353.72 69.72 355 0 355 0 0 355 0 ;
+    LAYER Via1 ;
+      RECT 0 0 355 355 ;
+    LAYER Via2 ;
+      RECT 0 0 355 355 ;
+    LAYER Via3 ;
+      RECT 0 0 355 355 ;
+    LAYER Via4 ;
+      RECT 0 0 355 355 ;
+  END
+
+END gf180mcu_fd_io__cor
diff --git a/cells/cor/gf180mcu_fd_io__cor__ff_125C_2v75.lib b/cells/cor/gf180mcu_fd_io__cor__ff_125C_2v75.lib
new file mode 100644
index 0000000..136a0d9
--- /dev/null
+++ b/cells/cor/gf180mcu_fd_io__cor__ff_125C_2v75.lib
@@ -0,0 +1,36 @@
+/*
+ * Copyright 2022 GlobalFoundries PDK Authors
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+	cell ("gf180mcu_fd_io__cor") {
+		dont_touch : true;
+		dont_use   : true;
+		area       : 126025.000000 ;
+		pin ("DVDD") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("DVSS") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("VDD") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("VSS") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+	}
diff --git a/cells/cor/gf180mcu_fd_io__cor__ff_125C_2v75.lib.json b/cells/cor/gf180mcu_fd_io__cor__ff_125C_2v75.lib.json
new file mode 100644
index 0000000..d3de13b
--- /dev/null
+++ b/cells/cor/gf180mcu_fd_io__cor__ff_125C_2v75.lib.json
@@ -0,0 +1,23 @@
+{
+    "cell gf180mcu_fd_io__cor": {
+        "dont_touch": "true",
+        "dont_use": "true",
+        "area": "126025.000000",
+        "pin DVDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin DVSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        }
+    }
+}
\ No newline at end of file
diff --git a/cells/cor/gf180mcu_fd_io__cor__ff_125C_3v63.lib b/cells/cor/gf180mcu_fd_io__cor__ff_125C_3v63.lib
new file mode 100644
index 0000000..136a0d9
--- /dev/null
+++ b/cells/cor/gf180mcu_fd_io__cor__ff_125C_3v63.lib
@@ -0,0 +1,36 @@
+/*
+ * Copyright 2022 GlobalFoundries PDK Authors
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+	cell ("gf180mcu_fd_io__cor") {
+		dont_touch : true;
+		dont_use   : true;
+		area       : 126025.000000 ;
+		pin ("DVDD") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("DVSS") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("VDD") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("VSS") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+	}
diff --git a/cells/cor/gf180mcu_fd_io__cor__ff_125C_3v63.lib.json b/cells/cor/gf180mcu_fd_io__cor__ff_125C_3v63.lib.json
new file mode 100644
index 0000000..d3de13b
--- /dev/null
+++ b/cells/cor/gf180mcu_fd_io__cor__ff_125C_3v63.lib.json
@@ -0,0 +1,23 @@
+{
+    "cell gf180mcu_fd_io__cor": {
+        "dont_touch": "true",
+        "dont_use": "true",
+        "area": "126025.000000",
+        "pin DVDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin DVSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        }
+    }
+}
\ No newline at end of file
diff --git a/cells/cor/gf180mcu_fd_io__cor__ff_125C_5v50.lib b/cells/cor/gf180mcu_fd_io__cor__ff_125C_5v50.lib
new file mode 100644
index 0000000..136a0d9
--- /dev/null
+++ b/cells/cor/gf180mcu_fd_io__cor__ff_125C_5v50.lib
@@ -0,0 +1,36 @@
+/*
+ * Copyright 2022 GlobalFoundries PDK Authors
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+	cell ("gf180mcu_fd_io__cor") {
+		dont_touch : true;
+		dont_use   : true;
+		area       : 126025.000000 ;
+		pin ("DVDD") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("DVSS") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("VDD") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("VSS") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+	}
diff --git a/cells/cor/gf180mcu_fd_io__cor__ff_125C_5v50.lib.json b/cells/cor/gf180mcu_fd_io__cor__ff_125C_5v50.lib.json
new file mode 100644
index 0000000..d3de13b
--- /dev/null
+++ b/cells/cor/gf180mcu_fd_io__cor__ff_125C_5v50.lib.json
@@ -0,0 +1,23 @@
+{
+    "cell gf180mcu_fd_io__cor": {
+        "dont_touch": "true",
+        "dont_use": "true",
+        "area": "126025.000000",
+        "pin DVDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin DVSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        }
+    }
+}
\ No newline at end of file
diff --git a/cells/cor/gf180mcu_fd_io__cor__ff_n40C_2v75.lib b/cells/cor/gf180mcu_fd_io__cor__ff_n40C_2v75.lib
new file mode 100644
index 0000000..136a0d9
--- /dev/null
+++ b/cells/cor/gf180mcu_fd_io__cor__ff_n40C_2v75.lib
@@ -0,0 +1,36 @@
+/*
+ * Copyright 2022 GlobalFoundries PDK Authors
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+	cell ("gf180mcu_fd_io__cor") {
+		dont_touch : true;
+		dont_use   : true;
+		area       : 126025.000000 ;
+		pin ("DVDD") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("DVSS") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("VDD") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("VSS") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+	}
diff --git a/cells/cor/gf180mcu_fd_io__cor__ff_n40C_2v75.lib.json b/cells/cor/gf180mcu_fd_io__cor__ff_n40C_2v75.lib.json
new file mode 100644
index 0000000..d3de13b
--- /dev/null
+++ b/cells/cor/gf180mcu_fd_io__cor__ff_n40C_2v75.lib.json
@@ -0,0 +1,23 @@
+{
+    "cell gf180mcu_fd_io__cor": {
+        "dont_touch": "true",
+        "dont_use": "true",
+        "area": "126025.000000",
+        "pin DVDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin DVSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        }
+    }
+}
\ No newline at end of file
diff --git a/cells/cor/gf180mcu_fd_io__cor__ff_n40C_3v63.lib b/cells/cor/gf180mcu_fd_io__cor__ff_n40C_3v63.lib
new file mode 100644
index 0000000..136a0d9
--- /dev/null
+++ b/cells/cor/gf180mcu_fd_io__cor__ff_n40C_3v63.lib
@@ -0,0 +1,36 @@
+/*
+ * Copyright 2022 GlobalFoundries PDK Authors
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+	cell ("gf180mcu_fd_io__cor") {
+		dont_touch : true;
+		dont_use   : true;
+		area       : 126025.000000 ;
+		pin ("DVDD") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("DVSS") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("VDD") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("VSS") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+	}
diff --git a/cells/cor/gf180mcu_fd_io__cor__ff_n40C_3v63.lib.json b/cells/cor/gf180mcu_fd_io__cor__ff_n40C_3v63.lib.json
new file mode 100644
index 0000000..d3de13b
--- /dev/null
+++ b/cells/cor/gf180mcu_fd_io__cor__ff_n40C_3v63.lib.json
@@ -0,0 +1,23 @@
+{
+    "cell gf180mcu_fd_io__cor": {
+        "dont_touch": "true",
+        "dont_use": "true",
+        "area": "126025.000000",
+        "pin DVDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin DVSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        }
+    }
+}
\ No newline at end of file
diff --git a/cells/cor/gf180mcu_fd_io__cor__ff_n40C_5v50.lib b/cells/cor/gf180mcu_fd_io__cor__ff_n40C_5v50.lib
new file mode 100644
index 0000000..136a0d9
--- /dev/null
+++ b/cells/cor/gf180mcu_fd_io__cor__ff_n40C_5v50.lib
@@ -0,0 +1,36 @@
+/*
+ * Copyright 2022 GlobalFoundries PDK Authors
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+	cell ("gf180mcu_fd_io__cor") {
+		dont_touch : true;
+		dont_use   : true;
+		area       : 126025.000000 ;
+		pin ("DVDD") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("DVSS") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("VDD") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("VSS") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+	}
diff --git a/cells/cor/gf180mcu_fd_io__cor__ff_n40C_5v50.lib.json b/cells/cor/gf180mcu_fd_io__cor__ff_n40C_5v50.lib.json
new file mode 100644
index 0000000..d3de13b
--- /dev/null
+++ b/cells/cor/gf180mcu_fd_io__cor__ff_n40C_5v50.lib.json
@@ -0,0 +1,23 @@
+{
+    "cell gf180mcu_fd_io__cor": {
+        "dont_touch": "true",
+        "dont_use": "true",
+        "area": "126025.000000",
+        "pin DVDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin DVSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        }
+    }
+}
\ No newline at end of file
diff --git a/cells/cor/gf180mcu_fd_io__cor__ss_125C_2v25.lib b/cells/cor/gf180mcu_fd_io__cor__ss_125C_2v25.lib
new file mode 100644
index 0000000..136a0d9
--- /dev/null
+++ b/cells/cor/gf180mcu_fd_io__cor__ss_125C_2v25.lib
@@ -0,0 +1,36 @@
+/*
+ * Copyright 2022 GlobalFoundries PDK Authors
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+	cell ("gf180mcu_fd_io__cor") {
+		dont_touch : true;
+		dont_use   : true;
+		area       : 126025.000000 ;
+		pin ("DVDD") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("DVSS") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("VDD") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("VSS") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+	}
diff --git a/cells/cor/gf180mcu_fd_io__cor__ss_125C_2v25.lib.json b/cells/cor/gf180mcu_fd_io__cor__ss_125C_2v25.lib.json
new file mode 100644
index 0000000..d3de13b
--- /dev/null
+++ b/cells/cor/gf180mcu_fd_io__cor__ss_125C_2v25.lib.json
@@ -0,0 +1,23 @@
+{
+    "cell gf180mcu_fd_io__cor": {
+        "dont_touch": "true",
+        "dont_use": "true",
+        "area": "126025.000000",
+        "pin DVDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin DVSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        }
+    }
+}
\ No newline at end of file
diff --git a/cells/cor/gf180mcu_fd_io__cor__ss_125C_2v97.lib b/cells/cor/gf180mcu_fd_io__cor__ss_125C_2v97.lib
new file mode 100644
index 0000000..136a0d9
--- /dev/null
+++ b/cells/cor/gf180mcu_fd_io__cor__ss_125C_2v97.lib
@@ -0,0 +1,36 @@
+/*
+ * Copyright 2022 GlobalFoundries PDK Authors
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+	cell ("gf180mcu_fd_io__cor") {
+		dont_touch : true;
+		dont_use   : true;
+		area       : 126025.000000 ;
+		pin ("DVDD") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("DVSS") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("VDD") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("VSS") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+	}
diff --git a/cells/cor/gf180mcu_fd_io__cor__ss_125C_2v97.lib.json b/cells/cor/gf180mcu_fd_io__cor__ss_125C_2v97.lib.json
new file mode 100644
index 0000000..d3de13b
--- /dev/null
+++ b/cells/cor/gf180mcu_fd_io__cor__ss_125C_2v97.lib.json
@@ -0,0 +1,23 @@
+{
+    "cell gf180mcu_fd_io__cor": {
+        "dont_touch": "true",
+        "dont_use": "true",
+        "area": "126025.000000",
+        "pin DVDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin DVSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        }
+    }
+}
\ No newline at end of file
diff --git a/cells/cor/gf180mcu_fd_io__cor__ss_125C_4v50.lib b/cells/cor/gf180mcu_fd_io__cor__ss_125C_4v50.lib
new file mode 100644
index 0000000..136a0d9
--- /dev/null
+++ b/cells/cor/gf180mcu_fd_io__cor__ss_125C_4v50.lib
@@ -0,0 +1,36 @@
+/*
+ * Copyright 2022 GlobalFoundries PDK Authors
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+	cell ("gf180mcu_fd_io__cor") {
+		dont_touch : true;
+		dont_use   : true;
+		area       : 126025.000000 ;
+		pin ("DVDD") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("DVSS") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("VDD") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("VSS") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+	}
diff --git a/cells/cor/gf180mcu_fd_io__cor__ss_125C_4v50.lib.json b/cells/cor/gf180mcu_fd_io__cor__ss_125C_4v50.lib.json
new file mode 100644
index 0000000..d3de13b
--- /dev/null
+++ b/cells/cor/gf180mcu_fd_io__cor__ss_125C_4v50.lib.json
@@ -0,0 +1,23 @@
+{
+    "cell gf180mcu_fd_io__cor": {
+        "dont_touch": "true",
+        "dont_use": "true",
+        "area": "126025.000000",
+        "pin DVDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin DVSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        }
+    }
+}
\ No newline at end of file
diff --git a/cells/cor/gf180mcu_fd_io__cor__tt_025C_2v50.lib b/cells/cor/gf180mcu_fd_io__cor__tt_025C_2v50.lib
new file mode 100644
index 0000000..136a0d9
--- /dev/null
+++ b/cells/cor/gf180mcu_fd_io__cor__tt_025C_2v50.lib
@@ -0,0 +1,36 @@
+/*
+ * Copyright 2022 GlobalFoundries PDK Authors
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+	cell ("gf180mcu_fd_io__cor") {
+		dont_touch : true;
+		dont_use   : true;
+		area       : 126025.000000 ;
+		pin ("DVDD") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("DVSS") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("VDD") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("VSS") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+	}
diff --git a/cells/cor/gf180mcu_fd_io__cor__tt_025C_2v50.lib.json b/cells/cor/gf180mcu_fd_io__cor__tt_025C_2v50.lib.json
new file mode 100644
index 0000000..d3de13b
--- /dev/null
+++ b/cells/cor/gf180mcu_fd_io__cor__tt_025C_2v50.lib.json
@@ -0,0 +1,23 @@
+{
+    "cell gf180mcu_fd_io__cor": {
+        "dont_touch": "true",
+        "dont_use": "true",
+        "area": "126025.000000",
+        "pin DVDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin DVSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        }
+    }
+}
\ No newline at end of file
diff --git a/cells/cor/gf180mcu_fd_io__cor__tt_025C_3v30.lib b/cells/cor/gf180mcu_fd_io__cor__tt_025C_3v30.lib
new file mode 100644
index 0000000..136a0d9
--- /dev/null
+++ b/cells/cor/gf180mcu_fd_io__cor__tt_025C_3v30.lib
@@ -0,0 +1,36 @@
+/*
+ * Copyright 2022 GlobalFoundries PDK Authors
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+	cell ("gf180mcu_fd_io__cor") {
+		dont_touch : true;
+		dont_use   : true;
+		area       : 126025.000000 ;
+		pin ("DVDD") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("DVSS") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("VDD") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("VSS") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+	}
diff --git a/cells/cor/gf180mcu_fd_io__cor__tt_025C_3v30.lib.json b/cells/cor/gf180mcu_fd_io__cor__tt_025C_3v30.lib.json
new file mode 100644
index 0000000..d3de13b
--- /dev/null
+++ b/cells/cor/gf180mcu_fd_io__cor__tt_025C_3v30.lib.json
@@ -0,0 +1,23 @@
+{
+    "cell gf180mcu_fd_io__cor": {
+        "dont_touch": "true",
+        "dont_use": "true",
+        "area": "126025.000000",
+        "pin DVDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin DVSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        }
+    }
+}
\ No newline at end of file
diff --git a/cells/cor/gf180mcu_fd_io__cor__tt_025C_5v00.lib b/cells/cor/gf180mcu_fd_io__cor__tt_025C_5v00.lib
new file mode 100644
index 0000000..136a0d9
--- /dev/null
+++ b/cells/cor/gf180mcu_fd_io__cor__tt_025C_5v00.lib
@@ -0,0 +1,36 @@
+/*
+ * Copyright 2022 GlobalFoundries PDK Authors
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+	cell ("gf180mcu_fd_io__cor") {
+		dont_touch : true;
+		dont_use   : true;
+		area       : 126025.000000 ;
+		pin ("DVDD") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("DVSS") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("VDD") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("VSS") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+	}
diff --git a/cells/cor/gf180mcu_fd_io__cor__tt_025C_5v00.lib.json b/cells/cor/gf180mcu_fd_io__cor__tt_025C_5v00.lib.json
new file mode 100644
index 0000000..d3de13b
--- /dev/null
+++ b/cells/cor/gf180mcu_fd_io__cor__tt_025C_5v00.lib.json
@@ -0,0 +1,23 @@
+{
+    "cell gf180mcu_fd_io__cor": {
+        "dont_touch": "true",
+        "dont_use": "true",
+        "area": "126025.000000",
+        "pin DVDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin DVSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        }
+    }
+}
\ No newline at end of file
diff --git a/cells/dvdd/gf180mcu_fd_io__dvdd.cdl b/cells/dvdd/gf180mcu_fd_io__dvdd.cdl
new file mode 100644
index 0000000..cd1153c
--- /dev/null
+++ b/cells/dvdd/gf180mcu_fd_io__dvdd.cdl
@@ -0,0 +1,52 @@
+* Copyright 2022 GlobalFoundries PDK Authors
+*
+* Licensed under the Apache License, Version 2.0 (the "License");
+* you may not use this file except in compliance with the License.
+* You may obtain a copy of the License at
+*
+*     http://www.apache.org/licenses/LICENSE-2.0
+*
+* Unless required by applicable law or agreed to in writing, software
+* distributed under the License is distributed on an "AS IS" BASIS,
+* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+* See the License for the specific language governing permissions and
+* limitations under the License.
+
+.SUBCKT gf180mcu_fd_io__dvdd DVDD DVSS VSS
+M0 n6 n7 DVDD DVDD pmos_6p0 m=1.0 w=15e-6 l=700e-9 nf=1.0 as=6.6e-12 ad=6.6e-12
++ ps=30.88e-6 pd=30.88e-6 nrd=29.333e-3 nrs=29.333e-3 sa=440e-9 sb=440e-9
++ sd=0.0 dtemp=0.0 par=1
+M1 n7 n8 DVDD DVDD pmos_6p0 m=1.0 w=20e-6 l=700e-9 nf=1.0 as=8.8e-12 ad=8.8e-12
++ ps=40.88e-6 pd=40.88e-6 nrd=22e-3 nrs=22e-3 sa=440e-9 sb=440e-9 sd=0.0
++ dtemp=0.0 par=1
+M2 n4 n6 DVDD DVDD pmos_6p0 m=1.0 w=120e-6 l=700e-9 nf=2.0 as=52.8e-12 ad=31.2e-12
++ ps=241.76e-6 pd=121.04e-6 nrd=2.167e-3 nrs=3.667e-3 sa=440e-9 sb=440e-9
++ sd=520e-9 dtemp=0.0 par=1
+C3 n8 DVSS $[nmoscap_6p0] m=8.0 l=10e-6 w=25e-6
+R4 n11 n15 $SUB=DVDD $[ppolyf_u] $W=800e-9 $L=63.855e-6 m=1.0 r=29.999e3 par=1
+R5 n10 n11 $SUB=DVDD $[ppolyf_u] $W=800e-9 $L=63.855e-6 m=1.0 r=29.999e3 par=1
+R6 n19 n10 $SUB=DVDD $[ppolyf_u] $W=800e-9 $L=63.855e-6 m=1.0 r=29.999e3 par=1
+R7 n21 n19 $SUB=DVDD $[ppolyf_u] $W=800e-9 $L=63.855e-6 m=1.0 r=29.999e3 par=1
+R8 n17 n21 $SUB=DVDD $[ppolyf_u] $W=800e-9 $L=63.855e-6 m=1.0 r=29.999e3 par=1
+R9 n20 n8 $SUB=DVDD $[ppolyf_u] $W=800e-9 $L=63.855e-6 m=1.0 r=29.999e3 par=1
+R10 n22 n20 $SUB=DVDD $[ppolyf_u] $W=800e-9 $L=63.855e-6 m=1.0 r=29.999e3 par=1
+R11 n18 n22 $SUB=DVDD $[ppolyf_u] $W=800e-9 $L=63.855e-6 m=1.0 r=29.999e3 par=1
+R12 n13 n18 $SUB=DVDD $[ppolyf_u] $W=800e-9 $L=63.855e-6 m=1.0 r=29.999e3 par=1
+R13 n12 n13 $SUB=DVDD $[ppolyf_u] $W=800e-9 $L=63.855e-6 m=1.0 r=29.999e3 par=1
+R14 n15 n12 $SUB=DVDD $[ppolyf_u] $W=800e-9 $L=63.855e-6 m=1.0 r=29.999e3 par=1
+R15 DVDD n17 $SUB=DVDD $[ppolyf_u] $W=800e-9 $L=63.855e-6 m=1.0 r=29.999e3 par=1
+M16 n7 n8 DVSS DVSS nmos_6p0 m=1.0 w=5e-6 l=700e-9 nf=1.0 as=2.2e-12 ad=2.2e-12
++ ps=10.88e-6 pd=10.88e-6 nrd=88e-3 nrs=88e-3 sa=440e-9 sb=440e-9 sd=0.0
++ dtemp=0.0 par=1
+M17 DVDD n4 DVSS DVSS nmos_6p0 m=1.0 w=4e-3 l=700e-9 nf=80.0 as=1.058e-9 ad=1.04e-9
++ ps=4.14232e-3 pd=4.0416e-3 nrd=65e-6 nrs=66e-6 sa=440e-9 sb=440e-9 sd=520e-9
++ dtemp=0.0 par=1
+M18 n4 n6 DVSS DVSS nmos_6p0 m=1.0 w=30e-6 l=700e-9 nf=1.0 as=13.2e-12 ad=13.2e-12
++ ps=60.88e-6 pd=60.88e-6 nrd=14.667e-3 nrs=14.667e-3 sa=440e-9 sb=440e-9
++ sd=0.0 dtemp=0.0 par=1
+M19 n6 n7 DVSS DVSS nmos_6p0 m=1.0 w=30e-6 l=700e-9 nf=1.0 as=13.2e-12 ad=13.2e-12
++ ps=60.88e-6 pd=60.88e-6 nrd=14.667e-3 nrs=14.667e-3 sa=440e-9 sb=440e-9
++ sd=0.0 dtemp=0.0 par=1
+D20 DVSS DVDD np_6p0 m=4.0 AREA=40e-12 PJ=82e-6
+C21 DVDD DVSS $[nmoscap_6p0] m=4.0 l=15e-6 w=15e-6
+.ENDS
diff --git a/cells/dvdd/gf180mcu_fd_io__dvdd.v b/cells/dvdd/gf180mcu_fd_io__dvdd.v
new file mode 100644
index 0000000..25df7f9
--- /dev/null
+++ b/cells/dvdd/gf180mcu_fd_io__dvdd.v
@@ -0,0 +1,32 @@
+/*
+ * Copyright 2022 GlobalFoundries PDK Authors
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http:www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+`suppress_faults
+`enable_portfaults
+`ifdef functional
+  `timescale 1ns / 1ps
+  `delay_mode_distributed
+  `delay_mode_unit
+`else
+  `timescale 1ns / 1ps
+  `delay_mode_path
+`endif
+module gf180mcu_fd_io__dvdd (DVDD, DVSS, VSS);
+	inout	DVDD;
+	inout	DVSS;
+	inout	VSS;
+	supply1	DVDD;
+endmodule
diff --git a/cells/dvdd/gf180mcu_fd_io__dvdd_3lm.gds b/cells/dvdd/gf180mcu_fd_io__dvdd_3lm.gds
new file mode 100644
index 0000000..5a5bf17
--- /dev/null
+++ b/cells/dvdd/gf180mcu_fd_io__dvdd_3lm.gds
Binary files differ
diff --git a/cells/dvdd/gf180mcu_fd_io__dvdd_3lm.lef b/cells/dvdd/gf180mcu_fd_io__dvdd_3lm.lef
new file mode 100644
index 0000000..1f613b8
--- /dev/null
+++ b/cells/dvdd/gf180mcu_fd_io__dvdd_3lm.lef
@@ -0,0 +1,285 @@
+# Copyright 2022 GlobalFoundries PDK Authors
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+MACRO gf180mcu_fd_io__dvdd
+  CLASS PAD POWER ;
+  ORIGIN 0 0 ;
+  FOREIGN gf180mcu_fd_io__dvdd 0 0 ;
+  SIZE 75 BY 350 ;
+  SYMMETRY X Y R90 ;
+  SITE GF_IO_Site ;
+  PIN DVDD
+    DIRECTION INOUT ;
+    USE POWER ;
+    PORT
+      LAYER Metal3 ;
+        RECT 74 118 75 125 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 182 75 197 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 166 75 181 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 150 75 165 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 134 75 149 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 214 75 229 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 206 75 213 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 254 75 261 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 278 75 285 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 270 75 277 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 262 75 269 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 294 75 301 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 310 75 317 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 334 75 341 ;
+    END
+    PORT
+        CLASS CORE ;
+      LAYER Metal2 ;
+        RECT 1.36 349 10.86 350 ;
+    END
+    PORT
+        CLASS CORE ;
+      LAYER Metal2 ;
+        RECT 13.76 349 24.01 350 ;
+    END
+    PORT
+        CLASS CORE ;
+      LAYER Metal2 ;
+        RECT 25.61 349 35.86 350 ;
+    END
+    PORT
+        CLASS CORE ;
+      LAYER Metal2 ;
+        RECT 39.14 349 49.39 350 ;
+    END
+    PORT
+        CLASS CORE ;
+      LAYER Metal2 ;
+        RECT 50.99 349 61.24 350 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 334 1 341 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 310 1 317 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 294 1 301 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 262 1 269 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 270 1 277 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 278 1 285 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 254 1 261 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 206 1 213 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 214 1 229 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 134 1 149 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 150 1 165 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 166 1 181 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 182 1 197 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 118 1 125 ;
+    END
+    PORT
+        CLASS CORE ;
+      LAYER Metal2 ;
+        RECT 64.14 349 73.64 350 ;
+    END
+  END DVDD
+  PIN DVSS
+    DIRECTION INOUT ;
+    USE GROUND ;
+    PORT
+      LAYER Metal3 ;
+        RECT 74 102 75 117 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 86 75 101 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 70 75 85 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 126 75 133 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 198 75 205 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 230 75 245 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 286 75 293 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 302 75 309 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 326 75 333 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 342 75 348.39 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 342 1 348.39 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 326 1 333 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 302 1 309 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 286 1 293 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 230 1 245 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 198 1 205 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 126 1 133 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 70 1 85 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 86 1 101 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 102 1 117 ;
+    END
+  END DVSS
+  PIN VSS
+    DIRECTION INOUT ;
+    USE GROUND ;
+    PORT
+      LAYER Metal3 ;
+        RECT 74 246 75 253 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 318 75 325 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 318 1 325 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 246 1 253 ;
+    END
+  END VSS
+  OBS
+    LAYER Metal1 ;
+      RECT 0 0 75 350 ;
+    LAYER Metal2 ;
+      POLYGON 75 350 73.92 350 73.92 348.72 63.86 348.72 63.86 350 61.52 350 61.52 348.72 50.71 348.72 50.71 350 49.67 350 49.67 348.72 38.86 348.72 38.86 350 36.14 350 36.14 348.72 25.33 348.72 25.33 350 24.29 350 24.29 348.72 13.48 348.72 13.48 350 11.14 350 11.14 348.72 1.08 348.72 1.08 350 0 350 0 0 75 0 ;
+    LAYER Metal3 ;
+      POLYGON 75 69.72 73.72 69.72 73.72 85.28 75 85.28 75 85.72 73.72 85.72 73.72 101.28 75 101.28 75 101.72 73.72 101.72 73.72 117.28 75 117.28 75 117.72 73.72 117.72 73.72 125.28 75 125.28 75 125.72 73.72 125.72 73.72 133.28 75 133.28 75 133.72 73.72 133.72 73.72 149.28 75 149.28 75 149.72 73.72 149.72 73.72 165.28 75 165.28 75 165.72 73.72 165.72 73.72 181.28 75 181.28 75 181.72 73.72 181.72 73.72 197.28 75 197.28 75 197.72 73.72 197.72 73.72 205.28 75 205.28 75 205.72 73.72 205.72 73.72 213.28 75 213.28 75 213.72 73.72 213.72 73.72 229.28 75 229.28 75 229.72 73.72 229.72 73.72 245.28 75 245.28 75 245.72 73.72 245.72 73.72 253.28 75 253.28 75 253.72 73.72 253.72 73.72 261.28 75 261.28 75 261.72 73.72 261.72 73.72 269.28 75 269.28 75 269.72 73.72 269.72 73.72 277.28 75 277.28 75 277.72 73.72 277.72 73.72 285.28 75 285.28 75 285.72 73.72 285.72 73.72 293.28 75 293.28 75 293.72 73.72 293.72 73.72 301.28 75 301.28 75 301.72 73.72 301.72 73.72 309.28 75 309.28 75 309.72 73.72 309.72 73.72 317.28 75 317.28 75 317.72 73.72 317.72 73.72 325.28 75 325.28 75 325.72 73.72 325.72 73.72 333.28 75 333.28 75 333.72 73.72 333.72 73.72 341.28 75 341.28 75 341.72 73.72 341.72 73.72 348.67 75 348.67 75 350 0 350 0 348.67 1.28 348.67 1.28 341.72 0 341.72 0 341.28 1.28 341.28 1.28 333.72 0 333.72 0 333.28 1.28 333.28 1.28 325.72 0 325.72 0 325.28 1.28 325.28 1.28 317.72 0 317.72 0 317.28 1.28 317.28 1.28 309.72 0 309.72 0 309.28 1.28 309.28 1.28 301.72 0 301.72 0 301.28 1.28 301.28 1.28 293.72 0 293.72 0 293.28 1.28 293.28 1.28 285.72 0 285.72 0 285.28 1.28 285.28 1.28 277.72 0 277.72 0 277.28 1.28 277.28 1.28 269.72 0 269.72 0 269.28 1.28 269.28 1.28 261.72 0 261.72 0 261.28 1.28 261.28 1.28 253.72 0 253.72 0 253.28 1.28 253.28 1.28 245.72 0 245.72 0 245.28 1.28 245.28 1.28 229.72 0 229.72 0 229.28 1.28 229.28 1.28 213.72 0 213.72 0 213.28 1.28 213.28 1.28 205.72 0 205.72 0 205.28 1.28 205.28 1.28 197.72 0 197.72 0 197.28 1.28 197.28 1.28 181.72 0 181.72 0 181.28 1.28 181.28 1.28 165.72 0 165.72 0 165.28 1.28 165.28 1.28 149.72 0 149.72 0 149.28 1.28 149.28 1.28 133.72 0 133.72 0 133.28 1.28 133.28 1.28 125.72 0 125.72 0 125.28 1.28 125.28 1.28 117.72 0 117.72 0 117.28 1.28 117.28 1.28 101.72 0 101.72 0 101.28 1.28 101.28 1.28 85.72 0 85.72 0 85.28 1.28 85.28 1.28 69.72 0 69.72 0 0 75 0 ;
+    LAYER Via1 ;
+      RECT 0 0 75 350 ;
+    LAYER Via2 ;
+      RECT 0 0 75 350 ;
+  END
+
+END gf180mcu_fd_io__dvdd
diff --git a/cells/dvdd/gf180mcu_fd_io__dvdd_4lm.gds b/cells/dvdd/gf180mcu_fd_io__dvdd_4lm.gds
new file mode 100644
index 0000000..583e8dc
--- /dev/null
+++ b/cells/dvdd/gf180mcu_fd_io__dvdd_4lm.gds
Binary files differ
diff --git a/cells/dvdd/gf180mcu_fd_io__dvdd_4lm.lef b/cells/dvdd/gf180mcu_fd_io__dvdd_4lm.lef
new file mode 100644
index 0000000..34899aa
--- /dev/null
+++ b/cells/dvdd/gf180mcu_fd_io__dvdd_4lm.lef
@@ -0,0 +1,497 @@
+# Copyright 2022 GlobalFoundries PDK Authors
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+MACRO gf180mcu_fd_io__dvdd
+  CLASS PAD POWER ;
+  ORIGIN 0 0 ;
+  FOREIGN gf180mcu_fd_io__dvdd 0 0 ;
+  SIZE 75 BY 350 ;
+  SYMMETRY X Y R90 ;
+  SITE GF_IO_Site ;
+  PIN DVDD
+    DIRECTION INOUT ;
+    USE POWER ;
+    PORT
+      LAYER Metal4 ;
+        RECT 74 118 75 125 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 182 75 197 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 166 75 181 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 150 75 165 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 134 75 149 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 214 75 229 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 206 75 213 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 254 75 261 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 278 75 285 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 270 75 277 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 262 75 269 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 294 75 301 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 310 75 317 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 334 75 341 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 118 75 125 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 182 75 197 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 166 75 181 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 150 75 165 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 134 75 149 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 214 75 229 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 206 75 213 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 254 75 261 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 278 75 285 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 270 75 277 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 262 75 269 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 294 75 301 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 310 75 317 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 334 75 341 ;
+    END
+    PORT
+        CLASS CORE ;
+      LAYER Metal2 ;
+        RECT 1.36 349 10.86 350 ;
+    END
+    PORT
+        CLASS CORE ;
+      LAYER Metal2 ;
+        RECT 13.76 349 24.01 350 ;
+    END
+    PORT
+        CLASS CORE ;
+      LAYER Metal2 ;
+        RECT 25.61 349 35.86 350 ;
+    END
+    PORT
+        CLASS CORE ;
+      LAYER Metal2 ;
+        RECT 39.14 349 49.39 350 ;
+    END
+    PORT
+        CLASS CORE ;
+      LAYER Metal2 ;
+        RECT 50.99 349 61.24 350 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 334 1 341 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 310 1 317 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 294 1 301 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 262 1 269 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 270 1 277 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 278 1 285 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 254 1 261 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 206 1 213 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 214 1 229 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 134 1 149 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 150 1 165 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 166 1 181 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 182 1 197 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 334 1 341 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 310 1 317 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 294 1 301 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 262 1 269 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 270 1 277 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 278 1 285 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 254 1 261 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 206 1 213 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 214 1 229 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 134 1 149 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 150 1 165 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 166 1 181 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 182 1 197 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 118 1 125 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 118 1 125 ;
+    END
+    PORT
+        CLASS CORE ;
+      LAYER Metal2 ;
+        RECT 64.14 349 73.64 350 ;
+    END
+  END DVDD
+  PIN DVSS
+    DIRECTION INOUT ;
+    USE GROUND ;
+    PORT
+      LAYER Metal4 ;
+        RECT 74 102 75 117 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 86 75 101 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 70 75 85 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 126 75 133 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 198 75 205 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 230 75 245 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 286 75 293 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 302 75 309 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 326 75 333 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 342 75 348.39 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 102 75 117 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 86 75 101 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 70 75 85 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 126 75 133 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 198 75 205 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 230 75 245 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 286 75 293 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 302 75 309 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 326 75 333 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 342 75 348.39 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 342 1 348.39 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 326 1 333 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 302 1 309 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 286 1 293 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 230 1 245 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 198 1 205 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 126 1 133 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 70 1 85 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 86 1 101 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 342 1 348.39 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 326 1 333 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 302 1 309 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 286 1 293 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 230 1 245 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 198 1 205 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 126 1 133 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 70 1 85 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 86 1 101 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 102 1 117 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 102 1 117 ;
+    END
+  END DVSS
+  PIN VSS
+    DIRECTION INOUT ;
+    USE GROUND ;
+    PORT
+      LAYER Metal4 ;
+        RECT 74 246 75 253 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 318 75 325 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 246 75 253 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 318 75 325 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 318 1 325 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 318 1 325 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 246 1 253 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 246 1 253 ;
+    END
+  END VSS
+  OBS
+    LAYER Metal1 ;
+      RECT 0 0 75 350 ;
+    LAYER Metal2 ;
+      POLYGON 75 350 73.92 350 73.92 348.72 63.86 348.72 63.86 350 61.52 350 61.52 348.72 50.71 348.72 50.71 350 49.67 350 49.67 348.72 38.86 348.72 38.86 350 36.14 350 36.14 348.72 25.33 348.72 25.33 350 24.29 350 24.29 348.72 13.48 348.72 13.48 350 11.14 350 11.14 348.72 1.08 348.72 1.08 350 0 350 0 0 75 0 ;
+    LAYER Metal3 ;
+      POLYGON 75 69.72 73.72 69.72 73.72 85.28 75 85.28 75 85.72 73.72 85.72 73.72 101.28 75 101.28 75 101.72 73.72 101.72 73.72 117.28 75 117.28 75 117.72 73.72 117.72 73.72 125.28 75 125.28 75 125.72 73.72 125.72 73.72 133.28 75 133.28 75 133.72 73.72 133.72 73.72 149.28 75 149.28 75 149.72 73.72 149.72 73.72 165.28 75 165.28 75 165.72 73.72 165.72 73.72 181.28 75 181.28 75 181.72 73.72 181.72 73.72 197.28 75 197.28 75 197.72 73.72 197.72 73.72 205.28 75 205.28 75 205.72 73.72 205.72 73.72 213.28 75 213.28 75 213.72 73.72 213.72 73.72 229.28 75 229.28 75 229.72 73.72 229.72 73.72 245.28 75 245.28 75 245.72 73.72 245.72 73.72 253.28 75 253.28 75 253.72 73.72 253.72 73.72 261.28 75 261.28 75 261.72 73.72 261.72 73.72 269.28 75 269.28 75 269.72 73.72 269.72 73.72 277.28 75 277.28 75 277.72 73.72 277.72 73.72 285.28 75 285.28 75 285.72 73.72 285.72 73.72 293.28 75 293.28 75 293.72 73.72 293.72 73.72 301.28 75 301.28 75 301.72 73.72 301.72 73.72 309.28 75 309.28 75 309.72 73.72 309.72 73.72 317.28 75 317.28 75 317.72 73.72 317.72 73.72 325.28 75 325.28 75 325.72 73.72 325.72 73.72 333.28 75 333.28 75 333.72 73.72 333.72 73.72 341.28 75 341.28 75 341.72 73.72 341.72 73.72 348.67 75 348.67 75 350 0 350 0 348.67 1.28 348.67 1.28 341.72 0 341.72 0 341.28 1.28 341.28 1.28 333.72 0 333.72 0 333.28 1.28 333.28 1.28 325.72 0 325.72 0 325.28 1.28 325.28 1.28 317.72 0 317.72 0 317.28 1.28 317.28 1.28 309.72 0 309.72 0 309.28 1.28 309.28 1.28 301.72 0 301.72 0 301.28 1.28 301.28 1.28 293.72 0 293.72 0 293.28 1.28 293.28 1.28 285.72 0 285.72 0 285.28 1.28 285.28 1.28 277.72 0 277.72 0 277.28 1.28 277.28 1.28 269.72 0 269.72 0 269.28 1.28 269.28 1.28 261.72 0 261.72 0 261.28 1.28 261.28 1.28 253.72 0 253.72 0 253.28 1.28 253.28 1.28 245.72 0 245.72 0 245.28 1.28 245.28 1.28 229.72 0 229.72 0 229.28 1.28 229.28 1.28 213.72 0 213.72 0 213.28 1.28 213.28 1.28 205.72 0 205.72 0 205.28 1.28 205.28 1.28 197.72 0 197.72 0 197.28 1.28 197.28 1.28 181.72 0 181.72 0 181.28 1.28 181.28 1.28 165.72 0 165.72 0 165.28 1.28 165.28 1.28 149.72 0 149.72 0 149.28 1.28 149.28 1.28 133.72 0 133.72 0 133.28 1.28 133.28 1.28 125.72 0 125.72 0 125.28 1.28 125.28 1.28 117.72 0 117.72 0 117.28 1.28 117.28 1.28 101.72 0 101.72 0 101.28 1.28 101.28 1.28 85.72 0 85.72 0 85.28 1.28 85.28 1.28 69.72 0 69.72 0 0 75 0 ;
+    LAYER Metal4 ;
+      POLYGON 75 69.72 73.72 69.72 73.72 85.28 75 85.28 75 85.72 73.72 85.72 73.72 101.28 75 101.28 75 101.72 73.72 101.72 73.72 117.28 75 117.28 75 117.72 73.72 117.72 73.72 125.28 75 125.28 75 125.72 73.72 125.72 73.72 133.28 75 133.28 75 133.72 73.72 133.72 73.72 149.28 75 149.28 75 149.72 73.72 149.72 73.72 165.28 75 165.28 75 165.72 73.72 165.72 73.72 181.28 75 181.28 75 181.72 73.72 181.72 73.72 197.28 75 197.28 75 197.72 73.72 197.72 73.72 205.28 75 205.28 75 205.72 73.72 205.72 73.72 213.28 75 213.28 75 213.72 73.72 213.72 73.72 229.28 75 229.28 75 229.72 73.72 229.72 73.72 245.28 75 245.28 75 245.72 73.72 245.72 73.72 253.28 75 253.28 75 253.72 73.72 253.72 73.72 261.28 75 261.28 75 261.72 73.72 261.72 73.72 269.28 75 269.28 75 269.72 73.72 269.72 73.72 277.28 75 277.28 75 277.72 73.72 277.72 73.72 285.28 75 285.28 75 285.72 73.72 285.72 73.72 293.28 75 293.28 75 293.72 73.72 293.72 73.72 301.28 75 301.28 75 301.72 73.72 301.72 73.72 309.28 75 309.28 75 309.72 73.72 309.72 73.72 317.28 75 317.28 75 317.72 73.72 317.72 73.72 325.28 75 325.28 75 325.72 73.72 325.72 73.72 333.28 75 333.28 75 333.72 73.72 333.72 73.72 341.28 75 341.28 75 341.72 73.72 341.72 73.72 348.67 75 348.67 75 350 0 350 0 348.67 1.28 348.67 1.28 341.72 0 341.72 0 341.28 1.28 341.28 1.28 333.72 0 333.72 0 333.28 1.28 333.28 1.28 325.72 0 325.72 0 325.28 1.28 325.28 1.28 317.72 0 317.72 0 317.28 1.28 317.28 1.28 309.72 0 309.72 0 309.28 1.28 309.28 1.28 301.72 0 301.72 0 301.28 1.28 301.28 1.28 293.72 0 293.72 0 293.28 1.28 293.28 1.28 285.72 0 285.72 0 285.28 1.28 285.28 1.28 277.72 0 277.72 0 277.28 1.28 277.28 1.28 269.72 0 269.72 0 269.28 1.28 269.28 1.28 261.72 0 261.72 0 261.28 1.28 261.28 1.28 253.72 0 253.72 0 253.28 1.28 253.28 1.28 245.72 0 245.72 0 245.28 1.28 245.28 1.28 229.72 0 229.72 0 229.28 1.28 229.28 1.28 213.72 0 213.72 0 213.28 1.28 213.28 1.28 205.72 0 205.72 0 205.28 1.28 205.28 1.28 197.72 0 197.72 0 197.28 1.28 197.28 1.28 181.72 0 181.72 0 181.28 1.28 181.28 1.28 165.72 0 165.72 0 165.28 1.28 165.28 1.28 149.72 0 149.72 0 149.28 1.28 149.28 1.28 133.72 0 133.72 0 133.28 1.28 133.28 1.28 125.72 0 125.72 0 125.28 1.28 125.28 1.28 117.72 0 117.72 0 117.28 1.28 117.28 1.28 101.72 0 101.72 0 101.28 1.28 101.28 1.28 85.72 0 85.72 0 85.28 1.28 85.28 1.28 69.72 0 69.72 0 0 75 0 ;
+    LAYER Via1 ;
+      RECT 0 0 75 350 ;
+    LAYER Via2 ;
+      RECT 0 0 75 350 ;
+    LAYER Via3 ;
+      RECT 0 0 75 350 ;
+  END
+
+END gf180mcu_fd_io__dvdd
diff --git a/cells/dvdd/gf180mcu_fd_io__dvdd_5lm.gds b/cells/dvdd/gf180mcu_fd_io__dvdd_5lm.gds
new file mode 100644
index 0000000..6429128
--- /dev/null
+++ b/cells/dvdd/gf180mcu_fd_io__dvdd_5lm.gds
Binary files differ
diff --git a/cells/dvdd/gf180mcu_fd_io__dvdd_5lm.lef b/cells/dvdd/gf180mcu_fd_io__dvdd_5lm.lef
new file mode 100644
index 0000000..1e07709
--- /dev/null
+++ b/cells/dvdd/gf180mcu_fd_io__dvdd_5lm.lef
@@ -0,0 +1,709 @@
+# Copyright 2022 GlobalFoundries PDK Authors
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+MACRO gf180mcu_fd_io__dvdd
+  CLASS PAD POWER ;
+  ORIGIN 0 0 ;
+  FOREIGN gf180mcu_fd_io__dvdd 0 0 ;
+  SIZE 75 BY 350 ;
+  SYMMETRY X Y R90 ;
+  SITE GF_IO_Site ;
+  PIN DVDD
+    DIRECTION INOUT ;
+    USE POWER ;
+    PORT
+      LAYER Metal5 ;
+        RECT 74 118 75 125 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 74 182 75 197 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 74 166 75 181 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 74 150 75 165 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 74 134 75 149 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 74 214 75 229 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 74 206 75 213 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 74 254 75 261 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 74 278 75 285 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 74 270 75 277 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 74 262 75 269 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 74 294 75 301 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 74 310 75 317 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 74 334 75 341 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 118 75 125 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 182 75 197 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 166 75 181 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 150 75 165 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 134 75 149 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 214 75 229 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 206 75 213 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 254 75 261 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 278 75 285 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 270 75 277 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 262 75 269 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 294 75 301 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 310 75 317 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 334 75 341 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 118 75 125 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 182 75 197 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 166 75 181 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 150 75 165 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 134 75 149 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 214 75 229 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 206 75 213 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 254 75 261 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 278 75 285 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 270 75 277 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 262 75 269 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 294 75 301 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 310 75 317 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 334 75 341 ;
+    END
+    PORT
+        CLASS CORE ;
+      LAYER Metal2 ;
+        RECT 1.36 349 10.86 350 ;
+    END
+    PORT
+        CLASS CORE ;
+      LAYER Metal2 ;
+        RECT 13.76 349 24.01 350 ;
+    END
+    PORT
+        CLASS CORE ;
+      LAYER Metal2 ;
+        RECT 25.61 349 35.86 350 ;
+    END
+    PORT
+        CLASS CORE ;
+      LAYER Metal2 ;
+        RECT 39.14 349 49.39 350 ;
+    END
+    PORT
+        CLASS CORE ;
+      LAYER Metal2 ;
+        RECT 50.99 349 61.24 350 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 334 1 341 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 310 1 317 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 294 1 301 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 262 1 269 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 270 1 277 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 278 1 285 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 254 1 261 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 206 1 213 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 214 1 229 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 134 1 149 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 150 1 165 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 166 1 181 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 182 1 197 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 334 1 341 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 310 1 317 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 294 1 301 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 262 1 269 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 270 1 277 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 278 1 285 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 254 1 261 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 206 1 213 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 214 1 229 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 134 1 149 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 150 1 165 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 166 1 181 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 182 1 197 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 334 1 341 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 310 1 317 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 294 1 301 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 262 1 269 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 270 1 277 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 278 1 285 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 254 1 261 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 206 1 213 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 214 1 229 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 134 1 149 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 150 1 165 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 166 1 181 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 182 1 197 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 118 1 125 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 118 1 125 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 118 1 125 ;
+    END
+    PORT
+        CLASS CORE ;
+      LAYER Metal2 ;
+        RECT 64.14 349 73.64 350 ;
+    END
+  END DVDD
+  PIN DVSS
+    DIRECTION INOUT ;
+    USE GROUND ;
+    PORT
+      LAYER Metal5 ;
+        RECT 74 102 75 117 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 74 86 75 101 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 74 70 75 85 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 74 126 75 133 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 74 198 75 205 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 74 230 75 245 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 74 286 75 293 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 74 302 75 309 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 74 326 75 333 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 74 342 75 348.39 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 102 75 117 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 86 75 101 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 70 75 85 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 126 75 133 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 198 75 205 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 230 75 245 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 286 75 293 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 302 75 309 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 326 75 333 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 342 75 348.39 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 102 75 117 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 86 75 101 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 70 75 85 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 126 75 133 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 198 75 205 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 230 75 245 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 286 75 293 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 302 75 309 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 326 75 333 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 342 75 348.39 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 342 1 348.39 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 326 1 333 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 302 1 309 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 286 1 293 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 230 1 245 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 198 1 205 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 126 1 133 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 70 1 85 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 86 1 101 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 342 1 348.39 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 326 1 333 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 302 1 309 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 286 1 293 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 230 1 245 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 198 1 205 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 126 1 133 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 70 1 85 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 86 1 101 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 342 1 348.39 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 326 1 333 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 302 1 309 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 286 1 293 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 230 1 245 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 198 1 205 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 126 1 133 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 70 1 85 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 86 1 101 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 102 1 117 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 102 1 117 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 102 1 117 ;
+    END
+  END DVSS
+  PIN VSS
+    DIRECTION INOUT ;
+    USE GROUND ;
+    PORT
+      LAYER Metal5 ;
+        RECT 74 246 75 253 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 74 318 75 325 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 246 75 253 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 318 75 325 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 246 75 253 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 318 75 325 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 318 1 325 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 318 1 325 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 318 1 325 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 246 1 253 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 246 1 253 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 246 1 253 ;
+    END
+  END VSS
+  OBS
+    LAYER Metal1 ;
+      RECT 0 0 75 350 ;
+    LAYER Metal2 ;
+      POLYGON 75 350 73.92 350 73.92 348.72 63.86 348.72 63.86 350 61.52 350 61.52 348.72 50.71 348.72 50.71 350 49.67 350 49.67 348.72 38.86 348.72 38.86 350 36.14 350 36.14 348.72 25.33 348.72 25.33 350 24.29 350 24.29 348.72 13.48 348.72 13.48 350 11.14 350 11.14 348.72 1.08 348.72 1.08 350 0 350 0 0 75 0 ;
+    LAYER Metal3 ;
+      POLYGON 75 69.72 73.72 69.72 73.72 85.28 75 85.28 75 85.72 73.72 85.72 73.72 101.28 75 101.28 75 101.72 73.72 101.72 73.72 117.28 75 117.28 75 117.72 73.72 117.72 73.72 125.28 75 125.28 75 125.72 73.72 125.72 73.72 133.28 75 133.28 75 133.72 73.72 133.72 73.72 149.28 75 149.28 75 149.72 73.72 149.72 73.72 165.28 75 165.28 75 165.72 73.72 165.72 73.72 181.28 75 181.28 75 181.72 73.72 181.72 73.72 197.28 75 197.28 75 197.72 73.72 197.72 73.72 205.28 75 205.28 75 205.72 73.72 205.72 73.72 213.28 75 213.28 75 213.72 73.72 213.72 73.72 229.28 75 229.28 75 229.72 73.72 229.72 73.72 245.28 75 245.28 75 245.72 73.72 245.72 73.72 253.28 75 253.28 75 253.72 73.72 253.72 73.72 261.28 75 261.28 75 261.72 73.72 261.72 73.72 269.28 75 269.28 75 269.72 73.72 269.72 73.72 277.28 75 277.28 75 277.72 73.72 277.72 73.72 285.28 75 285.28 75 285.72 73.72 285.72 73.72 293.28 75 293.28 75 293.72 73.72 293.72 73.72 301.28 75 301.28 75 301.72 73.72 301.72 73.72 309.28 75 309.28 75 309.72 73.72 309.72 73.72 317.28 75 317.28 75 317.72 73.72 317.72 73.72 325.28 75 325.28 75 325.72 73.72 325.72 73.72 333.28 75 333.28 75 333.72 73.72 333.72 73.72 341.28 75 341.28 75 341.72 73.72 341.72 73.72 348.67 75 348.67 75 350 0 350 0 348.67 1.28 348.67 1.28 341.72 0 341.72 0 341.28 1.28 341.28 1.28 333.72 0 333.72 0 333.28 1.28 333.28 1.28 325.72 0 325.72 0 325.28 1.28 325.28 1.28 317.72 0 317.72 0 317.28 1.28 317.28 1.28 309.72 0 309.72 0 309.28 1.28 309.28 1.28 301.72 0 301.72 0 301.28 1.28 301.28 1.28 293.72 0 293.72 0 293.28 1.28 293.28 1.28 285.72 0 285.72 0 285.28 1.28 285.28 1.28 277.72 0 277.72 0 277.28 1.28 277.28 1.28 269.72 0 269.72 0 269.28 1.28 269.28 1.28 261.72 0 261.72 0 261.28 1.28 261.28 1.28 253.72 0 253.72 0 253.28 1.28 253.28 1.28 245.72 0 245.72 0 245.28 1.28 245.28 1.28 229.72 0 229.72 0 229.28 1.28 229.28 1.28 213.72 0 213.72 0 213.28 1.28 213.28 1.28 205.72 0 205.72 0 205.28 1.28 205.28 1.28 197.72 0 197.72 0 197.28 1.28 197.28 1.28 181.72 0 181.72 0 181.28 1.28 181.28 1.28 165.72 0 165.72 0 165.28 1.28 165.28 1.28 149.72 0 149.72 0 149.28 1.28 149.28 1.28 133.72 0 133.72 0 133.28 1.28 133.28 1.28 125.72 0 125.72 0 125.28 1.28 125.28 1.28 117.72 0 117.72 0 117.28 1.28 117.28 1.28 101.72 0 101.72 0 101.28 1.28 101.28 1.28 85.72 0 85.72 0 85.28 1.28 85.28 1.28 69.72 0 69.72 0 0 75 0 ;
+    LAYER Metal4 ;
+      POLYGON 75 69.72 73.72 69.72 73.72 85.28 75 85.28 75 85.72 73.72 85.72 73.72 101.28 75 101.28 75 101.72 73.72 101.72 73.72 117.28 75 117.28 75 117.72 73.72 117.72 73.72 125.28 75 125.28 75 125.72 73.72 125.72 73.72 133.28 75 133.28 75 133.72 73.72 133.72 73.72 149.28 75 149.28 75 149.72 73.72 149.72 73.72 165.28 75 165.28 75 165.72 73.72 165.72 73.72 181.28 75 181.28 75 181.72 73.72 181.72 73.72 197.28 75 197.28 75 197.72 73.72 197.72 73.72 205.28 75 205.28 75 205.72 73.72 205.72 73.72 213.28 75 213.28 75 213.72 73.72 213.72 73.72 229.28 75 229.28 75 229.72 73.72 229.72 73.72 245.28 75 245.28 75 245.72 73.72 245.72 73.72 253.28 75 253.28 75 253.72 73.72 253.72 73.72 261.28 75 261.28 75 261.72 73.72 261.72 73.72 269.28 75 269.28 75 269.72 73.72 269.72 73.72 277.28 75 277.28 75 277.72 73.72 277.72 73.72 285.28 75 285.28 75 285.72 73.72 285.72 73.72 293.28 75 293.28 75 293.72 73.72 293.72 73.72 301.28 75 301.28 75 301.72 73.72 301.72 73.72 309.28 75 309.28 75 309.72 73.72 309.72 73.72 317.28 75 317.28 75 317.72 73.72 317.72 73.72 325.28 75 325.28 75 325.72 73.72 325.72 73.72 333.28 75 333.28 75 333.72 73.72 333.72 73.72 341.28 75 341.28 75 341.72 73.72 341.72 73.72 348.67 75 348.67 75 350 0 350 0 348.67 1.28 348.67 1.28 341.72 0 341.72 0 341.28 1.28 341.28 1.28 333.72 0 333.72 0 333.28 1.28 333.28 1.28 325.72 0 325.72 0 325.28 1.28 325.28 1.28 317.72 0 317.72 0 317.28 1.28 317.28 1.28 309.72 0 309.72 0 309.28 1.28 309.28 1.28 301.72 0 301.72 0 301.28 1.28 301.28 1.28 293.72 0 293.72 0 293.28 1.28 293.28 1.28 285.72 0 285.72 0 285.28 1.28 285.28 1.28 277.72 0 277.72 0 277.28 1.28 277.28 1.28 269.72 0 269.72 0 269.28 1.28 269.28 1.28 261.72 0 261.72 0 261.28 1.28 261.28 1.28 253.72 0 253.72 0 253.28 1.28 253.28 1.28 245.72 0 245.72 0 245.28 1.28 245.28 1.28 229.72 0 229.72 0 229.28 1.28 229.28 1.28 213.72 0 213.72 0 213.28 1.28 213.28 1.28 205.72 0 205.72 0 205.28 1.28 205.28 1.28 197.72 0 197.72 0 197.28 1.28 197.28 1.28 181.72 0 181.72 0 181.28 1.28 181.28 1.28 165.72 0 165.72 0 165.28 1.28 165.28 1.28 149.72 0 149.72 0 149.28 1.28 149.28 1.28 133.72 0 133.72 0 133.28 1.28 133.28 1.28 125.72 0 125.72 0 125.28 1.28 125.28 1.28 117.72 0 117.72 0 117.28 1.28 117.28 1.28 101.72 0 101.72 0 101.28 1.28 101.28 1.28 85.72 0 85.72 0 85.28 1.28 85.28 1.28 69.72 0 69.72 0 0 75 0 ;
+    LAYER Metal5 ;
+      POLYGON 75 69.72 73.72 69.72 73.72 85.28 75 85.28 75 85.72 73.72 85.72 73.72 101.28 75 101.28 75 101.72 73.72 101.72 73.72 117.28 75 117.28 75 117.72 73.72 117.72 73.72 125.28 75 125.28 75 125.72 73.72 125.72 73.72 133.28 75 133.28 75 133.72 73.72 133.72 73.72 149.28 75 149.28 75 149.72 73.72 149.72 73.72 165.28 75 165.28 75 165.72 73.72 165.72 73.72 181.28 75 181.28 75 181.72 73.72 181.72 73.72 197.28 75 197.28 75 197.72 73.72 197.72 73.72 205.28 75 205.28 75 205.72 73.72 205.72 73.72 213.28 75 213.28 75 213.72 73.72 213.72 73.72 229.28 75 229.28 75 229.72 73.72 229.72 73.72 245.28 75 245.28 75 245.72 73.72 245.72 73.72 253.28 75 253.28 75 253.72 73.72 253.72 73.72 261.28 75 261.28 75 261.72 73.72 261.72 73.72 269.28 75 269.28 75 269.72 73.72 269.72 73.72 277.28 75 277.28 75 277.72 73.72 277.72 73.72 285.28 75 285.28 75 285.72 73.72 285.72 73.72 293.28 75 293.28 75 293.72 73.72 293.72 73.72 301.28 75 301.28 75 301.72 73.72 301.72 73.72 309.28 75 309.28 75 309.72 73.72 309.72 73.72 317.28 75 317.28 75 317.72 73.72 317.72 73.72 325.28 75 325.28 75 325.72 73.72 325.72 73.72 333.28 75 333.28 75 333.72 73.72 333.72 73.72 341.28 75 341.28 75 341.72 73.72 341.72 73.72 348.67 75 348.67 75 350 0 350 0 348.67 1.28 348.67 1.28 341.72 0 341.72 0 341.28 1.28 341.28 1.28 333.72 0 333.72 0 333.28 1.28 333.28 1.28 325.72 0 325.72 0 325.28 1.28 325.28 1.28 317.72 0 317.72 0 317.28 1.28 317.28 1.28 309.72 0 309.72 0 309.28 1.28 309.28 1.28 301.72 0 301.72 0 301.28 1.28 301.28 1.28 293.72 0 293.72 0 293.28 1.28 293.28 1.28 285.72 0 285.72 0 285.28 1.28 285.28 1.28 277.72 0 277.72 0 277.28 1.28 277.28 1.28 269.72 0 269.72 0 269.28 1.28 269.28 1.28 261.72 0 261.72 0 261.28 1.28 261.28 1.28 253.72 0 253.72 0 253.28 1.28 253.28 1.28 245.72 0 245.72 0 245.28 1.28 245.28 1.28 229.72 0 229.72 0 229.28 1.28 229.28 1.28 213.72 0 213.72 0 213.28 1.28 213.28 1.28 205.72 0 205.72 0 205.28 1.28 205.28 1.28 197.72 0 197.72 0 197.28 1.28 197.28 1.28 181.72 0 181.72 0 181.28 1.28 181.28 1.28 165.72 0 165.72 0 165.28 1.28 165.28 1.28 149.72 0 149.72 0 149.28 1.28 149.28 1.28 133.72 0 133.72 0 133.28 1.28 133.28 1.28 125.72 0 125.72 0 125.28 1.28 125.28 1.28 117.72 0 117.72 0 117.28 1.28 117.28 1.28 101.72 0 101.72 0 101.28 1.28 101.28 1.28 85.72 0 85.72 0 85.28 1.28 85.28 1.28 69.72 0 69.72 0 0 75 0 ;
+    LAYER Via1 ;
+      RECT 0 0 75 350 ;
+    LAYER Via2 ;
+      RECT 0 0 75 350 ;
+    LAYER Via3 ;
+      RECT 0 0 75 350 ;
+    LAYER Via4 ;
+      RECT 0 0 75 350 ;
+  END
+
+END gf180mcu_fd_io__dvdd
diff --git a/cells/dvdd/gf180mcu_fd_io__dvdd__ff_125C_2v75.lib b/cells/dvdd/gf180mcu_fd_io__dvdd__ff_125C_2v75.lib
new file mode 100644
index 0000000..e9738c0
--- /dev/null
+++ b/cells/dvdd/gf180mcu_fd_io__dvdd__ff_125C_2v75.lib
@@ -0,0 +1,37 @@
+/*
+ * Copyright 2022 GlobalFoundries PDK Authors
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+	cell ("gf180mcu_fd_io__dvdd") {
+		pad_cell   : true;
+		dont_touch : true;
+		dont_use   : true;
+		area       : 26250.000000 ;
+		pin ("DVDD") {
+			direction     : "inout";
+			capacitance   : 0;
+			is_pad        : true;
+			drive_current : 0;
+			three_state   : "0";
+			function      : "1";
+		}
+		pin ("DVSS") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("VSS") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+	}
diff --git a/cells/dvdd/gf180mcu_fd_io__dvdd__ff_125C_2v75.lib.json b/cells/dvdd/gf180mcu_fd_io__dvdd__ff_125C_2v75.lib.json
new file mode 100644
index 0000000..3e7d1cd
--- /dev/null
+++ b/cells/dvdd/gf180mcu_fd_io__dvdd__ff_125C_2v75.lib.json
@@ -0,0 +1,24 @@
+{
+    "cell gf180mcu_fd_io__dvdd": {
+        "pad_cell": "true",
+        "dont_touch": "true",
+        "dont_use": "true",
+        "area": "26250.000000",
+        "pin DVDD": {
+            "direction": "inout",
+            "capacitance": "0",
+            "is_pad": "true",
+            "drive_current": "0",
+            "three_state": "0",
+            "function": "1"
+        },
+        "pin DVSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        }
+    }
+}
\ No newline at end of file
diff --git a/cells/dvdd/gf180mcu_fd_io__dvdd__ff_125C_3v63.lib b/cells/dvdd/gf180mcu_fd_io__dvdd__ff_125C_3v63.lib
new file mode 100644
index 0000000..e9738c0
--- /dev/null
+++ b/cells/dvdd/gf180mcu_fd_io__dvdd__ff_125C_3v63.lib
@@ -0,0 +1,37 @@
+/*
+ * Copyright 2022 GlobalFoundries PDK Authors
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+	cell ("gf180mcu_fd_io__dvdd") {
+		pad_cell   : true;
+		dont_touch : true;
+		dont_use   : true;
+		area       : 26250.000000 ;
+		pin ("DVDD") {
+			direction     : "inout";
+			capacitance   : 0;
+			is_pad        : true;
+			drive_current : 0;
+			three_state   : "0";
+			function      : "1";
+		}
+		pin ("DVSS") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("VSS") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+	}
diff --git a/cells/dvdd/gf180mcu_fd_io__dvdd__ff_125C_3v63.lib.json b/cells/dvdd/gf180mcu_fd_io__dvdd__ff_125C_3v63.lib.json
new file mode 100644
index 0000000..3e7d1cd
--- /dev/null
+++ b/cells/dvdd/gf180mcu_fd_io__dvdd__ff_125C_3v63.lib.json
@@ -0,0 +1,24 @@
+{
+    "cell gf180mcu_fd_io__dvdd": {
+        "pad_cell": "true",
+        "dont_touch": "true",
+        "dont_use": "true",
+        "area": "26250.000000",
+        "pin DVDD": {
+            "direction": "inout",
+            "capacitance": "0",
+            "is_pad": "true",
+            "drive_current": "0",
+            "three_state": "0",
+            "function": "1"
+        },
+        "pin DVSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        }
+    }
+}
\ No newline at end of file
diff --git a/cells/dvdd/gf180mcu_fd_io__dvdd__ff_125C_5v50.lib b/cells/dvdd/gf180mcu_fd_io__dvdd__ff_125C_5v50.lib
new file mode 100644
index 0000000..e9738c0
--- /dev/null
+++ b/cells/dvdd/gf180mcu_fd_io__dvdd__ff_125C_5v50.lib
@@ -0,0 +1,37 @@
+/*
+ * Copyright 2022 GlobalFoundries PDK Authors
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+	cell ("gf180mcu_fd_io__dvdd") {
+		pad_cell   : true;
+		dont_touch : true;
+		dont_use   : true;
+		area       : 26250.000000 ;
+		pin ("DVDD") {
+			direction     : "inout";
+			capacitance   : 0;
+			is_pad        : true;
+			drive_current : 0;
+			three_state   : "0";
+			function      : "1";
+		}
+		pin ("DVSS") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("VSS") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+	}
diff --git a/cells/dvdd/gf180mcu_fd_io__dvdd__ff_125C_5v50.lib.json b/cells/dvdd/gf180mcu_fd_io__dvdd__ff_125C_5v50.lib.json
new file mode 100644
index 0000000..3e7d1cd
--- /dev/null
+++ b/cells/dvdd/gf180mcu_fd_io__dvdd__ff_125C_5v50.lib.json
@@ -0,0 +1,24 @@
+{
+    "cell gf180mcu_fd_io__dvdd": {
+        "pad_cell": "true",
+        "dont_touch": "true",
+        "dont_use": "true",
+        "area": "26250.000000",
+        "pin DVDD": {
+            "direction": "inout",
+            "capacitance": "0",
+            "is_pad": "true",
+            "drive_current": "0",
+            "three_state": "0",
+            "function": "1"
+        },
+        "pin DVSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        }
+    }
+}
\ No newline at end of file
diff --git a/cells/dvdd/gf180mcu_fd_io__dvdd__ff_n40C_2v75.lib b/cells/dvdd/gf180mcu_fd_io__dvdd__ff_n40C_2v75.lib
new file mode 100644
index 0000000..e9738c0
--- /dev/null
+++ b/cells/dvdd/gf180mcu_fd_io__dvdd__ff_n40C_2v75.lib
@@ -0,0 +1,37 @@
+/*
+ * Copyright 2022 GlobalFoundries PDK Authors
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+	cell ("gf180mcu_fd_io__dvdd") {
+		pad_cell   : true;
+		dont_touch : true;
+		dont_use   : true;
+		area       : 26250.000000 ;
+		pin ("DVDD") {
+			direction     : "inout";
+			capacitance   : 0;
+			is_pad        : true;
+			drive_current : 0;
+			three_state   : "0";
+			function      : "1";
+		}
+		pin ("DVSS") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("VSS") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+	}
diff --git a/cells/dvdd/gf180mcu_fd_io__dvdd__ff_n40C_2v75.lib.json b/cells/dvdd/gf180mcu_fd_io__dvdd__ff_n40C_2v75.lib.json
new file mode 100644
index 0000000..3e7d1cd
--- /dev/null
+++ b/cells/dvdd/gf180mcu_fd_io__dvdd__ff_n40C_2v75.lib.json
@@ -0,0 +1,24 @@
+{
+    "cell gf180mcu_fd_io__dvdd": {
+        "pad_cell": "true",
+        "dont_touch": "true",
+        "dont_use": "true",
+        "area": "26250.000000",
+        "pin DVDD": {
+            "direction": "inout",
+            "capacitance": "0",
+            "is_pad": "true",
+            "drive_current": "0",
+            "three_state": "0",
+            "function": "1"
+        },
+        "pin DVSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        }
+    }
+}
\ No newline at end of file
diff --git a/cells/dvdd/gf180mcu_fd_io__dvdd__ff_n40C_3v63.lib b/cells/dvdd/gf180mcu_fd_io__dvdd__ff_n40C_3v63.lib
new file mode 100644
index 0000000..e9738c0
--- /dev/null
+++ b/cells/dvdd/gf180mcu_fd_io__dvdd__ff_n40C_3v63.lib
@@ -0,0 +1,37 @@
+/*
+ * Copyright 2022 GlobalFoundries PDK Authors
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+	cell ("gf180mcu_fd_io__dvdd") {
+		pad_cell   : true;
+		dont_touch : true;
+		dont_use   : true;
+		area       : 26250.000000 ;
+		pin ("DVDD") {
+			direction     : "inout";
+			capacitance   : 0;
+			is_pad        : true;
+			drive_current : 0;
+			three_state   : "0";
+			function      : "1";
+		}
+		pin ("DVSS") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("VSS") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+	}
diff --git a/cells/dvdd/gf180mcu_fd_io__dvdd__ff_n40C_3v63.lib.json b/cells/dvdd/gf180mcu_fd_io__dvdd__ff_n40C_3v63.lib.json
new file mode 100644
index 0000000..3e7d1cd
--- /dev/null
+++ b/cells/dvdd/gf180mcu_fd_io__dvdd__ff_n40C_3v63.lib.json
@@ -0,0 +1,24 @@
+{
+    "cell gf180mcu_fd_io__dvdd": {
+        "pad_cell": "true",
+        "dont_touch": "true",
+        "dont_use": "true",
+        "area": "26250.000000",
+        "pin DVDD": {
+            "direction": "inout",
+            "capacitance": "0",
+            "is_pad": "true",
+            "drive_current": "0",
+            "three_state": "0",
+            "function": "1"
+        },
+        "pin DVSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        }
+    }
+}
\ No newline at end of file
diff --git a/cells/dvdd/gf180mcu_fd_io__dvdd__ff_n40C_5v50.lib b/cells/dvdd/gf180mcu_fd_io__dvdd__ff_n40C_5v50.lib
new file mode 100644
index 0000000..e9738c0
--- /dev/null
+++ b/cells/dvdd/gf180mcu_fd_io__dvdd__ff_n40C_5v50.lib
@@ -0,0 +1,37 @@
+/*
+ * Copyright 2022 GlobalFoundries PDK Authors
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+	cell ("gf180mcu_fd_io__dvdd") {
+		pad_cell   : true;
+		dont_touch : true;
+		dont_use   : true;
+		area       : 26250.000000 ;
+		pin ("DVDD") {
+			direction     : "inout";
+			capacitance   : 0;
+			is_pad        : true;
+			drive_current : 0;
+			three_state   : "0";
+			function      : "1";
+		}
+		pin ("DVSS") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("VSS") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+	}
diff --git a/cells/dvdd/gf180mcu_fd_io__dvdd__ff_n40C_5v50.lib.json b/cells/dvdd/gf180mcu_fd_io__dvdd__ff_n40C_5v50.lib.json
new file mode 100644
index 0000000..3e7d1cd
--- /dev/null
+++ b/cells/dvdd/gf180mcu_fd_io__dvdd__ff_n40C_5v50.lib.json
@@ -0,0 +1,24 @@
+{
+    "cell gf180mcu_fd_io__dvdd": {
+        "pad_cell": "true",
+        "dont_touch": "true",
+        "dont_use": "true",
+        "area": "26250.000000",
+        "pin DVDD": {
+            "direction": "inout",
+            "capacitance": "0",
+            "is_pad": "true",
+            "drive_current": "0",
+            "three_state": "0",
+            "function": "1"
+        },
+        "pin DVSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        }
+    }
+}
\ No newline at end of file
diff --git a/cells/dvdd/gf180mcu_fd_io__dvdd__ss_125C_2v25.lib b/cells/dvdd/gf180mcu_fd_io__dvdd__ss_125C_2v25.lib
new file mode 100644
index 0000000..e9738c0
--- /dev/null
+++ b/cells/dvdd/gf180mcu_fd_io__dvdd__ss_125C_2v25.lib
@@ -0,0 +1,37 @@
+/*
+ * Copyright 2022 GlobalFoundries PDK Authors
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+	cell ("gf180mcu_fd_io__dvdd") {
+		pad_cell   : true;
+		dont_touch : true;
+		dont_use   : true;
+		area       : 26250.000000 ;
+		pin ("DVDD") {
+			direction     : "inout";
+			capacitance   : 0;
+			is_pad        : true;
+			drive_current : 0;
+			three_state   : "0";
+			function      : "1";
+		}
+		pin ("DVSS") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("VSS") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+	}
diff --git a/cells/dvdd/gf180mcu_fd_io__dvdd__ss_125C_2v25.lib.json b/cells/dvdd/gf180mcu_fd_io__dvdd__ss_125C_2v25.lib.json
new file mode 100644
index 0000000..3e7d1cd
--- /dev/null
+++ b/cells/dvdd/gf180mcu_fd_io__dvdd__ss_125C_2v25.lib.json
@@ -0,0 +1,24 @@
+{
+    "cell gf180mcu_fd_io__dvdd": {
+        "pad_cell": "true",
+        "dont_touch": "true",
+        "dont_use": "true",
+        "area": "26250.000000",
+        "pin DVDD": {
+            "direction": "inout",
+            "capacitance": "0",
+            "is_pad": "true",
+            "drive_current": "0",
+            "three_state": "0",
+            "function": "1"
+        },
+        "pin DVSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        }
+    }
+}
\ No newline at end of file
diff --git a/cells/dvdd/gf180mcu_fd_io__dvdd__ss_125C_2v97.lib b/cells/dvdd/gf180mcu_fd_io__dvdd__ss_125C_2v97.lib
new file mode 100644
index 0000000..e9738c0
--- /dev/null
+++ b/cells/dvdd/gf180mcu_fd_io__dvdd__ss_125C_2v97.lib
@@ -0,0 +1,37 @@
+/*
+ * Copyright 2022 GlobalFoundries PDK Authors
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+	cell ("gf180mcu_fd_io__dvdd") {
+		pad_cell   : true;
+		dont_touch : true;
+		dont_use   : true;
+		area       : 26250.000000 ;
+		pin ("DVDD") {
+			direction     : "inout";
+			capacitance   : 0;
+			is_pad        : true;
+			drive_current : 0;
+			three_state   : "0";
+			function      : "1";
+		}
+		pin ("DVSS") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("VSS") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+	}
diff --git a/cells/dvdd/gf180mcu_fd_io__dvdd__ss_125C_2v97.lib.json b/cells/dvdd/gf180mcu_fd_io__dvdd__ss_125C_2v97.lib.json
new file mode 100644
index 0000000..3e7d1cd
--- /dev/null
+++ b/cells/dvdd/gf180mcu_fd_io__dvdd__ss_125C_2v97.lib.json
@@ -0,0 +1,24 @@
+{
+    "cell gf180mcu_fd_io__dvdd": {
+        "pad_cell": "true",
+        "dont_touch": "true",
+        "dont_use": "true",
+        "area": "26250.000000",
+        "pin DVDD": {
+            "direction": "inout",
+            "capacitance": "0",
+            "is_pad": "true",
+            "drive_current": "0",
+            "three_state": "0",
+            "function": "1"
+        },
+        "pin DVSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        }
+    }
+}
\ No newline at end of file
diff --git a/cells/dvdd/gf180mcu_fd_io__dvdd__ss_125C_4v50.lib b/cells/dvdd/gf180mcu_fd_io__dvdd__ss_125C_4v50.lib
new file mode 100644
index 0000000..e9738c0
--- /dev/null
+++ b/cells/dvdd/gf180mcu_fd_io__dvdd__ss_125C_4v50.lib
@@ -0,0 +1,37 @@
+/*
+ * Copyright 2022 GlobalFoundries PDK Authors
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+	cell ("gf180mcu_fd_io__dvdd") {
+		pad_cell   : true;
+		dont_touch : true;
+		dont_use   : true;
+		area       : 26250.000000 ;
+		pin ("DVDD") {
+			direction     : "inout";
+			capacitance   : 0;
+			is_pad        : true;
+			drive_current : 0;
+			three_state   : "0";
+			function      : "1";
+		}
+		pin ("DVSS") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("VSS") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+	}
diff --git a/cells/dvdd/gf180mcu_fd_io__dvdd__ss_125C_4v50.lib.json b/cells/dvdd/gf180mcu_fd_io__dvdd__ss_125C_4v50.lib.json
new file mode 100644
index 0000000..3e7d1cd
--- /dev/null
+++ b/cells/dvdd/gf180mcu_fd_io__dvdd__ss_125C_4v50.lib.json
@@ -0,0 +1,24 @@
+{
+    "cell gf180mcu_fd_io__dvdd": {
+        "pad_cell": "true",
+        "dont_touch": "true",
+        "dont_use": "true",
+        "area": "26250.000000",
+        "pin DVDD": {
+            "direction": "inout",
+            "capacitance": "0",
+            "is_pad": "true",
+            "drive_current": "0",
+            "three_state": "0",
+            "function": "1"
+        },
+        "pin DVSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        }
+    }
+}
\ No newline at end of file
diff --git a/cells/dvdd/gf180mcu_fd_io__dvdd__tt_025C_2v50.lib b/cells/dvdd/gf180mcu_fd_io__dvdd__tt_025C_2v50.lib
new file mode 100644
index 0000000..e9738c0
--- /dev/null
+++ b/cells/dvdd/gf180mcu_fd_io__dvdd__tt_025C_2v50.lib
@@ -0,0 +1,37 @@
+/*
+ * Copyright 2022 GlobalFoundries PDK Authors
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+	cell ("gf180mcu_fd_io__dvdd") {
+		pad_cell   : true;
+		dont_touch : true;
+		dont_use   : true;
+		area       : 26250.000000 ;
+		pin ("DVDD") {
+			direction     : "inout";
+			capacitance   : 0;
+			is_pad        : true;
+			drive_current : 0;
+			three_state   : "0";
+			function      : "1";
+		}
+		pin ("DVSS") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("VSS") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+	}
diff --git a/cells/dvdd/gf180mcu_fd_io__dvdd__tt_025C_2v50.lib.json b/cells/dvdd/gf180mcu_fd_io__dvdd__tt_025C_2v50.lib.json
new file mode 100644
index 0000000..3e7d1cd
--- /dev/null
+++ b/cells/dvdd/gf180mcu_fd_io__dvdd__tt_025C_2v50.lib.json
@@ -0,0 +1,24 @@
+{
+    "cell gf180mcu_fd_io__dvdd": {
+        "pad_cell": "true",
+        "dont_touch": "true",
+        "dont_use": "true",
+        "area": "26250.000000",
+        "pin DVDD": {
+            "direction": "inout",
+            "capacitance": "0",
+            "is_pad": "true",
+            "drive_current": "0",
+            "three_state": "0",
+            "function": "1"
+        },
+        "pin DVSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        }
+    }
+}
\ No newline at end of file
diff --git a/cells/dvdd/gf180mcu_fd_io__dvdd__tt_025C_3v30.lib b/cells/dvdd/gf180mcu_fd_io__dvdd__tt_025C_3v30.lib
new file mode 100644
index 0000000..e9738c0
--- /dev/null
+++ b/cells/dvdd/gf180mcu_fd_io__dvdd__tt_025C_3v30.lib
@@ -0,0 +1,37 @@
+/*
+ * Copyright 2022 GlobalFoundries PDK Authors
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+	cell ("gf180mcu_fd_io__dvdd") {
+		pad_cell   : true;
+		dont_touch : true;
+		dont_use   : true;
+		area       : 26250.000000 ;
+		pin ("DVDD") {
+			direction     : "inout";
+			capacitance   : 0;
+			is_pad        : true;
+			drive_current : 0;
+			three_state   : "0";
+			function      : "1";
+		}
+		pin ("DVSS") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("VSS") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+	}
diff --git a/cells/dvdd/gf180mcu_fd_io__dvdd__tt_025C_3v30.lib.json b/cells/dvdd/gf180mcu_fd_io__dvdd__tt_025C_3v30.lib.json
new file mode 100644
index 0000000..3e7d1cd
--- /dev/null
+++ b/cells/dvdd/gf180mcu_fd_io__dvdd__tt_025C_3v30.lib.json
@@ -0,0 +1,24 @@
+{
+    "cell gf180mcu_fd_io__dvdd": {
+        "pad_cell": "true",
+        "dont_touch": "true",
+        "dont_use": "true",
+        "area": "26250.000000",
+        "pin DVDD": {
+            "direction": "inout",
+            "capacitance": "0",
+            "is_pad": "true",
+            "drive_current": "0",
+            "three_state": "0",
+            "function": "1"
+        },
+        "pin DVSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        }
+    }
+}
\ No newline at end of file
diff --git a/cells/dvdd/gf180mcu_fd_io__dvdd__tt_025C_5v00.lib b/cells/dvdd/gf180mcu_fd_io__dvdd__tt_025C_5v00.lib
new file mode 100644
index 0000000..e9738c0
--- /dev/null
+++ b/cells/dvdd/gf180mcu_fd_io__dvdd__tt_025C_5v00.lib
@@ -0,0 +1,37 @@
+/*
+ * Copyright 2022 GlobalFoundries PDK Authors
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+	cell ("gf180mcu_fd_io__dvdd") {
+		pad_cell   : true;
+		dont_touch : true;
+		dont_use   : true;
+		area       : 26250.000000 ;
+		pin ("DVDD") {
+			direction     : "inout";
+			capacitance   : 0;
+			is_pad        : true;
+			drive_current : 0;
+			three_state   : "0";
+			function      : "1";
+		}
+		pin ("DVSS") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("VSS") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+	}
diff --git a/cells/dvdd/gf180mcu_fd_io__dvdd__tt_025C_5v00.lib.json b/cells/dvdd/gf180mcu_fd_io__dvdd__tt_025C_5v00.lib.json
new file mode 100644
index 0000000..3e7d1cd
--- /dev/null
+++ b/cells/dvdd/gf180mcu_fd_io__dvdd__tt_025C_5v00.lib.json
@@ -0,0 +1,24 @@
+{
+    "cell gf180mcu_fd_io__dvdd": {
+        "pad_cell": "true",
+        "dont_touch": "true",
+        "dont_use": "true",
+        "area": "26250.000000",
+        "pin DVDD": {
+            "direction": "inout",
+            "capacitance": "0",
+            "is_pad": "true",
+            "drive_current": "0",
+            "three_state": "0",
+            "function": "1"
+        },
+        "pin DVSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        }
+    }
+}
\ No newline at end of file
diff --git a/cells/dvss/gf180mcu_fd_io__dvss.cdl b/cells/dvss/gf180mcu_fd_io__dvss.cdl
new file mode 100644
index 0000000..f694d2d
--- /dev/null
+++ b/cells/dvss/gf180mcu_fd_io__dvss.cdl
@@ -0,0 +1,52 @@
+* Copyright 2022 GlobalFoundries PDK Authors
+*
+* Licensed under the Apache License, Version 2.0 (the "License");
+* you may not use this file except in compliance with the License.
+* You may obtain a copy of the License at
+*
+*     http://www.apache.org/licenses/LICENSE-2.0
+*
+* Unless required by applicable law or agreed to in writing, software
+* distributed under the License is distributed on an "AS IS" BASIS,
+* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+* See the License for the specific language governing permissions and
+* limitations under the License.
+
+.SUBCKT gf180mcu_fd_io__dvss DVDD DVSS VDD
+M0 n6 n7 DVDD DVDD pmos_6p0 m=1.0 w=15e-6 l=700e-9 nf=1.0 as=6.6e-12 ad=6.6e-12
++ ps=30.88e-6 pd=30.88e-6 nrd=29.333e-3 nrs=29.333e-3 sa=440e-9 sb=440e-9
++ sd=0.0 dtemp=0.0 par=1
+M1 n7 n8 DVDD DVDD pmos_6p0 m=1.0 w=20e-6 l=700e-9 nf=1.0 as=8.8e-12 ad=8.8e-12
++ ps=40.88e-6 pd=40.88e-6 nrd=22e-3 nrs=22e-3 sa=440e-9 sb=440e-9 sd=0.0
++ dtemp=0.0 par=1
+M2 n4 n6 DVDD DVDD pmos_6p0 m=1.0 w=120e-6 l=700e-9 nf=2.0 as=52.8e-12 ad=31.2e-12
++ ps=241.76e-6 pd=121.04e-6 nrd=2.167e-3 nrs=3.667e-3 sa=440e-9 sb=440e-9
++ sd=520e-9 dtemp=0.0 par=1
+C3 n8 DVSS $[nmoscap_6p0] m=8.0 l=10e-6 w=25e-6
+R4 n11 n15 $SUB=DVDD $[ppolyf_u] $W=800e-9 $L=63.855e-6 m=1.0 r=29.999e3 par=1
+R5 n10 n11 $SUB=DVDD $[ppolyf_u] $W=800e-9 $L=63.855e-6 m=1.0 r=29.999e3 par=1
+R6 n19 n10 $SUB=DVDD $[ppolyf_u] $W=800e-9 $L=63.855e-6 m=1.0 r=29.999e3 par=1
+R7 n21 n19 $SUB=DVDD $[ppolyf_u] $W=800e-9 $L=63.855e-6 m=1.0 r=29.999e3 par=1
+R8 n17 n21 $SUB=DVDD $[ppolyf_u] $W=800e-9 $L=63.855e-6 m=1.0 r=29.999e3 par=1
+R9 n20 n8 $SUB=DVDD $[ppolyf_u] $W=800e-9 $L=63.855e-6 m=1.0 r=29.999e3 par=1
+R10 n22 n20 $SUB=DVDD $[ppolyf_u] $W=800e-9 $L=63.855e-6 m=1.0 r=29.999e3 par=1
+R11 n18 n22 $SUB=DVDD $[ppolyf_u] $W=800e-9 $L=63.855e-6 m=1.0 r=29.999e3 par=1
+R12 n13 n18 $SUB=DVDD $[ppolyf_u] $W=800e-9 $L=63.855e-6 m=1.0 r=29.999e3 par=1
+R13 n12 n13 $SUB=DVDD $[ppolyf_u] $W=800e-9 $L=63.855e-6 m=1.0 r=29.999e3 par=1
+R14 n15 n12 $SUB=DVDD $[ppolyf_u] $W=800e-9 $L=63.855e-6 m=1.0 r=29.999e3 par=1
+R15 DVDD n17 $SUB=DVDD $[ppolyf_u] $W=800e-9 $L=63.855e-6 m=1.0 r=29.999e3 par=1
+M16 n7 n8 DVSS DVSS nmos_6p0 m=1.0 w=5e-6 l=700e-9 nf=1.0 as=2.2e-12 ad=2.2e-12
++ ps=10.88e-6 pd=10.88e-6 nrd=88e-3 nrs=88e-3 sa=440e-9 sb=440e-9 sd=0.0
++ dtemp=0.0 par=1
+M17 DVDD n4 DVSS DVSS nmos_6p0 m=1.0 w=4e-3 l=700e-9 nf=80.0 as=1.058e-9 ad=1.04e-9
++ ps=4.14232e-3 pd=4.0416e-3 nrd=65e-6 nrs=66e-6 sa=440e-9 sb=440e-9 sd=520e-9
++ dtemp=0.0 par=1
+M18 n4 n6 DVSS DVSS nmos_6p0 m=1.0 w=30e-6 l=700e-9 nf=1.0 as=13.2e-12 ad=13.2e-12
++ ps=60.88e-6 pd=60.88e-6 nrd=14.667e-3 nrs=14.667e-3 sa=440e-9 sb=440e-9
++ sd=0.0 dtemp=0.0 par=1
+M19 n6 n7 DVSS DVSS nmos_6p0 m=1.0 w=30e-6 l=700e-9 nf=1.0 as=13.2e-12 ad=13.2e-12
++ ps=60.88e-6 pd=60.88e-6 nrd=14.667e-3 nrs=14.667e-3 sa=440e-9 sb=440e-9
++ sd=0.0 dtemp=0.0 par=1
+D20 DVSS DVDD np_6p0 m=4.0 AREA=40e-12 PJ=82e-6
+C21 DVDD DVSS $[nmoscap_6p0] m=4.0 l=15e-6 w=15e-6
+.ENDS
diff --git a/cells/dvss/gf180mcu_fd_io__dvss.v b/cells/dvss/gf180mcu_fd_io__dvss.v
new file mode 100644
index 0000000..83a612b
--- /dev/null
+++ b/cells/dvss/gf180mcu_fd_io__dvss.v
@@ -0,0 +1,32 @@
+/*
+ * Copyright 2022 GlobalFoundries PDK Authors
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http:www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+`suppress_faults
+`enable_portfaults
+`ifdef functional
+  `timescale 1ns / 1ps
+  `delay_mode_distributed
+  `delay_mode_unit
+`else
+  `timescale 1ns / 1ps
+  `delay_mode_path
+`endif
+module gf180mcu_fd_io__dvss (DVDD, DVSS, VDD);
+	inout	DVDD;
+	inout	DVSS;
+	inout	VDD;
+	supply0	DVSS;
+endmodule
diff --git a/cells/dvss/gf180mcu_fd_io__dvss_3lm.gds b/cells/dvss/gf180mcu_fd_io__dvss_3lm.gds
new file mode 100644
index 0000000..e910495
--- /dev/null
+++ b/cells/dvss/gf180mcu_fd_io__dvss_3lm.gds
Binary files differ
diff --git a/cells/dvss/gf180mcu_fd_io__dvss_3lm.lef b/cells/dvss/gf180mcu_fd_io__dvss_3lm.lef
new file mode 100644
index 0000000..a22878c
--- /dev/null
+++ b/cells/dvss/gf180mcu_fd_io__dvss_3lm.lef
@@ -0,0 +1,285 @@
+# Copyright 2022 GlobalFoundries PDK Authors
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+MACRO gf180mcu_fd_io__dvss
+  CLASS PAD POWER ;
+  ORIGIN 0 0 ;
+  FOREIGN gf180mcu_fd_io__dvss 0 0 ;
+  SIZE 75 BY 350 ;
+  SYMMETRY X Y R90 ;
+  SITE GF_IO_Site ;
+  PIN DVSS
+    DIRECTION INOUT ;
+    USE GROUND ;
+    PORT
+      LAYER Metal3 ;
+        RECT 74 102 75 117 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 86 75 101 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 70 75 85 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 126 75 133 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 198 75 205 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 230 75 245 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 246 75 253 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 286 75 293 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 302 75 309 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 318 75 325 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 326 75 333 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 342 75 348.39 ;
+    END
+    PORT
+        CLASS CORE ;
+      LAYER Metal2 ;
+        RECT 1.36 349 10.86 350 ;
+    END
+    PORT
+        CLASS CORE ;
+      LAYER Metal2 ;
+        RECT 13.76 349 24.01 350 ;
+    END
+    PORT
+        CLASS CORE ;
+      LAYER Metal2 ;
+        RECT 25.61 349 35.86 350 ;
+    END
+    PORT
+        CLASS CORE ;
+      LAYER Metal2 ;
+        RECT 39.14 349 49.39 350 ;
+    END
+    PORT
+        CLASS CORE ;
+      LAYER Metal2 ;
+        RECT 50.99 349 61.24 350 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 342 1 348.39 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 326 1 333 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 318 1 325 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 302 1 309 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 286 1 293 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 246 1 253 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 230 1 245 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 198 1 205 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 126 1 133 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 70 1 85 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 86 1 101 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 102 1 117 ;
+    END
+    PORT
+        CLASS CORE ;
+      LAYER Metal2 ;
+        RECT 64.14 349 73.64 350 ;
+    END
+  END DVSS
+  PIN DVDD
+    DIRECTION INOUT ;
+    USE POWER ;
+    PORT
+      LAYER Metal3 ;
+        RECT 74 118 75 125 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 182 75 197 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 166 75 181 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 150 75 165 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 134 75 149 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 214 75 229 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 206 75 213 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 278 75 285 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 270 75 277 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 262 75 269 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 294 75 301 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 334 75 341 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 334 1 341 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 294 1 301 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 262 1 269 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 270 1 277 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 278 1 285 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 206 1 213 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 214 1 229 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 134 1 149 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 150 1 165 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 166 1 181 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 182 1 197 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 118 1 125 ;
+    END
+  END DVDD
+  PIN VDD
+    DIRECTION INOUT ;
+    USE POWER ;
+    PORT
+      LAYER Metal3 ;
+        RECT 74 254 75 261 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 310 75 317 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 310 1 317 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 254 1 261 ;
+    END
+  END VDD
+  OBS
+    LAYER Metal1 ;
+      RECT 0 0 75 350 ;
+    LAYER Metal2 ;
+      POLYGON 75 350 73.92 350 73.92 348.72 63.86 348.72 63.86 350 61.52 350 61.52 348.72 50.71 348.72 50.71 350 49.67 350 49.67 348.72 38.86 348.72 38.86 350 36.14 350 36.14 348.72 25.33 348.72 25.33 350 24.29 350 24.29 348.72 13.48 348.72 13.48 350 11.14 350 11.14 348.72 1.08 348.72 1.08 350 0 350 0 0 75 0 ;
+    LAYER Metal3 ;
+      POLYGON 75 69.72 73.72 69.72 73.72 85.28 75 85.28 75 85.72 73.72 85.72 73.72 101.28 75 101.28 75 101.72 73.72 101.72 73.72 117.28 75 117.28 75 117.72 73.72 117.72 73.72 125.28 75 125.28 75 125.72 73.72 125.72 73.72 133.28 75 133.28 75 133.72 73.72 133.72 73.72 149.28 75 149.28 75 149.72 73.72 149.72 73.72 165.28 75 165.28 75 165.72 73.72 165.72 73.72 181.28 75 181.28 75 181.72 73.72 181.72 73.72 197.28 75 197.28 75 197.72 73.72 197.72 73.72 205.28 75 205.28 75 205.72 73.72 205.72 73.72 213.28 75 213.28 75 213.72 73.72 213.72 73.72 229.28 75 229.28 75 229.72 73.72 229.72 73.72 245.28 75 245.28 75 245.72 73.72 245.72 73.72 253.28 75 253.28 75 253.72 73.72 253.72 73.72 261.28 75 261.28 75 261.72 73.72 261.72 73.72 269.28 75 269.28 75 269.72 73.72 269.72 73.72 277.28 75 277.28 75 277.72 73.72 277.72 73.72 285.28 75 285.28 75 285.72 73.72 285.72 73.72 293.28 75 293.28 75 293.72 73.72 293.72 73.72 301.28 75 301.28 75 301.72 73.72 301.72 73.72 309.28 75 309.28 75 309.72 73.72 309.72 73.72 317.28 75 317.28 75 317.72 73.72 317.72 73.72 325.28 75 325.28 75 325.72 73.72 325.72 73.72 333.28 75 333.28 75 333.72 73.72 333.72 73.72 341.28 75 341.28 75 341.72 73.72 341.72 73.72 348.67 75 348.67 75 350 0 350 0 348.67 1.28 348.67 1.28 341.72 0 341.72 0 341.28 1.28 341.28 1.28 333.72 0 333.72 0 333.28 1.28 333.28 1.28 325.72 0 325.72 0 325.28 1.28 325.28 1.28 317.72 0 317.72 0 317.28 1.28 317.28 1.28 309.72 0 309.72 0 309.28 1.28 309.28 1.28 301.72 0 301.72 0 301.28 1.28 301.28 1.28 293.72 0 293.72 0 293.28 1.28 293.28 1.28 285.72 0 285.72 0 285.28 1.28 285.28 1.28 277.72 0 277.72 0 277.28 1.28 277.28 1.28 269.72 0 269.72 0 269.28 1.28 269.28 1.28 261.72 0 261.72 0 261.28 1.28 261.28 1.28 253.72 0 253.72 0 253.28 1.28 253.28 1.28 245.72 0 245.72 0 245.28 1.28 245.28 1.28 229.72 0 229.72 0 229.28 1.28 229.28 1.28 213.72 0 213.72 0 213.28 1.28 213.28 1.28 205.72 0 205.72 0 205.28 1.28 205.28 1.28 197.72 0 197.72 0 197.28 1.28 197.28 1.28 181.72 0 181.72 0 181.28 1.28 181.28 1.28 165.72 0 165.72 0 165.28 1.28 165.28 1.28 149.72 0 149.72 0 149.28 1.28 149.28 1.28 133.72 0 133.72 0 133.28 1.28 133.28 1.28 125.72 0 125.72 0 125.28 1.28 125.28 1.28 117.72 0 117.72 0 117.28 1.28 117.28 1.28 101.72 0 101.72 0 101.28 1.28 101.28 1.28 85.72 0 85.72 0 85.28 1.28 85.28 1.28 69.72 0 69.72 0 0 75 0 ;
+    LAYER Via1 ;
+      RECT 0 0 75 350 ;
+    LAYER Via2 ;
+      RECT 0 0 75 350 ;
+  END
+
+END gf180mcu_fd_io__dvss
diff --git a/cells/dvss/gf180mcu_fd_io__dvss_4lm.gds b/cells/dvss/gf180mcu_fd_io__dvss_4lm.gds
new file mode 100644
index 0000000..5620ef1
--- /dev/null
+++ b/cells/dvss/gf180mcu_fd_io__dvss_4lm.gds
Binary files differ
diff --git a/cells/dvss/gf180mcu_fd_io__dvss_4lm.lef b/cells/dvss/gf180mcu_fd_io__dvss_4lm.lef
new file mode 100644
index 0000000..1e48080
--- /dev/null
+++ b/cells/dvss/gf180mcu_fd_io__dvss_4lm.lef
@@ -0,0 +1,497 @@
+# Copyright 2022 GlobalFoundries PDK Authors
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+MACRO gf180mcu_fd_io__dvss
+  CLASS PAD POWER ;
+  ORIGIN 0 0 ;
+  FOREIGN gf180mcu_fd_io__dvss 0 0 ;
+  SIZE 75 BY 350 ;
+  SYMMETRY X Y R90 ;
+  SITE GF_IO_Site ;
+  PIN DVSS
+    DIRECTION INOUT ;
+    USE GROUND ;
+    PORT
+      LAYER Metal4 ;
+        RECT 74 102 75 117 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 86 75 101 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 70 75 85 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 126 75 133 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 198 75 205 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 230 75 245 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 246 75 253 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 286 75 293 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 302 75 309 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 318 75 325 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 326 75 333 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 342 75 348.39 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 102 75 117 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 86 75 101 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 70 75 85 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 126 75 133 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 198 75 205 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 230 75 245 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 246 75 253 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 286 75 293 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 302 75 309 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 318 75 325 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 326 75 333 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 342 75 348.39 ;
+    END
+    PORT
+        CLASS CORE ;
+      LAYER Metal2 ;
+        RECT 1.36 349 10.86 350 ;
+    END
+    PORT
+        CLASS CORE ;
+      LAYER Metal2 ;
+        RECT 13.76 349 24.01 350 ;
+    END
+    PORT
+        CLASS CORE ;
+      LAYER Metal2 ;
+        RECT 25.61 349 35.86 350 ;
+    END
+    PORT
+        CLASS CORE ;
+      LAYER Metal2 ;
+        RECT 39.14 349 49.39 350 ;
+    END
+    PORT
+        CLASS CORE ;
+      LAYER Metal2 ;
+        RECT 50.99 349 61.24 350 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 342 1 348.39 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 326 1 333 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 318 1 325 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 302 1 309 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 286 1 293 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 246 1 253 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 230 1 245 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 198 1 205 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 126 1 133 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 70 1 85 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 86 1 101 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 342 1 348.39 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 326 1 333 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 318 1 325 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 302 1 309 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 286 1 293 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 246 1 253 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 230 1 245 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 198 1 205 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 126 1 133 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 70 1 85 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 86 1 101 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 102 1 117 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 102 1 117 ;
+    END
+    PORT
+        CLASS CORE ;
+      LAYER Metal2 ;
+        RECT 64.14 349 73.64 350 ;
+    END
+  END DVSS
+  PIN DVDD
+    DIRECTION INOUT ;
+    USE POWER ;
+    PORT
+      LAYER Metal4 ;
+        RECT 74 118 75 125 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 182 75 197 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 166 75 181 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 150 75 165 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 134 75 149 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 214 75 229 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 206 75 213 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 278 75 285 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 270 75 277 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 262 75 269 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 294 75 301 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 334 75 341 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 118 75 125 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 182 75 197 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 166 75 181 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 150 75 165 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 134 75 149 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 214 75 229 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 206 75 213 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 278 75 285 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 270 75 277 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 262 75 269 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 294 75 301 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 334 75 341 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 334 1 341 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 294 1 301 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 262 1 269 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 270 1 277 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 278 1 285 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 206 1 213 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 214 1 229 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 134 1 149 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 150 1 165 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 166 1 181 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 182 1 197 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 334 1 341 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 294 1 301 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 262 1 269 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 270 1 277 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 278 1 285 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 206 1 213 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 214 1 229 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 134 1 149 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 150 1 165 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 166 1 181 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 182 1 197 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 118 1 125 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 118 1 125 ;
+    END
+  END DVDD
+  PIN VDD
+    DIRECTION INOUT ;
+    USE POWER ;
+    PORT
+      LAYER Metal4 ;
+        RECT 74 254 75 261 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 310 75 317 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 254 75 261 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 310 75 317 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 310 1 317 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 310 1 317 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 254 1 261 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 254 1 261 ;
+    END
+  END VDD
+  OBS
+    LAYER Metal1 ;
+      RECT 0 0 75 350 ;
+    LAYER Metal2 ;
+      POLYGON 75 350 73.92 350 73.92 348.72 63.86 348.72 63.86 350 61.52 350 61.52 348.72 50.71 348.72 50.71 350 49.67 350 49.67 348.72 38.86 348.72 38.86 350 36.14 350 36.14 348.72 25.33 348.72 25.33 350 24.29 350 24.29 348.72 13.48 348.72 13.48 350 11.14 350 11.14 348.72 1.08 348.72 1.08 350 0 350 0 0 75 0 ;
+    LAYER Metal3 ;
+      POLYGON 75 69.72 73.72 69.72 73.72 85.28 75 85.28 75 85.72 73.72 85.72 73.72 101.28 75 101.28 75 101.72 73.72 101.72 73.72 117.28 75 117.28 75 117.72 73.72 117.72 73.72 125.28 75 125.28 75 125.72 73.72 125.72 73.72 133.28 75 133.28 75 133.72 73.72 133.72 73.72 149.28 75 149.28 75 149.72 73.72 149.72 73.72 165.28 75 165.28 75 165.72 73.72 165.72 73.72 181.28 75 181.28 75 181.72 73.72 181.72 73.72 197.28 75 197.28 75 197.72 73.72 197.72 73.72 205.28 75 205.28 75 205.72 73.72 205.72 73.72 213.28 75 213.28 75 213.72 73.72 213.72 73.72 229.28 75 229.28 75 229.72 73.72 229.72 73.72 245.28 75 245.28 75 245.72 73.72 245.72 73.72 253.28 75 253.28 75 253.72 73.72 253.72 73.72 261.28 75 261.28 75 261.72 73.72 261.72 73.72 269.28 75 269.28 75 269.72 73.72 269.72 73.72 277.28 75 277.28 75 277.72 73.72 277.72 73.72 285.28 75 285.28 75 285.72 73.72 285.72 73.72 293.28 75 293.28 75 293.72 73.72 293.72 73.72 301.28 75 301.28 75 301.72 73.72 301.72 73.72 309.28 75 309.28 75 309.72 73.72 309.72 73.72 317.28 75 317.28 75 317.72 73.72 317.72 73.72 325.28 75 325.28 75 325.72 73.72 325.72 73.72 333.28 75 333.28 75 333.72 73.72 333.72 73.72 341.28 75 341.28 75 341.72 73.72 341.72 73.72 348.67 75 348.67 75 350 0 350 0 348.67 1.28 348.67 1.28 341.72 0 341.72 0 341.28 1.28 341.28 1.28 333.72 0 333.72 0 333.28 1.28 333.28 1.28 325.72 0 325.72 0 325.28 1.28 325.28 1.28 317.72 0 317.72 0 317.28 1.28 317.28 1.28 309.72 0 309.72 0 309.28 1.28 309.28 1.28 301.72 0 301.72 0 301.28 1.28 301.28 1.28 293.72 0 293.72 0 293.28 1.28 293.28 1.28 285.72 0 285.72 0 285.28 1.28 285.28 1.28 277.72 0 277.72 0 277.28 1.28 277.28 1.28 269.72 0 269.72 0 269.28 1.28 269.28 1.28 261.72 0 261.72 0 261.28 1.28 261.28 1.28 253.72 0 253.72 0 253.28 1.28 253.28 1.28 245.72 0 245.72 0 245.28 1.28 245.28 1.28 229.72 0 229.72 0 229.28 1.28 229.28 1.28 213.72 0 213.72 0 213.28 1.28 213.28 1.28 205.72 0 205.72 0 205.28 1.28 205.28 1.28 197.72 0 197.72 0 197.28 1.28 197.28 1.28 181.72 0 181.72 0 181.28 1.28 181.28 1.28 165.72 0 165.72 0 165.28 1.28 165.28 1.28 149.72 0 149.72 0 149.28 1.28 149.28 1.28 133.72 0 133.72 0 133.28 1.28 133.28 1.28 125.72 0 125.72 0 125.28 1.28 125.28 1.28 117.72 0 117.72 0 117.28 1.28 117.28 1.28 101.72 0 101.72 0 101.28 1.28 101.28 1.28 85.72 0 85.72 0 85.28 1.28 85.28 1.28 69.72 0 69.72 0 0 75 0 ;
+    LAYER Metal4 ;
+      POLYGON 75 69.72 73.72 69.72 73.72 85.28 75 85.28 75 85.72 73.72 85.72 73.72 101.28 75 101.28 75 101.72 73.72 101.72 73.72 117.28 75 117.28 75 117.72 73.72 117.72 73.72 125.28 75 125.28 75 125.72 73.72 125.72 73.72 133.28 75 133.28 75 133.72 73.72 133.72 73.72 149.28 75 149.28 75 149.72 73.72 149.72 73.72 165.28 75 165.28 75 165.72 73.72 165.72 73.72 181.28 75 181.28 75 181.72 73.72 181.72 73.72 197.28 75 197.28 75 197.72 73.72 197.72 73.72 205.28 75 205.28 75 205.72 73.72 205.72 73.72 213.28 75 213.28 75 213.72 73.72 213.72 73.72 229.28 75 229.28 75 229.72 73.72 229.72 73.72 245.28 75 245.28 75 245.72 73.72 245.72 73.72 253.28 75 253.28 75 253.72 73.72 253.72 73.72 261.28 75 261.28 75 261.72 73.72 261.72 73.72 269.28 75 269.28 75 269.72 73.72 269.72 73.72 277.28 75 277.28 75 277.72 73.72 277.72 73.72 285.28 75 285.28 75 285.72 73.72 285.72 73.72 293.28 75 293.28 75 293.72 73.72 293.72 73.72 301.28 75 301.28 75 301.72 73.72 301.72 73.72 309.28 75 309.28 75 309.72 73.72 309.72 73.72 317.28 75 317.28 75 317.72 73.72 317.72 73.72 325.28 75 325.28 75 325.72 73.72 325.72 73.72 333.28 75 333.28 75 333.72 73.72 333.72 73.72 341.28 75 341.28 75 341.72 73.72 341.72 73.72 348.67 75 348.67 75 350 0 350 0 348.67 1.28 348.67 1.28 341.72 0 341.72 0 341.28 1.28 341.28 1.28 333.72 0 333.72 0 333.28 1.28 333.28 1.28 325.72 0 325.72 0 325.28 1.28 325.28 1.28 317.72 0 317.72 0 317.28 1.28 317.28 1.28 309.72 0 309.72 0 309.28 1.28 309.28 1.28 301.72 0 301.72 0 301.28 1.28 301.28 1.28 293.72 0 293.72 0 293.28 1.28 293.28 1.28 285.72 0 285.72 0 285.28 1.28 285.28 1.28 277.72 0 277.72 0 277.28 1.28 277.28 1.28 269.72 0 269.72 0 269.28 1.28 269.28 1.28 261.72 0 261.72 0 261.28 1.28 261.28 1.28 253.72 0 253.72 0 253.28 1.28 253.28 1.28 245.72 0 245.72 0 245.28 1.28 245.28 1.28 229.72 0 229.72 0 229.28 1.28 229.28 1.28 213.72 0 213.72 0 213.28 1.28 213.28 1.28 205.72 0 205.72 0 205.28 1.28 205.28 1.28 197.72 0 197.72 0 197.28 1.28 197.28 1.28 181.72 0 181.72 0 181.28 1.28 181.28 1.28 165.72 0 165.72 0 165.28 1.28 165.28 1.28 149.72 0 149.72 0 149.28 1.28 149.28 1.28 133.72 0 133.72 0 133.28 1.28 133.28 1.28 125.72 0 125.72 0 125.28 1.28 125.28 1.28 117.72 0 117.72 0 117.28 1.28 117.28 1.28 101.72 0 101.72 0 101.28 1.28 101.28 1.28 85.72 0 85.72 0 85.28 1.28 85.28 1.28 69.72 0 69.72 0 0 75 0 ;
+    LAYER Via1 ;
+      RECT 0 0 75 350 ;
+    LAYER Via2 ;
+      RECT 0 0 75 350 ;
+    LAYER Via3 ;
+      RECT 0 0 75 350 ;
+  END
+
+END gf180mcu_fd_io__dvss
diff --git a/cells/dvss/gf180mcu_fd_io__dvss_5lm.gds b/cells/dvss/gf180mcu_fd_io__dvss_5lm.gds
new file mode 100644
index 0000000..77a99e3
--- /dev/null
+++ b/cells/dvss/gf180mcu_fd_io__dvss_5lm.gds
Binary files differ
diff --git a/cells/dvss/gf180mcu_fd_io__dvss_5lm.lef b/cells/dvss/gf180mcu_fd_io__dvss_5lm.lef
new file mode 100644
index 0000000..3d39006
--- /dev/null
+++ b/cells/dvss/gf180mcu_fd_io__dvss_5lm.lef
@@ -0,0 +1,709 @@
+# Copyright 2022 GlobalFoundries PDK Authors
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+MACRO gf180mcu_fd_io__dvss
+  CLASS PAD POWER ;
+  ORIGIN 0 0 ;
+  FOREIGN gf180mcu_fd_io__dvss 0 0 ;
+  SIZE 75 BY 350 ;
+  SYMMETRY X Y R90 ;
+  SITE GF_IO_Site ;
+  PIN DVSS
+    DIRECTION INOUT ;
+    USE GROUND ;
+    PORT
+      LAYER Metal5 ;
+        RECT 74 102 75 117 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 74 86 75 101 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 74 70 75 85 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 74 126 75 133 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 74 198 75 205 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 74 230 75 245 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 74 246 75 253 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 74 286 75 293 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 74 302 75 309 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 74 318 75 325 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 74 326 75 333 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 74 342 75 348.39 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 102 75 117 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 86 75 101 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 70 75 85 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 126 75 133 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 198 75 205 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 230 75 245 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 246 75 253 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 286 75 293 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 302 75 309 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 318 75 325 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 326 75 333 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 342 75 348.39 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 102 75 117 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 86 75 101 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 70 75 85 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 126 75 133 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 198 75 205 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 230 75 245 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 246 75 253 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 286 75 293 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 302 75 309 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 318 75 325 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 326 75 333 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 342 75 348.39 ;
+    END
+    PORT
+        CLASS CORE ;
+      LAYER Metal2 ;
+        RECT 1.36 349 10.86 350 ;
+    END
+    PORT
+        CLASS CORE ;
+      LAYER Metal2 ;
+        RECT 13.76 349 24.01 350 ;
+    END
+    PORT
+        CLASS CORE ;
+      LAYER Metal2 ;
+        RECT 25.61 349 35.86 350 ;
+    END
+    PORT
+        CLASS CORE ;
+      LAYER Metal2 ;
+        RECT 39.14 349 49.39 350 ;
+    END
+    PORT
+        CLASS CORE ;
+      LAYER Metal2 ;
+        RECT 50.99 349 61.24 350 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 342 1 348.39 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 326 1 333 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 318 1 325 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 302 1 309 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 286 1 293 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 246 1 253 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 230 1 245 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 198 1 205 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 126 1 133 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 70 1 85 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 86 1 101 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 342 1 348.39 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 326 1 333 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 318 1 325 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 302 1 309 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 286 1 293 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 246 1 253 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 230 1 245 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 198 1 205 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 126 1 133 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 70 1 85 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 86 1 101 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 342 1 348.39 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 326 1 333 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 318 1 325 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 302 1 309 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 286 1 293 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 246 1 253 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 230 1 245 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 198 1 205 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 126 1 133 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 70 1 85 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 86 1 101 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 102 1 117 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 102 1 117 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 102 1 117 ;
+    END
+    PORT
+        CLASS CORE ;
+      LAYER Metal2 ;
+        RECT 64.14 349 73.64 350 ;
+    END
+  END DVSS
+  PIN DVDD
+    DIRECTION INOUT ;
+    USE POWER ;
+    PORT
+      LAYER Metal5 ;
+        RECT 74 118 75 125 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 74 182 75 197 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 74 166 75 181 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 74 150 75 165 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 74 134 75 149 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 74 214 75 229 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 74 206 75 213 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 74 278 75 285 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 74 270 75 277 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 74 262 75 269 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 74 294 75 301 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 74 334 75 341 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 118 75 125 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 182 75 197 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 166 75 181 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 150 75 165 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 134 75 149 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 214 75 229 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 206 75 213 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 278 75 285 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 270 75 277 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 262 75 269 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 294 75 301 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 334 75 341 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 118 75 125 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 182 75 197 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 166 75 181 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 150 75 165 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 134 75 149 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 214 75 229 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 206 75 213 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 278 75 285 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 270 75 277 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 262 75 269 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 294 75 301 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 334 75 341 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 334 1 341 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 294 1 301 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 262 1 269 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 270 1 277 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 278 1 285 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 206 1 213 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 214 1 229 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 134 1 149 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 150 1 165 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 166 1 181 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 182 1 197 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 334 1 341 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 294 1 301 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 262 1 269 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 270 1 277 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 278 1 285 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 206 1 213 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 214 1 229 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 134 1 149 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 150 1 165 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 166 1 181 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 182 1 197 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 334 1 341 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 294 1 301 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 262 1 269 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 270 1 277 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 278 1 285 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 206 1 213 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 214 1 229 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 134 1 149 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 150 1 165 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 166 1 181 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 182 1 197 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 118 1 125 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 118 1 125 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 118 1 125 ;
+    END
+  END DVDD
+  PIN VDD
+    DIRECTION INOUT ;
+    USE POWER ;
+    PORT
+      LAYER Metal5 ;
+        RECT 74 254 75 261 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 74 310 75 317 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 254 75 261 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 310 75 317 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 254 75 261 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 310 75 317 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 310 1 317 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 310 1 317 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 310 1 317 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 254 1 261 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 254 1 261 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 254 1 261 ;
+    END
+  END VDD
+  OBS
+    LAYER Metal1 ;
+      RECT 0 0 75 350 ;
+    LAYER Metal2 ;
+      POLYGON 75 350 73.92 350 73.92 348.72 63.86 348.72 63.86 350 61.52 350 61.52 348.72 50.71 348.72 50.71 350 49.67 350 49.67 348.72 38.86 348.72 38.86 350 36.14 350 36.14 348.72 25.33 348.72 25.33 350 24.29 350 24.29 348.72 13.48 348.72 13.48 350 11.14 350 11.14 348.72 1.08 348.72 1.08 350 0 350 0 0 75 0 ;
+    LAYER Metal3 ;
+      POLYGON 75 69.72 73.72 69.72 73.72 85.28 75 85.28 75 85.72 73.72 85.72 73.72 101.28 75 101.28 75 101.72 73.72 101.72 73.72 117.28 75 117.28 75 117.72 73.72 117.72 73.72 125.28 75 125.28 75 125.72 73.72 125.72 73.72 133.28 75 133.28 75 133.72 73.72 133.72 73.72 149.28 75 149.28 75 149.72 73.72 149.72 73.72 165.28 75 165.28 75 165.72 73.72 165.72 73.72 181.28 75 181.28 75 181.72 73.72 181.72 73.72 197.28 75 197.28 75 197.72 73.72 197.72 73.72 205.28 75 205.28 75 205.72 73.72 205.72 73.72 213.28 75 213.28 75 213.72 73.72 213.72 73.72 229.28 75 229.28 75 229.72 73.72 229.72 73.72 245.28 75 245.28 75 245.72 73.72 245.72 73.72 253.28 75 253.28 75 253.72 73.72 253.72 73.72 261.28 75 261.28 75 261.72 73.72 261.72 73.72 269.28 75 269.28 75 269.72 73.72 269.72 73.72 277.28 75 277.28 75 277.72 73.72 277.72 73.72 285.28 75 285.28 75 285.72 73.72 285.72 73.72 293.28 75 293.28 75 293.72 73.72 293.72 73.72 301.28 75 301.28 75 301.72 73.72 301.72 73.72 309.28 75 309.28 75 309.72 73.72 309.72 73.72 317.28 75 317.28 75 317.72 73.72 317.72 73.72 325.28 75 325.28 75 325.72 73.72 325.72 73.72 333.28 75 333.28 75 333.72 73.72 333.72 73.72 341.28 75 341.28 75 341.72 73.72 341.72 73.72 348.67 75 348.67 75 350 0 350 0 348.67 1.28 348.67 1.28 341.72 0 341.72 0 341.28 1.28 341.28 1.28 333.72 0 333.72 0 333.28 1.28 333.28 1.28 325.72 0 325.72 0 325.28 1.28 325.28 1.28 317.72 0 317.72 0 317.28 1.28 317.28 1.28 309.72 0 309.72 0 309.28 1.28 309.28 1.28 301.72 0 301.72 0 301.28 1.28 301.28 1.28 293.72 0 293.72 0 293.28 1.28 293.28 1.28 285.72 0 285.72 0 285.28 1.28 285.28 1.28 277.72 0 277.72 0 277.28 1.28 277.28 1.28 269.72 0 269.72 0 269.28 1.28 269.28 1.28 261.72 0 261.72 0 261.28 1.28 261.28 1.28 253.72 0 253.72 0 253.28 1.28 253.28 1.28 245.72 0 245.72 0 245.28 1.28 245.28 1.28 229.72 0 229.72 0 229.28 1.28 229.28 1.28 213.72 0 213.72 0 213.28 1.28 213.28 1.28 205.72 0 205.72 0 205.28 1.28 205.28 1.28 197.72 0 197.72 0 197.28 1.28 197.28 1.28 181.72 0 181.72 0 181.28 1.28 181.28 1.28 165.72 0 165.72 0 165.28 1.28 165.28 1.28 149.72 0 149.72 0 149.28 1.28 149.28 1.28 133.72 0 133.72 0 133.28 1.28 133.28 1.28 125.72 0 125.72 0 125.28 1.28 125.28 1.28 117.72 0 117.72 0 117.28 1.28 117.28 1.28 101.72 0 101.72 0 101.28 1.28 101.28 1.28 85.72 0 85.72 0 85.28 1.28 85.28 1.28 69.72 0 69.72 0 0 75 0 ;
+    LAYER Metal4 ;
+      POLYGON 75 69.72 73.72 69.72 73.72 85.28 75 85.28 75 85.72 73.72 85.72 73.72 101.28 75 101.28 75 101.72 73.72 101.72 73.72 117.28 75 117.28 75 117.72 73.72 117.72 73.72 125.28 75 125.28 75 125.72 73.72 125.72 73.72 133.28 75 133.28 75 133.72 73.72 133.72 73.72 149.28 75 149.28 75 149.72 73.72 149.72 73.72 165.28 75 165.28 75 165.72 73.72 165.72 73.72 181.28 75 181.28 75 181.72 73.72 181.72 73.72 197.28 75 197.28 75 197.72 73.72 197.72 73.72 205.28 75 205.28 75 205.72 73.72 205.72 73.72 213.28 75 213.28 75 213.72 73.72 213.72 73.72 229.28 75 229.28 75 229.72 73.72 229.72 73.72 245.28 75 245.28 75 245.72 73.72 245.72 73.72 253.28 75 253.28 75 253.72 73.72 253.72 73.72 261.28 75 261.28 75 261.72 73.72 261.72 73.72 269.28 75 269.28 75 269.72 73.72 269.72 73.72 277.28 75 277.28 75 277.72 73.72 277.72 73.72 285.28 75 285.28 75 285.72 73.72 285.72 73.72 293.28 75 293.28 75 293.72 73.72 293.72 73.72 301.28 75 301.28 75 301.72 73.72 301.72 73.72 309.28 75 309.28 75 309.72 73.72 309.72 73.72 317.28 75 317.28 75 317.72 73.72 317.72 73.72 325.28 75 325.28 75 325.72 73.72 325.72 73.72 333.28 75 333.28 75 333.72 73.72 333.72 73.72 341.28 75 341.28 75 341.72 73.72 341.72 73.72 348.67 75 348.67 75 350 0 350 0 348.67 1.28 348.67 1.28 341.72 0 341.72 0 341.28 1.28 341.28 1.28 333.72 0 333.72 0 333.28 1.28 333.28 1.28 325.72 0 325.72 0 325.28 1.28 325.28 1.28 317.72 0 317.72 0 317.28 1.28 317.28 1.28 309.72 0 309.72 0 309.28 1.28 309.28 1.28 301.72 0 301.72 0 301.28 1.28 301.28 1.28 293.72 0 293.72 0 293.28 1.28 293.28 1.28 285.72 0 285.72 0 285.28 1.28 285.28 1.28 277.72 0 277.72 0 277.28 1.28 277.28 1.28 269.72 0 269.72 0 269.28 1.28 269.28 1.28 261.72 0 261.72 0 261.28 1.28 261.28 1.28 253.72 0 253.72 0 253.28 1.28 253.28 1.28 245.72 0 245.72 0 245.28 1.28 245.28 1.28 229.72 0 229.72 0 229.28 1.28 229.28 1.28 213.72 0 213.72 0 213.28 1.28 213.28 1.28 205.72 0 205.72 0 205.28 1.28 205.28 1.28 197.72 0 197.72 0 197.28 1.28 197.28 1.28 181.72 0 181.72 0 181.28 1.28 181.28 1.28 165.72 0 165.72 0 165.28 1.28 165.28 1.28 149.72 0 149.72 0 149.28 1.28 149.28 1.28 133.72 0 133.72 0 133.28 1.28 133.28 1.28 125.72 0 125.72 0 125.28 1.28 125.28 1.28 117.72 0 117.72 0 117.28 1.28 117.28 1.28 101.72 0 101.72 0 101.28 1.28 101.28 1.28 85.72 0 85.72 0 85.28 1.28 85.28 1.28 69.72 0 69.72 0 0 75 0 ;
+    LAYER Metal5 ;
+      POLYGON 75 69.72 73.72 69.72 73.72 85.28 75 85.28 75 85.72 73.72 85.72 73.72 101.28 75 101.28 75 101.72 73.72 101.72 73.72 117.28 75 117.28 75 117.72 73.72 117.72 73.72 125.28 75 125.28 75 125.72 73.72 125.72 73.72 133.28 75 133.28 75 133.72 73.72 133.72 73.72 149.28 75 149.28 75 149.72 73.72 149.72 73.72 165.28 75 165.28 75 165.72 73.72 165.72 73.72 181.28 75 181.28 75 181.72 73.72 181.72 73.72 197.28 75 197.28 75 197.72 73.72 197.72 73.72 205.28 75 205.28 75 205.72 73.72 205.72 73.72 213.28 75 213.28 75 213.72 73.72 213.72 73.72 229.28 75 229.28 75 229.72 73.72 229.72 73.72 245.28 75 245.28 75 245.72 73.72 245.72 73.72 253.28 75 253.28 75 253.72 73.72 253.72 73.72 261.28 75 261.28 75 261.72 73.72 261.72 73.72 269.28 75 269.28 75 269.72 73.72 269.72 73.72 277.28 75 277.28 75 277.72 73.72 277.72 73.72 285.28 75 285.28 75 285.72 73.72 285.72 73.72 293.28 75 293.28 75 293.72 73.72 293.72 73.72 301.28 75 301.28 75 301.72 73.72 301.72 73.72 309.28 75 309.28 75 309.72 73.72 309.72 73.72 317.28 75 317.28 75 317.72 73.72 317.72 73.72 325.28 75 325.28 75 325.72 73.72 325.72 73.72 333.28 75 333.28 75 333.72 73.72 333.72 73.72 341.28 75 341.28 75 341.72 73.72 341.72 73.72 348.67 75 348.67 75 350 0 350 0 348.67 1.28 348.67 1.28 341.72 0 341.72 0 341.28 1.28 341.28 1.28 333.72 0 333.72 0 333.28 1.28 333.28 1.28 325.72 0 325.72 0 325.28 1.28 325.28 1.28 317.72 0 317.72 0 317.28 1.28 317.28 1.28 309.72 0 309.72 0 309.28 1.28 309.28 1.28 301.72 0 301.72 0 301.28 1.28 301.28 1.28 293.72 0 293.72 0 293.28 1.28 293.28 1.28 285.72 0 285.72 0 285.28 1.28 285.28 1.28 277.72 0 277.72 0 277.28 1.28 277.28 1.28 269.72 0 269.72 0 269.28 1.28 269.28 1.28 261.72 0 261.72 0 261.28 1.28 261.28 1.28 253.72 0 253.72 0 253.28 1.28 253.28 1.28 245.72 0 245.72 0 245.28 1.28 245.28 1.28 229.72 0 229.72 0 229.28 1.28 229.28 1.28 213.72 0 213.72 0 213.28 1.28 213.28 1.28 205.72 0 205.72 0 205.28 1.28 205.28 1.28 197.72 0 197.72 0 197.28 1.28 197.28 1.28 181.72 0 181.72 0 181.28 1.28 181.28 1.28 165.72 0 165.72 0 165.28 1.28 165.28 1.28 149.72 0 149.72 0 149.28 1.28 149.28 1.28 133.72 0 133.72 0 133.28 1.28 133.28 1.28 125.72 0 125.72 0 125.28 1.28 125.28 1.28 117.72 0 117.72 0 117.28 1.28 117.28 1.28 101.72 0 101.72 0 101.28 1.28 101.28 1.28 85.72 0 85.72 0 85.28 1.28 85.28 1.28 69.72 0 69.72 0 0 75 0 ;
+    LAYER Via1 ;
+      RECT 0 0 75 350 ;
+    LAYER Via2 ;
+      RECT 0 0 75 350 ;
+    LAYER Via3 ;
+      RECT 0 0 75 350 ;
+    LAYER Via4 ;
+      RECT 0 0 75 350 ;
+  END
+
+END gf180mcu_fd_io__dvss
diff --git a/cells/dvss/gf180mcu_fd_io__dvss__ff_125C_2v75.lib b/cells/dvss/gf180mcu_fd_io__dvss__ff_125C_2v75.lib
new file mode 100644
index 0000000..7709752
--- /dev/null
+++ b/cells/dvss/gf180mcu_fd_io__dvss__ff_125C_2v75.lib
@@ -0,0 +1,37 @@
+/*
+ * Copyright 2022 GlobalFoundries PDK Authors
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+	cell ("gf180mcu_fd_io__dvss") {
+		pad_cell   : true;
+		dont_touch : true;
+		dont_use   : true;
+		area       : 26250.000000 ;
+		pin ("DVDD") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("DVSS") {
+			direction     : "inout";
+			capacitance   : 0;
+			is_pad        : true;
+			drive_current : 0;
+			three_state   : "0";
+			function      : "0";
+		}
+		pin ("VDD") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+	}
diff --git a/cells/dvss/gf180mcu_fd_io__dvss__ff_125C_2v75.lib.json b/cells/dvss/gf180mcu_fd_io__dvss__ff_125C_2v75.lib.json
new file mode 100644
index 0000000..f631886
--- /dev/null
+++ b/cells/dvss/gf180mcu_fd_io__dvss__ff_125C_2v75.lib.json
@@ -0,0 +1,24 @@
+{
+    "cell gf180mcu_fd_io__dvss": {
+        "pad_cell": "true",
+        "dont_touch": "true",
+        "dont_use": "true",
+        "area": "26250.000000",
+        "pin DVDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin DVSS": {
+            "direction": "inout",
+            "capacitance": "0",
+            "is_pad": "true",
+            "drive_current": "0",
+            "three_state": "0",
+            "function": "0"
+        },
+        "pin VDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        }
+    }
+}
\ No newline at end of file
diff --git a/cells/dvss/gf180mcu_fd_io__dvss__ff_125C_3v63.lib b/cells/dvss/gf180mcu_fd_io__dvss__ff_125C_3v63.lib
new file mode 100644
index 0000000..7709752
--- /dev/null
+++ b/cells/dvss/gf180mcu_fd_io__dvss__ff_125C_3v63.lib
@@ -0,0 +1,37 @@
+/*
+ * Copyright 2022 GlobalFoundries PDK Authors
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+	cell ("gf180mcu_fd_io__dvss") {
+		pad_cell   : true;
+		dont_touch : true;
+		dont_use   : true;
+		area       : 26250.000000 ;
+		pin ("DVDD") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("DVSS") {
+			direction     : "inout";
+			capacitance   : 0;
+			is_pad        : true;
+			drive_current : 0;
+			three_state   : "0";
+			function      : "0";
+		}
+		pin ("VDD") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+	}
diff --git a/cells/dvss/gf180mcu_fd_io__dvss__ff_125C_3v63.lib.json b/cells/dvss/gf180mcu_fd_io__dvss__ff_125C_3v63.lib.json
new file mode 100644
index 0000000..f631886
--- /dev/null
+++ b/cells/dvss/gf180mcu_fd_io__dvss__ff_125C_3v63.lib.json
@@ -0,0 +1,24 @@
+{
+    "cell gf180mcu_fd_io__dvss": {
+        "pad_cell": "true",
+        "dont_touch": "true",
+        "dont_use": "true",
+        "area": "26250.000000",
+        "pin DVDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin DVSS": {
+            "direction": "inout",
+            "capacitance": "0",
+            "is_pad": "true",
+            "drive_current": "0",
+            "three_state": "0",
+            "function": "0"
+        },
+        "pin VDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        }
+    }
+}
\ No newline at end of file
diff --git a/cells/dvss/gf180mcu_fd_io__dvss__ff_125C_5v50.lib b/cells/dvss/gf180mcu_fd_io__dvss__ff_125C_5v50.lib
new file mode 100644
index 0000000..7709752
--- /dev/null
+++ b/cells/dvss/gf180mcu_fd_io__dvss__ff_125C_5v50.lib
@@ -0,0 +1,37 @@
+/*
+ * Copyright 2022 GlobalFoundries PDK Authors
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+	cell ("gf180mcu_fd_io__dvss") {
+		pad_cell   : true;
+		dont_touch : true;
+		dont_use   : true;
+		area       : 26250.000000 ;
+		pin ("DVDD") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("DVSS") {
+			direction     : "inout";
+			capacitance   : 0;
+			is_pad        : true;
+			drive_current : 0;
+			three_state   : "0";
+			function      : "0";
+		}
+		pin ("VDD") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+	}
diff --git a/cells/dvss/gf180mcu_fd_io__dvss__ff_125C_5v50.lib.json b/cells/dvss/gf180mcu_fd_io__dvss__ff_125C_5v50.lib.json
new file mode 100644
index 0000000..f631886
--- /dev/null
+++ b/cells/dvss/gf180mcu_fd_io__dvss__ff_125C_5v50.lib.json
@@ -0,0 +1,24 @@
+{
+    "cell gf180mcu_fd_io__dvss": {
+        "pad_cell": "true",
+        "dont_touch": "true",
+        "dont_use": "true",
+        "area": "26250.000000",
+        "pin DVDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin DVSS": {
+            "direction": "inout",
+            "capacitance": "0",
+            "is_pad": "true",
+            "drive_current": "0",
+            "three_state": "0",
+            "function": "0"
+        },
+        "pin VDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        }
+    }
+}
\ No newline at end of file
diff --git a/cells/dvss/gf180mcu_fd_io__dvss__ff_n40C_2v75.lib b/cells/dvss/gf180mcu_fd_io__dvss__ff_n40C_2v75.lib
new file mode 100644
index 0000000..7709752
--- /dev/null
+++ b/cells/dvss/gf180mcu_fd_io__dvss__ff_n40C_2v75.lib
@@ -0,0 +1,37 @@
+/*
+ * Copyright 2022 GlobalFoundries PDK Authors
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+	cell ("gf180mcu_fd_io__dvss") {
+		pad_cell   : true;
+		dont_touch : true;
+		dont_use   : true;
+		area       : 26250.000000 ;
+		pin ("DVDD") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("DVSS") {
+			direction     : "inout";
+			capacitance   : 0;
+			is_pad        : true;
+			drive_current : 0;
+			three_state   : "0";
+			function      : "0";
+		}
+		pin ("VDD") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+	}
diff --git a/cells/dvss/gf180mcu_fd_io__dvss__ff_n40C_2v75.lib.json b/cells/dvss/gf180mcu_fd_io__dvss__ff_n40C_2v75.lib.json
new file mode 100644
index 0000000..f631886
--- /dev/null
+++ b/cells/dvss/gf180mcu_fd_io__dvss__ff_n40C_2v75.lib.json
@@ -0,0 +1,24 @@
+{
+    "cell gf180mcu_fd_io__dvss": {
+        "pad_cell": "true",
+        "dont_touch": "true",
+        "dont_use": "true",
+        "area": "26250.000000",
+        "pin DVDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin DVSS": {
+            "direction": "inout",
+            "capacitance": "0",
+            "is_pad": "true",
+            "drive_current": "0",
+            "three_state": "0",
+            "function": "0"
+        },
+        "pin VDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        }
+    }
+}
\ No newline at end of file
diff --git a/cells/dvss/gf180mcu_fd_io__dvss__ff_n40C_3v63.lib b/cells/dvss/gf180mcu_fd_io__dvss__ff_n40C_3v63.lib
new file mode 100644
index 0000000..7709752
--- /dev/null
+++ b/cells/dvss/gf180mcu_fd_io__dvss__ff_n40C_3v63.lib
@@ -0,0 +1,37 @@
+/*
+ * Copyright 2022 GlobalFoundries PDK Authors
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+	cell ("gf180mcu_fd_io__dvss") {
+		pad_cell   : true;
+		dont_touch : true;
+		dont_use   : true;
+		area       : 26250.000000 ;
+		pin ("DVDD") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("DVSS") {
+			direction     : "inout";
+			capacitance   : 0;
+			is_pad        : true;
+			drive_current : 0;
+			three_state   : "0";
+			function      : "0";
+		}
+		pin ("VDD") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+	}
diff --git a/cells/dvss/gf180mcu_fd_io__dvss__ff_n40C_3v63.lib.json b/cells/dvss/gf180mcu_fd_io__dvss__ff_n40C_3v63.lib.json
new file mode 100644
index 0000000..f631886
--- /dev/null
+++ b/cells/dvss/gf180mcu_fd_io__dvss__ff_n40C_3v63.lib.json
@@ -0,0 +1,24 @@
+{
+    "cell gf180mcu_fd_io__dvss": {
+        "pad_cell": "true",
+        "dont_touch": "true",
+        "dont_use": "true",
+        "area": "26250.000000",
+        "pin DVDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin DVSS": {
+            "direction": "inout",
+            "capacitance": "0",
+            "is_pad": "true",
+            "drive_current": "0",
+            "three_state": "0",
+            "function": "0"
+        },
+        "pin VDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        }
+    }
+}
\ No newline at end of file
diff --git a/cells/dvss/gf180mcu_fd_io__dvss__ff_n40C_5v50.lib b/cells/dvss/gf180mcu_fd_io__dvss__ff_n40C_5v50.lib
new file mode 100644
index 0000000..7709752
--- /dev/null
+++ b/cells/dvss/gf180mcu_fd_io__dvss__ff_n40C_5v50.lib
@@ -0,0 +1,37 @@
+/*
+ * Copyright 2022 GlobalFoundries PDK Authors
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+	cell ("gf180mcu_fd_io__dvss") {
+		pad_cell   : true;
+		dont_touch : true;
+		dont_use   : true;
+		area       : 26250.000000 ;
+		pin ("DVDD") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("DVSS") {
+			direction     : "inout";
+			capacitance   : 0;
+			is_pad        : true;
+			drive_current : 0;
+			three_state   : "0";
+			function      : "0";
+		}
+		pin ("VDD") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+	}
diff --git a/cells/dvss/gf180mcu_fd_io__dvss__ff_n40C_5v50.lib.json b/cells/dvss/gf180mcu_fd_io__dvss__ff_n40C_5v50.lib.json
new file mode 100644
index 0000000..f631886
--- /dev/null
+++ b/cells/dvss/gf180mcu_fd_io__dvss__ff_n40C_5v50.lib.json
@@ -0,0 +1,24 @@
+{
+    "cell gf180mcu_fd_io__dvss": {
+        "pad_cell": "true",
+        "dont_touch": "true",
+        "dont_use": "true",
+        "area": "26250.000000",
+        "pin DVDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin DVSS": {
+            "direction": "inout",
+            "capacitance": "0",
+            "is_pad": "true",
+            "drive_current": "0",
+            "three_state": "0",
+            "function": "0"
+        },
+        "pin VDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        }
+    }
+}
\ No newline at end of file
diff --git a/cells/dvss/gf180mcu_fd_io__dvss__ss_125C_2v25.lib b/cells/dvss/gf180mcu_fd_io__dvss__ss_125C_2v25.lib
new file mode 100644
index 0000000..7709752
--- /dev/null
+++ b/cells/dvss/gf180mcu_fd_io__dvss__ss_125C_2v25.lib
@@ -0,0 +1,37 @@
+/*
+ * Copyright 2022 GlobalFoundries PDK Authors
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+	cell ("gf180mcu_fd_io__dvss") {
+		pad_cell   : true;
+		dont_touch : true;
+		dont_use   : true;
+		area       : 26250.000000 ;
+		pin ("DVDD") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("DVSS") {
+			direction     : "inout";
+			capacitance   : 0;
+			is_pad        : true;
+			drive_current : 0;
+			three_state   : "0";
+			function      : "0";
+		}
+		pin ("VDD") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+	}
diff --git a/cells/dvss/gf180mcu_fd_io__dvss__ss_125C_2v25.lib.json b/cells/dvss/gf180mcu_fd_io__dvss__ss_125C_2v25.lib.json
new file mode 100644
index 0000000..f631886
--- /dev/null
+++ b/cells/dvss/gf180mcu_fd_io__dvss__ss_125C_2v25.lib.json
@@ -0,0 +1,24 @@
+{
+    "cell gf180mcu_fd_io__dvss": {
+        "pad_cell": "true",
+        "dont_touch": "true",
+        "dont_use": "true",
+        "area": "26250.000000",
+        "pin DVDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin DVSS": {
+            "direction": "inout",
+            "capacitance": "0",
+            "is_pad": "true",
+            "drive_current": "0",
+            "three_state": "0",
+            "function": "0"
+        },
+        "pin VDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        }
+    }
+}
\ No newline at end of file
diff --git a/cells/dvss/gf180mcu_fd_io__dvss__ss_125C_2v97.lib b/cells/dvss/gf180mcu_fd_io__dvss__ss_125C_2v97.lib
new file mode 100644
index 0000000..7709752
--- /dev/null
+++ b/cells/dvss/gf180mcu_fd_io__dvss__ss_125C_2v97.lib
@@ -0,0 +1,37 @@
+/*
+ * Copyright 2022 GlobalFoundries PDK Authors
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+	cell ("gf180mcu_fd_io__dvss") {
+		pad_cell   : true;
+		dont_touch : true;
+		dont_use   : true;
+		area       : 26250.000000 ;
+		pin ("DVDD") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("DVSS") {
+			direction     : "inout";
+			capacitance   : 0;
+			is_pad        : true;
+			drive_current : 0;
+			three_state   : "0";
+			function      : "0";
+		}
+		pin ("VDD") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+	}
diff --git a/cells/dvss/gf180mcu_fd_io__dvss__ss_125C_2v97.lib.json b/cells/dvss/gf180mcu_fd_io__dvss__ss_125C_2v97.lib.json
new file mode 100644
index 0000000..f631886
--- /dev/null
+++ b/cells/dvss/gf180mcu_fd_io__dvss__ss_125C_2v97.lib.json
@@ -0,0 +1,24 @@
+{
+    "cell gf180mcu_fd_io__dvss": {
+        "pad_cell": "true",
+        "dont_touch": "true",
+        "dont_use": "true",
+        "area": "26250.000000",
+        "pin DVDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin DVSS": {
+            "direction": "inout",
+            "capacitance": "0",
+            "is_pad": "true",
+            "drive_current": "0",
+            "three_state": "0",
+            "function": "0"
+        },
+        "pin VDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        }
+    }
+}
\ No newline at end of file
diff --git a/cells/dvss/gf180mcu_fd_io__dvss__ss_125C_4v50.lib b/cells/dvss/gf180mcu_fd_io__dvss__ss_125C_4v50.lib
new file mode 100644
index 0000000..7709752
--- /dev/null
+++ b/cells/dvss/gf180mcu_fd_io__dvss__ss_125C_4v50.lib
@@ -0,0 +1,37 @@
+/*
+ * Copyright 2022 GlobalFoundries PDK Authors
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+	cell ("gf180mcu_fd_io__dvss") {
+		pad_cell   : true;
+		dont_touch : true;
+		dont_use   : true;
+		area       : 26250.000000 ;
+		pin ("DVDD") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("DVSS") {
+			direction     : "inout";
+			capacitance   : 0;
+			is_pad        : true;
+			drive_current : 0;
+			three_state   : "0";
+			function      : "0";
+		}
+		pin ("VDD") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+	}
diff --git a/cells/dvss/gf180mcu_fd_io__dvss__ss_125C_4v50.lib.json b/cells/dvss/gf180mcu_fd_io__dvss__ss_125C_4v50.lib.json
new file mode 100644
index 0000000..f631886
--- /dev/null
+++ b/cells/dvss/gf180mcu_fd_io__dvss__ss_125C_4v50.lib.json
@@ -0,0 +1,24 @@
+{
+    "cell gf180mcu_fd_io__dvss": {
+        "pad_cell": "true",
+        "dont_touch": "true",
+        "dont_use": "true",
+        "area": "26250.000000",
+        "pin DVDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin DVSS": {
+            "direction": "inout",
+            "capacitance": "0",
+            "is_pad": "true",
+            "drive_current": "0",
+            "three_state": "0",
+            "function": "0"
+        },
+        "pin VDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        }
+    }
+}
\ No newline at end of file
diff --git a/cells/dvss/gf180mcu_fd_io__dvss__tt_025C_2v50.lib b/cells/dvss/gf180mcu_fd_io__dvss__tt_025C_2v50.lib
new file mode 100644
index 0000000..7709752
--- /dev/null
+++ b/cells/dvss/gf180mcu_fd_io__dvss__tt_025C_2v50.lib
@@ -0,0 +1,37 @@
+/*
+ * Copyright 2022 GlobalFoundries PDK Authors
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+	cell ("gf180mcu_fd_io__dvss") {
+		pad_cell   : true;
+		dont_touch : true;
+		dont_use   : true;
+		area       : 26250.000000 ;
+		pin ("DVDD") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("DVSS") {
+			direction     : "inout";
+			capacitance   : 0;
+			is_pad        : true;
+			drive_current : 0;
+			three_state   : "0";
+			function      : "0";
+		}
+		pin ("VDD") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+	}
diff --git a/cells/dvss/gf180mcu_fd_io__dvss__tt_025C_2v50.lib.json b/cells/dvss/gf180mcu_fd_io__dvss__tt_025C_2v50.lib.json
new file mode 100644
index 0000000..f631886
--- /dev/null
+++ b/cells/dvss/gf180mcu_fd_io__dvss__tt_025C_2v50.lib.json
@@ -0,0 +1,24 @@
+{
+    "cell gf180mcu_fd_io__dvss": {
+        "pad_cell": "true",
+        "dont_touch": "true",
+        "dont_use": "true",
+        "area": "26250.000000",
+        "pin DVDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin DVSS": {
+            "direction": "inout",
+            "capacitance": "0",
+            "is_pad": "true",
+            "drive_current": "0",
+            "three_state": "0",
+            "function": "0"
+        },
+        "pin VDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        }
+    }
+}
\ No newline at end of file
diff --git a/cells/dvss/gf180mcu_fd_io__dvss__tt_025C_3v30.lib b/cells/dvss/gf180mcu_fd_io__dvss__tt_025C_3v30.lib
new file mode 100644
index 0000000..7709752
--- /dev/null
+++ b/cells/dvss/gf180mcu_fd_io__dvss__tt_025C_3v30.lib
@@ -0,0 +1,37 @@
+/*
+ * Copyright 2022 GlobalFoundries PDK Authors
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+	cell ("gf180mcu_fd_io__dvss") {
+		pad_cell   : true;
+		dont_touch : true;
+		dont_use   : true;
+		area       : 26250.000000 ;
+		pin ("DVDD") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("DVSS") {
+			direction     : "inout";
+			capacitance   : 0;
+			is_pad        : true;
+			drive_current : 0;
+			three_state   : "0";
+			function      : "0";
+		}
+		pin ("VDD") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+	}
diff --git a/cells/dvss/gf180mcu_fd_io__dvss__tt_025C_3v30.lib.json b/cells/dvss/gf180mcu_fd_io__dvss__tt_025C_3v30.lib.json
new file mode 100644
index 0000000..f631886
--- /dev/null
+++ b/cells/dvss/gf180mcu_fd_io__dvss__tt_025C_3v30.lib.json
@@ -0,0 +1,24 @@
+{
+    "cell gf180mcu_fd_io__dvss": {
+        "pad_cell": "true",
+        "dont_touch": "true",
+        "dont_use": "true",
+        "area": "26250.000000",
+        "pin DVDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin DVSS": {
+            "direction": "inout",
+            "capacitance": "0",
+            "is_pad": "true",
+            "drive_current": "0",
+            "three_state": "0",
+            "function": "0"
+        },
+        "pin VDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        }
+    }
+}
\ No newline at end of file
diff --git a/cells/dvss/gf180mcu_fd_io__dvss__tt_025C_5v00.lib b/cells/dvss/gf180mcu_fd_io__dvss__tt_025C_5v00.lib
new file mode 100644
index 0000000..7709752
--- /dev/null
+++ b/cells/dvss/gf180mcu_fd_io__dvss__tt_025C_5v00.lib
@@ -0,0 +1,37 @@
+/*
+ * Copyright 2022 GlobalFoundries PDK Authors
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+	cell ("gf180mcu_fd_io__dvss") {
+		pad_cell   : true;
+		dont_touch : true;
+		dont_use   : true;
+		area       : 26250.000000 ;
+		pin ("DVDD") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("DVSS") {
+			direction     : "inout";
+			capacitance   : 0;
+			is_pad        : true;
+			drive_current : 0;
+			three_state   : "0";
+			function      : "0";
+		}
+		pin ("VDD") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+	}
diff --git a/cells/dvss/gf180mcu_fd_io__dvss__tt_025C_5v00.lib.json b/cells/dvss/gf180mcu_fd_io__dvss__tt_025C_5v00.lib.json
new file mode 100644
index 0000000..f631886
--- /dev/null
+++ b/cells/dvss/gf180mcu_fd_io__dvss__tt_025C_5v00.lib.json
@@ -0,0 +1,24 @@
+{
+    "cell gf180mcu_fd_io__dvss": {
+        "pad_cell": "true",
+        "dont_touch": "true",
+        "dont_use": "true",
+        "area": "26250.000000",
+        "pin DVDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin DVSS": {
+            "direction": "inout",
+            "capacitance": "0",
+            "is_pad": "true",
+            "drive_current": "0",
+            "three_state": "0",
+            "function": "0"
+        },
+        "pin VDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        }
+    }
+}
\ No newline at end of file
diff --git a/cells/fill1/gf180mcu_fd_io__fill1.cdl b/cells/fill1/gf180mcu_fd_io__fill1.cdl
new file mode 100644
index 0000000..c398eb8
--- /dev/null
+++ b/cells/fill1/gf180mcu_fd_io__fill1.cdl
@@ -0,0 +1,16 @@
+* Copyright 2022 GlobalFoundries PDK Authors
+*
+* Licensed under the Apache License, Version 2.0 (the "License");
+* you may not use this file except in compliance with the License.
+* You may obtain a copy of the License at
+*
+*     http://www.apache.org/licenses/LICENSE-2.0
+*
+* Unless required by applicable law or agreed to in writing, software
+* distributed under the License is distributed on an "AS IS" BASIS,
+* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+* See the License for the specific language governing permissions and
+* limitations under the License.
+
+.SUBCKT gf180mcu_fd_io__fill1 DVDD DVSS VDD VSS
+.ENDS
diff --git a/cells/fill1/gf180mcu_fd_io__fill1.v b/cells/fill1/gf180mcu_fd_io__fill1.v
new file mode 100644
index 0000000..32143c1
--- /dev/null
+++ b/cells/fill1/gf180mcu_fd_io__fill1.v
@@ -0,0 +1,32 @@
+/*
+ * Copyright 2022 GlobalFoundries PDK Authors
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http:www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+`suppress_faults
+`enable_portfaults
+`ifdef functional
+  `timescale 1ns / 1ps
+  `delay_mode_distributed
+  `delay_mode_unit
+`else
+  `timescale 1ns / 1ps
+  `delay_mode_path
+`endif
+module gf180mcu_fd_io__fill1 (DVDD, DVSS, VDD, VSS);
+	inout	DVDD;
+	inout	DVSS;
+	inout	VDD;
+	inout	VSS;
+endmodule
diff --git a/cells/fill1/gf180mcu_fd_io__fill10__ff_125C_2v75.lib b/cells/fill1/gf180mcu_fd_io__fill10__ff_125C_2v75.lib
new file mode 100644
index 0000000..e7e785c
--- /dev/null
+++ b/cells/fill1/gf180mcu_fd_io__fill10__ff_125C_2v75.lib
@@ -0,0 +1,36 @@
+/*
+ * Copyright 2022 GlobalFoundries PDK Authors
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+	cell ("gf180mcu_fd_io__fill10") {
+		dont_touch : true;
+		dont_use   : true;
+		area       : 3500.000000 ;
+		pin ("DVDD") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("DVSS") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("VDD") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("VSS") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+	}
diff --git a/cells/fill1/gf180mcu_fd_io__fill10__ff_125C_2v75.lib.json b/cells/fill1/gf180mcu_fd_io__fill10__ff_125C_2v75.lib.json
new file mode 100644
index 0000000..94e1f5b
--- /dev/null
+++ b/cells/fill1/gf180mcu_fd_io__fill10__ff_125C_2v75.lib.json
@@ -0,0 +1,23 @@
+{
+    "cell gf180mcu_fd_io__fill10": {
+        "dont_touch": "true",
+        "dont_use": "true",
+        "area": "3500.000000",
+        "pin DVDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin DVSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        }
+    }
+}
\ No newline at end of file
diff --git a/cells/fill1/gf180mcu_fd_io__fill10__ff_125C_3v63.lib b/cells/fill1/gf180mcu_fd_io__fill10__ff_125C_3v63.lib
new file mode 100644
index 0000000..e7e785c
--- /dev/null
+++ b/cells/fill1/gf180mcu_fd_io__fill10__ff_125C_3v63.lib
@@ -0,0 +1,36 @@
+/*
+ * Copyright 2022 GlobalFoundries PDK Authors
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+	cell ("gf180mcu_fd_io__fill10") {
+		dont_touch : true;
+		dont_use   : true;
+		area       : 3500.000000 ;
+		pin ("DVDD") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("DVSS") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("VDD") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("VSS") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+	}
diff --git a/cells/fill1/gf180mcu_fd_io__fill10__ff_125C_3v63.lib.json b/cells/fill1/gf180mcu_fd_io__fill10__ff_125C_3v63.lib.json
new file mode 100644
index 0000000..94e1f5b
--- /dev/null
+++ b/cells/fill1/gf180mcu_fd_io__fill10__ff_125C_3v63.lib.json
@@ -0,0 +1,23 @@
+{
+    "cell gf180mcu_fd_io__fill10": {
+        "dont_touch": "true",
+        "dont_use": "true",
+        "area": "3500.000000",
+        "pin DVDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin DVSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        }
+    }
+}
\ No newline at end of file
diff --git a/cells/fill1/gf180mcu_fd_io__fill10__ff_125C_5v50.lib b/cells/fill1/gf180mcu_fd_io__fill10__ff_125C_5v50.lib
new file mode 100644
index 0000000..e7e785c
--- /dev/null
+++ b/cells/fill1/gf180mcu_fd_io__fill10__ff_125C_5v50.lib
@@ -0,0 +1,36 @@
+/*
+ * Copyright 2022 GlobalFoundries PDK Authors
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+	cell ("gf180mcu_fd_io__fill10") {
+		dont_touch : true;
+		dont_use   : true;
+		area       : 3500.000000 ;
+		pin ("DVDD") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("DVSS") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("VDD") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("VSS") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+	}
diff --git a/cells/fill1/gf180mcu_fd_io__fill10__ff_125C_5v50.lib.json b/cells/fill1/gf180mcu_fd_io__fill10__ff_125C_5v50.lib.json
new file mode 100644
index 0000000..94e1f5b
--- /dev/null
+++ b/cells/fill1/gf180mcu_fd_io__fill10__ff_125C_5v50.lib.json
@@ -0,0 +1,23 @@
+{
+    "cell gf180mcu_fd_io__fill10": {
+        "dont_touch": "true",
+        "dont_use": "true",
+        "area": "3500.000000",
+        "pin DVDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin DVSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        }
+    }
+}
\ No newline at end of file
diff --git a/cells/fill1/gf180mcu_fd_io__fill10__ff_n40C_2v75.lib b/cells/fill1/gf180mcu_fd_io__fill10__ff_n40C_2v75.lib
new file mode 100644
index 0000000..e7e785c
--- /dev/null
+++ b/cells/fill1/gf180mcu_fd_io__fill10__ff_n40C_2v75.lib
@@ -0,0 +1,36 @@
+/*
+ * Copyright 2022 GlobalFoundries PDK Authors
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+	cell ("gf180mcu_fd_io__fill10") {
+		dont_touch : true;
+		dont_use   : true;
+		area       : 3500.000000 ;
+		pin ("DVDD") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("DVSS") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("VDD") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("VSS") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+	}
diff --git a/cells/fill1/gf180mcu_fd_io__fill10__ff_n40C_2v75.lib.json b/cells/fill1/gf180mcu_fd_io__fill10__ff_n40C_2v75.lib.json
new file mode 100644
index 0000000..94e1f5b
--- /dev/null
+++ b/cells/fill1/gf180mcu_fd_io__fill10__ff_n40C_2v75.lib.json
@@ -0,0 +1,23 @@
+{
+    "cell gf180mcu_fd_io__fill10": {
+        "dont_touch": "true",
+        "dont_use": "true",
+        "area": "3500.000000",
+        "pin DVDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin DVSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        }
+    }
+}
\ No newline at end of file
diff --git a/cells/fill1/gf180mcu_fd_io__fill10__ff_n40C_3v63.lib b/cells/fill1/gf180mcu_fd_io__fill10__ff_n40C_3v63.lib
new file mode 100644
index 0000000..e7e785c
--- /dev/null
+++ b/cells/fill1/gf180mcu_fd_io__fill10__ff_n40C_3v63.lib
@@ -0,0 +1,36 @@
+/*
+ * Copyright 2022 GlobalFoundries PDK Authors
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+	cell ("gf180mcu_fd_io__fill10") {
+		dont_touch : true;
+		dont_use   : true;
+		area       : 3500.000000 ;
+		pin ("DVDD") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("DVSS") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("VDD") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("VSS") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+	}
diff --git a/cells/fill1/gf180mcu_fd_io__fill10__ff_n40C_3v63.lib.json b/cells/fill1/gf180mcu_fd_io__fill10__ff_n40C_3v63.lib.json
new file mode 100644
index 0000000..94e1f5b
--- /dev/null
+++ b/cells/fill1/gf180mcu_fd_io__fill10__ff_n40C_3v63.lib.json
@@ -0,0 +1,23 @@
+{
+    "cell gf180mcu_fd_io__fill10": {
+        "dont_touch": "true",
+        "dont_use": "true",
+        "area": "3500.000000",
+        "pin DVDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin DVSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        }
+    }
+}
\ No newline at end of file
diff --git a/cells/fill1/gf180mcu_fd_io__fill10__ff_n40C_5v50.lib b/cells/fill1/gf180mcu_fd_io__fill10__ff_n40C_5v50.lib
new file mode 100644
index 0000000..e7e785c
--- /dev/null
+++ b/cells/fill1/gf180mcu_fd_io__fill10__ff_n40C_5v50.lib
@@ -0,0 +1,36 @@
+/*
+ * Copyright 2022 GlobalFoundries PDK Authors
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+	cell ("gf180mcu_fd_io__fill10") {
+		dont_touch : true;
+		dont_use   : true;
+		area       : 3500.000000 ;
+		pin ("DVDD") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("DVSS") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("VDD") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("VSS") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+	}
diff --git a/cells/fill1/gf180mcu_fd_io__fill10__ff_n40C_5v50.lib.json b/cells/fill1/gf180mcu_fd_io__fill10__ff_n40C_5v50.lib.json
new file mode 100644
index 0000000..94e1f5b
--- /dev/null
+++ b/cells/fill1/gf180mcu_fd_io__fill10__ff_n40C_5v50.lib.json
@@ -0,0 +1,23 @@
+{
+    "cell gf180mcu_fd_io__fill10": {
+        "dont_touch": "true",
+        "dont_use": "true",
+        "area": "3500.000000",
+        "pin DVDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin DVSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        }
+    }
+}
\ No newline at end of file
diff --git a/cells/fill1/gf180mcu_fd_io__fill10__ss_125C_2v25.lib b/cells/fill1/gf180mcu_fd_io__fill10__ss_125C_2v25.lib
new file mode 100644
index 0000000..e7e785c
--- /dev/null
+++ b/cells/fill1/gf180mcu_fd_io__fill10__ss_125C_2v25.lib
@@ -0,0 +1,36 @@
+/*
+ * Copyright 2022 GlobalFoundries PDK Authors
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+	cell ("gf180mcu_fd_io__fill10") {
+		dont_touch : true;
+		dont_use   : true;
+		area       : 3500.000000 ;
+		pin ("DVDD") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("DVSS") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("VDD") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("VSS") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+	}
diff --git a/cells/fill1/gf180mcu_fd_io__fill10__ss_125C_2v25.lib.json b/cells/fill1/gf180mcu_fd_io__fill10__ss_125C_2v25.lib.json
new file mode 100644
index 0000000..94e1f5b
--- /dev/null
+++ b/cells/fill1/gf180mcu_fd_io__fill10__ss_125C_2v25.lib.json
@@ -0,0 +1,23 @@
+{
+    "cell gf180mcu_fd_io__fill10": {
+        "dont_touch": "true",
+        "dont_use": "true",
+        "area": "3500.000000",
+        "pin DVDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin DVSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        }
+    }
+}
\ No newline at end of file
diff --git a/cells/fill1/gf180mcu_fd_io__fill10__ss_125C_2v97.lib b/cells/fill1/gf180mcu_fd_io__fill10__ss_125C_2v97.lib
new file mode 100644
index 0000000..e7e785c
--- /dev/null
+++ b/cells/fill1/gf180mcu_fd_io__fill10__ss_125C_2v97.lib
@@ -0,0 +1,36 @@
+/*
+ * Copyright 2022 GlobalFoundries PDK Authors
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+	cell ("gf180mcu_fd_io__fill10") {
+		dont_touch : true;
+		dont_use   : true;
+		area       : 3500.000000 ;
+		pin ("DVDD") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("DVSS") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("VDD") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("VSS") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+	}
diff --git a/cells/fill1/gf180mcu_fd_io__fill10__ss_125C_2v97.lib.json b/cells/fill1/gf180mcu_fd_io__fill10__ss_125C_2v97.lib.json
new file mode 100644
index 0000000..94e1f5b
--- /dev/null
+++ b/cells/fill1/gf180mcu_fd_io__fill10__ss_125C_2v97.lib.json
@@ -0,0 +1,23 @@
+{
+    "cell gf180mcu_fd_io__fill10": {
+        "dont_touch": "true",
+        "dont_use": "true",
+        "area": "3500.000000",
+        "pin DVDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin DVSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        }
+    }
+}
\ No newline at end of file
diff --git a/cells/fill1/gf180mcu_fd_io__fill10__ss_125C_4v50.lib b/cells/fill1/gf180mcu_fd_io__fill10__ss_125C_4v50.lib
new file mode 100644
index 0000000..e7e785c
--- /dev/null
+++ b/cells/fill1/gf180mcu_fd_io__fill10__ss_125C_4v50.lib
@@ -0,0 +1,36 @@
+/*
+ * Copyright 2022 GlobalFoundries PDK Authors
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+	cell ("gf180mcu_fd_io__fill10") {
+		dont_touch : true;
+		dont_use   : true;
+		area       : 3500.000000 ;
+		pin ("DVDD") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("DVSS") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("VDD") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("VSS") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+	}
diff --git a/cells/fill1/gf180mcu_fd_io__fill10__ss_125C_4v50.lib.json b/cells/fill1/gf180mcu_fd_io__fill10__ss_125C_4v50.lib.json
new file mode 100644
index 0000000..94e1f5b
--- /dev/null
+++ b/cells/fill1/gf180mcu_fd_io__fill10__ss_125C_4v50.lib.json
@@ -0,0 +1,23 @@
+{
+    "cell gf180mcu_fd_io__fill10": {
+        "dont_touch": "true",
+        "dont_use": "true",
+        "area": "3500.000000",
+        "pin DVDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin DVSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        }
+    }
+}
\ No newline at end of file
diff --git a/cells/fill1/gf180mcu_fd_io__fill10__tt_025C_2v50.lib b/cells/fill1/gf180mcu_fd_io__fill10__tt_025C_2v50.lib
new file mode 100644
index 0000000..e7e785c
--- /dev/null
+++ b/cells/fill1/gf180mcu_fd_io__fill10__tt_025C_2v50.lib
@@ -0,0 +1,36 @@
+/*
+ * Copyright 2022 GlobalFoundries PDK Authors
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+	cell ("gf180mcu_fd_io__fill10") {
+		dont_touch : true;
+		dont_use   : true;
+		area       : 3500.000000 ;
+		pin ("DVDD") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("DVSS") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("VDD") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("VSS") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+	}
diff --git a/cells/fill1/gf180mcu_fd_io__fill10__tt_025C_2v50.lib.json b/cells/fill1/gf180mcu_fd_io__fill10__tt_025C_2v50.lib.json
new file mode 100644
index 0000000..94e1f5b
--- /dev/null
+++ b/cells/fill1/gf180mcu_fd_io__fill10__tt_025C_2v50.lib.json
@@ -0,0 +1,23 @@
+{
+    "cell gf180mcu_fd_io__fill10": {
+        "dont_touch": "true",
+        "dont_use": "true",
+        "area": "3500.000000",
+        "pin DVDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin DVSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        }
+    }
+}
\ No newline at end of file
diff --git a/cells/fill1/gf180mcu_fd_io__fill10__tt_025C_3v30.lib b/cells/fill1/gf180mcu_fd_io__fill10__tt_025C_3v30.lib
new file mode 100644
index 0000000..e7e785c
--- /dev/null
+++ b/cells/fill1/gf180mcu_fd_io__fill10__tt_025C_3v30.lib
@@ -0,0 +1,36 @@
+/*
+ * Copyright 2022 GlobalFoundries PDK Authors
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+	cell ("gf180mcu_fd_io__fill10") {
+		dont_touch : true;
+		dont_use   : true;
+		area       : 3500.000000 ;
+		pin ("DVDD") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("DVSS") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("VDD") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("VSS") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+	}
diff --git a/cells/fill1/gf180mcu_fd_io__fill10__tt_025C_3v30.lib.json b/cells/fill1/gf180mcu_fd_io__fill10__tt_025C_3v30.lib.json
new file mode 100644
index 0000000..94e1f5b
--- /dev/null
+++ b/cells/fill1/gf180mcu_fd_io__fill10__tt_025C_3v30.lib.json
@@ -0,0 +1,23 @@
+{
+    "cell gf180mcu_fd_io__fill10": {
+        "dont_touch": "true",
+        "dont_use": "true",
+        "area": "3500.000000",
+        "pin DVDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin DVSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        }
+    }
+}
\ No newline at end of file
diff --git a/cells/fill1/gf180mcu_fd_io__fill10__tt_025C_5v00.lib b/cells/fill1/gf180mcu_fd_io__fill10__tt_025C_5v00.lib
new file mode 100644
index 0000000..e7e785c
--- /dev/null
+++ b/cells/fill1/gf180mcu_fd_io__fill10__tt_025C_5v00.lib
@@ -0,0 +1,36 @@
+/*
+ * Copyright 2022 GlobalFoundries PDK Authors
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+	cell ("gf180mcu_fd_io__fill10") {
+		dont_touch : true;
+		dont_use   : true;
+		area       : 3500.000000 ;
+		pin ("DVDD") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("DVSS") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("VDD") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("VSS") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+	}
diff --git a/cells/fill1/gf180mcu_fd_io__fill10__tt_025C_5v00.lib.json b/cells/fill1/gf180mcu_fd_io__fill10__tt_025C_5v00.lib.json
new file mode 100644
index 0000000..94e1f5b
--- /dev/null
+++ b/cells/fill1/gf180mcu_fd_io__fill10__tt_025C_5v00.lib.json
@@ -0,0 +1,23 @@
+{
+    "cell gf180mcu_fd_io__fill10": {
+        "dont_touch": "true",
+        "dont_use": "true",
+        "area": "3500.000000",
+        "pin DVDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin DVSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        }
+    }
+}
\ No newline at end of file
diff --git a/cells/fill1/gf180mcu_fd_io__fill1_3lm.gds b/cells/fill1/gf180mcu_fd_io__fill1_3lm.gds
new file mode 100644
index 0000000..195ef18
--- /dev/null
+++ b/cells/fill1/gf180mcu_fd_io__fill1_3lm.gds
Binary files differ
diff --git a/cells/fill1/gf180mcu_fd_io__fill1_3lm.lef b/cells/fill1/gf180mcu_fd_io__fill1_3lm.lef
new file mode 100644
index 0000000..a09d3b7
--- /dev/null
+++ b/cells/fill1/gf180mcu_fd_io__fill1_3lm.lef
@@ -0,0 +1,181 @@
+# Copyright 2022 GlobalFoundries PDK Authors
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+MACRO gf180mcu_fd_io__fill1
+  CLASS PAD SPACER ;
+  ORIGIN 0 0 ;
+  FOREIGN gf180mcu_fd_io__fill1 0 0 ;
+  SIZE 1 BY 350 ;
+  SYMMETRY X Y R90 ;
+  SITE GF_IO_Site ;
+  PIN DVDD
+    DIRECTION INOUT ;
+    USE POWER ;
+    PORT
+      LAYER Metal3 ;
+        RECT 0 334 1 341 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 294 1 301 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 278 1 285 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 270 1 277 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 262 1 269 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 214 1 229 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 206 1 213 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 182 1 197 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 166 1 181 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 150 1 165 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 134 1 149 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 118 1 125 ;
+    END
+  END DVDD
+  PIN DVSS
+    DIRECTION INOUT ;
+    USE GROUND ;
+    PORT
+      LAYER Metal3 ;
+        RECT 0 342 1 348.39 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 326 1 333 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 302 1 309 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 286 1 293 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 230 1 245 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 198 1 205 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 126 1 133 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 102 1 117 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 86 1 101 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 70 1 85 ;
+    END
+  END DVSS
+  PIN VDD
+    DIRECTION INOUT ;
+    USE POWER ;
+    PORT
+      LAYER Metal3 ;
+        RECT 0 310 1 317 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 254 1 261 ;
+    END
+  END VDD
+  PIN VSS
+    DIRECTION INOUT ;
+    USE GROUND ;
+    PORT
+      LAYER Metal3 ;
+        RECT 0 318 1 325 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 246 1 253 ;
+    END
+  END VSS
+  OBS
+    LAYER Metal1 ;
+      RECT 0 0 1 350 ;
+    LAYER Metal2 ;
+      RECT 0 0 1 350 ;
+    LAYER Metal3 ;
+      RECT 0 213.28 1 213.72 ;
+      RECT 0 229.28 1 229.72 ;
+      RECT 0 245.28 1 245.72 ;
+      RECT 0 101.28 1 101.72 ;
+      RECT 0 181.28 1 181.72 ;
+      RECT 0 348.67 1 350 ;
+      RECT 0 285.28 1 285.72 ;
+      RECT 0 293.28 1 293.72 ;
+      RECT 0 165.28 1 165.72 ;
+      RECT 0 269.28 1 269.72 ;
+      RECT 0 309.28 1 309.72 ;
+      RECT 0 117.28 1 117.72 ;
+      RECT 0 277.28 1 277.72 ;
+      RECT 0 341.28 1 341.72 ;
+      RECT 0 205.28 1 205.72 ;
+      RECT 0 325.28 1 325.72 ;
+      RECT 0 317.28 1 317.72 ;
+      RECT 0 197.28 1 197.72 ;
+      RECT 0 125.28 1 125.72 ;
+      RECT 0 261.28 1 261.72 ;
+      RECT 0 253.28 1 253.72 ;
+      RECT 0 85.28 1 85.72 ;
+      RECT 0 301.28 1 301.72 ;
+      RECT 0 333.28 1 333.72 ;
+      RECT 0 149.28 1 149.72 ;
+      RECT 0 133.28 1 133.72 ;
+      RECT 0 0 1 69.72 ;
+    LAYER Via1 ;
+      RECT 0 0 1 350 ;
+    LAYER Via2 ;
+      RECT 0 0 1 350 ;
+  END
+
+END gf180mcu_fd_io__fill1
diff --git a/cells/fill1/gf180mcu_fd_io__fill1_4lm.gds b/cells/fill1/gf180mcu_fd_io__fill1_4lm.gds
new file mode 100644
index 0000000..8428a95
--- /dev/null
+++ b/cells/fill1/gf180mcu_fd_io__fill1_4lm.gds
Binary files differ
diff --git a/cells/fill1/gf180mcu_fd_io__fill1_4lm.lef b/cells/fill1/gf180mcu_fd_io__fill1_4lm.lef
new file mode 100644
index 0000000..99f09fe
--- /dev/null
+++ b/cells/fill1/gf180mcu_fd_io__fill1_4lm.lef
@@ -0,0 +1,315 @@
+# Copyright 2022 GlobalFoundries PDK Authors
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+MACRO gf180mcu_fd_io__fill1
+  CLASS PAD SPACER ;
+  ORIGIN 0 0 ;
+  FOREIGN gf180mcu_fd_io__fill1 0 0 ;
+  SIZE 1 BY 350 ;
+  SYMMETRY X Y R90 ;
+  SITE GF_IO_Site ;
+  PIN DVDD
+    DIRECTION INOUT ;
+    USE POWER ;
+    PORT
+      LAYER Metal3 ;
+        RECT 0 334 1 341 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 294 1 301 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 278 1 285 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 270 1 277 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 262 1 269 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 214 1 229 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 206 1 213 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 182 1 197 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 166 1 181 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 150 1 165 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 134 1 149 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 334 1 341 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 294 1 301 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 278 1 285 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 270 1 277 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 262 1 269 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 214 1 229 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 206 1 213 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 182 1 197 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 166 1 181 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 150 1 165 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 134 1 149 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 118 1 125 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 118 1 125 ;
+    END
+  END DVDD
+  PIN DVSS
+    DIRECTION INOUT ;
+    USE GROUND ;
+    PORT
+      LAYER Metal3 ;
+        RECT 0 342 1 348.39 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 326 1 333 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 302 1 309 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 286 1 293 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 230 1 245 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 198 1 205 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 126 1 133 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 102 1 117 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 86 1 101 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 342 1 348.39 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 326 1 333 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 302 1 309 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 286 1 293 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 230 1 245 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 198 1 205 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 126 1 133 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 102 1 117 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 86 1 101 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 70 1 85 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 70 1 85 ;
+    END
+  END DVSS
+  PIN VDD
+    DIRECTION INOUT ;
+    USE POWER ;
+    PORT
+      LAYER Metal3 ;
+        RECT 0 310 1 317 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 310 1 317 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 254 1 261 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 254 1 261 ;
+    END
+  END VDD
+  PIN VSS
+    DIRECTION INOUT ;
+    USE GROUND ;
+    PORT
+      LAYER Metal3 ;
+        RECT 0 318 1 325 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 318 1 325 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 246 1 253 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 246 1 253 ;
+    END
+  END VSS
+  OBS
+    LAYER Metal1 ;
+      RECT 0 0 1 350 ;
+    LAYER Metal2 ;
+      RECT 0 0 1 350 ;
+    LAYER Metal3 ;
+      RECT 0 348.67 1 350 ;
+      RECT 0 125.28 1 125.72 ;
+      RECT 0 261.28 1 261.72 ;
+      RECT 0 317.28 1 317.72 ;
+      RECT 0 333.28 1 333.72 ;
+      RECT 0 301.28 1 301.72 ;
+      RECT 0 205.28 1 205.72 ;
+      RECT 0 85.28 1 85.72 ;
+      RECT 0 253.28 1 253.72 ;
+      RECT 0 285.28 1 285.72 ;
+      RECT 0 181.28 1 181.72 ;
+      RECT 0 229.28 1 229.72 ;
+      RECT 0 277.28 1 277.72 ;
+      RECT 0 269.28 1 269.72 ;
+      RECT 0 197.28 1 197.72 ;
+      RECT 0 101.28 1 101.72 ;
+      RECT 0 341.28 1 341.72 ;
+      RECT 0 309.28 1 309.72 ;
+      RECT 0 293.28 1 293.72 ;
+      RECT 0 245.28 1 245.72 ;
+      RECT 0 117.28 1 117.72 ;
+      RECT 0 325.28 1 325.72 ;
+      RECT 0 149.28 1 149.72 ;
+      RECT 0 213.28 1 213.72 ;
+      RECT 0 133.28 1 133.72 ;
+      RECT 0 0 1 69.72 ;
+      RECT 0 165.28 1 165.72 ;
+    LAYER Metal4 ;
+      RECT 0 197.28 1 197.72 ;
+      RECT 0 325.28 1 325.72 ;
+      RECT 0 125.28 1 125.72 ;
+      RECT 0 229.28 1 229.72 ;
+      RECT 0 261.28 1 261.72 ;
+      RECT 0 277.28 1 277.72 ;
+      RECT 0 0 1 69.72 ;
+      RECT 0 301.28 1 301.72 ;
+      RECT 0 245.28 1 245.72 ;
+      RECT 0 85.28 1 85.72 ;
+      RECT 0 285.28 1 285.72 ;
+      RECT 0 165.28 1 165.72 ;
+      RECT 0 341.28 1 341.72 ;
+      RECT 0 149.28 1 149.72 ;
+      RECT 0 117.28 1 117.72 ;
+      RECT 0 333.28 1 333.72 ;
+      RECT 0 213.28 1 213.72 ;
+      RECT 0 101.28 1 101.72 ;
+      RECT 0 205.28 1 205.72 ;
+      RECT 0 309.28 1 309.72 ;
+      RECT 0 181.28 1 181.72 ;
+      RECT 0 133.28 1 133.72 ;
+      RECT 0 317.28 1 317.72 ;
+      RECT 0 293.28 1 293.72 ;
+      RECT 0 269.28 1 269.72 ;
+      RECT 0 253.28 1 253.72 ;
+      RECT 0 348.67 1 350 ;
+    LAYER Via1 ;
+      RECT 0 0 1 350 ;
+    LAYER Via2 ;
+      RECT 0 0 1 350 ;
+    LAYER Via3 ;
+      RECT 0 0 1 350 ;
+  END
+
+END gf180mcu_fd_io__fill1
diff --git a/cells/fill1/gf180mcu_fd_io__fill1_5lm.gds b/cells/fill1/gf180mcu_fd_io__fill1_5lm.gds
new file mode 100644
index 0000000..90b85a2
--- /dev/null
+++ b/cells/fill1/gf180mcu_fd_io__fill1_5lm.gds
Binary files differ
diff --git a/cells/fill1/gf180mcu_fd_io__fill1_5lm.lef b/cells/fill1/gf180mcu_fd_io__fill1_5lm.lef
new file mode 100644
index 0000000..6f40448
--- /dev/null
+++ b/cells/fill1/gf180mcu_fd_io__fill1_5lm.lef
@@ -0,0 +1,449 @@
+# Copyright 2022 GlobalFoundries PDK Authors
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+MACRO gf180mcu_fd_io__fill1
+  CLASS PAD SPACER ;
+  ORIGIN 0 0 ;
+  FOREIGN gf180mcu_fd_io__fill1 0 0 ;
+  SIZE 1 BY 350 ;
+  SYMMETRY X Y R90 ;
+  SITE GF_IO_Site ;
+  PIN DVDD
+    DIRECTION INOUT ;
+    USE POWER ;
+    PORT
+      LAYER Metal3 ;
+        RECT 0 334 1 341 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 294 1 301 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 278 1 285 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 270 1 277 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 262 1 269 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 214 1 229 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 206 1 213 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 182 1 197 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 166 1 181 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 150 1 165 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 134 1 149 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 334 1 341 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 294 1 301 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 278 1 285 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 270 1 277 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 262 1 269 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 214 1 229 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 206 1 213 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 182 1 197 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 166 1 181 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 150 1 165 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 134 1 149 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 334 1 341 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 294 1 301 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 278 1 285 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 270 1 277 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 262 1 269 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 214 1 229 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 206 1 213 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 182 1 197 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 166 1 181 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 150 1 165 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 134 1 149 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 118 1 125 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 118 1 125 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 118 1 125 ;
+    END
+  END DVDD
+  PIN DVSS
+    DIRECTION INOUT ;
+    USE GROUND ;
+    PORT
+      LAYER Metal3 ;
+        RECT 0 342 1 348.39 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 326 1 333 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 302 1 309 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 286 1 293 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 230 1 245 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 198 1 205 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 126 1 133 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 102 1 117 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 86 1 101 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 342 1 348.39 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 326 1 333 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 302 1 309 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 286 1 293 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 230 1 245 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 198 1 205 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 126 1 133 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 102 1 117 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 86 1 101 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 342 1 348.39 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 326 1 333 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 302 1 309 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 286 1 293 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 230 1 245 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 198 1 205 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 126 1 133 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 102 1 117 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 86 1 101 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 70 1 85 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 70 1 85 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 70 1 85 ;
+    END
+  END DVSS
+  PIN VDD
+    DIRECTION INOUT ;
+    USE POWER ;
+    PORT
+      LAYER Metal3 ;
+        RECT 0 310 1 317 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 310 1 317 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 310 1 317 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 254 1 261 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 254 1 261 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 254 1 261 ;
+    END
+  END VDD
+  PIN VSS
+    DIRECTION INOUT ;
+    USE GROUND ;
+    PORT
+      LAYER Metal3 ;
+        RECT 0 318 1 325 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 318 1 325 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 318 1 325 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 246 1 253 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 246 1 253 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 246 1 253 ;
+    END
+  END VSS
+  OBS
+    LAYER Metal1 ;
+      RECT 0 0 1 350 ;
+    LAYER Metal2 ;
+      RECT 0 0 1 350 ;
+    LAYER Metal3 ;
+      RECT 0 245.28 1 245.72 ;
+      RECT 0 341.28 1 341.72 ;
+      RECT 0 165.28 1 165.72 ;
+      RECT 0 253.28 1 253.72 ;
+      RECT 0 125.28 1 125.72 ;
+      RECT 0 133.28 1 133.72 ;
+      RECT 0 309.28 1 309.72 ;
+      RECT 0 277.28 1 277.72 ;
+      RECT 0 0 1 69.72 ;
+      RECT 0 269.28 1 269.72 ;
+      RECT 0 229.28 1 229.72 ;
+      RECT 0 285.28 1 285.72 ;
+      RECT 0 348.67 1 350 ;
+      RECT 0 317.28 1 317.72 ;
+      RECT 0 293.28 1 293.72 ;
+      RECT 0 261.28 1 261.72 ;
+      RECT 0 213.28 1 213.72 ;
+      RECT 0 333.28 1 333.72 ;
+      RECT 0 205.28 1 205.72 ;
+      RECT 0 85.28 1 85.72 ;
+      RECT 0 101.28 1 101.72 ;
+      RECT 0 197.28 1 197.72 ;
+      RECT 0 149.28 1 149.72 ;
+      RECT 0 301.28 1 301.72 ;
+      RECT 0 181.28 1 181.72 ;
+      RECT 0 325.28 1 325.72 ;
+      RECT 0 117.28 1 117.72 ;
+    LAYER Metal4 ;
+      RECT 0 341.28 1 341.72 ;
+      RECT 0 333.28 1 333.72 ;
+      RECT 0 245.28 1 245.72 ;
+      RECT 0 285.28 1 285.72 ;
+      RECT 0 165.28 1 165.72 ;
+      RECT 0 133.28 1 133.72 ;
+      RECT 0 301.28 1 301.72 ;
+      RECT 0 269.28 1 269.72 ;
+      RECT 0 0 1 69.72 ;
+      RECT 0 125.28 1 125.72 ;
+      RECT 0 325.28 1 325.72 ;
+      RECT 0 317.28 1 317.72 ;
+      RECT 0 229.28 1 229.72 ;
+      RECT 0 348.67 1 350 ;
+      RECT 0 85.28 1 85.72 ;
+      RECT 0 101.28 1 101.72 ;
+      RECT 0 181.28 1 181.72 ;
+      RECT 0 117.28 1 117.72 ;
+      RECT 0 213.28 1 213.72 ;
+      RECT 0 197.28 1 197.72 ;
+      RECT 0 149.28 1 149.72 ;
+      RECT 0 309.28 1 309.72 ;
+      RECT 0 205.28 1 205.72 ;
+      RECT 0 261.28 1 261.72 ;
+      RECT 0 277.28 1 277.72 ;
+      RECT 0 253.28 1 253.72 ;
+      RECT 0 293.28 1 293.72 ;
+    LAYER Metal5 ;
+      RECT 0 317.28 1 317.72 ;
+      RECT 0 117.28 1 117.72 ;
+      RECT 0 261.28 1 261.72 ;
+      RECT 0 285.28 1 285.72 ;
+      RECT 0 0 1 69.72 ;
+      RECT 0 133.28 1 133.72 ;
+      RECT 0 149.28 1 149.72 ;
+      RECT 0 348.67 1 350 ;
+      RECT 0 229.28 1 229.72 ;
+      RECT 0 333.28 1 333.72 ;
+      RECT 0 197.28 1 197.72 ;
+      RECT 0 125.28 1 125.72 ;
+      RECT 0 101.28 1 101.72 ;
+      RECT 0 325.28 1 325.72 ;
+      RECT 0 293.28 1 293.72 ;
+      RECT 0 253.28 1 253.72 ;
+      RECT 0 269.28 1 269.72 ;
+      RECT 0 205.28 1 205.72 ;
+      RECT 0 181.28 1 181.72 ;
+      RECT 0 165.28 1 165.72 ;
+      RECT 0 277.28 1 277.72 ;
+      RECT 0 213.28 1 213.72 ;
+      RECT 0 85.28 1 85.72 ;
+      RECT 0 245.28 1 245.72 ;
+      RECT 0 341.28 1 341.72 ;
+      RECT 0 309.28 1 309.72 ;
+      RECT 0 301.28 1 301.72 ;
+    LAYER Via1 ;
+      RECT 0 0 1 350 ;
+    LAYER Via2 ;
+      RECT 0 0 1 350 ;
+    LAYER Via3 ;
+      RECT 0 0 1 350 ;
+    LAYER Via4 ;
+      RECT 0 0 1 350 ;
+  END
+
+END gf180mcu_fd_io__fill1
diff --git a/cells/fill1/gf180mcu_fd_io__fill1__ff_125C_2v75.lib b/cells/fill1/gf180mcu_fd_io__fill1__ff_125C_2v75.lib
new file mode 100644
index 0000000..8a69228
--- /dev/null
+++ b/cells/fill1/gf180mcu_fd_io__fill1__ff_125C_2v75.lib
@@ -0,0 +1,36 @@
+/*
+ * Copyright 2022 GlobalFoundries PDK Authors
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+	cell ("gf180mcu_fd_io__fill1") {
+		dont_touch : true;
+		dont_use   : true;
+		area       : 350.000000 ;
+		pin ("DVDD") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("DVSS") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("VDD") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("VSS") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+	}
diff --git a/cells/fill1/gf180mcu_fd_io__fill1__ff_125C_2v75.lib.json b/cells/fill1/gf180mcu_fd_io__fill1__ff_125C_2v75.lib.json
new file mode 100644
index 0000000..b7cb1d2
--- /dev/null
+++ b/cells/fill1/gf180mcu_fd_io__fill1__ff_125C_2v75.lib.json
@@ -0,0 +1,23 @@
+{
+    "cell gf180mcu_fd_io__fill1": {
+        "dont_touch": "true",
+        "dont_use": "true",
+        "area": "350.000000",
+        "pin DVDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin DVSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        }
+    }
+}
\ No newline at end of file
diff --git a/cells/fill1/gf180mcu_fd_io__fill1__ff_125C_3v63.lib b/cells/fill1/gf180mcu_fd_io__fill1__ff_125C_3v63.lib
new file mode 100644
index 0000000..8a69228
--- /dev/null
+++ b/cells/fill1/gf180mcu_fd_io__fill1__ff_125C_3v63.lib
@@ -0,0 +1,36 @@
+/*
+ * Copyright 2022 GlobalFoundries PDK Authors
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+	cell ("gf180mcu_fd_io__fill1") {
+		dont_touch : true;
+		dont_use   : true;
+		area       : 350.000000 ;
+		pin ("DVDD") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("DVSS") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("VDD") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("VSS") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+	}
diff --git a/cells/fill1/gf180mcu_fd_io__fill1__ff_125C_3v63.lib.json b/cells/fill1/gf180mcu_fd_io__fill1__ff_125C_3v63.lib.json
new file mode 100644
index 0000000..b7cb1d2
--- /dev/null
+++ b/cells/fill1/gf180mcu_fd_io__fill1__ff_125C_3v63.lib.json
@@ -0,0 +1,23 @@
+{
+    "cell gf180mcu_fd_io__fill1": {
+        "dont_touch": "true",
+        "dont_use": "true",
+        "area": "350.000000",
+        "pin DVDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin DVSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        }
+    }
+}
\ No newline at end of file
diff --git a/cells/fill1/gf180mcu_fd_io__fill1__ff_125C_5v50.lib b/cells/fill1/gf180mcu_fd_io__fill1__ff_125C_5v50.lib
new file mode 100644
index 0000000..8a69228
--- /dev/null
+++ b/cells/fill1/gf180mcu_fd_io__fill1__ff_125C_5v50.lib
@@ -0,0 +1,36 @@
+/*
+ * Copyright 2022 GlobalFoundries PDK Authors
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+	cell ("gf180mcu_fd_io__fill1") {
+		dont_touch : true;
+		dont_use   : true;
+		area       : 350.000000 ;
+		pin ("DVDD") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("DVSS") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("VDD") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("VSS") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+	}
diff --git a/cells/fill1/gf180mcu_fd_io__fill1__ff_125C_5v50.lib.json b/cells/fill1/gf180mcu_fd_io__fill1__ff_125C_5v50.lib.json
new file mode 100644
index 0000000..b7cb1d2
--- /dev/null
+++ b/cells/fill1/gf180mcu_fd_io__fill1__ff_125C_5v50.lib.json
@@ -0,0 +1,23 @@
+{
+    "cell gf180mcu_fd_io__fill1": {
+        "dont_touch": "true",
+        "dont_use": "true",
+        "area": "350.000000",
+        "pin DVDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin DVSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        }
+    }
+}
\ No newline at end of file
diff --git a/cells/fill1/gf180mcu_fd_io__fill1__ff_n40C_2v75.lib b/cells/fill1/gf180mcu_fd_io__fill1__ff_n40C_2v75.lib
new file mode 100644
index 0000000..8a69228
--- /dev/null
+++ b/cells/fill1/gf180mcu_fd_io__fill1__ff_n40C_2v75.lib
@@ -0,0 +1,36 @@
+/*
+ * Copyright 2022 GlobalFoundries PDK Authors
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+	cell ("gf180mcu_fd_io__fill1") {
+		dont_touch : true;
+		dont_use   : true;
+		area       : 350.000000 ;
+		pin ("DVDD") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("DVSS") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("VDD") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("VSS") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+	}
diff --git a/cells/fill1/gf180mcu_fd_io__fill1__ff_n40C_2v75.lib.json b/cells/fill1/gf180mcu_fd_io__fill1__ff_n40C_2v75.lib.json
new file mode 100644
index 0000000..b7cb1d2
--- /dev/null
+++ b/cells/fill1/gf180mcu_fd_io__fill1__ff_n40C_2v75.lib.json
@@ -0,0 +1,23 @@
+{
+    "cell gf180mcu_fd_io__fill1": {
+        "dont_touch": "true",
+        "dont_use": "true",
+        "area": "350.000000",
+        "pin DVDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin DVSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        }
+    }
+}
\ No newline at end of file
diff --git a/cells/fill1/gf180mcu_fd_io__fill1__ff_n40C_3v63.lib b/cells/fill1/gf180mcu_fd_io__fill1__ff_n40C_3v63.lib
new file mode 100644
index 0000000..8a69228
--- /dev/null
+++ b/cells/fill1/gf180mcu_fd_io__fill1__ff_n40C_3v63.lib
@@ -0,0 +1,36 @@
+/*
+ * Copyright 2022 GlobalFoundries PDK Authors
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+	cell ("gf180mcu_fd_io__fill1") {
+		dont_touch : true;
+		dont_use   : true;
+		area       : 350.000000 ;
+		pin ("DVDD") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("DVSS") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("VDD") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("VSS") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+	}
diff --git a/cells/fill1/gf180mcu_fd_io__fill1__ff_n40C_3v63.lib.json b/cells/fill1/gf180mcu_fd_io__fill1__ff_n40C_3v63.lib.json
new file mode 100644
index 0000000..b7cb1d2
--- /dev/null
+++ b/cells/fill1/gf180mcu_fd_io__fill1__ff_n40C_3v63.lib.json
@@ -0,0 +1,23 @@
+{
+    "cell gf180mcu_fd_io__fill1": {
+        "dont_touch": "true",
+        "dont_use": "true",
+        "area": "350.000000",
+        "pin DVDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin DVSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        }
+    }
+}
\ No newline at end of file
diff --git a/cells/fill1/gf180mcu_fd_io__fill1__ff_n40C_5v50.lib b/cells/fill1/gf180mcu_fd_io__fill1__ff_n40C_5v50.lib
new file mode 100644
index 0000000..8a69228
--- /dev/null
+++ b/cells/fill1/gf180mcu_fd_io__fill1__ff_n40C_5v50.lib
@@ -0,0 +1,36 @@
+/*
+ * Copyright 2022 GlobalFoundries PDK Authors
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+	cell ("gf180mcu_fd_io__fill1") {
+		dont_touch : true;
+		dont_use   : true;
+		area       : 350.000000 ;
+		pin ("DVDD") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("DVSS") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("VDD") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("VSS") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+	}
diff --git a/cells/fill1/gf180mcu_fd_io__fill1__ff_n40C_5v50.lib.json b/cells/fill1/gf180mcu_fd_io__fill1__ff_n40C_5v50.lib.json
new file mode 100644
index 0000000..b7cb1d2
--- /dev/null
+++ b/cells/fill1/gf180mcu_fd_io__fill1__ff_n40C_5v50.lib.json
@@ -0,0 +1,23 @@
+{
+    "cell gf180mcu_fd_io__fill1": {
+        "dont_touch": "true",
+        "dont_use": "true",
+        "area": "350.000000",
+        "pin DVDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin DVSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        }
+    }
+}
\ No newline at end of file
diff --git a/cells/fill1/gf180mcu_fd_io__fill1__ss_125C_2v25.lib b/cells/fill1/gf180mcu_fd_io__fill1__ss_125C_2v25.lib
new file mode 100644
index 0000000..8a69228
--- /dev/null
+++ b/cells/fill1/gf180mcu_fd_io__fill1__ss_125C_2v25.lib
@@ -0,0 +1,36 @@
+/*
+ * Copyright 2022 GlobalFoundries PDK Authors
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+	cell ("gf180mcu_fd_io__fill1") {
+		dont_touch : true;
+		dont_use   : true;
+		area       : 350.000000 ;
+		pin ("DVDD") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("DVSS") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("VDD") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("VSS") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+	}
diff --git a/cells/fill1/gf180mcu_fd_io__fill1__ss_125C_2v25.lib.json b/cells/fill1/gf180mcu_fd_io__fill1__ss_125C_2v25.lib.json
new file mode 100644
index 0000000..b7cb1d2
--- /dev/null
+++ b/cells/fill1/gf180mcu_fd_io__fill1__ss_125C_2v25.lib.json
@@ -0,0 +1,23 @@
+{
+    "cell gf180mcu_fd_io__fill1": {
+        "dont_touch": "true",
+        "dont_use": "true",
+        "area": "350.000000",
+        "pin DVDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin DVSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        }
+    }
+}
\ No newline at end of file
diff --git a/cells/fill1/gf180mcu_fd_io__fill1__ss_125C_2v97.lib b/cells/fill1/gf180mcu_fd_io__fill1__ss_125C_2v97.lib
new file mode 100644
index 0000000..8a69228
--- /dev/null
+++ b/cells/fill1/gf180mcu_fd_io__fill1__ss_125C_2v97.lib
@@ -0,0 +1,36 @@
+/*
+ * Copyright 2022 GlobalFoundries PDK Authors
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+	cell ("gf180mcu_fd_io__fill1") {
+		dont_touch : true;
+		dont_use   : true;
+		area       : 350.000000 ;
+		pin ("DVDD") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("DVSS") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("VDD") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("VSS") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+	}
diff --git a/cells/fill1/gf180mcu_fd_io__fill1__ss_125C_2v97.lib.json b/cells/fill1/gf180mcu_fd_io__fill1__ss_125C_2v97.lib.json
new file mode 100644
index 0000000..b7cb1d2
--- /dev/null
+++ b/cells/fill1/gf180mcu_fd_io__fill1__ss_125C_2v97.lib.json
@@ -0,0 +1,23 @@
+{
+    "cell gf180mcu_fd_io__fill1": {
+        "dont_touch": "true",
+        "dont_use": "true",
+        "area": "350.000000",
+        "pin DVDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin DVSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        }
+    }
+}
\ No newline at end of file
diff --git a/cells/fill1/gf180mcu_fd_io__fill1__ss_125C_4v50.lib b/cells/fill1/gf180mcu_fd_io__fill1__ss_125C_4v50.lib
new file mode 100644
index 0000000..8a69228
--- /dev/null
+++ b/cells/fill1/gf180mcu_fd_io__fill1__ss_125C_4v50.lib
@@ -0,0 +1,36 @@
+/*
+ * Copyright 2022 GlobalFoundries PDK Authors
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+	cell ("gf180mcu_fd_io__fill1") {
+		dont_touch : true;
+		dont_use   : true;
+		area       : 350.000000 ;
+		pin ("DVDD") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("DVSS") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("VDD") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("VSS") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+	}
diff --git a/cells/fill1/gf180mcu_fd_io__fill1__ss_125C_4v50.lib.json b/cells/fill1/gf180mcu_fd_io__fill1__ss_125C_4v50.lib.json
new file mode 100644
index 0000000..b7cb1d2
--- /dev/null
+++ b/cells/fill1/gf180mcu_fd_io__fill1__ss_125C_4v50.lib.json
@@ -0,0 +1,23 @@
+{
+    "cell gf180mcu_fd_io__fill1": {
+        "dont_touch": "true",
+        "dont_use": "true",
+        "area": "350.000000",
+        "pin DVDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin DVSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        }
+    }
+}
\ No newline at end of file
diff --git a/cells/fill1/gf180mcu_fd_io__fill1__tt_025C_2v50.lib b/cells/fill1/gf180mcu_fd_io__fill1__tt_025C_2v50.lib
new file mode 100644
index 0000000..8a69228
--- /dev/null
+++ b/cells/fill1/gf180mcu_fd_io__fill1__tt_025C_2v50.lib
@@ -0,0 +1,36 @@
+/*
+ * Copyright 2022 GlobalFoundries PDK Authors
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+	cell ("gf180mcu_fd_io__fill1") {
+		dont_touch : true;
+		dont_use   : true;
+		area       : 350.000000 ;
+		pin ("DVDD") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("DVSS") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("VDD") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("VSS") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+	}
diff --git a/cells/fill1/gf180mcu_fd_io__fill1__tt_025C_2v50.lib.json b/cells/fill1/gf180mcu_fd_io__fill1__tt_025C_2v50.lib.json
new file mode 100644
index 0000000..b7cb1d2
--- /dev/null
+++ b/cells/fill1/gf180mcu_fd_io__fill1__tt_025C_2v50.lib.json
@@ -0,0 +1,23 @@
+{
+    "cell gf180mcu_fd_io__fill1": {
+        "dont_touch": "true",
+        "dont_use": "true",
+        "area": "350.000000",
+        "pin DVDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin DVSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        }
+    }
+}
\ No newline at end of file
diff --git a/cells/fill1/gf180mcu_fd_io__fill1__tt_025C_3v30.lib b/cells/fill1/gf180mcu_fd_io__fill1__tt_025C_3v30.lib
new file mode 100644
index 0000000..8a69228
--- /dev/null
+++ b/cells/fill1/gf180mcu_fd_io__fill1__tt_025C_3v30.lib
@@ -0,0 +1,36 @@
+/*
+ * Copyright 2022 GlobalFoundries PDK Authors
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+	cell ("gf180mcu_fd_io__fill1") {
+		dont_touch : true;
+		dont_use   : true;
+		area       : 350.000000 ;
+		pin ("DVDD") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("DVSS") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("VDD") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("VSS") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+	}
diff --git a/cells/fill1/gf180mcu_fd_io__fill1__tt_025C_3v30.lib.json b/cells/fill1/gf180mcu_fd_io__fill1__tt_025C_3v30.lib.json
new file mode 100644
index 0000000..b7cb1d2
--- /dev/null
+++ b/cells/fill1/gf180mcu_fd_io__fill1__tt_025C_3v30.lib.json
@@ -0,0 +1,23 @@
+{
+    "cell gf180mcu_fd_io__fill1": {
+        "dont_touch": "true",
+        "dont_use": "true",
+        "area": "350.000000",
+        "pin DVDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin DVSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        }
+    }
+}
\ No newline at end of file
diff --git a/cells/fill1/gf180mcu_fd_io__fill1__tt_025C_5v00.lib b/cells/fill1/gf180mcu_fd_io__fill1__tt_025C_5v00.lib
new file mode 100644
index 0000000..8a69228
--- /dev/null
+++ b/cells/fill1/gf180mcu_fd_io__fill1__tt_025C_5v00.lib
@@ -0,0 +1,36 @@
+/*
+ * Copyright 2022 GlobalFoundries PDK Authors
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+	cell ("gf180mcu_fd_io__fill1") {
+		dont_touch : true;
+		dont_use   : true;
+		area       : 350.000000 ;
+		pin ("DVDD") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("DVSS") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("VDD") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("VSS") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+	}
diff --git a/cells/fill1/gf180mcu_fd_io__fill1__tt_025C_5v00.lib.json b/cells/fill1/gf180mcu_fd_io__fill1__tt_025C_5v00.lib.json
new file mode 100644
index 0000000..b7cb1d2
--- /dev/null
+++ b/cells/fill1/gf180mcu_fd_io__fill1__tt_025C_5v00.lib.json
@@ -0,0 +1,23 @@
+{
+    "cell gf180mcu_fd_io__fill1": {
+        "dont_touch": "true",
+        "dont_use": "true",
+        "area": "350.000000",
+        "pin DVDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin DVSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        }
+    }
+}
\ No newline at end of file
diff --git a/cells/fill10/gf180mcu_fd_io__fill10.cdl b/cells/fill10/gf180mcu_fd_io__fill10.cdl
new file mode 100644
index 0000000..10518ae
--- /dev/null
+++ b/cells/fill10/gf180mcu_fd_io__fill10.cdl
@@ -0,0 +1,17 @@
+* Copyright 2022 GlobalFoundries PDK Authors
+*
+* Licensed under the Apache License, Version 2.0 (the "License");
+* you may not use this file except in compliance with the License.
+* You may obtain a copy of the License at
+*
+*     http://www.apache.org/licenses/LICENSE-2.0
+*
+* Unless required by applicable law or agreed to in writing, software
+* distributed under the License is distributed on an "AS IS" BASIS,
+* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+* See the License for the specific language governing permissions and
+* limitations under the License.
+
+.SUBCKT gf180mcu_fd_io__fill10 DVDD DVSS VDD VSS
+C0 VDD VSS $[nmoscap_6p0] m=32.0 l=6e-6 w=7e-6
+.ENDS
diff --git a/cells/fill10/gf180mcu_fd_io__fill10.v b/cells/fill10/gf180mcu_fd_io__fill10.v
new file mode 100644
index 0000000..0256f6f
--- /dev/null
+++ b/cells/fill10/gf180mcu_fd_io__fill10.v
@@ -0,0 +1,32 @@
+/*
+ * Copyright 2022 GlobalFoundries PDK Authors
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http:www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+`suppress_faults
+`enable_portfaults
+`ifdef functional
+  `timescale 1ns / 1ps
+  `delay_mode_distributed
+  `delay_mode_unit
+`else
+  `timescale 1ns / 1ps
+  `delay_mode_path
+`endif
+module gf180mcu_fd_io__fill10 (DVDD, DVSS, VDD, VSS);
+	inout	DVDD;
+	inout	DVSS;
+	inout	VDD;
+	inout	VSS;
+endmodule
diff --git a/cells/fill10/gf180mcu_fd_io__fill10_3lm.gds b/cells/fill10/gf180mcu_fd_io__fill10_3lm.gds
new file mode 100644
index 0000000..0b87a4a
--- /dev/null
+++ b/cells/fill10/gf180mcu_fd_io__fill10_3lm.gds
Binary files differ
diff --git a/cells/fill10/gf180mcu_fd_io__fill10_3lm.lef b/cells/fill10/gf180mcu_fd_io__fill10_3lm.lef
new file mode 100644
index 0000000..bb15ed6
--- /dev/null
+++ b/cells/fill10/gf180mcu_fd_io__fill10_3lm.lef
@@ -0,0 +1,259 @@
+# Copyright 2022 GlobalFoundries PDK Authors
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+MACRO gf180mcu_fd_io__fill10
+  CLASS PAD SPACER ;
+  ORIGIN 0 0 ;
+  FOREIGN gf180mcu_fd_io__fill10 0 0 ;
+  SIZE 10 BY 350 ;
+  SYMMETRY X Y R90 ;
+  SITE GF_IO_Site ;
+  PIN DVDD
+    DIRECTION INOUT ;
+    USE POWER ;
+    PORT
+      LAYER Metal3 ;
+        RECT 9 134 10 149 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 9 150 10 165 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 9 166 10 181 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 9 182 10 197 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 9 214 10 229 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 9 118 10 125 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 9 206 10 213 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 9 262 10 269 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 9 270 10 277 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 9 278 10 285 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 9 294 10 301 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 9 334 10 341 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 334 1 341 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 294 1 301 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 278 1 285 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 270 1 277 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 262 1 269 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 214 1 229 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 206 1 213 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 182 1 197 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 166 1 181 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 150 1 165 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 134 1 149 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 118 1 125 ;
+    END
+  END DVDD
+  PIN DVSS
+    DIRECTION INOUT ;
+    USE GROUND ;
+    PORT
+      LAYER Metal3 ;
+        RECT 9 70 10 85 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 9 86 10 101 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 9 102 10 117 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 9 230 10 245 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 9 126 10 133 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 9 198 10 205 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 9 286 10 293 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 9 302 10 309 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 9 326 10 333 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 9 342 10 348.39 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 342 1 348.39 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 326 1 333 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 302 1 309 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 286 1 293 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 230 1 245 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 198 1 205 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 126 1 133 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 102 1 117 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 86 1 101 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 70 1 85 ;
+    END
+  END DVSS
+  PIN VDD
+    DIRECTION INOUT ;
+    USE POWER ;
+    PORT
+      LAYER Metal3 ;
+        RECT 9 254 10 261 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 9 310 10 317 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 310 1 317 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 254 1 261 ;
+    END
+  END VDD
+  PIN VSS
+    DIRECTION INOUT ;
+    USE GROUND ;
+    PORT
+      LAYER Metal3 ;
+        RECT 9 246 10 253 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 9 318 10 325 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 318 1 325 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 246 1 253 ;
+    END
+  END VSS
+  OBS
+    LAYER Metal1 ;
+      RECT 0 0 10 350 ;
+    LAYER Metal2 ;
+      RECT 0 0 10 350 ;
+    LAYER Metal3 ;
+      POLYGON 10 69.72 8.72 69.72 8.72 85.28 10 85.28 10 85.72 8.72 85.72 8.72 101.28 10 101.28 10 101.72 8.72 101.72 8.72 117.28 10 117.28 10 117.72 8.72 117.72 8.72 125.28 10 125.28 10 125.72 8.72 125.72 8.72 133.28 10 133.28 10 133.72 8.72 133.72 8.72 149.28 10 149.28 10 149.72 8.72 149.72 8.72 165.28 10 165.28 10 165.72 8.72 165.72 8.72 181.28 10 181.28 10 181.72 8.72 181.72 8.72 197.28 10 197.28 10 197.72 8.72 197.72 8.72 205.28 10 205.28 10 205.72 8.72 205.72 8.72 213.28 10 213.28 10 213.72 8.72 213.72 8.72 229.28 10 229.28 10 229.72 8.72 229.72 8.72 245.28 10 245.28 10 245.72 8.72 245.72 8.72 253.28 10 253.28 10 253.72 8.72 253.72 8.72 261.28 10 261.28 10 261.72 8.72 261.72 8.72 269.28 10 269.28 10 269.72 8.72 269.72 8.72 277.28 10 277.28 10 277.72 8.72 277.72 8.72 285.28 10 285.28 10 285.72 8.72 285.72 8.72 293.28 10 293.28 10 293.72 8.72 293.72 8.72 301.28 10 301.28 10 301.72 8.72 301.72 8.72 309.28 10 309.28 10 309.72 8.72 309.72 8.72 317.28 10 317.28 10 317.72 8.72 317.72 8.72 325.28 10 325.28 10 325.72 8.72 325.72 8.72 333.28 10 333.28 10 333.72 8.72 333.72 8.72 341.28 10 341.28 10 341.72 8.72 341.72 8.72 348.67 10 348.67 10 350 0 350 0 348.67 1.28 348.67 1.28 341.72 0 341.72 0 341.28 1.28 341.28 1.28 333.72 0 333.72 0 333.28 1.28 333.28 1.28 325.72 0 325.72 0 325.28 1.28 325.28 1.28 317.72 0 317.72 0 317.28 1.28 317.28 1.28 309.72 0 309.72 0 309.28 1.28 309.28 1.28 301.72 0 301.72 0 301.28 1.28 301.28 1.28 293.72 0 293.72 0 293.28 1.28 293.28 1.28 285.72 0 285.72 0 285.28 1.28 285.28 1.28 277.72 0 277.72 0 277.28 1.28 277.28 1.28 269.72 0 269.72 0 269.28 1.28 269.28 1.28 261.72 0 261.72 0 261.28 1.28 261.28 1.28 253.72 0 253.72 0 253.28 1.28 253.28 1.28 245.72 0 245.72 0 245.28 1.28 245.28 1.28 229.72 0 229.72 0 229.28 1.28 229.28 1.28 213.72 0 213.72 0 213.28 1.28 213.28 1.28 205.72 0 205.72 0 205.28 1.28 205.28 1.28 197.72 0 197.72 0 197.28 1.28 197.28 1.28 181.72 0 181.72 0 181.28 1.28 181.28 1.28 165.72 0 165.72 0 165.28 1.28 165.28 1.28 149.72 0 149.72 0 149.28 1.28 149.28 1.28 133.72 0 133.72 0 133.28 1.28 133.28 1.28 125.72 0 125.72 0 125.28 1.28 125.28 1.28 117.72 0 117.72 0 117.28 1.28 117.28 1.28 101.72 0 101.72 0 101.28 1.28 101.28 1.28 85.72 0 85.72 0 85.28 1.28 85.28 1.28 69.72 0 69.72 0 0 10 0 ;
+    LAYER Via1 ;
+      RECT 0 0 10 350 ;
+    LAYER Via2 ;
+      RECT 0 0 10 350 ;
+  END
+
+END gf180mcu_fd_io__fill10
diff --git a/cells/fill10/gf180mcu_fd_io__fill10_4lm.gds b/cells/fill10/gf180mcu_fd_io__fill10_4lm.gds
new file mode 100644
index 0000000..bf0a9f1
--- /dev/null
+++ b/cells/fill10/gf180mcu_fd_io__fill10_4lm.gds
Binary files differ
diff --git a/cells/fill10/gf180mcu_fd_io__fill10_4lm.lef b/cells/fill10/gf180mcu_fd_io__fill10_4lm.lef
new file mode 100644
index 0000000..165adbb
--- /dev/null
+++ b/cells/fill10/gf180mcu_fd_io__fill10_4lm.lef
@@ -0,0 +1,471 @@
+# Copyright 2022 GlobalFoundries PDK Authors
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+MACRO gf180mcu_fd_io__fill10
+  CLASS PAD SPACER ;
+  ORIGIN 0 0 ;
+  FOREIGN gf180mcu_fd_io__fill10 0 0 ;
+  SIZE 10 BY 350 ;
+  SYMMETRY X Y R90 ;
+  SITE GF_IO_Site ;
+  PIN DVDD
+    DIRECTION INOUT ;
+    USE POWER ;
+    PORT
+      LAYER Metal4 ;
+        RECT 9 134 10 149 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 9 150 10 165 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 9 166 10 181 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 9 182 10 197 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 9 214 10 229 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 9 118 10 125 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 9 206 10 213 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 9 262 10 269 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 9 270 10 277 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 9 278 10 285 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 9 294 10 301 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 9 334 10 341 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 9 134 10 149 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 9 150 10 165 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 9 166 10 181 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 9 182 10 197 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 9 214 10 229 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 9 118 10 125 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 9 206 10 213 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 9 262 10 269 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 9 270 10 277 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 9 278 10 285 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 9 294 10 301 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 9 334 10 341 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 334 1 341 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 294 1 301 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 278 1 285 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 270 1 277 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 262 1 269 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 214 1 229 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 206 1 213 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 182 1 197 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 166 1 181 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 150 1 165 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 134 1 149 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 334 1 341 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 294 1 301 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 278 1 285 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 270 1 277 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 262 1 269 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 214 1 229 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 206 1 213 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 182 1 197 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 166 1 181 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 150 1 165 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 134 1 149 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 118 1 125 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 118 1 125 ;
+    END
+  END DVDD
+  PIN DVSS
+    DIRECTION INOUT ;
+    USE GROUND ;
+    PORT
+      LAYER Metal4 ;
+        RECT 9 70 10 85 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 9 86 10 101 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 9 102 10 117 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 9 230 10 245 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 9 126 10 133 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 9 198 10 205 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 9 286 10 293 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 9 302 10 309 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 9 326 10 333 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 9 342 10 348.39 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 9 70 10 85 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 9 86 10 101 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 9 102 10 117 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 9 230 10 245 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 9 126 10 133 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 9 198 10 205 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 9 286 10 293 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 9 302 10 309 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 9 326 10 333 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 9 342 10 348.39 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 342 1 348.39 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 326 1 333 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 302 1 309 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 286 1 293 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 230 1 245 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 198 1 205 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 126 1 133 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 102 1 117 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 86 1 101 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 342 1 348.39 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 326 1 333 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 302 1 309 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 286 1 293 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 230 1 245 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 198 1 205 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 126 1 133 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 102 1 117 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 86 1 101 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 70 1 85 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 70 1 85 ;
+    END
+  END DVSS
+  PIN VDD
+    DIRECTION INOUT ;
+    USE POWER ;
+    PORT
+      LAYER Metal4 ;
+        RECT 9 254 10 261 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 9 310 10 317 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 9 254 10 261 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 9 310 10 317 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 310 1 317 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 310 1 317 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 254 1 261 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 254 1 261 ;
+    END
+  END VDD
+  PIN VSS
+    DIRECTION INOUT ;
+    USE GROUND ;
+    PORT
+      LAYER Metal4 ;
+        RECT 9 246 10 253 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 9 318 10 325 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 9 246 10 253 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 9 318 10 325 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 318 1 325 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 318 1 325 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 246 1 253 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 246 1 253 ;
+    END
+  END VSS
+  OBS
+    LAYER Metal1 ;
+      RECT 0 0 10 350 ;
+    LAYER Metal2 ;
+      RECT 0 0 10 350 ;
+    LAYER Metal3 ;
+      POLYGON 10 69.72 8.72 69.72 8.72 85.28 10 85.28 10 85.72 8.72 85.72 8.72 101.28 10 101.28 10 101.72 8.72 101.72 8.72 117.28 10 117.28 10 117.72 8.72 117.72 8.72 125.28 10 125.28 10 125.72 8.72 125.72 8.72 133.28 10 133.28 10 133.72 8.72 133.72 8.72 149.28 10 149.28 10 149.72 8.72 149.72 8.72 165.28 10 165.28 10 165.72 8.72 165.72 8.72 181.28 10 181.28 10 181.72 8.72 181.72 8.72 197.28 10 197.28 10 197.72 8.72 197.72 8.72 205.28 10 205.28 10 205.72 8.72 205.72 8.72 213.28 10 213.28 10 213.72 8.72 213.72 8.72 229.28 10 229.28 10 229.72 8.72 229.72 8.72 245.28 10 245.28 10 245.72 8.72 245.72 8.72 253.28 10 253.28 10 253.72 8.72 253.72 8.72 261.28 10 261.28 10 261.72 8.72 261.72 8.72 269.28 10 269.28 10 269.72 8.72 269.72 8.72 277.28 10 277.28 10 277.72 8.72 277.72 8.72 285.28 10 285.28 10 285.72 8.72 285.72 8.72 293.28 10 293.28 10 293.72 8.72 293.72 8.72 301.28 10 301.28 10 301.72 8.72 301.72 8.72 309.28 10 309.28 10 309.72 8.72 309.72 8.72 317.28 10 317.28 10 317.72 8.72 317.72 8.72 325.28 10 325.28 10 325.72 8.72 325.72 8.72 333.28 10 333.28 10 333.72 8.72 333.72 8.72 341.28 10 341.28 10 341.72 8.72 341.72 8.72 348.67 10 348.67 10 350 0 350 0 348.67 1.28 348.67 1.28 341.72 0 341.72 0 341.28 1.28 341.28 1.28 333.72 0 333.72 0 333.28 1.28 333.28 1.28 325.72 0 325.72 0 325.28 1.28 325.28 1.28 317.72 0 317.72 0 317.28 1.28 317.28 1.28 309.72 0 309.72 0 309.28 1.28 309.28 1.28 301.72 0 301.72 0 301.28 1.28 301.28 1.28 293.72 0 293.72 0 293.28 1.28 293.28 1.28 285.72 0 285.72 0 285.28 1.28 285.28 1.28 277.72 0 277.72 0 277.28 1.28 277.28 1.28 269.72 0 269.72 0 269.28 1.28 269.28 1.28 261.72 0 261.72 0 261.28 1.28 261.28 1.28 253.72 0 253.72 0 253.28 1.28 253.28 1.28 245.72 0 245.72 0 245.28 1.28 245.28 1.28 229.72 0 229.72 0 229.28 1.28 229.28 1.28 213.72 0 213.72 0 213.28 1.28 213.28 1.28 205.72 0 205.72 0 205.28 1.28 205.28 1.28 197.72 0 197.72 0 197.28 1.28 197.28 1.28 181.72 0 181.72 0 181.28 1.28 181.28 1.28 165.72 0 165.72 0 165.28 1.28 165.28 1.28 149.72 0 149.72 0 149.28 1.28 149.28 1.28 133.72 0 133.72 0 133.28 1.28 133.28 1.28 125.72 0 125.72 0 125.28 1.28 125.28 1.28 117.72 0 117.72 0 117.28 1.28 117.28 1.28 101.72 0 101.72 0 101.28 1.28 101.28 1.28 85.72 0 85.72 0 85.28 1.28 85.28 1.28 69.72 0 69.72 0 0 10 0 ;
+    LAYER Metal4 ;
+      POLYGON 10 69.72 8.72 69.72 8.72 85.28 10 85.28 10 85.72 8.72 85.72 8.72 101.28 10 101.28 10 101.72 8.72 101.72 8.72 117.28 10 117.28 10 117.72 8.72 117.72 8.72 125.28 10 125.28 10 125.72 8.72 125.72 8.72 133.28 10 133.28 10 133.72 8.72 133.72 8.72 149.28 10 149.28 10 149.72 8.72 149.72 8.72 165.28 10 165.28 10 165.72 8.72 165.72 8.72 181.28 10 181.28 10 181.72 8.72 181.72 8.72 197.28 10 197.28 10 197.72 8.72 197.72 8.72 205.28 10 205.28 10 205.72 8.72 205.72 8.72 213.28 10 213.28 10 213.72 8.72 213.72 8.72 229.28 10 229.28 10 229.72 8.72 229.72 8.72 245.28 10 245.28 10 245.72 8.72 245.72 8.72 253.28 10 253.28 10 253.72 8.72 253.72 8.72 261.28 10 261.28 10 261.72 8.72 261.72 8.72 269.28 10 269.28 10 269.72 8.72 269.72 8.72 277.28 10 277.28 10 277.72 8.72 277.72 8.72 285.28 10 285.28 10 285.72 8.72 285.72 8.72 293.28 10 293.28 10 293.72 8.72 293.72 8.72 301.28 10 301.28 10 301.72 8.72 301.72 8.72 309.28 10 309.28 10 309.72 8.72 309.72 8.72 317.28 10 317.28 10 317.72 8.72 317.72 8.72 325.28 10 325.28 10 325.72 8.72 325.72 8.72 333.28 10 333.28 10 333.72 8.72 333.72 8.72 341.28 10 341.28 10 341.72 8.72 341.72 8.72 348.67 10 348.67 10 350 0 350 0 348.67 1.28 348.67 1.28 341.72 0 341.72 0 341.28 1.28 341.28 1.28 333.72 0 333.72 0 333.28 1.28 333.28 1.28 325.72 0 325.72 0 325.28 1.28 325.28 1.28 317.72 0 317.72 0 317.28 1.28 317.28 1.28 309.72 0 309.72 0 309.28 1.28 309.28 1.28 301.72 0 301.72 0 301.28 1.28 301.28 1.28 293.72 0 293.72 0 293.28 1.28 293.28 1.28 285.72 0 285.72 0 285.28 1.28 285.28 1.28 277.72 0 277.72 0 277.28 1.28 277.28 1.28 269.72 0 269.72 0 269.28 1.28 269.28 1.28 261.72 0 261.72 0 261.28 1.28 261.28 1.28 253.72 0 253.72 0 253.28 1.28 253.28 1.28 245.72 0 245.72 0 245.28 1.28 245.28 1.28 229.72 0 229.72 0 229.28 1.28 229.28 1.28 213.72 0 213.72 0 213.28 1.28 213.28 1.28 205.72 0 205.72 0 205.28 1.28 205.28 1.28 197.72 0 197.72 0 197.28 1.28 197.28 1.28 181.72 0 181.72 0 181.28 1.28 181.28 1.28 165.72 0 165.72 0 165.28 1.28 165.28 1.28 149.72 0 149.72 0 149.28 1.28 149.28 1.28 133.72 0 133.72 0 133.28 1.28 133.28 1.28 125.72 0 125.72 0 125.28 1.28 125.28 1.28 117.72 0 117.72 0 117.28 1.28 117.28 1.28 101.72 0 101.72 0 101.28 1.28 101.28 1.28 85.72 0 85.72 0 85.28 1.28 85.28 1.28 69.72 0 69.72 0 0 10 0 ;
+    LAYER Via1 ;
+      RECT 0 0 10 350 ;
+    LAYER Via2 ;
+      RECT 0 0 10 350 ;
+    LAYER Via3 ;
+      RECT 0 0 10 350 ;
+  END
+
+END gf180mcu_fd_io__fill10
diff --git a/cells/fill10/gf180mcu_fd_io__fill10_5lm.gds b/cells/fill10/gf180mcu_fd_io__fill10_5lm.gds
new file mode 100644
index 0000000..d5e69b2
--- /dev/null
+++ b/cells/fill10/gf180mcu_fd_io__fill10_5lm.gds
Binary files differ
diff --git a/cells/fill10/gf180mcu_fd_io__fill10_5lm.lef b/cells/fill10/gf180mcu_fd_io__fill10_5lm.lef
new file mode 100644
index 0000000..f7763bc
--- /dev/null
+++ b/cells/fill10/gf180mcu_fd_io__fill10_5lm.lef
@@ -0,0 +1,683 @@
+# Copyright 2022 GlobalFoundries PDK Authors
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+MACRO gf180mcu_fd_io__fill10
+  CLASS PAD SPACER ;
+  ORIGIN 0 0 ;
+  FOREIGN gf180mcu_fd_io__fill10 0 0 ;
+  SIZE 10 BY 350 ;
+  SYMMETRY X Y R90 ;
+  SITE GF_IO_Site ;
+  PIN DVDD
+    DIRECTION INOUT ;
+    USE POWER ;
+    PORT
+      LAYER Metal5 ;
+        RECT 9 134 10 149 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 9 150 10 165 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 9 166 10 181 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 9 182 10 197 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 9 214 10 229 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 9 118 10 125 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 9 206 10 213 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 9 262 10 269 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 9 270 10 277 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 9 278 10 285 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 9 294 10 301 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 9 334 10 341 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 9 134 10 149 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 9 150 10 165 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 9 166 10 181 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 9 182 10 197 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 9 214 10 229 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 9 118 10 125 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 9 206 10 213 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 9 262 10 269 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 9 270 10 277 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 9 278 10 285 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 9 294 10 301 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 9 334 10 341 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 9 134 10 149 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 9 150 10 165 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 9 166 10 181 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 9 182 10 197 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 9 214 10 229 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 9 118 10 125 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 9 206 10 213 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 9 262 10 269 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 9 270 10 277 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 9 278 10 285 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 9 294 10 301 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 9 334 10 341 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 334 1 341 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 294 1 301 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 278 1 285 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 270 1 277 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 262 1 269 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 214 1 229 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 206 1 213 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 182 1 197 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 166 1 181 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 150 1 165 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 134 1 149 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 334 1 341 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 294 1 301 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 278 1 285 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 270 1 277 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 262 1 269 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 214 1 229 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 206 1 213 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 182 1 197 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 166 1 181 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 150 1 165 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 134 1 149 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 334 1 341 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 294 1 301 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 278 1 285 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 270 1 277 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 262 1 269 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 214 1 229 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 206 1 213 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 182 1 197 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 166 1 181 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 150 1 165 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 134 1 149 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 118 1 125 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 118 1 125 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 118 1 125 ;
+    END
+  END DVDD
+  PIN DVSS
+    DIRECTION INOUT ;
+    USE GROUND ;
+    PORT
+      LAYER Metal5 ;
+        RECT 9 70 10 85 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 9 86 10 101 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 9 102 10 117 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 9 230 10 245 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 9 126 10 133 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 9 198 10 205 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 9 286 10 293 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 9 302 10 309 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 9 326 10 333 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 9 342 10 348.39 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 9 70 10 85 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 9 86 10 101 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 9 102 10 117 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 9 230 10 245 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 9 126 10 133 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 9 198 10 205 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 9 286 10 293 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 9 302 10 309 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 9 326 10 333 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 9 342 10 348.39 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 9 70 10 85 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 9 86 10 101 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 9 102 10 117 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 9 230 10 245 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 9 126 10 133 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 9 198 10 205 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 9 286 10 293 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 9 302 10 309 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 9 326 10 333 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 9 342 10 348.39 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 342 1 348.39 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 326 1 333 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 302 1 309 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 286 1 293 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 230 1 245 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 198 1 205 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 126 1 133 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 102 1 117 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 86 1 101 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 342 1 348.39 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 326 1 333 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 302 1 309 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 286 1 293 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 230 1 245 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 198 1 205 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 126 1 133 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 102 1 117 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 86 1 101 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 342 1 348.39 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 326 1 333 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 302 1 309 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 286 1 293 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 230 1 245 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 198 1 205 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 126 1 133 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 102 1 117 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 86 1 101 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 70 1 85 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 70 1 85 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 70 1 85 ;
+    END
+  END DVSS
+  PIN VDD
+    DIRECTION INOUT ;
+    USE POWER ;
+    PORT
+      LAYER Metal5 ;
+        RECT 9 254 10 261 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 9 310 10 317 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 9 254 10 261 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 9 310 10 317 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 9 254 10 261 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 9 310 10 317 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 310 1 317 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 310 1 317 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 310 1 317 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 254 1 261 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 254 1 261 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 254 1 261 ;
+    END
+  END VDD
+  PIN VSS
+    DIRECTION INOUT ;
+    USE GROUND ;
+    PORT
+      LAYER Metal5 ;
+        RECT 9 246 10 253 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 9 318 10 325 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 9 246 10 253 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 9 318 10 325 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 9 246 10 253 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 9 318 10 325 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 318 1 325 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 318 1 325 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 318 1 325 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 246 1 253 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 246 1 253 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 246 1 253 ;
+    END
+  END VSS
+  OBS
+    LAYER Metal1 ;
+      RECT 0 0 10 350 ;
+    LAYER Metal2 ;
+      RECT 0 0 10 350 ;
+    LAYER Metal3 ;
+      POLYGON 10 69.72 8.72 69.72 8.72 85.28 10 85.28 10 85.72 8.72 85.72 8.72 101.28 10 101.28 10 101.72 8.72 101.72 8.72 117.28 10 117.28 10 117.72 8.72 117.72 8.72 125.28 10 125.28 10 125.72 8.72 125.72 8.72 133.28 10 133.28 10 133.72 8.72 133.72 8.72 149.28 10 149.28 10 149.72 8.72 149.72 8.72 165.28 10 165.28 10 165.72 8.72 165.72 8.72 181.28 10 181.28 10 181.72 8.72 181.72 8.72 197.28 10 197.28 10 197.72 8.72 197.72 8.72 205.28 10 205.28 10 205.72 8.72 205.72 8.72 213.28 10 213.28 10 213.72 8.72 213.72 8.72 229.28 10 229.28 10 229.72 8.72 229.72 8.72 245.28 10 245.28 10 245.72 8.72 245.72 8.72 253.28 10 253.28 10 253.72 8.72 253.72 8.72 261.28 10 261.28 10 261.72 8.72 261.72 8.72 269.28 10 269.28 10 269.72 8.72 269.72 8.72 277.28 10 277.28 10 277.72 8.72 277.72 8.72 285.28 10 285.28 10 285.72 8.72 285.72 8.72 293.28 10 293.28 10 293.72 8.72 293.72 8.72 301.28 10 301.28 10 301.72 8.72 301.72 8.72 309.28 10 309.28 10 309.72 8.72 309.72 8.72 317.28 10 317.28 10 317.72 8.72 317.72 8.72 325.28 10 325.28 10 325.72 8.72 325.72 8.72 333.28 10 333.28 10 333.72 8.72 333.72 8.72 341.28 10 341.28 10 341.72 8.72 341.72 8.72 348.67 10 348.67 10 350 0 350 0 348.67 1.28 348.67 1.28 341.72 0 341.72 0 341.28 1.28 341.28 1.28 333.72 0 333.72 0 333.28 1.28 333.28 1.28 325.72 0 325.72 0 325.28 1.28 325.28 1.28 317.72 0 317.72 0 317.28 1.28 317.28 1.28 309.72 0 309.72 0 309.28 1.28 309.28 1.28 301.72 0 301.72 0 301.28 1.28 301.28 1.28 293.72 0 293.72 0 293.28 1.28 293.28 1.28 285.72 0 285.72 0 285.28 1.28 285.28 1.28 277.72 0 277.72 0 277.28 1.28 277.28 1.28 269.72 0 269.72 0 269.28 1.28 269.28 1.28 261.72 0 261.72 0 261.28 1.28 261.28 1.28 253.72 0 253.72 0 253.28 1.28 253.28 1.28 245.72 0 245.72 0 245.28 1.28 245.28 1.28 229.72 0 229.72 0 229.28 1.28 229.28 1.28 213.72 0 213.72 0 213.28 1.28 213.28 1.28 205.72 0 205.72 0 205.28 1.28 205.28 1.28 197.72 0 197.72 0 197.28 1.28 197.28 1.28 181.72 0 181.72 0 181.28 1.28 181.28 1.28 165.72 0 165.72 0 165.28 1.28 165.28 1.28 149.72 0 149.72 0 149.28 1.28 149.28 1.28 133.72 0 133.72 0 133.28 1.28 133.28 1.28 125.72 0 125.72 0 125.28 1.28 125.28 1.28 117.72 0 117.72 0 117.28 1.28 117.28 1.28 101.72 0 101.72 0 101.28 1.28 101.28 1.28 85.72 0 85.72 0 85.28 1.28 85.28 1.28 69.72 0 69.72 0 0 10 0 ;
+    LAYER Metal4 ;
+      POLYGON 10 69.72 8.72 69.72 8.72 85.28 10 85.28 10 85.72 8.72 85.72 8.72 101.28 10 101.28 10 101.72 8.72 101.72 8.72 117.28 10 117.28 10 117.72 8.72 117.72 8.72 125.28 10 125.28 10 125.72 8.72 125.72 8.72 133.28 10 133.28 10 133.72 8.72 133.72 8.72 149.28 10 149.28 10 149.72 8.72 149.72 8.72 165.28 10 165.28 10 165.72 8.72 165.72 8.72 181.28 10 181.28 10 181.72 8.72 181.72 8.72 197.28 10 197.28 10 197.72 8.72 197.72 8.72 205.28 10 205.28 10 205.72 8.72 205.72 8.72 213.28 10 213.28 10 213.72 8.72 213.72 8.72 229.28 10 229.28 10 229.72 8.72 229.72 8.72 245.28 10 245.28 10 245.72 8.72 245.72 8.72 253.28 10 253.28 10 253.72 8.72 253.72 8.72 261.28 10 261.28 10 261.72 8.72 261.72 8.72 269.28 10 269.28 10 269.72 8.72 269.72 8.72 277.28 10 277.28 10 277.72 8.72 277.72 8.72 285.28 10 285.28 10 285.72 8.72 285.72 8.72 293.28 10 293.28 10 293.72 8.72 293.72 8.72 301.28 10 301.28 10 301.72 8.72 301.72 8.72 309.28 10 309.28 10 309.72 8.72 309.72 8.72 317.28 10 317.28 10 317.72 8.72 317.72 8.72 325.28 10 325.28 10 325.72 8.72 325.72 8.72 333.28 10 333.28 10 333.72 8.72 333.72 8.72 341.28 10 341.28 10 341.72 8.72 341.72 8.72 348.67 10 348.67 10 350 0 350 0 348.67 1.28 348.67 1.28 341.72 0 341.72 0 341.28 1.28 341.28 1.28 333.72 0 333.72 0 333.28 1.28 333.28 1.28 325.72 0 325.72 0 325.28 1.28 325.28 1.28 317.72 0 317.72 0 317.28 1.28 317.28 1.28 309.72 0 309.72 0 309.28 1.28 309.28 1.28 301.72 0 301.72 0 301.28 1.28 301.28 1.28 293.72 0 293.72 0 293.28 1.28 293.28 1.28 285.72 0 285.72 0 285.28 1.28 285.28 1.28 277.72 0 277.72 0 277.28 1.28 277.28 1.28 269.72 0 269.72 0 269.28 1.28 269.28 1.28 261.72 0 261.72 0 261.28 1.28 261.28 1.28 253.72 0 253.72 0 253.28 1.28 253.28 1.28 245.72 0 245.72 0 245.28 1.28 245.28 1.28 229.72 0 229.72 0 229.28 1.28 229.28 1.28 213.72 0 213.72 0 213.28 1.28 213.28 1.28 205.72 0 205.72 0 205.28 1.28 205.28 1.28 197.72 0 197.72 0 197.28 1.28 197.28 1.28 181.72 0 181.72 0 181.28 1.28 181.28 1.28 165.72 0 165.72 0 165.28 1.28 165.28 1.28 149.72 0 149.72 0 149.28 1.28 149.28 1.28 133.72 0 133.72 0 133.28 1.28 133.28 1.28 125.72 0 125.72 0 125.28 1.28 125.28 1.28 117.72 0 117.72 0 117.28 1.28 117.28 1.28 101.72 0 101.72 0 101.28 1.28 101.28 1.28 85.72 0 85.72 0 85.28 1.28 85.28 1.28 69.72 0 69.72 0 0 10 0 ;
+    LAYER Metal5 ;
+      POLYGON 10 69.72 8.72 69.72 8.72 85.28 10 85.28 10 85.72 8.72 85.72 8.72 101.28 10 101.28 10 101.72 8.72 101.72 8.72 117.28 10 117.28 10 117.72 8.72 117.72 8.72 125.28 10 125.28 10 125.72 8.72 125.72 8.72 133.28 10 133.28 10 133.72 8.72 133.72 8.72 149.28 10 149.28 10 149.72 8.72 149.72 8.72 165.28 10 165.28 10 165.72 8.72 165.72 8.72 181.28 10 181.28 10 181.72 8.72 181.72 8.72 197.28 10 197.28 10 197.72 8.72 197.72 8.72 205.28 10 205.28 10 205.72 8.72 205.72 8.72 213.28 10 213.28 10 213.72 8.72 213.72 8.72 229.28 10 229.28 10 229.72 8.72 229.72 8.72 245.28 10 245.28 10 245.72 8.72 245.72 8.72 253.28 10 253.28 10 253.72 8.72 253.72 8.72 261.28 10 261.28 10 261.72 8.72 261.72 8.72 269.28 10 269.28 10 269.72 8.72 269.72 8.72 277.28 10 277.28 10 277.72 8.72 277.72 8.72 285.28 10 285.28 10 285.72 8.72 285.72 8.72 293.28 10 293.28 10 293.72 8.72 293.72 8.72 301.28 10 301.28 10 301.72 8.72 301.72 8.72 309.28 10 309.28 10 309.72 8.72 309.72 8.72 317.28 10 317.28 10 317.72 8.72 317.72 8.72 325.28 10 325.28 10 325.72 8.72 325.72 8.72 333.28 10 333.28 10 333.72 8.72 333.72 8.72 341.28 10 341.28 10 341.72 8.72 341.72 8.72 348.67 10 348.67 10 350 0 350 0 348.67 1.28 348.67 1.28 341.72 0 341.72 0 341.28 1.28 341.28 1.28 333.72 0 333.72 0 333.28 1.28 333.28 1.28 325.72 0 325.72 0 325.28 1.28 325.28 1.28 317.72 0 317.72 0 317.28 1.28 317.28 1.28 309.72 0 309.72 0 309.28 1.28 309.28 1.28 301.72 0 301.72 0 301.28 1.28 301.28 1.28 293.72 0 293.72 0 293.28 1.28 293.28 1.28 285.72 0 285.72 0 285.28 1.28 285.28 1.28 277.72 0 277.72 0 277.28 1.28 277.28 1.28 269.72 0 269.72 0 269.28 1.28 269.28 1.28 261.72 0 261.72 0 261.28 1.28 261.28 1.28 253.72 0 253.72 0 253.28 1.28 253.28 1.28 245.72 0 245.72 0 245.28 1.28 245.28 1.28 229.72 0 229.72 0 229.28 1.28 229.28 1.28 213.72 0 213.72 0 213.28 1.28 213.28 1.28 205.72 0 205.72 0 205.28 1.28 205.28 1.28 197.72 0 197.72 0 197.28 1.28 197.28 1.28 181.72 0 181.72 0 181.28 1.28 181.28 1.28 165.72 0 165.72 0 165.28 1.28 165.28 1.28 149.72 0 149.72 0 149.28 1.28 149.28 1.28 133.72 0 133.72 0 133.28 1.28 133.28 1.28 125.72 0 125.72 0 125.28 1.28 125.28 1.28 117.72 0 117.72 0 117.28 1.28 117.28 1.28 101.72 0 101.72 0 101.28 1.28 101.28 1.28 85.72 0 85.72 0 85.28 1.28 85.28 1.28 69.72 0 69.72 0 0 10 0 ;
+    LAYER Via1 ;
+      RECT 0 0 10 350 ;
+    LAYER Via2 ;
+      RECT 0 0 10 350 ;
+    LAYER Via3 ;
+      RECT 0 0 10 350 ;
+    LAYER Via4 ;
+      RECT 0 0 10 350 ;
+  END
+
+END gf180mcu_fd_io__fill10
diff --git a/cells/fill10/gf180mcu_fd_io__fill10__ff_125C_2v75.lib b/cells/fill10/gf180mcu_fd_io__fill10__ff_125C_2v75.lib
new file mode 100644
index 0000000..e7e785c
--- /dev/null
+++ b/cells/fill10/gf180mcu_fd_io__fill10__ff_125C_2v75.lib
@@ -0,0 +1,36 @@
+/*
+ * Copyright 2022 GlobalFoundries PDK Authors
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+	cell ("gf180mcu_fd_io__fill10") {
+		dont_touch : true;
+		dont_use   : true;
+		area       : 3500.000000 ;
+		pin ("DVDD") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("DVSS") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("VDD") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("VSS") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+	}
diff --git a/cells/fill10/gf180mcu_fd_io__fill10__ff_125C_2v75.lib.json b/cells/fill10/gf180mcu_fd_io__fill10__ff_125C_2v75.lib.json
new file mode 100644
index 0000000..94e1f5b
--- /dev/null
+++ b/cells/fill10/gf180mcu_fd_io__fill10__ff_125C_2v75.lib.json
@@ -0,0 +1,23 @@
+{
+    "cell gf180mcu_fd_io__fill10": {
+        "dont_touch": "true",
+        "dont_use": "true",
+        "area": "3500.000000",
+        "pin DVDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin DVSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        }
+    }
+}
\ No newline at end of file
diff --git a/cells/fill10/gf180mcu_fd_io__fill10__ff_125C_3v63.lib b/cells/fill10/gf180mcu_fd_io__fill10__ff_125C_3v63.lib
new file mode 100644
index 0000000..e7e785c
--- /dev/null
+++ b/cells/fill10/gf180mcu_fd_io__fill10__ff_125C_3v63.lib
@@ -0,0 +1,36 @@
+/*
+ * Copyright 2022 GlobalFoundries PDK Authors
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+	cell ("gf180mcu_fd_io__fill10") {
+		dont_touch : true;
+		dont_use   : true;
+		area       : 3500.000000 ;
+		pin ("DVDD") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("DVSS") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("VDD") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("VSS") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+	}
diff --git a/cells/fill10/gf180mcu_fd_io__fill10__ff_125C_3v63.lib.json b/cells/fill10/gf180mcu_fd_io__fill10__ff_125C_3v63.lib.json
new file mode 100644
index 0000000..94e1f5b
--- /dev/null
+++ b/cells/fill10/gf180mcu_fd_io__fill10__ff_125C_3v63.lib.json
@@ -0,0 +1,23 @@
+{
+    "cell gf180mcu_fd_io__fill10": {
+        "dont_touch": "true",
+        "dont_use": "true",
+        "area": "3500.000000",
+        "pin DVDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin DVSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        }
+    }
+}
\ No newline at end of file
diff --git a/cells/fill10/gf180mcu_fd_io__fill10__ff_125C_5v50.lib b/cells/fill10/gf180mcu_fd_io__fill10__ff_125C_5v50.lib
new file mode 100644
index 0000000..e7e785c
--- /dev/null
+++ b/cells/fill10/gf180mcu_fd_io__fill10__ff_125C_5v50.lib
@@ -0,0 +1,36 @@
+/*
+ * Copyright 2022 GlobalFoundries PDK Authors
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+	cell ("gf180mcu_fd_io__fill10") {
+		dont_touch : true;
+		dont_use   : true;
+		area       : 3500.000000 ;
+		pin ("DVDD") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("DVSS") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("VDD") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("VSS") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+	}
diff --git a/cells/fill10/gf180mcu_fd_io__fill10__ff_125C_5v50.lib.json b/cells/fill10/gf180mcu_fd_io__fill10__ff_125C_5v50.lib.json
new file mode 100644
index 0000000..94e1f5b
--- /dev/null
+++ b/cells/fill10/gf180mcu_fd_io__fill10__ff_125C_5v50.lib.json
@@ -0,0 +1,23 @@
+{
+    "cell gf180mcu_fd_io__fill10": {
+        "dont_touch": "true",
+        "dont_use": "true",
+        "area": "3500.000000",
+        "pin DVDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin DVSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        }
+    }
+}
\ No newline at end of file
diff --git a/cells/fill10/gf180mcu_fd_io__fill10__ff_n40C_2v75.lib b/cells/fill10/gf180mcu_fd_io__fill10__ff_n40C_2v75.lib
new file mode 100644
index 0000000..e7e785c
--- /dev/null
+++ b/cells/fill10/gf180mcu_fd_io__fill10__ff_n40C_2v75.lib
@@ -0,0 +1,36 @@
+/*
+ * Copyright 2022 GlobalFoundries PDK Authors
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+	cell ("gf180mcu_fd_io__fill10") {
+		dont_touch : true;
+		dont_use   : true;
+		area       : 3500.000000 ;
+		pin ("DVDD") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("DVSS") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("VDD") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("VSS") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+	}
diff --git a/cells/fill10/gf180mcu_fd_io__fill10__ff_n40C_2v75.lib.json b/cells/fill10/gf180mcu_fd_io__fill10__ff_n40C_2v75.lib.json
new file mode 100644
index 0000000..94e1f5b
--- /dev/null
+++ b/cells/fill10/gf180mcu_fd_io__fill10__ff_n40C_2v75.lib.json
@@ -0,0 +1,23 @@
+{
+    "cell gf180mcu_fd_io__fill10": {
+        "dont_touch": "true",
+        "dont_use": "true",
+        "area": "3500.000000",
+        "pin DVDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin DVSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        }
+    }
+}
\ No newline at end of file
diff --git a/cells/fill10/gf180mcu_fd_io__fill10__ff_n40C_3v63.lib b/cells/fill10/gf180mcu_fd_io__fill10__ff_n40C_3v63.lib
new file mode 100644
index 0000000..e7e785c
--- /dev/null
+++ b/cells/fill10/gf180mcu_fd_io__fill10__ff_n40C_3v63.lib
@@ -0,0 +1,36 @@
+/*
+ * Copyright 2022 GlobalFoundries PDK Authors
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+	cell ("gf180mcu_fd_io__fill10") {
+		dont_touch : true;
+		dont_use   : true;
+		area       : 3500.000000 ;
+		pin ("DVDD") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("DVSS") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("VDD") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("VSS") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+	}
diff --git a/cells/fill10/gf180mcu_fd_io__fill10__ff_n40C_3v63.lib.json b/cells/fill10/gf180mcu_fd_io__fill10__ff_n40C_3v63.lib.json
new file mode 100644
index 0000000..94e1f5b
--- /dev/null
+++ b/cells/fill10/gf180mcu_fd_io__fill10__ff_n40C_3v63.lib.json
@@ -0,0 +1,23 @@
+{
+    "cell gf180mcu_fd_io__fill10": {
+        "dont_touch": "true",
+        "dont_use": "true",
+        "area": "3500.000000",
+        "pin DVDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin DVSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        }
+    }
+}
\ No newline at end of file
diff --git a/cells/fill10/gf180mcu_fd_io__fill10__ff_n40C_5v50.lib b/cells/fill10/gf180mcu_fd_io__fill10__ff_n40C_5v50.lib
new file mode 100644
index 0000000..e7e785c
--- /dev/null
+++ b/cells/fill10/gf180mcu_fd_io__fill10__ff_n40C_5v50.lib
@@ -0,0 +1,36 @@
+/*
+ * Copyright 2022 GlobalFoundries PDK Authors
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+	cell ("gf180mcu_fd_io__fill10") {
+		dont_touch : true;
+		dont_use   : true;
+		area       : 3500.000000 ;
+		pin ("DVDD") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("DVSS") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("VDD") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("VSS") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+	}
diff --git a/cells/fill10/gf180mcu_fd_io__fill10__ff_n40C_5v50.lib.json b/cells/fill10/gf180mcu_fd_io__fill10__ff_n40C_5v50.lib.json
new file mode 100644
index 0000000..94e1f5b
--- /dev/null
+++ b/cells/fill10/gf180mcu_fd_io__fill10__ff_n40C_5v50.lib.json
@@ -0,0 +1,23 @@
+{
+    "cell gf180mcu_fd_io__fill10": {
+        "dont_touch": "true",
+        "dont_use": "true",
+        "area": "3500.000000",
+        "pin DVDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin DVSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        }
+    }
+}
\ No newline at end of file
diff --git a/cells/fill10/gf180mcu_fd_io__fill10__ss_125C_2v25.lib b/cells/fill10/gf180mcu_fd_io__fill10__ss_125C_2v25.lib
new file mode 100644
index 0000000..e7e785c
--- /dev/null
+++ b/cells/fill10/gf180mcu_fd_io__fill10__ss_125C_2v25.lib
@@ -0,0 +1,36 @@
+/*
+ * Copyright 2022 GlobalFoundries PDK Authors
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+	cell ("gf180mcu_fd_io__fill10") {
+		dont_touch : true;
+		dont_use   : true;
+		area       : 3500.000000 ;
+		pin ("DVDD") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("DVSS") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("VDD") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("VSS") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+	}
diff --git a/cells/fill10/gf180mcu_fd_io__fill10__ss_125C_2v25.lib.json b/cells/fill10/gf180mcu_fd_io__fill10__ss_125C_2v25.lib.json
new file mode 100644
index 0000000..94e1f5b
--- /dev/null
+++ b/cells/fill10/gf180mcu_fd_io__fill10__ss_125C_2v25.lib.json
@@ -0,0 +1,23 @@
+{
+    "cell gf180mcu_fd_io__fill10": {
+        "dont_touch": "true",
+        "dont_use": "true",
+        "area": "3500.000000",
+        "pin DVDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin DVSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        }
+    }
+}
\ No newline at end of file
diff --git a/cells/fill10/gf180mcu_fd_io__fill10__ss_125C_2v97.lib b/cells/fill10/gf180mcu_fd_io__fill10__ss_125C_2v97.lib
new file mode 100644
index 0000000..e7e785c
--- /dev/null
+++ b/cells/fill10/gf180mcu_fd_io__fill10__ss_125C_2v97.lib
@@ -0,0 +1,36 @@
+/*
+ * Copyright 2022 GlobalFoundries PDK Authors
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+	cell ("gf180mcu_fd_io__fill10") {
+		dont_touch : true;
+		dont_use   : true;
+		area       : 3500.000000 ;
+		pin ("DVDD") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("DVSS") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("VDD") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("VSS") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+	}
diff --git a/cells/fill10/gf180mcu_fd_io__fill10__ss_125C_2v97.lib.json b/cells/fill10/gf180mcu_fd_io__fill10__ss_125C_2v97.lib.json
new file mode 100644
index 0000000..94e1f5b
--- /dev/null
+++ b/cells/fill10/gf180mcu_fd_io__fill10__ss_125C_2v97.lib.json
@@ -0,0 +1,23 @@
+{
+    "cell gf180mcu_fd_io__fill10": {
+        "dont_touch": "true",
+        "dont_use": "true",
+        "area": "3500.000000",
+        "pin DVDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin DVSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        }
+    }
+}
\ No newline at end of file
diff --git a/cells/fill10/gf180mcu_fd_io__fill10__ss_125C_4v50.lib b/cells/fill10/gf180mcu_fd_io__fill10__ss_125C_4v50.lib
new file mode 100644
index 0000000..e7e785c
--- /dev/null
+++ b/cells/fill10/gf180mcu_fd_io__fill10__ss_125C_4v50.lib
@@ -0,0 +1,36 @@
+/*
+ * Copyright 2022 GlobalFoundries PDK Authors
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+	cell ("gf180mcu_fd_io__fill10") {
+		dont_touch : true;
+		dont_use   : true;
+		area       : 3500.000000 ;
+		pin ("DVDD") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("DVSS") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("VDD") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("VSS") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+	}
diff --git a/cells/fill10/gf180mcu_fd_io__fill10__ss_125C_4v50.lib.json b/cells/fill10/gf180mcu_fd_io__fill10__ss_125C_4v50.lib.json
new file mode 100644
index 0000000..94e1f5b
--- /dev/null
+++ b/cells/fill10/gf180mcu_fd_io__fill10__ss_125C_4v50.lib.json
@@ -0,0 +1,23 @@
+{
+    "cell gf180mcu_fd_io__fill10": {
+        "dont_touch": "true",
+        "dont_use": "true",
+        "area": "3500.000000",
+        "pin DVDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin DVSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        }
+    }
+}
\ No newline at end of file
diff --git a/cells/fill10/gf180mcu_fd_io__fill10__tt_025C_2v50.lib b/cells/fill10/gf180mcu_fd_io__fill10__tt_025C_2v50.lib
new file mode 100644
index 0000000..e7e785c
--- /dev/null
+++ b/cells/fill10/gf180mcu_fd_io__fill10__tt_025C_2v50.lib
@@ -0,0 +1,36 @@
+/*
+ * Copyright 2022 GlobalFoundries PDK Authors
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+	cell ("gf180mcu_fd_io__fill10") {
+		dont_touch : true;
+		dont_use   : true;
+		area       : 3500.000000 ;
+		pin ("DVDD") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("DVSS") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("VDD") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("VSS") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+	}
diff --git a/cells/fill10/gf180mcu_fd_io__fill10__tt_025C_2v50.lib.json b/cells/fill10/gf180mcu_fd_io__fill10__tt_025C_2v50.lib.json
new file mode 100644
index 0000000..94e1f5b
--- /dev/null
+++ b/cells/fill10/gf180mcu_fd_io__fill10__tt_025C_2v50.lib.json
@@ -0,0 +1,23 @@
+{
+    "cell gf180mcu_fd_io__fill10": {
+        "dont_touch": "true",
+        "dont_use": "true",
+        "area": "3500.000000",
+        "pin DVDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin DVSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        }
+    }
+}
\ No newline at end of file
diff --git a/cells/fill10/gf180mcu_fd_io__fill10__tt_025C_3v30.lib b/cells/fill10/gf180mcu_fd_io__fill10__tt_025C_3v30.lib
new file mode 100644
index 0000000..e7e785c
--- /dev/null
+++ b/cells/fill10/gf180mcu_fd_io__fill10__tt_025C_3v30.lib
@@ -0,0 +1,36 @@
+/*
+ * Copyright 2022 GlobalFoundries PDK Authors
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+	cell ("gf180mcu_fd_io__fill10") {
+		dont_touch : true;
+		dont_use   : true;
+		area       : 3500.000000 ;
+		pin ("DVDD") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("DVSS") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("VDD") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("VSS") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+	}
diff --git a/cells/fill10/gf180mcu_fd_io__fill10__tt_025C_3v30.lib.json b/cells/fill10/gf180mcu_fd_io__fill10__tt_025C_3v30.lib.json
new file mode 100644
index 0000000..94e1f5b
--- /dev/null
+++ b/cells/fill10/gf180mcu_fd_io__fill10__tt_025C_3v30.lib.json
@@ -0,0 +1,23 @@
+{
+    "cell gf180mcu_fd_io__fill10": {
+        "dont_touch": "true",
+        "dont_use": "true",
+        "area": "3500.000000",
+        "pin DVDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin DVSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        }
+    }
+}
\ No newline at end of file
diff --git a/cells/fill10/gf180mcu_fd_io__fill10__tt_025C_5v00.lib b/cells/fill10/gf180mcu_fd_io__fill10__tt_025C_5v00.lib
new file mode 100644
index 0000000..e7e785c
--- /dev/null
+++ b/cells/fill10/gf180mcu_fd_io__fill10__tt_025C_5v00.lib
@@ -0,0 +1,36 @@
+/*
+ * Copyright 2022 GlobalFoundries PDK Authors
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+	cell ("gf180mcu_fd_io__fill10") {
+		dont_touch : true;
+		dont_use   : true;
+		area       : 3500.000000 ;
+		pin ("DVDD") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("DVSS") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("VDD") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("VSS") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+	}
diff --git a/cells/fill10/gf180mcu_fd_io__fill10__tt_025C_5v00.lib.json b/cells/fill10/gf180mcu_fd_io__fill10__tt_025C_5v00.lib.json
new file mode 100644
index 0000000..94e1f5b
--- /dev/null
+++ b/cells/fill10/gf180mcu_fd_io__fill10__tt_025C_5v00.lib.json
@@ -0,0 +1,23 @@
+{
+    "cell gf180mcu_fd_io__fill10": {
+        "dont_touch": "true",
+        "dont_use": "true",
+        "area": "3500.000000",
+        "pin DVDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin DVSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        }
+    }
+}
\ No newline at end of file
diff --git a/cells/fill5/gf180mcu_fd_io__fill5.cdl b/cells/fill5/gf180mcu_fd_io__fill5.cdl
new file mode 100644
index 0000000..843619b
--- /dev/null
+++ b/cells/fill5/gf180mcu_fd_io__fill5.cdl
@@ -0,0 +1,17 @@
+* Copyright 2022 GlobalFoundries PDK Authors
+*
+* Licensed under the Apache License, Version 2.0 (the "License");
+* you may not use this file except in compliance with the License.
+* You may obtain a copy of the License at
+*
+*     http://www.apache.org/licenses/LICENSE-2.0
+*
+* Unless required by applicable law or agreed to in writing, software
+* distributed under the License is distributed on an "AS IS" BASIS,
+* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+* See the License for the specific language governing permissions and
+* limitations under the License.
+
+.SUBCKT gf180mcu_fd_io__fill5 DVDD DVSS VDD VSS
+C0 VDD VSS $[nmoscap_6p0] m=70.0 l=1.5e-6 w=1.5e-6
+.ENDS
diff --git a/cells/fill5/gf180mcu_fd_io__fill5.v b/cells/fill5/gf180mcu_fd_io__fill5.v
new file mode 100644
index 0000000..ece3aff
--- /dev/null
+++ b/cells/fill5/gf180mcu_fd_io__fill5.v
@@ -0,0 +1,32 @@
+/*
+ * Copyright 2022 GlobalFoundries PDK Authors
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http:www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+`suppress_faults
+`enable_portfaults
+`ifdef functional
+  `timescale 1ns / 1ps
+  `delay_mode_distributed
+  `delay_mode_unit
+`else
+  `timescale 1ns / 1ps
+  `delay_mode_path
+`endif
+module gf180mcu_fd_io__fill5 (DVDD, DVSS, VDD, VSS);
+	inout	DVDD;
+	inout	DVSS;
+	inout	VDD;
+	inout	VSS;
+endmodule
diff --git a/cells/fill5/gf180mcu_fd_io__fill5_3lm.gds b/cells/fill5/gf180mcu_fd_io__fill5_3lm.gds
new file mode 100644
index 0000000..64c5b40
--- /dev/null
+++ b/cells/fill5/gf180mcu_fd_io__fill5_3lm.gds
Binary files differ
diff --git a/cells/fill5/gf180mcu_fd_io__fill5_3lm.lef b/cells/fill5/gf180mcu_fd_io__fill5_3lm.lef
new file mode 100644
index 0000000..0f21d60
--- /dev/null
+++ b/cells/fill5/gf180mcu_fd_io__fill5_3lm.lef
@@ -0,0 +1,259 @@
+# Copyright 2022 GlobalFoundries PDK Authors
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+MACRO gf180mcu_fd_io__fill5
+  CLASS PAD SPACER ;
+  ORIGIN 0 0 ;
+  FOREIGN gf180mcu_fd_io__fill5 0 0 ;
+  SIZE 5 BY 350 ;
+  SYMMETRY X Y R90 ;
+  SITE GF_IO_Site ;
+  PIN DVDD
+    DIRECTION INOUT ;
+    USE POWER ;
+    PORT
+      LAYER Metal3 ;
+        RECT 4 134 5 149 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 4 150 5 165 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 4 166 5 181 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 4 182 5 197 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 4 214 5 229 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 4 118 5 125 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 4 206 5 213 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 4 262 5 269 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 4 270 5 277 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 4 278 5 285 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 4 294 5 301 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 4 334 5 341 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 334 1 341 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 294 1 301 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 278 1 285 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 270 1 277 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 262 1 269 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 214 1 229 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 206 1 213 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 182 1 197 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 166 1 181 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 150 1 165 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 134 1 149 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 118 1 125 ;
+    END
+  END DVDD
+  PIN DVSS
+    DIRECTION INOUT ;
+    USE GROUND ;
+    PORT
+      LAYER Metal3 ;
+        RECT 4 70 5 85 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 4 86 5 101 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 4 102 5 117 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 4 230 5 245 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 4 126 5 133 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 4 198 5 205 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 4 286 5 293 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 4 302 5 309 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 4 326 5 333 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 4 342 5 348.39 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 342 1 348.39 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 326 1 333 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 302 1 309 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 286 1 293 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 230 1 245 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 198 1 205 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 126 1 133 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 102 1 117 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 86 1 101 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 70 1 85 ;
+    END
+  END DVSS
+  PIN VDD
+    DIRECTION INOUT ;
+    USE POWER ;
+    PORT
+      LAYER Metal3 ;
+        RECT 4 254 5 261 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 4 310 5 317 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 310 1 317 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 254 1 261 ;
+    END
+  END VDD
+  PIN VSS
+    DIRECTION INOUT ;
+    USE GROUND ;
+    PORT
+      LAYER Metal3 ;
+        RECT 4 246 5 253 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 4 318 5 325 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 318 1 325 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 246 1 253 ;
+    END
+  END VSS
+  OBS
+    LAYER Metal1 ;
+      RECT 0 0 5 350 ;
+    LAYER Metal2 ;
+      RECT 0 0 5 350 ;
+    LAYER Metal3 ;
+      POLYGON 5 69.72 3.72 69.72 3.72 85.28 5 85.28 5 85.72 3.72 85.72 3.72 101.28 5 101.28 5 101.72 3.72 101.72 3.72 117.28 5 117.28 5 117.72 3.72 117.72 3.72 125.28 5 125.28 5 125.72 3.72 125.72 3.72 133.28 5 133.28 5 133.72 3.72 133.72 3.72 149.28 5 149.28 5 149.72 3.72 149.72 3.72 165.28 5 165.28 5 165.72 3.72 165.72 3.72 181.28 5 181.28 5 181.72 3.72 181.72 3.72 197.28 5 197.28 5 197.72 3.72 197.72 3.72 205.28 5 205.28 5 205.72 3.72 205.72 3.72 213.28 5 213.28 5 213.72 3.72 213.72 3.72 229.28 5 229.28 5 229.72 3.72 229.72 3.72 245.28 5 245.28 5 245.72 3.72 245.72 3.72 253.28 5 253.28 5 253.72 3.72 253.72 3.72 261.28 5 261.28 5 261.72 3.72 261.72 3.72 269.28 5 269.28 5 269.72 3.72 269.72 3.72 277.28 5 277.28 5 277.72 3.72 277.72 3.72 285.28 5 285.28 5 285.72 3.72 285.72 3.72 293.28 5 293.28 5 293.72 3.72 293.72 3.72 301.28 5 301.28 5 301.72 3.72 301.72 3.72 309.28 5 309.28 5 309.72 3.72 309.72 3.72 317.28 5 317.28 5 317.72 3.72 317.72 3.72 325.28 5 325.28 5 325.72 3.72 325.72 3.72 333.28 5 333.28 5 333.72 3.72 333.72 3.72 341.28 5 341.28 5 341.72 3.72 341.72 3.72 348.67 5 348.67 5 350 0 350 0 348.67 1.28 348.67 1.28 341.72 0 341.72 0 341.28 1.28 341.28 1.28 333.72 0 333.72 0 333.28 1.28 333.28 1.28 325.72 0 325.72 0 325.28 1.28 325.28 1.28 317.72 0 317.72 0 317.28 1.28 317.28 1.28 309.72 0 309.72 0 309.28 1.28 309.28 1.28 301.72 0 301.72 0 301.28 1.28 301.28 1.28 293.72 0 293.72 0 293.28 1.28 293.28 1.28 285.72 0 285.72 0 285.28 1.28 285.28 1.28 277.72 0 277.72 0 277.28 1.28 277.28 1.28 269.72 0 269.72 0 269.28 1.28 269.28 1.28 261.72 0 261.72 0 261.28 1.28 261.28 1.28 253.72 0 253.72 0 253.28 1.28 253.28 1.28 245.72 0 245.72 0 245.28 1.28 245.28 1.28 229.72 0 229.72 0 229.28 1.28 229.28 1.28 213.72 0 213.72 0 213.28 1.28 213.28 1.28 205.72 0 205.72 0 205.28 1.28 205.28 1.28 197.72 0 197.72 0 197.28 1.28 197.28 1.28 181.72 0 181.72 0 181.28 1.28 181.28 1.28 165.72 0 165.72 0 165.28 1.28 165.28 1.28 149.72 0 149.72 0 149.28 1.28 149.28 1.28 133.72 0 133.72 0 133.28 1.28 133.28 1.28 125.72 0 125.72 0 125.28 1.28 125.28 1.28 117.72 0 117.72 0 117.28 1.28 117.28 1.28 101.72 0 101.72 0 101.28 1.28 101.28 1.28 85.72 0 85.72 0 85.28 1.28 85.28 1.28 69.72 0 69.72 0 0 5 0 ;
+    LAYER Via1 ;
+      RECT 0 0 5 350 ;
+    LAYER Via2 ;
+      RECT 0 0 5 350 ;
+  END
+
+END gf180mcu_fd_io__fill5
diff --git a/cells/fill5/gf180mcu_fd_io__fill5_4lm.gds b/cells/fill5/gf180mcu_fd_io__fill5_4lm.gds
new file mode 100644
index 0000000..3e9559b
--- /dev/null
+++ b/cells/fill5/gf180mcu_fd_io__fill5_4lm.gds
Binary files differ
diff --git a/cells/fill5/gf180mcu_fd_io__fill5_4lm.lef b/cells/fill5/gf180mcu_fd_io__fill5_4lm.lef
new file mode 100644
index 0000000..7271d04
--- /dev/null
+++ b/cells/fill5/gf180mcu_fd_io__fill5_4lm.lef
@@ -0,0 +1,471 @@
+# Copyright 2022 GlobalFoundries PDK Authors
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+MACRO gf180mcu_fd_io__fill5
+  CLASS PAD SPACER ;
+  ORIGIN 0 0 ;
+  FOREIGN gf180mcu_fd_io__fill5 0 0 ;
+  SIZE 5 BY 350 ;
+  SYMMETRY X Y R90 ;
+  SITE GF_IO_Site ;
+  PIN DVDD
+    DIRECTION INOUT ;
+    USE POWER ;
+    PORT
+      LAYER Metal4 ;
+        RECT 4 134 5 149 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 4 150 5 165 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 4 166 5 181 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 4 182 5 197 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 4 214 5 229 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 4 118 5 125 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 4 206 5 213 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 4 262 5 269 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 4 270 5 277 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 4 278 5 285 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 4 294 5 301 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 4 334 5 341 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 4 134 5 149 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 4 150 5 165 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 4 166 5 181 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 4 182 5 197 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 4 214 5 229 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 4 118 5 125 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 4 206 5 213 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 4 262 5 269 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 4 270 5 277 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 4 278 5 285 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 4 294 5 301 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 4 334 5 341 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 334 1 341 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 294 1 301 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 278 1 285 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 270 1 277 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 262 1 269 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 214 1 229 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 206 1 213 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 182 1 197 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 166 1 181 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 150 1 165 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 134 1 149 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 334 1 341 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 294 1 301 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 278 1 285 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 270 1 277 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 262 1 269 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 214 1 229 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 206 1 213 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 182 1 197 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 166 1 181 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 150 1 165 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 134 1 149 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 118 1 125 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 118 1 125 ;
+    END
+  END DVDD
+  PIN DVSS
+    DIRECTION INOUT ;
+    USE GROUND ;
+    PORT
+      LAYER Metal4 ;
+        RECT 4 70 5 85 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 4 86 5 101 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 4 102 5 117 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 4 230 5 245 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 4 126 5 133 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 4 198 5 205 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 4 286 5 293 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 4 302 5 309 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 4 326 5 333 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 4 342 5 348.39 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 4 70 5 85 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 4 86 5 101 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 4 102 5 117 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 4 230 5 245 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 4 126 5 133 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 4 198 5 205 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 4 286 5 293 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 4 302 5 309 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 4 326 5 333 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 4 342 5 348.39 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 342 1 348.39 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 326 1 333 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 302 1 309 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 286 1 293 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 230 1 245 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 198 1 205 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 126 1 133 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 102 1 117 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 86 1 101 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 342 1 348.39 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 326 1 333 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 302 1 309 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 286 1 293 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 230 1 245 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 198 1 205 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 126 1 133 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 102 1 117 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 86 1 101 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 70 1 85 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 70 1 85 ;
+    END
+  END DVSS
+  PIN VDD
+    DIRECTION INOUT ;
+    USE POWER ;
+    PORT
+      LAYER Metal4 ;
+        RECT 4 254 5 261 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 4 310 5 317 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 4 254 5 261 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 4 310 5 317 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 310 1 317 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 310 1 317 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 254 1 261 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 254 1 261 ;
+    END
+  END VDD
+  PIN VSS
+    DIRECTION INOUT ;
+    USE GROUND ;
+    PORT
+      LAYER Metal4 ;
+        RECT 4 246 5 253 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 4 318 5 325 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 4 246 5 253 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 4 318 5 325 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 318 1 325 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 318 1 325 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 246 1 253 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 246 1 253 ;
+    END
+  END VSS
+  OBS
+    LAYER Metal1 ;
+      RECT 0 0 5 350 ;
+    LAYER Metal2 ;
+      RECT 0 0 5 350 ;
+    LAYER Metal3 ;
+      POLYGON 5 69.72 3.72 69.72 3.72 85.28 5 85.28 5 85.72 3.72 85.72 3.72 101.28 5 101.28 5 101.72 3.72 101.72 3.72 117.28 5 117.28 5 117.72 3.72 117.72 3.72 125.28 5 125.28 5 125.72 3.72 125.72 3.72 133.28 5 133.28 5 133.72 3.72 133.72 3.72 149.28 5 149.28 5 149.72 3.72 149.72 3.72 165.28 5 165.28 5 165.72 3.72 165.72 3.72 181.28 5 181.28 5 181.72 3.72 181.72 3.72 197.28 5 197.28 5 197.72 3.72 197.72 3.72 205.28 5 205.28 5 205.72 3.72 205.72 3.72 213.28 5 213.28 5 213.72 3.72 213.72 3.72 229.28 5 229.28 5 229.72 3.72 229.72 3.72 245.28 5 245.28 5 245.72 3.72 245.72 3.72 253.28 5 253.28 5 253.72 3.72 253.72 3.72 261.28 5 261.28 5 261.72 3.72 261.72 3.72 269.28 5 269.28 5 269.72 3.72 269.72 3.72 277.28 5 277.28 5 277.72 3.72 277.72 3.72 285.28 5 285.28 5 285.72 3.72 285.72 3.72 293.28 5 293.28 5 293.72 3.72 293.72 3.72 301.28 5 301.28 5 301.72 3.72 301.72 3.72 309.28 5 309.28 5 309.72 3.72 309.72 3.72 317.28 5 317.28 5 317.72 3.72 317.72 3.72 325.28 5 325.28 5 325.72 3.72 325.72 3.72 333.28 5 333.28 5 333.72 3.72 333.72 3.72 341.28 5 341.28 5 341.72 3.72 341.72 3.72 348.67 5 348.67 5 350 0 350 0 348.67 1.28 348.67 1.28 341.72 0 341.72 0 341.28 1.28 341.28 1.28 333.72 0 333.72 0 333.28 1.28 333.28 1.28 325.72 0 325.72 0 325.28 1.28 325.28 1.28 317.72 0 317.72 0 317.28 1.28 317.28 1.28 309.72 0 309.72 0 309.28 1.28 309.28 1.28 301.72 0 301.72 0 301.28 1.28 301.28 1.28 293.72 0 293.72 0 293.28 1.28 293.28 1.28 285.72 0 285.72 0 285.28 1.28 285.28 1.28 277.72 0 277.72 0 277.28 1.28 277.28 1.28 269.72 0 269.72 0 269.28 1.28 269.28 1.28 261.72 0 261.72 0 261.28 1.28 261.28 1.28 253.72 0 253.72 0 253.28 1.28 253.28 1.28 245.72 0 245.72 0 245.28 1.28 245.28 1.28 229.72 0 229.72 0 229.28 1.28 229.28 1.28 213.72 0 213.72 0 213.28 1.28 213.28 1.28 205.72 0 205.72 0 205.28 1.28 205.28 1.28 197.72 0 197.72 0 197.28 1.28 197.28 1.28 181.72 0 181.72 0 181.28 1.28 181.28 1.28 165.72 0 165.72 0 165.28 1.28 165.28 1.28 149.72 0 149.72 0 149.28 1.28 149.28 1.28 133.72 0 133.72 0 133.28 1.28 133.28 1.28 125.72 0 125.72 0 125.28 1.28 125.28 1.28 117.72 0 117.72 0 117.28 1.28 117.28 1.28 101.72 0 101.72 0 101.28 1.28 101.28 1.28 85.72 0 85.72 0 85.28 1.28 85.28 1.28 69.72 0 69.72 0 0 5 0 ;
+    LAYER Metal4 ;
+      POLYGON 5 69.72 3.72 69.72 3.72 85.28 5 85.28 5 85.72 3.72 85.72 3.72 101.28 5 101.28 5 101.72 3.72 101.72 3.72 117.28 5 117.28 5 117.72 3.72 117.72 3.72 125.28 5 125.28 5 125.72 3.72 125.72 3.72 133.28 5 133.28 5 133.72 3.72 133.72 3.72 149.28 5 149.28 5 149.72 3.72 149.72 3.72 165.28 5 165.28 5 165.72 3.72 165.72 3.72 181.28 5 181.28 5 181.72 3.72 181.72 3.72 197.28 5 197.28 5 197.72 3.72 197.72 3.72 205.28 5 205.28 5 205.72 3.72 205.72 3.72 213.28 5 213.28 5 213.72 3.72 213.72 3.72 229.28 5 229.28 5 229.72 3.72 229.72 3.72 245.28 5 245.28 5 245.72 3.72 245.72 3.72 253.28 5 253.28 5 253.72 3.72 253.72 3.72 261.28 5 261.28 5 261.72 3.72 261.72 3.72 269.28 5 269.28 5 269.72 3.72 269.72 3.72 277.28 5 277.28 5 277.72 3.72 277.72 3.72 285.28 5 285.28 5 285.72 3.72 285.72 3.72 293.28 5 293.28 5 293.72 3.72 293.72 3.72 301.28 5 301.28 5 301.72 3.72 301.72 3.72 309.28 5 309.28 5 309.72 3.72 309.72 3.72 317.28 5 317.28 5 317.72 3.72 317.72 3.72 325.28 5 325.28 5 325.72 3.72 325.72 3.72 333.28 5 333.28 5 333.72 3.72 333.72 3.72 341.28 5 341.28 5 341.72 3.72 341.72 3.72 348.67 5 348.67 5 350 0 350 0 348.67 1.28 348.67 1.28 341.72 0 341.72 0 341.28 1.28 341.28 1.28 333.72 0 333.72 0 333.28 1.28 333.28 1.28 325.72 0 325.72 0 325.28 1.28 325.28 1.28 317.72 0 317.72 0 317.28 1.28 317.28 1.28 309.72 0 309.72 0 309.28 1.28 309.28 1.28 301.72 0 301.72 0 301.28 1.28 301.28 1.28 293.72 0 293.72 0 293.28 1.28 293.28 1.28 285.72 0 285.72 0 285.28 1.28 285.28 1.28 277.72 0 277.72 0 277.28 1.28 277.28 1.28 269.72 0 269.72 0 269.28 1.28 269.28 1.28 261.72 0 261.72 0 261.28 1.28 261.28 1.28 253.72 0 253.72 0 253.28 1.28 253.28 1.28 245.72 0 245.72 0 245.28 1.28 245.28 1.28 229.72 0 229.72 0 229.28 1.28 229.28 1.28 213.72 0 213.72 0 213.28 1.28 213.28 1.28 205.72 0 205.72 0 205.28 1.28 205.28 1.28 197.72 0 197.72 0 197.28 1.28 197.28 1.28 181.72 0 181.72 0 181.28 1.28 181.28 1.28 165.72 0 165.72 0 165.28 1.28 165.28 1.28 149.72 0 149.72 0 149.28 1.28 149.28 1.28 133.72 0 133.72 0 133.28 1.28 133.28 1.28 125.72 0 125.72 0 125.28 1.28 125.28 1.28 117.72 0 117.72 0 117.28 1.28 117.28 1.28 101.72 0 101.72 0 101.28 1.28 101.28 1.28 85.72 0 85.72 0 85.28 1.28 85.28 1.28 69.72 0 69.72 0 0 5 0 ;
+    LAYER Via1 ;
+      RECT 0 0 5 350 ;
+    LAYER Via2 ;
+      RECT 0 0 5 350 ;
+    LAYER Via3 ;
+      RECT 0 0 5 350 ;
+  END
+
+END gf180mcu_fd_io__fill5
diff --git a/cells/fill5/gf180mcu_fd_io__fill5_5lm.gds b/cells/fill5/gf180mcu_fd_io__fill5_5lm.gds
new file mode 100644
index 0000000..60bee50
--- /dev/null
+++ b/cells/fill5/gf180mcu_fd_io__fill5_5lm.gds
Binary files differ
diff --git a/cells/fill5/gf180mcu_fd_io__fill5_5lm.lef b/cells/fill5/gf180mcu_fd_io__fill5_5lm.lef
new file mode 100644
index 0000000..338345a
--- /dev/null
+++ b/cells/fill5/gf180mcu_fd_io__fill5_5lm.lef
@@ -0,0 +1,683 @@
+# Copyright 2022 GlobalFoundries PDK Authors
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+MACRO gf180mcu_fd_io__fill5
+  CLASS PAD SPACER ;
+  ORIGIN 0 0 ;
+  FOREIGN gf180mcu_fd_io__fill5 0 0 ;
+  SIZE 5 BY 350 ;
+  SYMMETRY X Y R90 ;
+  SITE GF_IO_Site ;
+  PIN DVDD
+    DIRECTION INOUT ;
+    USE POWER ;
+    PORT
+      LAYER Metal5 ;
+        RECT 4 134 5 149 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 4 150 5 165 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 4 166 5 181 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 4 182 5 197 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 4 214 5 229 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 4 118 5 125 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 4 206 5 213 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 4 262 5 269 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 4 270 5 277 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 4 278 5 285 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 4 294 5 301 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 4 334 5 341 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 4 134 5 149 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 4 150 5 165 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 4 166 5 181 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 4 182 5 197 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 4 214 5 229 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 4 118 5 125 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 4 206 5 213 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 4 262 5 269 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 4 270 5 277 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 4 278 5 285 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 4 294 5 301 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 4 334 5 341 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 4 134 5 149 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 4 150 5 165 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 4 166 5 181 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 4 182 5 197 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 4 214 5 229 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 4 118 5 125 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 4 206 5 213 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 4 262 5 269 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 4 270 5 277 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 4 278 5 285 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 4 294 5 301 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 4 334 5 341 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 334 1 341 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 294 1 301 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 278 1 285 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 270 1 277 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 262 1 269 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 214 1 229 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 206 1 213 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 182 1 197 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 166 1 181 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 150 1 165 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 134 1 149 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 334 1 341 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 294 1 301 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 278 1 285 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 270 1 277 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 262 1 269 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 214 1 229 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 206 1 213 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 182 1 197 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 166 1 181 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 150 1 165 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 134 1 149 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 334 1 341 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 294 1 301 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 278 1 285 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 270 1 277 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 262 1 269 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 214 1 229 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 206 1 213 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 182 1 197 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 166 1 181 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 150 1 165 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 134 1 149 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 118 1 125 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 118 1 125 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 118 1 125 ;
+    END
+  END DVDD
+  PIN DVSS
+    DIRECTION INOUT ;
+    USE GROUND ;
+    PORT
+      LAYER Metal5 ;
+        RECT 4 70 5 85 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 4 86 5 101 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 4 102 5 117 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 4 230 5 245 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 4 126 5 133 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 4 198 5 205 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 4 286 5 293 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 4 302 5 309 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 4 326 5 333 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 4 342 5 348.39 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 4 70 5 85 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 4 86 5 101 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 4 102 5 117 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 4 230 5 245 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 4 126 5 133 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 4 198 5 205 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 4 286 5 293 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 4 302 5 309 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 4 326 5 333 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 4 342 5 348.39 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 4 70 5 85 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 4 86 5 101 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 4 102 5 117 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 4 230 5 245 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 4 126 5 133 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 4 198 5 205 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 4 286 5 293 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 4 302 5 309 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 4 326 5 333 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 4 342 5 348.39 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 342 1 348.39 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 326 1 333 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 302 1 309 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 286 1 293 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 230 1 245 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 198 1 205 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 126 1 133 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 102 1 117 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 86 1 101 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 342 1 348.39 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 326 1 333 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 302 1 309 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 286 1 293 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 230 1 245 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 198 1 205 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 126 1 133 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 102 1 117 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 86 1 101 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 342 1 348.39 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 326 1 333 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 302 1 309 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 286 1 293 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 230 1 245 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 198 1 205 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 126 1 133 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 102 1 117 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 86 1 101 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 70 1 85 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 70 1 85 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 70 1 85 ;
+    END
+  END DVSS
+  PIN VDD
+    DIRECTION INOUT ;
+    USE POWER ;
+    PORT
+      LAYER Metal5 ;
+        RECT 4 254 5 261 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 4 310 5 317 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 4 254 5 261 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 4 310 5 317 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 4 254 5 261 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 4 310 5 317 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 310 1 317 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 310 1 317 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 310 1 317 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 254 1 261 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 254 1 261 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 254 1 261 ;
+    END
+  END VDD
+  PIN VSS
+    DIRECTION INOUT ;
+    USE GROUND ;
+    PORT
+      LAYER Metal5 ;
+        RECT 4 246 5 253 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 4 318 5 325 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 4 246 5 253 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 4 318 5 325 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 4 246 5 253 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 4 318 5 325 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 318 1 325 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 318 1 325 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 318 1 325 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 246 1 253 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 246 1 253 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 246 1 253 ;
+    END
+  END VSS
+  OBS
+    LAYER Metal1 ;
+      RECT 0 0 5 350 ;
+    LAYER Metal2 ;
+      RECT 0 0 5 350 ;
+    LAYER Metal3 ;
+      POLYGON 5 69.72 3.72 69.72 3.72 85.28 5 85.28 5 85.72 3.72 85.72 3.72 101.28 5 101.28 5 101.72 3.72 101.72 3.72 117.28 5 117.28 5 117.72 3.72 117.72 3.72 125.28 5 125.28 5 125.72 3.72 125.72 3.72 133.28 5 133.28 5 133.72 3.72 133.72 3.72 149.28 5 149.28 5 149.72 3.72 149.72 3.72 165.28 5 165.28 5 165.72 3.72 165.72 3.72 181.28 5 181.28 5 181.72 3.72 181.72 3.72 197.28 5 197.28 5 197.72 3.72 197.72 3.72 205.28 5 205.28 5 205.72 3.72 205.72 3.72 213.28 5 213.28 5 213.72 3.72 213.72 3.72 229.28 5 229.28 5 229.72 3.72 229.72 3.72 245.28 5 245.28 5 245.72 3.72 245.72 3.72 253.28 5 253.28 5 253.72 3.72 253.72 3.72 261.28 5 261.28 5 261.72 3.72 261.72 3.72 269.28 5 269.28 5 269.72 3.72 269.72 3.72 277.28 5 277.28 5 277.72 3.72 277.72 3.72 285.28 5 285.28 5 285.72 3.72 285.72 3.72 293.28 5 293.28 5 293.72 3.72 293.72 3.72 301.28 5 301.28 5 301.72 3.72 301.72 3.72 309.28 5 309.28 5 309.72 3.72 309.72 3.72 317.28 5 317.28 5 317.72 3.72 317.72 3.72 325.28 5 325.28 5 325.72 3.72 325.72 3.72 333.28 5 333.28 5 333.72 3.72 333.72 3.72 341.28 5 341.28 5 341.72 3.72 341.72 3.72 348.67 5 348.67 5 350 0 350 0 348.67 1.28 348.67 1.28 341.72 0 341.72 0 341.28 1.28 341.28 1.28 333.72 0 333.72 0 333.28 1.28 333.28 1.28 325.72 0 325.72 0 325.28 1.28 325.28 1.28 317.72 0 317.72 0 317.28 1.28 317.28 1.28 309.72 0 309.72 0 309.28 1.28 309.28 1.28 301.72 0 301.72 0 301.28 1.28 301.28 1.28 293.72 0 293.72 0 293.28 1.28 293.28 1.28 285.72 0 285.72 0 285.28 1.28 285.28 1.28 277.72 0 277.72 0 277.28 1.28 277.28 1.28 269.72 0 269.72 0 269.28 1.28 269.28 1.28 261.72 0 261.72 0 261.28 1.28 261.28 1.28 253.72 0 253.72 0 253.28 1.28 253.28 1.28 245.72 0 245.72 0 245.28 1.28 245.28 1.28 229.72 0 229.72 0 229.28 1.28 229.28 1.28 213.72 0 213.72 0 213.28 1.28 213.28 1.28 205.72 0 205.72 0 205.28 1.28 205.28 1.28 197.72 0 197.72 0 197.28 1.28 197.28 1.28 181.72 0 181.72 0 181.28 1.28 181.28 1.28 165.72 0 165.72 0 165.28 1.28 165.28 1.28 149.72 0 149.72 0 149.28 1.28 149.28 1.28 133.72 0 133.72 0 133.28 1.28 133.28 1.28 125.72 0 125.72 0 125.28 1.28 125.28 1.28 117.72 0 117.72 0 117.28 1.28 117.28 1.28 101.72 0 101.72 0 101.28 1.28 101.28 1.28 85.72 0 85.72 0 85.28 1.28 85.28 1.28 69.72 0 69.72 0 0 5 0 ;
+    LAYER Metal4 ;
+      POLYGON 5 69.72 3.72 69.72 3.72 85.28 5 85.28 5 85.72 3.72 85.72 3.72 101.28 5 101.28 5 101.72 3.72 101.72 3.72 117.28 5 117.28 5 117.72 3.72 117.72 3.72 125.28 5 125.28 5 125.72 3.72 125.72 3.72 133.28 5 133.28 5 133.72 3.72 133.72 3.72 149.28 5 149.28 5 149.72 3.72 149.72 3.72 165.28 5 165.28 5 165.72 3.72 165.72 3.72 181.28 5 181.28 5 181.72 3.72 181.72 3.72 197.28 5 197.28 5 197.72 3.72 197.72 3.72 205.28 5 205.28 5 205.72 3.72 205.72 3.72 213.28 5 213.28 5 213.72 3.72 213.72 3.72 229.28 5 229.28 5 229.72 3.72 229.72 3.72 245.28 5 245.28 5 245.72 3.72 245.72 3.72 253.28 5 253.28 5 253.72 3.72 253.72 3.72 261.28 5 261.28 5 261.72 3.72 261.72 3.72 269.28 5 269.28 5 269.72 3.72 269.72 3.72 277.28 5 277.28 5 277.72 3.72 277.72 3.72 285.28 5 285.28 5 285.72 3.72 285.72 3.72 293.28 5 293.28 5 293.72 3.72 293.72 3.72 301.28 5 301.28 5 301.72 3.72 301.72 3.72 309.28 5 309.28 5 309.72 3.72 309.72 3.72 317.28 5 317.28 5 317.72 3.72 317.72 3.72 325.28 5 325.28 5 325.72 3.72 325.72 3.72 333.28 5 333.28 5 333.72 3.72 333.72 3.72 341.28 5 341.28 5 341.72 3.72 341.72 3.72 348.67 5 348.67 5 350 0 350 0 348.67 1.28 348.67 1.28 341.72 0 341.72 0 341.28 1.28 341.28 1.28 333.72 0 333.72 0 333.28 1.28 333.28 1.28 325.72 0 325.72 0 325.28 1.28 325.28 1.28 317.72 0 317.72 0 317.28 1.28 317.28 1.28 309.72 0 309.72 0 309.28 1.28 309.28 1.28 301.72 0 301.72 0 301.28 1.28 301.28 1.28 293.72 0 293.72 0 293.28 1.28 293.28 1.28 285.72 0 285.72 0 285.28 1.28 285.28 1.28 277.72 0 277.72 0 277.28 1.28 277.28 1.28 269.72 0 269.72 0 269.28 1.28 269.28 1.28 261.72 0 261.72 0 261.28 1.28 261.28 1.28 253.72 0 253.72 0 253.28 1.28 253.28 1.28 245.72 0 245.72 0 245.28 1.28 245.28 1.28 229.72 0 229.72 0 229.28 1.28 229.28 1.28 213.72 0 213.72 0 213.28 1.28 213.28 1.28 205.72 0 205.72 0 205.28 1.28 205.28 1.28 197.72 0 197.72 0 197.28 1.28 197.28 1.28 181.72 0 181.72 0 181.28 1.28 181.28 1.28 165.72 0 165.72 0 165.28 1.28 165.28 1.28 149.72 0 149.72 0 149.28 1.28 149.28 1.28 133.72 0 133.72 0 133.28 1.28 133.28 1.28 125.72 0 125.72 0 125.28 1.28 125.28 1.28 117.72 0 117.72 0 117.28 1.28 117.28 1.28 101.72 0 101.72 0 101.28 1.28 101.28 1.28 85.72 0 85.72 0 85.28 1.28 85.28 1.28 69.72 0 69.72 0 0 5 0 ;
+    LAYER Metal5 ;
+      POLYGON 5 69.72 3.72 69.72 3.72 85.28 5 85.28 5 85.72 3.72 85.72 3.72 101.28 5 101.28 5 101.72 3.72 101.72 3.72 117.28 5 117.28 5 117.72 3.72 117.72 3.72 125.28 5 125.28 5 125.72 3.72 125.72 3.72 133.28 5 133.28 5 133.72 3.72 133.72 3.72 149.28 5 149.28 5 149.72 3.72 149.72 3.72 165.28 5 165.28 5 165.72 3.72 165.72 3.72 181.28 5 181.28 5 181.72 3.72 181.72 3.72 197.28 5 197.28 5 197.72 3.72 197.72 3.72 205.28 5 205.28 5 205.72 3.72 205.72 3.72 213.28 5 213.28 5 213.72 3.72 213.72 3.72 229.28 5 229.28 5 229.72 3.72 229.72 3.72 245.28 5 245.28 5 245.72 3.72 245.72 3.72 253.28 5 253.28 5 253.72 3.72 253.72 3.72 261.28 5 261.28 5 261.72 3.72 261.72 3.72 269.28 5 269.28 5 269.72 3.72 269.72 3.72 277.28 5 277.28 5 277.72 3.72 277.72 3.72 285.28 5 285.28 5 285.72 3.72 285.72 3.72 293.28 5 293.28 5 293.72 3.72 293.72 3.72 301.28 5 301.28 5 301.72 3.72 301.72 3.72 309.28 5 309.28 5 309.72 3.72 309.72 3.72 317.28 5 317.28 5 317.72 3.72 317.72 3.72 325.28 5 325.28 5 325.72 3.72 325.72 3.72 333.28 5 333.28 5 333.72 3.72 333.72 3.72 341.28 5 341.28 5 341.72 3.72 341.72 3.72 348.67 5 348.67 5 350 0 350 0 348.67 1.28 348.67 1.28 341.72 0 341.72 0 341.28 1.28 341.28 1.28 333.72 0 333.72 0 333.28 1.28 333.28 1.28 325.72 0 325.72 0 325.28 1.28 325.28 1.28 317.72 0 317.72 0 317.28 1.28 317.28 1.28 309.72 0 309.72 0 309.28 1.28 309.28 1.28 301.72 0 301.72 0 301.28 1.28 301.28 1.28 293.72 0 293.72 0 293.28 1.28 293.28 1.28 285.72 0 285.72 0 285.28 1.28 285.28 1.28 277.72 0 277.72 0 277.28 1.28 277.28 1.28 269.72 0 269.72 0 269.28 1.28 269.28 1.28 261.72 0 261.72 0 261.28 1.28 261.28 1.28 253.72 0 253.72 0 253.28 1.28 253.28 1.28 245.72 0 245.72 0 245.28 1.28 245.28 1.28 229.72 0 229.72 0 229.28 1.28 229.28 1.28 213.72 0 213.72 0 213.28 1.28 213.28 1.28 205.72 0 205.72 0 205.28 1.28 205.28 1.28 197.72 0 197.72 0 197.28 1.28 197.28 1.28 181.72 0 181.72 0 181.28 1.28 181.28 1.28 165.72 0 165.72 0 165.28 1.28 165.28 1.28 149.72 0 149.72 0 149.28 1.28 149.28 1.28 133.72 0 133.72 0 133.28 1.28 133.28 1.28 125.72 0 125.72 0 125.28 1.28 125.28 1.28 117.72 0 117.72 0 117.28 1.28 117.28 1.28 101.72 0 101.72 0 101.28 1.28 101.28 1.28 85.72 0 85.72 0 85.28 1.28 85.28 1.28 69.72 0 69.72 0 0 5 0 ;
+    LAYER Via1 ;
+      RECT 0 0 5 350 ;
+    LAYER Via2 ;
+      RECT 0 0 5 350 ;
+    LAYER Via3 ;
+      RECT 0 0 5 350 ;
+    LAYER Via4 ;
+      RECT 0 0 5 350 ;
+  END
+
+END gf180mcu_fd_io__fill5
diff --git a/cells/fill5/gf180mcu_fd_io__fill5__ff_125C_2v75.lib b/cells/fill5/gf180mcu_fd_io__fill5__ff_125C_2v75.lib
new file mode 100644
index 0000000..8e0f9a1
--- /dev/null
+++ b/cells/fill5/gf180mcu_fd_io__fill5__ff_125C_2v75.lib
@@ -0,0 +1,36 @@
+/*
+ * Copyright 2022 GlobalFoundries PDK Authors
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+	cell ("gf180mcu_fd_io__fill5") {
+		dont_touch : true;
+		dont_use   : true;
+		area       : 1750.000000 ;
+		pin ("DVDD") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("DVSS") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("VDD") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("VSS") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+	}
diff --git a/cells/fill5/gf180mcu_fd_io__fill5__ff_125C_2v75.lib.json b/cells/fill5/gf180mcu_fd_io__fill5__ff_125C_2v75.lib.json
new file mode 100644
index 0000000..8a9516e
--- /dev/null
+++ b/cells/fill5/gf180mcu_fd_io__fill5__ff_125C_2v75.lib.json
@@ -0,0 +1,23 @@
+{
+    "cell gf180mcu_fd_io__fill5": {
+        "dont_touch": "true",
+        "dont_use": "true",
+        "area": "1750.000000",
+        "pin DVDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin DVSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        }
+    }
+}
\ No newline at end of file
diff --git a/cells/fill5/gf180mcu_fd_io__fill5__ff_125C_3v63.lib b/cells/fill5/gf180mcu_fd_io__fill5__ff_125C_3v63.lib
new file mode 100644
index 0000000..8e0f9a1
--- /dev/null
+++ b/cells/fill5/gf180mcu_fd_io__fill5__ff_125C_3v63.lib
@@ -0,0 +1,36 @@
+/*
+ * Copyright 2022 GlobalFoundries PDK Authors
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+	cell ("gf180mcu_fd_io__fill5") {
+		dont_touch : true;
+		dont_use   : true;
+		area       : 1750.000000 ;
+		pin ("DVDD") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("DVSS") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("VDD") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("VSS") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+	}
diff --git a/cells/fill5/gf180mcu_fd_io__fill5__ff_125C_3v63.lib.json b/cells/fill5/gf180mcu_fd_io__fill5__ff_125C_3v63.lib.json
new file mode 100644
index 0000000..8a9516e
--- /dev/null
+++ b/cells/fill5/gf180mcu_fd_io__fill5__ff_125C_3v63.lib.json
@@ -0,0 +1,23 @@
+{
+    "cell gf180mcu_fd_io__fill5": {
+        "dont_touch": "true",
+        "dont_use": "true",
+        "area": "1750.000000",
+        "pin DVDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin DVSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        }
+    }
+}
\ No newline at end of file
diff --git a/cells/fill5/gf180mcu_fd_io__fill5__ff_125C_5v50.lib b/cells/fill5/gf180mcu_fd_io__fill5__ff_125C_5v50.lib
new file mode 100644
index 0000000..8e0f9a1
--- /dev/null
+++ b/cells/fill5/gf180mcu_fd_io__fill5__ff_125C_5v50.lib
@@ -0,0 +1,36 @@
+/*
+ * Copyright 2022 GlobalFoundries PDK Authors
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+	cell ("gf180mcu_fd_io__fill5") {
+		dont_touch : true;
+		dont_use   : true;
+		area       : 1750.000000 ;
+		pin ("DVDD") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("DVSS") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("VDD") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("VSS") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+	}
diff --git a/cells/fill5/gf180mcu_fd_io__fill5__ff_125C_5v50.lib.json b/cells/fill5/gf180mcu_fd_io__fill5__ff_125C_5v50.lib.json
new file mode 100644
index 0000000..8a9516e
--- /dev/null
+++ b/cells/fill5/gf180mcu_fd_io__fill5__ff_125C_5v50.lib.json
@@ -0,0 +1,23 @@
+{
+    "cell gf180mcu_fd_io__fill5": {
+        "dont_touch": "true",
+        "dont_use": "true",
+        "area": "1750.000000",
+        "pin DVDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin DVSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        }
+    }
+}
\ No newline at end of file
diff --git a/cells/fill5/gf180mcu_fd_io__fill5__ff_n40C_2v75.lib b/cells/fill5/gf180mcu_fd_io__fill5__ff_n40C_2v75.lib
new file mode 100644
index 0000000..8e0f9a1
--- /dev/null
+++ b/cells/fill5/gf180mcu_fd_io__fill5__ff_n40C_2v75.lib
@@ -0,0 +1,36 @@
+/*
+ * Copyright 2022 GlobalFoundries PDK Authors
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+	cell ("gf180mcu_fd_io__fill5") {
+		dont_touch : true;
+		dont_use   : true;
+		area       : 1750.000000 ;
+		pin ("DVDD") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("DVSS") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("VDD") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("VSS") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+	}
diff --git a/cells/fill5/gf180mcu_fd_io__fill5__ff_n40C_2v75.lib.json b/cells/fill5/gf180mcu_fd_io__fill5__ff_n40C_2v75.lib.json
new file mode 100644
index 0000000..8a9516e
--- /dev/null
+++ b/cells/fill5/gf180mcu_fd_io__fill5__ff_n40C_2v75.lib.json
@@ -0,0 +1,23 @@
+{
+    "cell gf180mcu_fd_io__fill5": {
+        "dont_touch": "true",
+        "dont_use": "true",
+        "area": "1750.000000",
+        "pin DVDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin DVSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        }
+    }
+}
\ No newline at end of file
diff --git a/cells/fill5/gf180mcu_fd_io__fill5__ff_n40C_3v63.lib b/cells/fill5/gf180mcu_fd_io__fill5__ff_n40C_3v63.lib
new file mode 100644
index 0000000..8e0f9a1
--- /dev/null
+++ b/cells/fill5/gf180mcu_fd_io__fill5__ff_n40C_3v63.lib
@@ -0,0 +1,36 @@
+/*
+ * Copyright 2022 GlobalFoundries PDK Authors
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+	cell ("gf180mcu_fd_io__fill5") {
+		dont_touch : true;
+		dont_use   : true;
+		area       : 1750.000000 ;
+		pin ("DVDD") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("DVSS") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("VDD") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("VSS") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+	}
diff --git a/cells/fill5/gf180mcu_fd_io__fill5__ff_n40C_3v63.lib.json b/cells/fill5/gf180mcu_fd_io__fill5__ff_n40C_3v63.lib.json
new file mode 100644
index 0000000..8a9516e
--- /dev/null
+++ b/cells/fill5/gf180mcu_fd_io__fill5__ff_n40C_3v63.lib.json
@@ -0,0 +1,23 @@
+{
+    "cell gf180mcu_fd_io__fill5": {
+        "dont_touch": "true",
+        "dont_use": "true",
+        "area": "1750.000000",
+        "pin DVDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin DVSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        }
+    }
+}
\ No newline at end of file
diff --git a/cells/fill5/gf180mcu_fd_io__fill5__ff_n40C_5v50.lib b/cells/fill5/gf180mcu_fd_io__fill5__ff_n40C_5v50.lib
new file mode 100644
index 0000000..8e0f9a1
--- /dev/null
+++ b/cells/fill5/gf180mcu_fd_io__fill5__ff_n40C_5v50.lib
@@ -0,0 +1,36 @@
+/*
+ * Copyright 2022 GlobalFoundries PDK Authors
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+	cell ("gf180mcu_fd_io__fill5") {
+		dont_touch : true;
+		dont_use   : true;
+		area       : 1750.000000 ;
+		pin ("DVDD") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("DVSS") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("VDD") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("VSS") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+	}
diff --git a/cells/fill5/gf180mcu_fd_io__fill5__ff_n40C_5v50.lib.json b/cells/fill5/gf180mcu_fd_io__fill5__ff_n40C_5v50.lib.json
new file mode 100644
index 0000000..8a9516e
--- /dev/null
+++ b/cells/fill5/gf180mcu_fd_io__fill5__ff_n40C_5v50.lib.json
@@ -0,0 +1,23 @@
+{
+    "cell gf180mcu_fd_io__fill5": {
+        "dont_touch": "true",
+        "dont_use": "true",
+        "area": "1750.000000",
+        "pin DVDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin DVSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        }
+    }
+}
\ No newline at end of file
diff --git a/cells/fill5/gf180mcu_fd_io__fill5__ss_125C_2v25.lib b/cells/fill5/gf180mcu_fd_io__fill5__ss_125C_2v25.lib
new file mode 100644
index 0000000..8e0f9a1
--- /dev/null
+++ b/cells/fill5/gf180mcu_fd_io__fill5__ss_125C_2v25.lib
@@ -0,0 +1,36 @@
+/*
+ * Copyright 2022 GlobalFoundries PDK Authors
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+	cell ("gf180mcu_fd_io__fill5") {
+		dont_touch : true;
+		dont_use   : true;
+		area       : 1750.000000 ;
+		pin ("DVDD") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("DVSS") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("VDD") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("VSS") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+	}
diff --git a/cells/fill5/gf180mcu_fd_io__fill5__ss_125C_2v25.lib.json b/cells/fill5/gf180mcu_fd_io__fill5__ss_125C_2v25.lib.json
new file mode 100644
index 0000000..8a9516e
--- /dev/null
+++ b/cells/fill5/gf180mcu_fd_io__fill5__ss_125C_2v25.lib.json
@@ -0,0 +1,23 @@
+{
+    "cell gf180mcu_fd_io__fill5": {
+        "dont_touch": "true",
+        "dont_use": "true",
+        "area": "1750.000000",
+        "pin DVDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin DVSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        }
+    }
+}
\ No newline at end of file
diff --git a/cells/fill5/gf180mcu_fd_io__fill5__ss_125C_2v97.lib b/cells/fill5/gf180mcu_fd_io__fill5__ss_125C_2v97.lib
new file mode 100644
index 0000000..8e0f9a1
--- /dev/null
+++ b/cells/fill5/gf180mcu_fd_io__fill5__ss_125C_2v97.lib
@@ -0,0 +1,36 @@
+/*
+ * Copyright 2022 GlobalFoundries PDK Authors
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+	cell ("gf180mcu_fd_io__fill5") {
+		dont_touch : true;
+		dont_use   : true;
+		area       : 1750.000000 ;
+		pin ("DVDD") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("DVSS") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("VDD") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("VSS") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+	}
diff --git a/cells/fill5/gf180mcu_fd_io__fill5__ss_125C_2v97.lib.json b/cells/fill5/gf180mcu_fd_io__fill5__ss_125C_2v97.lib.json
new file mode 100644
index 0000000..8a9516e
--- /dev/null
+++ b/cells/fill5/gf180mcu_fd_io__fill5__ss_125C_2v97.lib.json
@@ -0,0 +1,23 @@
+{
+    "cell gf180mcu_fd_io__fill5": {
+        "dont_touch": "true",
+        "dont_use": "true",
+        "area": "1750.000000",
+        "pin DVDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin DVSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        }
+    }
+}
\ No newline at end of file
diff --git a/cells/fill5/gf180mcu_fd_io__fill5__ss_125C_4v50.lib b/cells/fill5/gf180mcu_fd_io__fill5__ss_125C_4v50.lib
new file mode 100644
index 0000000..8e0f9a1
--- /dev/null
+++ b/cells/fill5/gf180mcu_fd_io__fill5__ss_125C_4v50.lib
@@ -0,0 +1,36 @@
+/*
+ * Copyright 2022 GlobalFoundries PDK Authors
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+	cell ("gf180mcu_fd_io__fill5") {
+		dont_touch : true;
+		dont_use   : true;
+		area       : 1750.000000 ;
+		pin ("DVDD") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("DVSS") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("VDD") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("VSS") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+	}
diff --git a/cells/fill5/gf180mcu_fd_io__fill5__ss_125C_4v50.lib.json b/cells/fill5/gf180mcu_fd_io__fill5__ss_125C_4v50.lib.json
new file mode 100644
index 0000000..8a9516e
--- /dev/null
+++ b/cells/fill5/gf180mcu_fd_io__fill5__ss_125C_4v50.lib.json
@@ -0,0 +1,23 @@
+{
+    "cell gf180mcu_fd_io__fill5": {
+        "dont_touch": "true",
+        "dont_use": "true",
+        "area": "1750.000000",
+        "pin DVDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin DVSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        }
+    }
+}
\ No newline at end of file
diff --git a/cells/fill5/gf180mcu_fd_io__fill5__tt_025C_2v50.lib b/cells/fill5/gf180mcu_fd_io__fill5__tt_025C_2v50.lib
new file mode 100644
index 0000000..8e0f9a1
--- /dev/null
+++ b/cells/fill5/gf180mcu_fd_io__fill5__tt_025C_2v50.lib
@@ -0,0 +1,36 @@
+/*
+ * Copyright 2022 GlobalFoundries PDK Authors
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+	cell ("gf180mcu_fd_io__fill5") {
+		dont_touch : true;
+		dont_use   : true;
+		area       : 1750.000000 ;
+		pin ("DVDD") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("DVSS") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("VDD") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("VSS") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+	}
diff --git a/cells/fill5/gf180mcu_fd_io__fill5__tt_025C_2v50.lib.json b/cells/fill5/gf180mcu_fd_io__fill5__tt_025C_2v50.lib.json
new file mode 100644
index 0000000..8a9516e
--- /dev/null
+++ b/cells/fill5/gf180mcu_fd_io__fill5__tt_025C_2v50.lib.json
@@ -0,0 +1,23 @@
+{
+    "cell gf180mcu_fd_io__fill5": {
+        "dont_touch": "true",
+        "dont_use": "true",
+        "area": "1750.000000",
+        "pin DVDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin DVSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        }
+    }
+}
\ No newline at end of file
diff --git a/cells/fill5/gf180mcu_fd_io__fill5__tt_025C_3v30.lib b/cells/fill5/gf180mcu_fd_io__fill5__tt_025C_3v30.lib
new file mode 100644
index 0000000..8e0f9a1
--- /dev/null
+++ b/cells/fill5/gf180mcu_fd_io__fill5__tt_025C_3v30.lib
@@ -0,0 +1,36 @@
+/*
+ * Copyright 2022 GlobalFoundries PDK Authors
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+	cell ("gf180mcu_fd_io__fill5") {
+		dont_touch : true;
+		dont_use   : true;
+		area       : 1750.000000 ;
+		pin ("DVDD") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("DVSS") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("VDD") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("VSS") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+	}
diff --git a/cells/fill5/gf180mcu_fd_io__fill5__tt_025C_3v30.lib.json b/cells/fill5/gf180mcu_fd_io__fill5__tt_025C_3v30.lib.json
new file mode 100644
index 0000000..8a9516e
--- /dev/null
+++ b/cells/fill5/gf180mcu_fd_io__fill5__tt_025C_3v30.lib.json
@@ -0,0 +1,23 @@
+{
+    "cell gf180mcu_fd_io__fill5": {
+        "dont_touch": "true",
+        "dont_use": "true",
+        "area": "1750.000000",
+        "pin DVDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin DVSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        }
+    }
+}
\ No newline at end of file
diff --git a/cells/fill5/gf180mcu_fd_io__fill5__tt_025C_5v00.lib b/cells/fill5/gf180mcu_fd_io__fill5__tt_025C_5v00.lib
new file mode 100644
index 0000000..8e0f9a1
--- /dev/null
+++ b/cells/fill5/gf180mcu_fd_io__fill5__tt_025C_5v00.lib
@@ -0,0 +1,36 @@
+/*
+ * Copyright 2022 GlobalFoundries PDK Authors
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+	cell ("gf180mcu_fd_io__fill5") {
+		dont_touch : true;
+		dont_use   : true;
+		area       : 1750.000000 ;
+		pin ("DVDD") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("DVSS") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("VDD") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("VSS") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+	}
diff --git a/cells/fill5/gf180mcu_fd_io__fill5__tt_025C_5v00.lib.json b/cells/fill5/gf180mcu_fd_io__fill5__tt_025C_5v00.lib.json
new file mode 100644
index 0000000..8a9516e
--- /dev/null
+++ b/cells/fill5/gf180mcu_fd_io__fill5__tt_025C_5v00.lib.json
@@ -0,0 +1,23 @@
+{
+    "cell gf180mcu_fd_io__fill5": {
+        "dont_touch": "true",
+        "dont_use": "true",
+        "area": "1750.000000",
+        "pin DVDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin DVSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        }
+    }
+}
\ No newline at end of file
diff --git a/cells/fillnc/gf180mcu_fd_io__fillnc.cdl b/cells/fillnc/gf180mcu_fd_io__fillnc.cdl
new file mode 100644
index 0000000..ba74445
--- /dev/null
+++ b/cells/fillnc/gf180mcu_fd_io__fillnc.cdl
@@ -0,0 +1,16 @@
+* Copyright 2022 GlobalFoundries PDK Authors
+*
+* Licensed under the Apache License, Version 2.0 (the "License");
+* you may not use this file except in compliance with the License.
+* You may obtain a copy of the License at
+*
+*     http://www.apache.org/licenses/LICENSE-2.0
+*
+* Unless required by applicable law or agreed to in writing, software
+* distributed under the License is distributed on an "AS IS" BASIS,
+* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+* See the License for the specific language governing permissions and
+* limitations under the License.
+
+.SUBCKT gf180mcu_fd_io__fillnc DVDD DVSS VDD VSS
+.ENDS
diff --git a/cells/fillnc/gf180mcu_fd_io__fillnc.v b/cells/fillnc/gf180mcu_fd_io__fillnc.v
new file mode 100644
index 0000000..21720bf
--- /dev/null
+++ b/cells/fillnc/gf180mcu_fd_io__fillnc.v
@@ -0,0 +1,32 @@
+/*
+ * Copyright 2022 GlobalFoundries PDK Authors
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http:www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+`suppress_faults
+`enable_portfaults
+`ifdef functional
+  `timescale 1ns / 1ps
+  `delay_mode_distributed
+  `delay_mode_unit
+`else
+  `timescale 1ns / 1ps
+  `delay_mode_path
+`endif
+module gf180mcu_fd_io__fillnc (DVDD, DVSS, VDD, VSS);
+	inout	DVDD;
+	inout	DVSS;
+	inout	VDD;
+	inout	VSS;
+endmodule
diff --git a/cells/fillnc/gf180mcu_fd_io__fillnc_3lm.gds b/cells/fillnc/gf180mcu_fd_io__fillnc_3lm.gds
new file mode 100644
index 0000000..f3210e9
--- /dev/null
+++ b/cells/fillnc/gf180mcu_fd_io__fillnc_3lm.gds
Binary files differ
diff --git a/cells/fillnc/gf180mcu_fd_io__fillnc_3lm.lef b/cells/fillnc/gf180mcu_fd_io__fillnc_3lm.lef
new file mode 100644
index 0000000..7e867d0
--- /dev/null
+++ b/cells/fillnc/gf180mcu_fd_io__fillnc_3lm.lef
@@ -0,0 +1,181 @@
+# Copyright 2022 GlobalFoundries PDK Authors
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+MACRO gf180mcu_fd_io__fillnc
+  CLASS PAD SPACER ;
+  ORIGIN 0 0 ;
+  FOREIGN gf180mcu_fd_io__fillnc 0 0 ;
+  SIZE 0.1 BY 350 ;
+  SYMMETRY X Y R90 ;
+  SITE GF_IO_Site ;
+  PIN DVDD
+    DIRECTION INOUT ;
+    USE POWER ;
+    PORT
+      LAYER Metal3 ;
+        RECT 0 334 0.1 341 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 294 0.1 301 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 278 0.1 285 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 270 0.1 277 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 262 0.1 269 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 214 0.1 229 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 206 0.1 213 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 182 0.1 197 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 166 0.1 181 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 150 0.1 165 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 134 0.1 149 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 118 0.1 125 ;
+    END
+  END DVDD
+  PIN DVSS
+    DIRECTION INOUT ;
+    USE GROUND ;
+    PORT
+      LAYER Metal3 ;
+        RECT 0 342 0.1 348.39 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 326 0.1 333 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 302 0.1 309 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 286 0.1 293 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 230 0.1 245 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 198 0.1 205 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 126 0.1 133 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 102 0.1 117 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 86 0.1 101 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 70 0.1 85 ;
+    END
+  END DVSS
+  PIN VDD
+    DIRECTION INOUT ;
+    USE POWER ;
+    PORT
+      LAYER Metal3 ;
+        RECT 0 310 0.1 317 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 254 0.1 261 ;
+    END
+  END VDD
+  PIN VSS
+    DIRECTION INOUT ;
+    USE GROUND ;
+    PORT
+      LAYER Metal3 ;
+        RECT 0 318 0.1 325 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 246 0.1 253 ;
+    END
+  END VSS
+  OBS
+    LAYER Metal1 ;
+      RECT 0 0 0.1 350 ;
+    LAYER Metal2 ;
+      RECT 0 0 0.1 350 ;
+    LAYER Metal3 ;
+      RECT 0 229.28 0.1 229.72 ;
+      RECT 0 197.28 0.1 197.72 ;
+      RECT 0 205.28 0.1 205.72 ;
+      RECT 0 309.28 0.1 309.72 ;
+      RECT 0 181.28 0.1 181.72 ;
+      RECT 0 117.28 0.1 117.72 ;
+      RECT 0 285.28 0.1 285.72 ;
+      RECT 0 85.28 0.1 85.72 ;
+      RECT 0 245.28 0.1 245.72 ;
+      RECT 0 348.67 0.1 350 ;
+      RECT 0 213.28 0.1 213.72 ;
+      RECT 0 293.28 0.1 293.72 ;
+      RECT 0 317.28 0.1 317.72 ;
+      RECT 0 125.28 0.1 125.72 ;
+      RECT 0 133.28 0.1 133.72 ;
+      RECT 0 269.28 0.1 269.72 ;
+      RECT 0 0 0.1 69.72 ;
+      RECT 0 101.28 0.1 101.72 ;
+      RECT 0 149.28 0.1 149.72 ;
+      RECT 0 277.28 0.1 277.72 ;
+      RECT 0 325.28 0.1 325.72 ;
+      RECT 0 253.28 0.1 253.72 ;
+      RECT 0 261.28 0.1 261.72 ;
+      RECT 0 165.28 0.1 165.72 ;
+      RECT 0 333.28 0.1 333.72 ;
+      RECT 0 301.28 0.1 301.72 ;
+      RECT 0 341.28 0.1 341.72 ;
+    LAYER Via1 ;
+      RECT 0 0 0.1 350 ;
+    LAYER Via2 ;
+      RECT 0 0 0.1 350 ;
+  END
+
+END gf180mcu_fd_io__fillnc
diff --git a/cells/fillnc/gf180mcu_fd_io__fillnc_4lm.gds b/cells/fillnc/gf180mcu_fd_io__fillnc_4lm.gds
new file mode 100644
index 0000000..953a081
--- /dev/null
+++ b/cells/fillnc/gf180mcu_fd_io__fillnc_4lm.gds
Binary files differ
diff --git a/cells/fillnc/gf180mcu_fd_io__fillnc_4lm.lef b/cells/fillnc/gf180mcu_fd_io__fillnc_4lm.lef
new file mode 100644
index 0000000..923e8d7
--- /dev/null
+++ b/cells/fillnc/gf180mcu_fd_io__fillnc_4lm.lef
@@ -0,0 +1,315 @@
+# Copyright 2022 GlobalFoundries PDK Authors
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+MACRO gf180mcu_fd_io__fillnc
+  CLASS PAD SPACER ;
+  ORIGIN 0 0 ;
+  FOREIGN gf180mcu_fd_io__fillnc 0 0 ;
+  SIZE 0.1 BY 350 ;
+  SYMMETRY X Y R90 ;
+  SITE GF_IO_Site ;
+  PIN DVDD
+    DIRECTION INOUT ;
+    USE POWER ;
+    PORT
+      LAYER Metal3 ;
+        RECT 0 334 0.1 341 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 294 0.1 301 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 278 0.1 285 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 270 0.1 277 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 262 0.1 269 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 214 0.1 229 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 206 0.1 213 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 182 0.1 197 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 166 0.1 181 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 150 0.1 165 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 134 0.1 149 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 334 0.1 341 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 294 0.1 301 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 278 0.1 285 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 270 0.1 277 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 262 0.1 269 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 214 0.1 229 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 206 0.1 213 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 182 0.1 197 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 166 0.1 181 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 150 0.1 165 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 134 0.1 149 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 118 0.1 125 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 118 0.1 125 ;
+    END
+  END DVDD
+  PIN DVSS
+    DIRECTION INOUT ;
+    USE GROUND ;
+    PORT
+      LAYER Metal3 ;
+        RECT 0 342 0.1 348.39 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 326 0.1 333 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 302 0.1 309 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 286 0.1 293 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 230 0.1 245 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 198 0.1 205 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 126 0.1 133 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 102 0.1 117 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 86 0.1 101 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 342 0.1 348.39 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 326 0.1 333 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 302 0.1 309 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 286 0.1 293 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 230 0.1 245 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 198 0.1 205 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 126 0.1 133 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 102 0.1 117 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 86 0.1 101 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 70 0.1 85 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 70 0.1 85 ;
+    END
+  END DVSS
+  PIN VDD
+    DIRECTION INOUT ;
+    USE POWER ;
+    PORT
+      LAYER Metal3 ;
+        RECT 0 310 0.1 317 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 310 0.1 317 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 254 0.1 261 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 254 0.1 261 ;
+    END
+  END VDD
+  PIN VSS
+    DIRECTION INOUT ;
+    USE GROUND ;
+    PORT
+      LAYER Metal3 ;
+        RECT 0 318 0.1 325 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 318 0.1 325 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 246 0.1 253 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 246 0.1 253 ;
+    END
+  END VSS
+  OBS
+    LAYER Metal1 ;
+      RECT 0 0 0.1 350 ;
+    LAYER Metal2 ;
+      RECT 0 0 0.1 350 ;
+    LAYER Metal3 ;
+      RECT 0 101.28 0.1 101.72 ;
+      RECT 0 229.28 0.1 229.72 ;
+      RECT 0 197.28 0.1 197.72 ;
+      RECT 0 269.28 0.1 269.72 ;
+      RECT 0 277.28 0.1 277.72 ;
+      RECT 0 117.28 0.1 117.72 ;
+      RECT 0 341.28 0.1 341.72 ;
+      RECT 0 245.28 0.1 245.72 ;
+      RECT 0 293.28 0.1 293.72 ;
+      RECT 0 309.28 0.1 309.72 ;
+      RECT 0 213.28 0.1 213.72 ;
+      RECT 0 149.28 0.1 149.72 ;
+      RECT 0 325.28 0.1 325.72 ;
+      RECT 0 0 0.1 69.72 ;
+      RECT 0 165.28 0.1 165.72 ;
+      RECT 0 133.28 0.1 133.72 ;
+      RECT 0 261.28 0.1 261.72 ;
+      RECT 0 348.67 0.1 350 ;
+      RECT 0 125.28 0.1 125.72 ;
+      RECT 0 205.28 0.1 205.72 ;
+      RECT 0 317.28 0.1 317.72 ;
+      RECT 0 301.28 0.1 301.72 ;
+      RECT 0 333.28 0.1 333.72 ;
+      RECT 0 85.28 0.1 85.72 ;
+      RECT 0 253.28 0.1 253.72 ;
+      RECT 0 181.28 0.1 181.72 ;
+      RECT 0 285.28 0.1 285.72 ;
+    LAYER Metal4 ;
+      RECT 0 101.28 0.1 101.72 ;
+      RECT 0 213.28 0.1 213.72 ;
+      RECT 0 333.28 0.1 333.72 ;
+      RECT 0 317.28 0.1 317.72 ;
+      RECT 0 205.28 0.1 205.72 ;
+      RECT 0 133.28 0.1 133.72 ;
+      RECT 0 181.28 0.1 181.72 ;
+      RECT 0 309.28 0.1 309.72 ;
+      RECT 0 293.28 0.1 293.72 ;
+      RECT 0 253.28 0.1 253.72 ;
+      RECT 0 348.67 0.1 350 ;
+      RECT 0 269.28 0.1 269.72 ;
+      RECT 0 229.28 0.1 229.72 ;
+      RECT 0 197.28 0.1 197.72 ;
+      RECT 0 125.28 0.1 125.72 ;
+      RECT 0 325.28 0.1 325.72 ;
+      RECT 0 261.28 0.1 261.72 ;
+      RECT 0 277.28 0.1 277.72 ;
+      RECT 0 85.28 0.1 85.72 ;
+      RECT 0 0 0.1 69.72 ;
+      RECT 0 165.28 0.1 165.72 ;
+      RECT 0 285.28 0.1 285.72 ;
+      RECT 0 245.28 0.1 245.72 ;
+      RECT 0 301.28 0.1 301.72 ;
+      RECT 0 117.28 0.1 117.72 ;
+      RECT 0 149.28 0.1 149.72 ;
+      RECT 0 341.28 0.1 341.72 ;
+    LAYER Via1 ;
+      RECT 0 0 0.1 350 ;
+    LAYER Via2 ;
+      RECT 0 0 0.1 350 ;
+    LAYER Via3 ;
+      RECT 0 0 0.1 350 ;
+  END
+
+END gf180mcu_fd_io__fillnc
diff --git a/cells/fillnc/gf180mcu_fd_io__fillnc_5lm.gds b/cells/fillnc/gf180mcu_fd_io__fillnc_5lm.gds
new file mode 100644
index 0000000..57c1c86
--- /dev/null
+++ b/cells/fillnc/gf180mcu_fd_io__fillnc_5lm.gds
Binary files differ
diff --git a/cells/fillnc/gf180mcu_fd_io__fillnc_5lm.lef b/cells/fillnc/gf180mcu_fd_io__fillnc_5lm.lef
new file mode 100644
index 0000000..a39f4a2
--- /dev/null
+++ b/cells/fillnc/gf180mcu_fd_io__fillnc_5lm.lef
@@ -0,0 +1,449 @@
+# Copyright 2022 GlobalFoundries PDK Authors
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+MACRO gf180mcu_fd_io__fillnc
+  CLASS PAD SPACER ;
+  ORIGIN 0 0 ;
+  FOREIGN gf180mcu_fd_io__fillnc 0 0 ;
+  SIZE 0.1 BY 350 ;
+  SYMMETRY X Y R90 ;
+  SITE GF_IO_Site ;
+  PIN DVDD
+    DIRECTION INOUT ;
+    USE POWER ;
+    PORT
+      LAYER Metal3 ;
+        RECT 0 334 0.1 341 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 294 0.1 301 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 278 0.1 285 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 270 0.1 277 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 262 0.1 269 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 214 0.1 229 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 206 0.1 213 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 182 0.1 197 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 166 0.1 181 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 150 0.1 165 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 134 0.1 149 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 334 0.1 341 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 294 0.1 301 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 278 0.1 285 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 270 0.1 277 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 262 0.1 269 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 214 0.1 229 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 206 0.1 213 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 182 0.1 197 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 166 0.1 181 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 150 0.1 165 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 134 0.1 149 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 334 0.1 341 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 294 0.1 301 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 278 0.1 285 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 270 0.1 277 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 262 0.1 269 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 214 0.1 229 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 206 0.1 213 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 182 0.1 197 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 166 0.1 181 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 150 0.1 165 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 134 0.1 149 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 118 0.1 125 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 118 0.1 125 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 118 0.1 125 ;
+    END
+  END DVDD
+  PIN DVSS
+    DIRECTION INOUT ;
+    USE GROUND ;
+    PORT
+      LAYER Metal3 ;
+        RECT 0 342 0.1 348.39 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 326 0.1 333 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 302 0.1 309 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 286 0.1 293 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 230 0.1 245 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 198 0.1 205 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 126 0.1 133 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 102 0.1 117 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 86 0.1 101 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 342 0.1 348.39 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 326 0.1 333 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 302 0.1 309 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 286 0.1 293 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 230 0.1 245 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 198 0.1 205 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 126 0.1 133 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 102 0.1 117 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 86 0.1 101 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 342 0.1 348.39 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 326 0.1 333 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 302 0.1 309 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 286 0.1 293 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 230 0.1 245 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 198 0.1 205 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 126 0.1 133 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 102 0.1 117 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 86 0.1 101 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 70 0.1 85 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 70 0.1 85 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 70 0.1 85 ;
+    END
+  END DVSS
+  PIN VDD
+    DIRECTION INOUT ;
+    USE POWER ;
+    PORT
+      LAYER Metal3 ;
+        RECT 0 310 0.1 317 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 310 0.1 317 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 310 0.1 317 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 254 0.1 261 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 254 0.1 261 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 254 0.1 261 ;
+    END
+  END VDD
+  PIN VSS
+    DIRECTION INOUT ;
+    USE GROUND ;
+    PORT
+      LAYER Metal3 ;
+        RECT 0 318 0.1 325 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 318 0.1 325 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 318 0.1 325 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 246 0.1 253 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 246 0.1 253 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 246 0.1 253 ;
+    END
+  END VSS
+  OBS
+    LAYER Metal1 ;
+      RECT 0 0 0.1 350 ;
+    LAYER Metal2 ;
+      RECT 0 0 0.1 350 ;
+    LAYER Metal3 ;
+      RECT 0 341.28 0.1 341.72 ;
+      RECT 0 165.28 0.1 165.72 ;
+      RECT 0 245.28 0.1 245.72 ;
+      RECT 0 125.28 0.1 125.72 ;
+      RECT 0 253.28 0.1 253.72 ;
+      RECT 0 277.28 0.1 277.72 ;
+      RECT 0 309.28 0.1 309.72 ;
+      RECT 0 133.28 0.1 133.72 ;
+      RECT 0 269.28 0.1 269.72 ;
+      RECT 0 229.28 0.1 229.72 ;
+      RECT 0 348.67 0.1 350 ;
+      RECT 0 293.28 0.1 293.72 ;
+      RECT 0 317.28 0.1 317.72 ;
+      RECT 0 285.28 0.1 285.72 ;
+      RECT 0 213.28 0.1 213.72 ;
+      RECT 0 261.28 0.1 261.72 ;
+      RECT 0 101.28 0.1 101.72 ;
+      RECT 0 205.28 0.1 205.72 ;
+      RECT 0 333.28 0.1 333.72 ;
+      RECT 0 197.28 0.1 197.72 ;
+      RECT 0 181.28 0.1 181.72 ;
+      RECT 0 301.28 0.1 301.72 ;
+      RECT 0 149.28 0.1 149.72 ;
+      RECT 0 0 0.1 69.72 ;
+      RECT 0 85.28 0.1 85.72 ;
+      RECT 0 117.28 0.1 117.72 ;
+      RECT 0 325.28 0.1 325.72 ;
+    LAYER Metal4 ;
+      RECT 0 181.28 0.1 181.72 ;
+      RECT 0 229.28 0.1 229.72 ;
+      RECT 0 245.28 0.1 245.72 ;
+      RECT 0 285.28 0.1 285.72 ;
+      RECT 0 277.28 0.1 277.72 ;
+      RECT 0 85.28 0.1 85.72 ;
+      RECT 0 125.28 0.1 125.72 ;
+      RECT 0 149.28 0.1 149.72 ;
+      RECT 0 0 0.1 69.72 ;
+      RECT 0 341.28 0.1 341.72 ;
+      RECT 0 117.28 0.1 117.72 ;
+      RECT 0 348.67 0.1 350 ;
+      RECT 0 197.28 0.1 197.72 ;
+      RECT 0 309.28 0.1 309.72 ;
+      RECT 0 301.28 0.1 301.72 ;
+      RECT 0 317.28 0.1 317.72 ;
+      RECT 0 133.28 0.1 133.72 ;
+      RECT 0 269.28 0.1 269.72 ;
+      RECT 0 205.28 0.1 205.72 ;
+      RECT 0 293.28 0.1 293.72 ;
+      RECT 0 253.28 0.1 253.72 ;
+      RECT 0 165.28 0.1 165.72 ;
+      RECT 0 213.28 0.1 213.72 ;
+      RECT 0 261.28 0.1 261.72 ;
+      RECT 0 325.28 0.1 325.72 ;
+      RECT 0 333.28 0.1 333.72 ;
+      RECT 0 101.28 0.1 101.72 ;
+    LAYER Metal5 ;
+      RECT 0 125.28 0.1 125.72 ;
+      RECT 0 165.28 0.1 165.72 ;
+      RECT 0 333.28 0.1 333.72 ;
+      RECT 0 285.28 0.1 285.72 ;
+      RECT 0 309.28 0.1 309.72 ;
+      RECT 0 133.28 0.1 133.72 ;
+      RECT 0 85.28 0.1 85.72 ;
+      RECT 0 149.28 0.1 149.72 ;
+      RECT 0 348.67 0.1 350 ;
+      RECT 0 229.28 0.1 229.72 ;
+      RECT 0 197.28 0.1 197.72 ;
+      RECT 0 317.28 0.1 317.72 ;
+      RECT 0 269.28 0.1 269.72 ;
+      RECT 0 181.28 0.1 181.72 ;
+      RECT 0 101.28 0.1 101.72 ;
+      RECT 0 261.28 0.1 261.72 ;
+      RECT 0 0 0.1 69.72 ;
+      RECT 0 245.28 0.1 245.72 ;
+      RECT 0 253.28 0.1 253.72 ;
+      RECT 0 205.28 0.1 205.72 ;
+      RECT 0 213.28 0.1 213.72 ;
+      RECT 0 277.28 0.1 277.72 ;
+      RECT 0 117.28 0.1 117.72 ;
+      RECT 0 293.28 0.1 293.72 ;
+      RECT 0 325.28 0.1 325.72 ;
+      RECT 0 341.28 0.1 341.72 ;
+      RECT 0 301.28 0.1 301.72 ;
+    LAYER Via1 ;
+      RECT 0 0 0.1 350 ;
+    LAYER Via2 ;
+      RECT 0 0 0.1 350 ;
+    LAYER Via3 ;
+      RECT 0 0 0.1 350 ;
+    LAYER Via4 ;
+      RECT 0 0 0.1 350 ;
+  END
+
+END gf180mcu_fd_io__fillnc
diff --git a/cells/fillnc/gf180mcu_fd_io__fillnc__ff_125C_2v75.lib b/cells/fillnc/gf180mcu_fd_io__fillnc__ff_125C_2v75.lib
new file mode 100644
index 0000000..64858b9
--- /dev/null
+++ b/cells/fillnc/gf180mcu_fd_io__fillnc__ff_125C_2v75.lib
@@ -0,0 +1,36 @@
+/*
+ * Copyright 2022 GlobalFoundries PDK Authors
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+	cell ("gf180mcu_fd_io__fillnc") {
+		dont_touch : true;
+		dont_use   : true;
+		area       : 35.000000 ;
+		pin ("DVDD") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("DVSS") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("VDD") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("VSS") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+	}
diff --git a/cells/fillnc/gf180mcu_fd_io__fillnc__ff_125C_2v75.lib.json b/cells/fillnc/gf180mcu_fd_io__fillnc__ff_125C_2v75.lib.json
new file mode 100644
index 0000000..ced3272
--- /dev/null
+++ b/cells/fillnc/gf180mcu_fd_io__fillnc__ff_125C_2v75.lib.json
@@ -0,0 +1,23 @@
+{
+    "cell gf180mcu_fd_io__fillnc": {
+        "dont_touch": "true",
+        "dont_use": "true",
+        "area": "35.000000",
+        "pin DVDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin DVSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        }
+    }
+}
\ No newline at end of file
diff --git a/cells/fillnc/gf180mcu_fd_io__fillnc__ff_125C_3v63.lib b/cells/fillnc/gf180mcu_fd_io__fillnc__ff_125C_3v63.lib
new file mode 100644
index 0000000..64858b9
--- /dev/null
+++ b/cells/fillnc/gf180mcu_fd_io__fillnc__ff_125C_3v63.lib
@@ -0,0 +1,36 @@
+/*
+ * Copyright 2022 GlobalFoundries PDK Authors
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+	cell ("gf180mcu_fd_io__fillnc") {
+		dont_touch : true;
+		dont_use   : true;
+		area       : 35.000000 ;
+		pin ("DVDD") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("DVSS") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("VDD") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("VSS") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+	}
diff --git a/cells/fillnc/gf180mcu_fd_io__fillnc__ff_125C_3v63.lib.json b/cells/fillnc/gf180mcu_fd_io__fillnc__ff_125C_3v63.lib.json
new file mode 100644
index 0000000..ced3272
--- /dev/null
+++ b/cells/fillnc/gf180mcu_fd_io__fillnc__ff_125C_3v63.lib.json
@@ -0,0 +1,23 @@
+{
+    "cell gf180mcu_fd_io__fillnc": {
+        "dont_touch": "true",
+        "dont_use": "true",
+        "area": "35.000000",
+        "pin DVDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin DVSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        }
+    }
+}
\ No newline at end of file
diff --git a/cells/fillnc/gf180mcu_fd_io__fillnc__ff_125C_5v50.lib b/cells/fillnc/gf180mcu_fd_io__fillnc__ff_125C_5v50.lib
new file mode 100644
index 0000000..64858b9
--- /dev/null
+++ b/cells/fillnc/gf180mcu_fd_io__fillnc__ff_125C_5v50.lib
@@ -0,0 +1,36 @@
+/*
+ * Copyright 2022 GlobalFoundries PDK Authors
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+	cell ("gf180mcu_fd_io__fillnc") {
+		dont_touch : true;
+		dont_use   : true;
+		area       : 35.000000 ;
+		pin ("DVDD") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("DVSS") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("VDD") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("VSS") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+	}
diff --git a/cells/fillnc/gf180mcu_fd_io__fillnc__ff_125C_5v50.lib.json b/cells/fillnc/gf180mcu_fd_io__fillnc__ff_125C_5v50.lib.json
new file mode 100644
index 0000000..ced3272
--- /dev/null
+++ b/cells/fillnc/gf180mcu_fd_io__fillnc__ff_125C_5v50.lib.json
@@ -0,0 +1,23 @@
+{
+    "cell gf180mcu_fd_io__fillnc": {
+        "dont_touch": "true",
+        "dont_use": "true",
+        "area": "35.000000",
+        "pin DVDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin DVSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        }
+    }
+}
\ No newline at end of file
diff --git a/cells/fillnc/gf180mcu_fd_io__fillnc__ff_n40C_2v75.lib b/cells/fillnc/gf180mcu_fd_io__fillnc__ff_n40C_2v75.lib
new file mode 100644
index 0000000..64858b9
--- /dev/null
+++ b/cells/fillnc/gf180mcu_fd_io__fillnc__ff_n40C_2v75.lib
@@ -0,0 +1,36 @@
+/*
+ * Copyright 2022 GlobalFoundries PDK Authors
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+	cell ("gf180mcu_fd_io__fillnc") {
+		dont_touch : true;
+		dont_use   : true;
+		area       : 35.000000 ;
+		pin ("DVDD") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("DVSS") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("VDD") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("VSS") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+	}
diff --git a/cells/fillnc/gf180mcu_fd_io__fillnc__ff_n40C_2v75.lib.json b/cells/fillnc/gf180mcu_fd_io__fillnc__ff_n40C_2v75.lib.json
new file mode 100644
index 0000000..ced3272
--- /dev/null
+++ b/cells/fillnc/gf180mcu_fd_io__fillnc__ff_n40C_2v75.lib.json
@@ -0,0 +1,23 @@
+{
+    "cell gf180mcu_fd_io__fillnc": {
+        "dont_touch": "true",
+        "dont_use": "true",
+        "area": "35.000000",
+        "pin DVDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin DVSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        }
+    }
+}
\ No newline at end of file
diff --git a/cells/fillnc/gf180mcu_fd_io__fillnc__ff_n40C_3v63.lib b/cells/fillnc/gf180mcu_fd_io__fillnc__ff_n40C_3v63.lib
new file mode 100644
index 0000000..64858b9
--- /dev/null
+++ b/cells/fillnc/gf180mcu_fd_io__fillnc__ff_n40C_3v63.lib
@@ -0,0 +1,36 @@
+/*
+ * Copyright 2022 GlobalFoundries PDK Authors
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+	cell ("gf180mcu_fd_io__fillnc") {
+		dont_touch : true;
+		dont_use   : true;
+		area       : 35.000000 ;
+		pin ("DVDD") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("DVSS") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("VDD") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("VSS") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+	}
diff --git a/cells/fillnc/gf180mcu_fd_io__fillnc__ff_n40C_3v63.lib.json b/cells/fillnc/gf180mcu_fd_io__fillnc__ff_n40C_3v63.lib.json
new file mode 100644
index 0000000..ced3272
--- /dev/null
+++ b/cells/fillnc/gf180mcu_fd_io__fillnc__ff_n40C_3v63.lib.json
@@ -0,0 +1,23 @@
+{
+    "cell gf180mcu_fd_io__fillnc": {
+        "dont_touch": "true",
+        "dont_use": "true",
+        "area": "35.000000",
+        "pin DVDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin DVSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        }
+    }
+}
\ No newline at end of file
diff --git a/cells/fillnc/gf180mcu_fd_io__fillnc__ff_n40C_5v50.lib b/cells/fillnc/gf180mcu_fd_io__fillnc__ff_n40C_5v50.lib
new file mode 100644
index 0000000..64858b9
--- /dev/null
+++ b/cells/fillnc/gf180mcu_fd_io__fillnc__ff_n40C_5v50.lib
@@ -0,0 +1,36 @@
+/*
+ * Copyright 2022 GlobalFoundries PDK Authors
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+	cell ("gf180mcu_fd_io__fillnc") {
+		dont_touch : true;
+		dont_use   : true;
+		area       : 35.000000 ;
+		pin ("DVDD") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("DVSS") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("VDD") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("VSS") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+	}
diff --git a/cells/fillnc/gf180mcu_fd_io__fillnc__ff_n40C_5v50.lib.json b/cells/fillnc/gf180mcu_fd_io__fillnc__ff_n40C_5v50.lib.json
new file mode 100644
index 0000000..ced3272
--- /dev/null
+++ b/cells/fillnc/gf180mcu_fd_io__fillnc__ff_n40C_5v50.lib.json
@@ -0,0 +1,23 @@
+{
+    "cell gf180mcu_fd_io__fillnc": {
+        "dont_touch": "true",
+        "dont_use": "true",
+        "area": "35.000000",
+        "pin DVDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin DVSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        }
+    }
+}
\ No newline at end of file
diff --git a/cells/fillnc/gf180mcu_fd_io__fillnc__ss_125C_2v25.lib b/cells/fillnc/gf180mcu_fd_io__fillnc__ss_125C_2v25.lib
new file mode 100644
index 0000000..64858b9
--- /dev/null
+++ b/cells/fillnc/gf180mcu_fd_io__fillnc__ss_125C_2v25.lib
@@ -0,0 +1,36 @@
+/*
+ * Copyright 2022 GlobalFoundries PDK Authors
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+	cell ("gf180mcu_fd_io__fillnc") {
+		dont_touch : true;
+		dont_use   : true;
+		area       : 35.000000 ;
+		pin ("DVDD") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("DVSS") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("VDD") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("VSS") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+	}
diff --git a/cells/fillnc/gf180mcu_fd_io__fillnc__ss_125C_2v25.lib.json b/cells/fillnc/gf180mcu_fd_io__fillnc__ss_125C_2v25.lib.json
new file mode 100644
index 0000000..ced3272
--- /dev/null
+++ b/cells/fillnc/gf180mcu_fd_io__fillnc__ss_125C_2v25.lib.json
@@ -0,0 +1,23 @@
+{
+    "cell gf180mcu_fd_io__fillnc": {
+        "dont_touch": "true",
+        "dont_use": "true",
+        "area": "35.000000",
+        "pin DVDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin DVSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        }
+    }
+}
\ No newline at end of file
diff --git a/cells/fillnc/gf180mcu_fd_io__fillnc__ss_125C_2v97.lib b/cells/fillnc/gf180mcu_fd_io__fillnc__ss_125C_2v97.lib
new file mode 100644
index 0000000..64858b9
--- /dev/null
+++ b/cells/fillnc/gf180mcu_fd_io__fillnc__ss_125C_2v97.lib
@@ -0,0 +1,36 @@
+/*
+ * Copyright 2022 GlobalFoundries PDK Authors
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+	cell ("gf180mcu_fd_io__fillnc") {
+		dont_touch : true;
+		dont_use   : true;
+		area       : 35.000000 ;
+		pin ("DVDD") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("DVSS") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("VDD") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("VSS") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+	}
diff --git a/cells/fillnc/gf180mcu_fd_io__fillnc__ss_125C_2v97.lib.json b/cells/fillnc/gf180mcu_fd_io__fillnc__ss_125C_2v97.lib.json
new file mode 100644
index 0000000..ced3272
--- /dev/null
+++ b/cells/fillnc/gf180mcu_fd_io__fillnc__ss_125C_2v97.lib.json
@@ -0,0 +1,23 @@
+{
+    "cell gf180mcu_fd_io__fillnc": {
+        "dont_touch": "true",
+        "dont_use": "true",
+        "area": "35.000000",
+        "pin DVDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin DVSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        }
+    }
+}
\ No newline at end of file
diff --git a/cells/fillnc/gf180mcu_fd_io__fillnc__ss_125C_4v50.lib b/cells/fillnc/gf180mcu_fd_io__fillnc__ss_125C_4v50.lib
new file mode 100644
index 0000000..64858b9
--- /dev/null
+++ b/cells/fillnc/gf180mcu_fd_io__fillnc__ss_125C_4v50.lib
@@ -0,0 +1,36 @@
+/*
+ * Copyright 2022 GlobalFoundries PDK Authors
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+	cell ("gf180mcu_fd_io__fillnc") {
+		dont_touch : true;
+		dont_use   : true;
+		area       : 35.000000 ;
+		pin ("DVDD") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("DVSS") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("VDD") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("VSS") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+	}
diff --git a/cells/fillnc/gf180mcu_fd_io__fillnc__ss_125C_4v50.lib.json b/cells/fillnc/gf180mcu_fd_io__fillnc__ss_125C_4v50.lib.json
new file mode 100644
index 0000000..ced3272
--- /dev/null
+++ b/cells/fillnc/gf180mcu_fd_io__fillnc__ss_125C_4v50.lib.json
@@ -0,0 +1,23 @@
+{
+    "cell gf180mcu_fd_io__fillnc": {
+        "dont_touch": "true",
+        "dont_use": "true",
+        "area": "35.000000",
+        "pin DVDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin DVSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        }
+    }
+}
\ No newline at end of file
diff --git a/cells/fillnc/gf180mcu_fd_io__fillnc__tt_025C_2v50.lib b/cells/fillnc/gf180mcu_fd_io__fillnc__tt_025C_2v50.lib
new file mode 100644
index 0000000..64858b9
--- /dev/null
+++ b/cells/fillnc/gf180mcu_fd_io__fillnc__tt_025C_2v50.lib
@@ -0,0 +1,36 @@
+/*
+ * Copyright 2022 GlobalFoundries PDK Authors
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+	cell ("gf180mcu_fd_io__fillnc") {
+		dont_touch : true;
+		dont_use   : true;
+		area       : 35.000000 ;
+		pin ("DVDD") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("DVSS") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("VDD") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("VSS") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+	}
diff --git a/cells/fillnc/gf180mcu_fd_io__fillnc__tt_025C_2v50.lib.json b/cells/fillnc/gf180mcu_fd_io__fillnc__tt_025C_2v50.lib.json
new file mode 100644
index 0000000..ced3272
--- /dev/null
+++ b/cells/fillnc/gf180mcu_fd_io__fillnc__tt_025C_2v50.lib.json
@@ -0,0 +1,23 @@
+{
+    "cell gf180mcu_fd_io__fillnc": {
+        "dont_touch": "true",
+        "dont_use": "true",
+        "area": "35.000000",
+        "pin DVDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin DVSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        }
+    }
+}
\ No newline at end of file
diff --git a/cells/fillnc/gf180mcu_fd_io__fillnc__tt_025C_3v30.lib b/cells/fillnc/gf180mcu_fd_io__fillnc__tt_025C_3v30.lib
new file mode 100644
index 0000000..64858b9
--- /dev/null
+++ b/cells/fillnc/gf180mcu_fd_io__fillnc__tt_025C_3v30.lib
@@ -0,0 +1,36 @@
+/*
+ * Copyright 2022 GlobalFoundries PDK Authors
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+	cell ("gf180mcu_fd_io__fillnc") {
+		dont_touch : true;
+		dont_use   : true;
+		area       : 35.000000 ;
+		pin ("DVDD") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("DVSS") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("VDD") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("VSS") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+	}
diff --git a/cells/fillnc/gf180mcu_fd_io__fillnc__tt_025C_3v30.lib.json b/cells/fillnc/gf180mcu_fd_io__fillnc__tt_025C_3v30.lib.json
new file mode 100644
index 0000000..ced3272
--- /dev/null
+++ b/cells/fillnc/gf180mcu_fd_io__fillnc__tt_025C_3v30.lib.json
@@ -0,0 +1,23 @@
+{
+    "cell gf180mcu_fd_io__fillnc": {
+        "dont_touch": "true",
+        "dont_use": "true",
+        "area": "35.000000",
+        "pin DVDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin DVSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        }
+    }
+}
\ No newline at end of file
diff --git a/cells/fillnc/gf180mcu_fd_io__fillnc__tt_025C_5v00.lib b/cells/fillnc/gf180mcu_fd_io__fillnc__tt_025C_5v00.lib
new file mode 100644
index 0000000..64858b9
--- /dev/null
+++ b/cells/fillnc/gf180mcu_fd_io__fillnc__tt_025C_5v00.lib
@@ -0,0 +1,36 @@
+/*
+ * Copyright 2022 GlobalFoundries PDK Authors
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+	cell ("gf180mcu_fd_io__fillnc") {
+		dont_touch : true;
+		dont_use   : true;
+		area       : 35.000000 ;
+		pin ("DVDD") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("DVSS") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("VDD") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+		pin ("VSS") {
+			direction     : "inout";
+			capacitance   : 0;
+		}
+	}
diff --git a/cells/fillnc/gf180mcu_fd_io__fillnc__tt_025C_5v00.lib.json b/cells/fillnc/gf180mcu_fd_io__fillnc__tt_025C_5v00.lib.json
new file mode 100644
index 0000000..ced3272
--- /dev/null
+++ b/cells/fillnc/gf180mcu_fd_io__fillnc__tt_025C_5v00.lib.json
@@ -0,0 +1,23 @@
+{
+    "cell gf180mcu_fd_io__fillnc": {
+        "dont_touch": "true",
+        "dont_use": "true",
+        "area": "35.000000",
+        "pin DVDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin DVSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        }
+    }
+}
\ No newline at end of file
diff --git a/cells/in_c/gf180mcu_fd_io__in_c.cdl b/cells/in_c/gf180mcu_fd_io__in_c.cdl
new file mode 100644
index 0000000..3b0dedc
--- /dev/null
+++ b/cells/in_c/gf180mcu_fd_io__in_c.cdl
@@ -0,0 +1,576 @@
+* Copyright 2022 GlobalFoundries PDK Authors
+*
+* Licensed under the Apache License, Version 2.0 (the "License");
+* you may not use this file except in compliance with the License.
+* You may obtain a copy of the License at
+*
+*     http://www.apache.org/licenses/LICENSE-2.0
+*
+* Unless required by applicable law or agreed to in writing, software
+* distributed under the License is distributed on an "AS IS" BASIS,
+* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+* See the License for the specific language governing permissions and
+* limitations under the License.
+
+.SUBCKT gf180mcu_fd_io__in_c DVDD DVSS PAD PD PU VDD VSS Y
+C0 DVDD DVSS $[nmoscap_6p0] m=8.0 l=1.5e-6 w=5e-6
+C1 DVDD DVSS $[nmoscap_6p0] m=4.0 l=3e-6 w=3e-6
+R2 n0 VSS $SUB=VDD $[ppolyf_u] $W=800e-9 $L=3.9e-6 m=1.0 r=1.88247e3 par=1
+R3 VDD n6 $SUB=VDD $[ppolyf_u] $W=800e-9 $L=3.9e-6 m=1.0 r=1.88247e3 par=1
+M4 n62 n70 DVSS DVSS nmos_6p0 m=1.0 w=3e-6 l=700e-9 nf=1.0 as=1.32e-12 ad=1.32e-12
++ ps=6.88e-6 pd=6.88e-6 nrd=146.667e-3 nrs=146.667e-3 sa=440e-9 sb=440e-9
++ sd=0.0 dtemp=0.0 par=1
+M5 n32 n62 DVSS DVSS nmos_6p0 m=1.0 w=3e-6 l=700e-9 nf=1.0 as=1.32e-12 ad=1.32e-12
++ ps=6.88e-6 pd=6.88e-6 nrd=146.667e-3 nrs=146.667e-3 sa=440e-9 sb=440e-9
++ sd=0.0 dtemp=0.0 par=1
+M6 n67 n0 VSS VSS nmos_6p0 m=1.0 w=3e-6 l=700e-9 nf=1.0 as=1.32e-12 ad=1.32e-12
++ ps=6.88e-6 pd=6.88e-6 nrd=146.667e-3 nrs=146.667e-3 sa=440e-9 sb=440e-9
++ sd=0.0 dtemp=0.0 par=1
+M7 n70 n0 n67 VSS nmos_6p0 m=1.0 w=3e-6 l=700e-9 nf=1.0 as=1.32e-12 ad=1.32e-12
++ ps=6.88e-6 pd=6.88e-6 nrd=146.667e-3 nrs=146.667e-3 sa=440e-9 sb=440e-9
++ sd=0.0 dtemp=0.0 par=1
+M8 n62 n70 DVDD DVDD pmos_6p0 m=1.0 w=6e-6 l=700e-9 nf=1.0 as=2.64e-12 ad=2.64e-12
++ ps=12.88e-6 pd=12.88e-6 nrd=73.333e-3 nrs=73.333e-3 sa=440e-9 sb=440e-9
++ sd=0.0 dtemp=0.0 par=1
+M9 n32 n62 DVDD DVDD pmos_6p0 m=1.0 w=6e-6 l=700e-9 nf=1.0 as=2.64e-12 ad=2.64e-12
++ ps=12.88e-6 pd=12.88e-6 nrd=73.333e-3 nrs=73.333e-3 sa=440e-9 sb=440e-9
++ sd=0.0 dtemp=0.0 par=1
+M10 n70 n0 VDD VDD pmos_6p0 m=1.0 w=3e-6 l=700e-9 nf=1.0 as=1.32e-12 ad=1.32e-12
++ ps=6.88e-6 pd=6.88e-6 nrd=146.667e-3 nrs=146.667e-3 sa=440e-9 sb=440e-9
++ sd=0.0 dtemp=0.0 par=1
+M11 n70 n0 VDD VDD pmos_6p0 m=1.0 w=3e-6 l=700e-9 nf=1.0 as=1.32e-12 ad=1.32e-12
++ ps=6.88e-6 pd=6.88e-6 nrd=146.667e-3 nrs=146.667e-3 sa=440e-9 sb=440e-9
++ sd=0.0 dtemp=0.0 par=1
+M12 PAD n38 DVDD DVDD pmos_6p0_sab m=1.0 w=80e-6 l=700e-9 nf=2.0 s_sab=280e-9
++ d_sab=2.78e-6 par=1 dtemp=0.0
+M13 PAD n50 DVSS DVSS nmos_6p0_sab m=1.0 w=38e-6 l=1.15e-6 nf=1.0 s_sab=280e-9
++ d_sab=3.78e-6 par=1 dtemp=0.0
+M14 PAD n47 DVSS DVSS nmos_6p0_sab m=1.0 w=38e-6 l=1.15e-6 nf=1.0 s_sab=280e-9
++ d_sab=3.78e-6 par=1 dtemp=0.0
+M15 PAD n43 DVDD DVDD pmos_6p0_sab m=1.0 w=40e-6 l=700e-9 nf=1.0 s_sab=280e-9
++ d_sab=2.78e-6 par=1 dtemp=0.0
+M16 PAD n37 DVDD DVDD pmos_6p0_sab m=1.0 w=80e-6 l=700e-9 nf=2.0 s_sab=280e-9
++ d_sab=2.78e-6 par=1 dtemp=0.0
+M17 PAD n51 DVSS DVSS nmos_6p0_sab m=1.0 w=38e-6 l=1.15e-6 nf=1.0 s_sab=280e-9
++ d_sab=3.78e-6 par=1 dtemp=0.0
+M18 PAD n46 DVSS DVSS nmos_6p0_sab m=1.0 w=38e-6 l=1.15e-6 nf=1.0 s_sab=280e-9
++ d_sab=3.78e-6 par=1 dtemp=0.0
+M19 PAD n42 DVDD DVDD pmos_6p0_sab m=1.0 w=40e-6 l=700e-9 nf=1.0 s_sab=280e-9
++ d_sab=2.78e-6 par=1 dtemp=0.0
+M20 PAD n39 DVDD DVDD pmos_6p0_sab m=1.0 w=80e-6 l=700e-9 nf=2.0 s_sab=280e-9
++ d_sab=2.78e-6 par=1 dtemp=0.0
+M21 PAD n49 DVSS DVSS nmos_6p0_sab m=1.0 w=38e-6 l=1.15e-6 nf=1.0 s_sab=280e-9
++ d_sab=3.78e-6 par=1 dtemp=0.0
+M22 PAD n48 DVSS DVSS nmos_6p0_sab m=1.0 w=38e-6 l=1.15e-6 nf=1.0 s_sab=280e-9
++ d_sab=3.78e-6 par=1 dtemp=0.0
+M23 PAD n44 DVDD DVDD pmos_6p0_sab m=1.0 w=40e-6 l=700e-9 nf=1.0 s_sab=280e-9
++ d_sab=2.78e-6 par=1 dtemp=0.0
+M24 PAD n40 DVDD DVDD pmos_6p0_sab m=1.0 w=80e-6 l=700e-9 nf=2.0 s_sab=280e-9
++ d_sab=2.78e-6 par=1 dtemp=0.0
+M25 PAD n52 DVSS DVSS nmos_6p0_sab m=1.0 w=38e-6 l=1.15e-6 nf=1.0 s_sab=280e-9
++ d_sab=3.78e-6 par=1 dtemp=0.0
+M26 PAD n45 DVSS DVSS nmos_6p0_sab m=1.0 w=38e-6 l=1.15e-6 nf=1.0 s_sab=280e-9
++ d_sab=3.78e-6 par=1 dtemp=0.0
+M27 PAD n41 DVDD DVDD pmos_6p0_sab m=1.0 w=40e-6 l=700e-9 nf=1.0 s_sab=280e-9
++ d_sab=2.78e-6 par=1 dtemp=0.0
+M28 n53 n36 DVSS DVSS nmos_6p0 m=1.0 w=3e-6 l=700e-9 nf=2.0 as=1.32e-12 ad=780e-15
++ ps=7.76e-6 pd=4.04e-6 nrd=86.667e-3 nrs=146.667e-3 sa=440e-9 sb=440e-9
++ sd=520e-9 dtemp=0.0 par=1
+M29 n170 n0 VSS VSS nmos_6p0 m=1.0 w=1.5e-6 l=700e-9 nf=1.0 as=660e-15
++ ad=660e-15 ps=3.88e-6 pd=3.88e-6 nrd=293.333e-3 nrs=293.333e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M30 n36 n170 DVSS DVSS nmos_6p0 m=1.0 w=3e-6 l=700e-9 nf=2.0 as=1.32e-12
++ ad=780e-15 ps=7.76e-6 pd=4.04e-6 nrd=86.667e-3 nrs=146.667e-3 sa=440e-9
++ sb=440e-9 sd=520e-9 dtemp=0.0 par=1
+M31 n53 n36 DVDD DVDD pmos_6p0 m=1.0 w=6e-6 l=700e-9 nf=2.0 as=2.64e-12
++ ad=1.56e-12 ps=13.76e-6 pd=7.04e-6 nrd=43.333e-3 nrs=73.333e-3 sa=440e-9
++ sb=440e-9 sd=520e-9 dtemp=0.0 par=1
+M32 n170 n0 VDD VDD pmos_6p0 m=1.0 w=3e-6 l=700e-9 nf=1.0 as=1.32e-12
++ ad=1.32e-12 ps=6.88e-6 pd=6.88e-6 nrd=146.667e-3 nrs=146.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M33 n36 n170 DVDD DVDD pmos_6p0 m=1.0 w=6e-6 l=700e-9 nf=2.0 as=2.64e-12
++ ad=1.56e-12 ps=13.76e-6 pd=7.04e-6 nrd=43.333e-3 nrs=73.333e-3 sa=440e-9
++ sb=440e-9 sd=520e-9 dtemp=0.0 par=1
+D34 n0 VDD pn_6p0 m=1.0 AREA=1e-12 PJ=4e-6
+D35 n0 VDD pn_6p0 m=1.0 AREA=1e-12 PJ=4e-6
+D36 VSS n0 pn_6p0 m=1.0 AREA=230.4e-15 PJ=1.92e-6
+D37 VSS n0 pn_6p0 m=1.0 AREA=230.4e-15 PJ=1.92e-6
+M38 n183 n0 VSS VSS nmos_6p0 m=1.0 w=3e-6 l=700e-9 nf=1.0 as=1.32e-12
++ ad=1.32e-12 ps=6.88e-6 pd=6.88e-6 nrd=146.667e-3 nrs=146.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M39 n174 n0 n183 VSS nmos_6p0 m=1.0 w=3e-6 l=700e-9 nf=1.0 as=1.32e-12
++ ad=1.32e-12 ps=6.88e-6 pd=6.88e-6 nrd=146.667e-3 nrs=146.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M40 n34 n31 DVSS DVSS nmos_6p0 m=1.0 w=3e-6 l=700e-9 nf=1.0 as=1.32e-12
++ ad=1.32e-12 ps=6.88e-6 pd=6.88e-6 nrd=146.667e-3 nrs=146.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M41 n31 n174 DVSS DVSS nmos_6p0 m=1.0 w=3e-6 l=700e-9 nf=1.0 as=1.32e-12
++ ad=1.32e-12 ps=6.88e-6 pd=6.88e-6 nrd=146.667e-3 nrs=146.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M42 n174 n0 VDD VDD pmos_6p0 m=1.0 w=3e-6 l=700e-9 nf=1.0 as=1.32e-12
++ ad=1.32e-12 ps=6.88e-6 pd=6.88e-6 nrd=146.667e-3 nrs=146.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M43 n174 n0 VDD VDD pmos_6p0 m=1.0 w=3e-6 l=700e-9 nf=1.0 as=1.32e-12
++ ad=1.32e-12 ps=6.88e-6 pd=6.88e-6 nrd=146.667e-3 nrs=146.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M44 n34 n31 DVDD DVDD pmos_6p0 m=1.0 w=6e-6 l=700e-9 nf=1.0 as=2.64e-12
++ ad=2.64e-12 ps=12.88e-6 pd=12.88e-6 nrd=73.333e-3 nrs=73.333e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M45 n31 n174 DVDD DVDD pmos_6p0 m=1.0 w=6e-6 l=700e-9 nf=1.0 as=2.64e-12
++ ad=2.64e-12 ps=12.88e-6 pd=12.88e-6 nrd=73.333e-3 nrs=73.333e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+D46 VSS n0 pn_6p0 m=1.0 AREA=230.4e-15 PJ=1.92e-6
+D47 VSS n0 pn_6p0 m=1.0 AREA=230.4e-15 PJ=1.92e-6
+M48 n193 n0 VSS VSS nmos_6p0 m=1.0 w=3e-6 l=700e-9 nf=1.0 as=1.32e-12
++ ad=1.32e-12 ps=6.88e-6 pd=6.88e-6 nrd=146.667e-3 nrs=146.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M49 n184 n0 n193 VSS nmos_6p0 m=1.0 w=3e-6 l=700e-9 nf=1.0 as=1.32e-12
++ ad=1.32e-12 ps=6.88e-6 pd=6.88e-6 nrd=146.667e-3 nrs=146.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M50 n30 n28 DVSS DVSS nmos_6p0 m=1.0 w=3e-6 l=700e-9 nf=1.0 as=1.32e-12
++ ad=1.32e-12 ps=6.88e-6 pd=6.88e-6 nrd=146.667e-3 nrs=146.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M51 n28 n184 DVSS DVSS nmos_6p0 m=1.0 w=3e-6 l=700e-9 nf=1.0 as=1.32e-12
++ ad=1.32e-12 ps=6.88e-6 pd=6.88e-6 nrd=146.667e-3 nrs=146.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M52 n184 n0 VDD VDD pmos_6p0 m=1.0 w=3e-6 l=700e-9 nf=1.0 as=1.32e-12
++ ad=1.32e-12 ps=6.88e-6 pd=6.88e-6 nrd=146.667e-3 nrs=146.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M53 n184 n0 VDD VDD pmos_6p0 m=1.0 w=3e-6 l=700e-9 nf=1.0 as=1.32e-12
++ ad=1.32e-12 ps=6.88e-6 pd=6.88e-6 nrd=146.667e-3 nrs=146.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M54 n30 n28 DVDD DVDD pmos_6p0 m=1.0 w=6e-6 l=700e-9 nf=1.0 as=2.64e-12
++ ad=2.64e-12 ps=12.88e-6 pd=12.88e-6 nrd=73.333e-3 nrs=73.333e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M55 n28 n184 DVDD DVDD pmos_6p0 m=1.0 w=6e-6 l=700e-9 nf=1.0 as=2.64e-12
++ ad=2.64e-12 ps=12.88e-6 pd=12.88e-6 nrd=73.333e-3 nrs=73.333e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+D56 VSS VDD pn_6p0 m=1.0 AREA=230.4e-15 PJ=1.92e-6
+D57 VSS n0 pn_6p0 m=1.0 AREA=230.4e-15 PJ=1.92e-6
+M58 n203 VDD VSS VSS nmos_6p0 m=1.0 w=3e-6 l=700e-9 nf=1.0 as=1.32e-12
++ ad=1.32e-12 ps=6.88e-6 pd=6.88e-6 nrd=146.667e-3 nrs=146.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M59 n194 n0 n203 VSS nmos_6p0 m=1.0 w=3e-6 l=700e-9 nf=1.0 as=1.32e-12
++ ad=1.32e-12 ps=6.88e-6 pd=6.88e-6 nrd=146.667e-3 nrs=146.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M60 n27 n26 DVSS DVSS nmos_6p0 m=1.0 w=3e-6 l=700e-9 nf=1.0 as=1.32e-12
++ ad=1.32e-12 ps=6.88e-6 pd=6.88e-6 nrd=146.667e-3 nrs=146.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M61 n26 n194 DVSS DVSS nmos_6p0 m=1.0 w=3e-6 l=700e-9 nf=1.0 as=1.32e-12
++ ad=1.32e-12 ps=6.88e-6 pd=6.88e-6 nrd=146.667e-3 nrs=146.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M62 n194 VDD VDD VDD pmos_6p0 m=1.0 w=3e-6 l=700e-9 nf=1.0 as=1.32e-12
++ ad=1.32e-12 ps=6.88e-6 pd=6.88e-6 nrd=146.667e-3 nrs=146.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M63 n194 n0 VDD VDD pmos_6p0 m=1.0 w=3e-6 l=700e-9 nf=1.0 as=1.32e-12
++ ad=1.32e-12 ps=6.88e-6 pd=6.88e-6 nrd=146.667e-3 nrs=146.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M64 n27 n26 DVDD DVDD pmos_6p0 m=1.0 w=6e-6 l=700e-9 nf=1.0 as=2.64e-12
++ ad=2.64e-12 ps=12.88e-6 pd=12.88e-6 nrd=73.333e-3 nrs=73.333e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M65 n26 n194 DVDD DVDD pmos_6p0 m=1.0 w=6e-6 l=700e-9 nf=1.0 as=2.64e-12
++ ad=2.64e-12 ps=12.88e-6 pd=12.88e-6 nrd=73.333e-3 nrs=73.333e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M66 n41 n53 n40 DVSS nmos_6p0 m=1.0 w=12e-6 l=700e-9 nf=1.0 as=5.28e-12
++ ad=5.28e-12 ps=24.88e-6 pd=24.88e-6 nrd=36.667e-3 nrs=36.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M67 n40 DVDD n41 DVSS nmos_6p0 m=1.0 w=1.2e-6 l=700e-9 nf=1.0 as=528e-15
++ ad=528e-15 ps=3.28e-6 pd=3.28e-6 nrd=366.667e-3 nrs=366.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M68 n45 n204 DVSS DVSS nmos_6p0 m=1.0 w=12e-6 l=700e-9 nf=1.0 as=5.28e-12
++ ad=5.28e-12 ps=24.88e-6 pd=24.88e-6 nrd=36.667e-3 nrs=36.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M69 n52 n204 DVSS DVSS nmos_6p0 m=1.0 w=12e-6 l=700e-9 nf=1.0 as=5.28e-12
++ ad=5.28e-12 ps=24.88e-6 pd=24.88e-6 nrd=36.667e-3 nrs=36.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M70 n41 n209 DVSS DVSS nmos_6p0 m=1.0 w=12e-6 l=700e-9 nf=1.0 as=5.28e-12
++ ad=5.28e-12 ps=24.88e-6 pd=24.88e-6 nrd=36.667e-3 nrs=36.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M71 n209 n32 DVSS DVSS nmos_6p0 m=1.0 w=6e-6 l=700e-9 nf=1.0 as=2.64e-12
++ ad=2.64e-12 ps=12.88e-6 pd=12.88e-6 nrd=73.333e-3 nrs=73.333e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M72 n209 n34 DVSS DVSS nmos_6p0 m=1.0 w=6e-6 l=700e-9 nf=1.0 as=2.64e-12
++ ad=2.64e-12 ps=12.88e-6 pd=12.88e-6 nrd=73.333e-3 nrs=73.333e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M73 n204 n31 n209 DVSS nmos_6p0 m=1.0 w=6e-6 l=700e-9 nf=1.0 as=2.64e-12
++ ad=2.64e-12 ps=12.88e-6 pd=12.88e-6 nrd=73.333e-3 nrs=73.333e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M74 n45 n36 n52 DVDD pmos_6p0 m=1.0 w=24e-6 l=700e-9 nf=1.0 as=10.56e-12
++ ad=10.56e-12 ps=48.88e-6 pd=48.88e-6 nrd=18.333e-3 nrs=18.333e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M75 n204 n31 DVDD DVDD pmos_6p0 m=1.0 w=12e-6 l=700e-9 nf=1.0 as=5.28e-12
++ ad=5.28e-12 ps=24.88e-6 pd=24.88e-6 nrd=36.667e-3 nrs=36.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M76 n41 n209 DVDD DVDD pmos_6p0 m=1.0 w=24e-6 l=700e-9 nf=1.0 as=10.56e-12
++ ad=10.56e-12 ps=48.88e-6 pd=48.88e-6 nrd=18.333e-3 nrs=18.333e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M77 n52 n204 DVDD DVDD pmos_6p0 m=1.0 w=24e-6 l=700e-9 nf=1.0 as=10.56e-12
++ ad=10.56e-12 ps=48.88e-6 pd=48.88e-6 nrd=18.333e-3 nrs=18.333e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M78 n45 DVSS n52 DVDD pmos_6p0 m=1.0 w=1.2e-6 l=700e-9 nf=1.0 as=528e-15
++ ad=528e-15 ps=3.28e-6 pd=3.28e-6 nrd=366.667e-3 nrs=366.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M79 n204 n32 DVDD DVDD pmos_6p0 m=1.0 w=12e-6 l=700e-9 nf=1.0 as=5.28e-12
++ ad=5.28e-12 ps=24.88e-6 pd=24.88e-6 nrd=36.667e-3 nrs=36.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M80 n209 n34 n204 DVDD pmos_6p0 m=1.0 w=12e-6 l=700e-9 nf=1.0 as=5.28e-12
++ ad=5.28e-12 ps=24.88e-6 pd=24.88e-6 nrd=36.667e-3 nrs=36.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M81 n40 n209 DVDD DVDD pmos_6p0 m=1.0 w=24e-6 l=700e-9 nf=1.0 as=10.56e-12
++ ad=10.56e-12 ps=48.88e-6 pd=48.88e-6 nrd=18.333e-3 nrs=18.333e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M82 n42 n53 n37 DVSS nmos_6p0 m=1.0 w=12e-6 l=700e-9 nf=1.0 as=5.28e-12
++ ad=5.28e-12 ps=24.88e-6 pd=24.88e-6 nrd=36.667e-3 nrs=36.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M83 n37 DVDD n42 DVSS nmos_6p0 m=1.0 w=1.2e-6 l=700e-9 nf=1.0 as=528e-15
++ ad=528e-15 ps=3.28e-6 pd=3.28e-6 nrd=366.667e-3 nrs=366.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M84 n46 n217 DVSS DVSS nmos_6p0 m=1.0 w=12e-6 l=700e-9 nf=1.0 as=5.28e-12
++ ad=5.28e-12 ps=24.88e-6 pd=24.88e-6 nrd=36.667e-3 nrs=36.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M85 n51 n217 DVSS DVSS nmos_6p0 m=1.0 w=12e-6 l=700e-9 nf=1.0 as=5.28e-12
++ ad=5.28e-12 ps=24.88e-6 pd=24.88e-6 nrd=36.667e-3 nrs=36.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M86 n42 n222 DVSS DVSS nmos_6p0 m=1.0 w=12e-6 l=700e-9 nf=1.0 as=5.28e-12
++ ad=5.28e-12 ps=24.88e-6 pd=24.88e-6 nrd=36.667e-3 nrs=36.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M87 n222 n32 DVSS DVSS nmos_6p0 m=1.0 w=6e-6 l=700e-9 nf=1.0 as=2.64e-12
++ ad=2.64e-12 ps=12.88e-6 pd=12.88e-6 nrd=73.333e-3 nrs=73.333e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M88 n222 n30 DVSS DVSS nmos_6p0 m=1.0 w=6e-6 l=700e-9 nf=1.0 as=2.64e-12
++ ad=2.64e-12 ps=12.88e-6 pd=12.88e-6 nrd=73.333e-3 nrs=73.333e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M89 n217 n28 n222 DVSS nmos_6p0 m=1.0 w=6e-6 l=700e-9 nf=1.0 as=2.64e-12
++ ad=2.64e-12 ps=12.88e-6 pd=12.88e-6 nrd=73.333e-3 nrs=73.333e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M90 n46 n36 n51 DVDD pmos_6p0 m=1.0 w=24e-6 l=700e-9 nf=1.0 as=10.56e-12
++ ad=10.56e-12 ps=48.88e-6 pd=48.88e-6 nrd=18.333e-3 nrs=18.333e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M91 n217 n28 DVDD DVDD pmos_6p0 m=1.0 w=12e-6 l=700e-9 nf=1.0 as=5.28e-12
++ ad=5.28e-12 ps=24.88e-6 pd=24.88e-6 nrd=36.667e-3 nrs=36.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M92 n42 n222 DVDD DVDD pmos_6p0 m=1.0 w=24e-6 l=700e-9 nf=1.0 as=10.56e-12
++ ad=10.56e-12 ps=48.88e-6 pd=48.88e-6 nrd=18.333e-3 nrs=18.333e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M93 n51 n217 DVDD DVDD pmos_6p0 m=1.0 w=24e-6 l=700e-9 nf=1.0 as=10.56e-12
++ ad=10.56e-12 ps=48.88e-6 pd=48.88e-6 nrd=18.333e-3 nrs=18.333e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M94 n46 DVSS n51 DVDD pmos_6p0 m=1.0 w=1.2e-6 l=700e-9 nf=1.0 as=528e-15
++ ad=528e-15 ps=3.28e-6 pd=3.28e-6 nrd=366.667e-3 nrs=366.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M95 n217 n32 DVDD DVDD pmos_6p0 m=1.0 w=12e-6 l=700e-9 nf=1.0 as=5.28e-12
++ ad=5.28e-12 ps=24.88e-6 pd=24.88e-6 nrd=36.667e-3 nrs=36.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M96 n222 n30 n217 DVDD pmos_6p0 m=1.0 w=12e-6 l=700e-9 nf=1.0 as=5.28e-12
++ ad=5.28e-12 ps=24.88e-6 pd=24.88e-6 nrd=36.667e-3 nrs=36.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M97 n37 n222 DVDD DVDD pmos_6p0 m=1.0 w=24e-6 l=700e-9 nf=1.0 as=10.56e-12
++ ad=10.56e-12 ps=48.88e-6 pd=48.88e-6 nrd=18.333e-3 nrs=18.333e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M98 n43 n53 n38 DVSS nmos_6p0 m=1.0 w=12e-6 l=700e-9 nf=1.0 as=5.28e-12
++ ad=5.28e-12 ps=24.88e-6 pd=24.88e-6 nrd=36.667e-3 nrs=36.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M99 n38 DVDD n43 DVSS nmos_6p0 m=1.0 w=1.2e-6 l=700e-9 nf=1.0 as=528e-15
++ ad=528e-15 ps=3.28e-6 pd=3.28e-6 nrd=366.667e-3 nrs=366.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M100 n47 n230 DVSS DVSS nmos_6p0 m=1.0 w=12e-6 l=700e-9 nf=1.0 as=5.28e-12
++ ad=5.28e-12 ps=24.88e-6 pd=24.88e-6 nrd=36.667e-3 nrs=36.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M101 n50 n230 DVSS DVSS nmos_6p0 m=1.0 w=12e-6 l=700e-9 nf=1.0 as=5.28e-12
++ ad=5.28e-12 ps=24.88e-6 pd=24.88e-6 nrd=36.667e-3 nrs=36.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M102 n43 n235 DVSS DVSS nmos_6p0 m=1.0 w=12e-6 l=700e-9 nf=1.0 as=5.28e-12
++ ad=5.28e-12 ps=24.88e-6 pd=24.88e-6 nrd=36.667e-3 nrs=36.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M103 n235 n32 DVSS DVSS nmos_6p0 m=1.0 w=6e-6 l=700e-9 nf=1.0 as=2.64e-12
++ ad=2.64e-12 ps=12.88e-6 pd=12.88e-6 nrd=73.333e-3 nrs=73.333e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M104 n235 n30 DVSS DVSS nmos_6p0 m=1.0 w=6e-6 l=700e-9 nf=1.0 as=2.64e-12
++ ad=2.64e-12 ps=12.88e-6 pd=12.88e-6 nrd=73.333e-3 nrs=73.333e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M105 n230 n28 n235 DVSS nmos_6p0 m=1.0 w=6e-6 l=700e-9 nf=1.0 as=2.64e-12
++ ad=2.64e-12 ps=12.88e-6 pd=12.88e-6 nrd=73.333e-3 nrs=73.333e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M106 n47 n36 n50 DVDD pmos_6p0 m=1.0 w=24e-6 l=700e-9 nf=1.0 as=10.56e-12
++ ad=10.56e-12 ps=48.88e-6 pd=48.88e-6 nrd=18.333e-3 nrs=18.333e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M107 n230 n28 DVDD DVDD pmos_6p0 m=1.0 w=12e-6 l=700e-9 nf=1.0 as=5.28e-12
++ ad=5.28e-12 ps=24.88e-6 pd=24.88e-6 nrd=36.667e-3 nrs=36.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M108 n43 n235 DVDD DVDD pmos_6p0 m=1.0 w=24e-6 l=700e-9 nf=1.0 as=10.56e-12
++ ad=10.56e-12 ps=48.88e-6 pd=48.88e-6 nrd=18.333e-3 nrs=18.333e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M109 n50 n230 DVDD DVDD pmos_6p0 m=1.0 w=24e-6 l=700e-9 nf=1.0 as=10.56e-12
++ ad=10.56e-12 ps=48.88e-6 pd=48.88e-6 nrd=18.333e-3 nrs=18.333e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M110 n47 DVSS n50 DVDD pmos_6p0 m=1.0 w=1.2e-6 l=700e-9 nf=1.0 as=528e-15
++ ad=528e-15 ps=3.28e-6 pd=3.28e-6 nrd=366.667e-3 nrs=366.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M111 n230 n32 DVDD DVDD pmos_6p0 m=1.0 w=12e-6 l=700e-9 nf=1.0 as=5.28e-12
++ ad=5.28e-12 ps=24.88e-6 pd=24.88e-6 nrd=36.667e-3 nrs=36.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M112 n235 n30 n230 DVDD pmos_6p0 m=1.0 w=12e-6 l=700e-9 nf=1.0 as=5.28e-12
++ ad=5.28e-12 ps=24.88e-6 pd=24.88e-6 nrd=36.667e-3 nrs=36.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M113 n38 n235 DVDD DVDD pmos_6p0 m=1.0 w=24e-6 l=700e-9 nf=1.0 as=10.56e-12
++ ad=10.56e-12 ps=48.88e-6 pd=48.88e-6 nrd=18.333e-3 nrs=18.333e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M114 n44 n53 n39 DVSS nmos_6p0 m=1.0 w=12e-6 l=700e-9 nf=1.0 as=5.28e-12
++ ad=5.28e-12 ps=24.88e-6 pd=24.88e-6 nrd=36.667e-3 nrs=36.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M115 n39 DVDD n44 DVSS nmos_6p0 m=1.0 w=1.2e-6 l=700e-9 nf=1.0 as=528e-15
++ ad=528e-15 ps=3.28e-6 pd=3.28e-6 nrd=366.667e-3 nrs=366.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M116 n48 n243 DVSS DVSS nmos_6p0 m=1.0 w=12e-6 l=700e-9 nf=1.0 as=5.28e-12
++ ad=5.28e-12 ps=24.88e-6 pd=24.88e-6 nrd=36.667e-3 nrs=36.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M117 n49 n243 DVSS DVSS nmos_6p0 m=1.0 w=12e-6 l=700e-9 nf=1.0 as=5.28e-12
++ ad=5.28e-12 ps=24.88e-6 pd=24.88e-6 nrd=36.667e-3 nrs=36.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M118 n44 n248 DVSS DVSS nmos_6p0 m=1.0 w=12e-6 l=700e-9 nf=1.0 as=5.28e-12
++ ad=5.28e-12 ps=24.88e-6 pd=24.88e-6 nrd=36.667e-3 nrs=36.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M119 n248 n32 DVSS DVSS nmos_6p0 m=1.0 w=6e-6 l=700e-9 nf=1.0 as=2.64e-12
++ ad=2.64e-12 ps=12.88e-6 pd=12.88e-6 nrd=73.333e-3 nrs=73.333e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M120 n248 n27 DVSS DVSS nmos_6p0 m=1.0 w=6e-6 l=700e-9 nf=1.0 as=2.64e-12
++ ad=2.64e-12 ps=12.88e-6 pd=12.88e-6 nrd=73.333e-3 nrs=73.333e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M121 n243 n26 n248 DVSS nmos_6p0 m=1.0 w=6e-6 l=700e-9 nf=1.0 as=2.64e-12
++ ad=2.64e-12 ps=12.88e-6 pd=12.88e-6 nrd=73.333e-3 nrs=73.333e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M122 n48 n36 n49 DVDD pmos_6p0 m=1.0 w=24e-6 l=700e-9 nf=1.0 as=10.56e-12
++ ad=10.56e-12 ps=48.88e-6 pd=48.88e-6 nrd=18.333e-3 nrs=18.333e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M123 n243 n26 DVDD DVDD pmos_6p0 m=1.0 w=12e-6 l=700e-9 nf=1.0 as=5.28e-12
++ ad=5.28e-12 ps=24.88e-6 pd=24.88e-6 nrd=36.667e-3 nrs=36.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M124 n44 n248 DVDD DVDD pmos_6p0 m=1.0 w=24e-6 l=700e-9 nf=1.0 as=10.56e-12
++ ad=10.56e-12 ps=48.88e-6 pd=48.88e-6 nrd=18.333e-3 nrs=18.333e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M125 n49 n243 DVDD DVDD pmos_6p0 m=1.0 w=24e-6 l=700e-9 nf=1.0 as=10.56e-12
++ ad=10.56e-12 ps=48.88e-6 pd=48.88e-6 nrd=18.333e-3 nrs=18.333e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M126 n48 DVSS n49 DVDD pmos_6p0 m=1.0 w=1.2e-6 l=700e-9 nf=1.0 as=528e-15
++ ad=528e-15 ps=3.28e-6 pd=3.28e-6 nrd=366.667e-3 nrs=366.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M127 n243 n32 DVDD DVDD pmos_6p0 m=1.0 w=12e-6 l=700e-9 nf=1.0 as=5.28e-12
++ ad=5.28e-12 ps=24.88e-6 pd=24.88e-6 nrd=36.667e-3 nrs=36.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M128 n248 n27 n243 DVDD pmos_6p0 m=1.0 w=12e-6 l=700e-9 nf=1.0 as=5.28e-12
++ ad=5.28e-12 ps=24.88e-6 pd=24.88e-6 nrd=36.667e-3 nrs=36.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M129 n39 n248 DVDD DVDD pmos_6p0 m=1.0 w=24e-6 l=700e-9 nf=1.0 as=10.56e-12
++ ad=10.56e-12 ps=48.88e-6 pd=48.88e-6 nrd=18.333e-3 nrs=18.333e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M130 n268 n257 DVSS DVSS nmos_6p0 m=1.0 w=3e-6 l=700e-9 nf=2.0 as=1.32e-12
++ ad=780e-15 ps=7.76e-6 pd=4.04e-6 nrd=86.667e-3 nrs=146.667e-3 sa=440e-9
++ sb=440e-9 sd=520e-9 dtemp=0.0 par=1
+M131 n281 n6 VSS VSS nmos_6p0 m=1.0 w=1.5e-6 l=700e-9 nf=1.0 as=660e-15
++ ad=660e-15 ps=3.88e-6 pd=3.88e-6 nrd=293.333e-3 nrs=293.333e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M132 n257 n281 DVSS DVSS nmos_6p0 m=1.0 w=3e-6 l=700e-9 nf=2.0 as=1.32e-12
++ ad=780e-15 ps=7.76e-6 pd=4.04e-6 nrd=86.667e-3 nrs=146.667e-3 sa=440e-9
++ sb=440e-9 sd=520e-9 dtemp=0.0 par=1
+M133 n268 n257 DVDD DVDD pmos_6p0 m=1.0 w=6e-6 l=700e-9 nf=2.0 as=2.64e-12
++ ad=1.56e-12 ps=13.76e-6 pd=7.04e-6 nrd=43.333e-3 nrs=73.333e-3 sa=440e-9
++ sb=440e-9 sd=520e-9 dtemp=0.0 par=1
+M134 n281 n6 VDD VDD pmos_6p0 m=1.0 w=3e-6 l=700e-9 nf=1.0 as=1.32e-12
++ ad=1.32e-12 ps=6.88e-6 pd=6.88e-6 nrd=146.667e-3 nrs=146.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M135 n257 n281 DVDD DVDD pmos_6p0 m=1.0 w=6e-6 l=700e-9 nf=2.0 as=2.64e-12
++ ad=1.56e-12 ps=13.76e-6 pd=7.04e-6 nrd=43.333e-3 nrs=73.333e-3 sa=440e-9
++ sb=440e-9 sd=520e-9 dtemp=0.0 par=1
+M136 n274 n258 DVSS DVSS nmos_6p0 m=1.0 w=3e-6 l=700e-9 nf=2.0 as=1.32e-12
++ ad=780e-15 ps=7.76e-6 pd=4.04e-6 nrd=86.667e-3 nrs=146.667e-3 sa=440e-9
++ sb=440e-9 sd=520e-9 dtemp=0.0 par=1
+M137 n289 n0 VSS VSS nmos_6p0 m=1.0 w=1.5e-6 l=700e-9 nf=1.0 as=660e-15
++ ad=660e-15 ps=3.88e-6 pd=3.88e-6 nrd=293.333e-3 nrs=293.333e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M138 n258 n289 DVSS DVSS nmos_6p0 m=1.0 w=3e-6 l=700e-9 nf=2.0 as=1.32e-12
++ ad=780e-15 ps=7.76e-6 pd=4.04e-6 nrd=86.667e-3 nrs=146.667e-3 sa=440e-9
++ sb=440e-9 sd=520e-9 dtemp=0.0 par=1
+M139 n274 n258 DVDD DVDD pmos_6p0 m=1.0 w=6e-6 l=700e-9 nf=2.0 as=2.64e-12
++ ad=1.56e-12 ps=13.76e-6 pd=7.04e-6 nrd=43.333e-3 nrs=73.333e-3 sa=440e-9
++ sb=440e-9 sd=520e-9 dtemp=0.0 par=1
+M140 n289 n0 VDD VDD pmos_6p0 m=1.0 w=3e-6 l=700e-9 nf=1.0 as=1.32e-12
++ ad=1.32e-12 ps=6.88e-6 pd=6.88e-6 nrd=146.667e-3 nrs=146.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M141 n258 n289 DVDD DVDD pmos_6p0 m=1.0 w=6e-6 l=700e-9 nf=2.0 as=2.64e-12
++ ad=1.56e-12 ps=13.76e-6 pd=7.04e-6 nrd=43.333e-3 nrs=73.333e-3 sa=440e-9
++ sb=440e-9 sd=520e-9 dtemp=0.0 par=1
+M142 n272 n260 DVSS DVSS nmos_6p0 m=1.0 w=3e-6 l=700e-9 nf=2.0 as=1.32e-12
++ ad=780e-15 ps=7.76e-6 pd=4.04e-6 nrd=86.667e-3 nrs=146.667e-3 sa=440e-9
++ sb=440e-9 sd=520e-9 dtemp=0.0 par=1
+M143 n297 n261 VSS VSS nmos_6p0 m=1.0 w=1.5e-6 l=700e-9 nf=1.0 as=660e-15
++ ad=660e-15 ps=3.88e-6 pd=3.88e-6 nrd=293.333e-3 nrs=293.333e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M144 n260 n297 DVSS DVSS nmos_6p0 m=1.0 w=3e-6 l=700e-9 nf=2.0 as=1.32e-12
++ ad=780e-15 ps=7.76e-6 pd=4.04e-6 nrd=86.667e-3 nrs=146.667e-3 sa=440e-9
++ sb=440e-9 sd=520e-9 dtemp=0.0 par=1
+M145 n272 n260 DVDD DVDD pmos_6p0 m=1.0 w=6e-6 l=700e-9 nf=2.0 as=2.64e-12
++ ad=1.56e-12 ps=13.76e-6 pd=7.04e-6 nrd=43.333e-3 nrs=73.333e-3 sa=440e-9
++ sb=440e-9 sd=520e-9 dtemp=0.0 par=1
+M146 n297 n261 VDD VDD pmos_6p0 m=1.0 w=3e-6 l=700e-9 nf=1.0 as=1.32e-12
++ ad=1.32e-12 ps=6.88e-6 pd=6.88e-6 nrd=146.667e-3 nrs=146.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M147 n260 n297 DVDD DVDD pmos_6p0 m=1.0 w=6e-6 l=700e-9 nf=2.0 as=2.64e-12
++ ad=1.56e-12 ps=13.76e-6 pd=7.04e-6 nrd=43.333e-3 nrs=73.333e-3 sa=440e-9
++ sb=440e-9 sd=520e-9 dtemp=0.0 par=1
+M148 n276 n263 DVSS DVSS nmos_6p0 m=1.0 w=3e-6 l=700e-9 nf=2.0 as=1.32e-12
++ ad=780e-15 ps=7.76e-6 pd=4.04e-6 nrd=86.667e-3 nrs=146.667e-3 sa=440e-9
++ sb=440e-9 sd=520e-9 dtemp=0.0 par=1
+M149 n305 n259 VSS VSS nmos_6p0 m=1.0 w=1.5e-6 l=700e-9 nf=1.0 as=660e-15
++ ad=660e-15 ps=3.88e-6 pd=3.88e-6 nrd=293.333e-3 nrs=293.333e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M150 n263 n305 DVSS DVSS nmos_6p0 m=1.0 w=3e-6 l=700e-9 nf=2.0 as=1.32e-12
++ ad=780e-15 ps=7.76e-6 pd=4.04e-6 nrd=86.667e-3 nrs=146.667e-3 sa=440e-9
++ sb=440e-9 sd=520e-9 dtemp=0.0 par=1
+M151 n276 n263 DVDD DVDD pmos_6p0 m=1.0 w=6e-6 l=700e-9 nf=2.0 as=2.64e-12
++ ad=1.56e-12 ps=13.76e-6 pd=7.04e-6 nrd=43.333e-3 nrs=73.333e-3 sa=440e-9
++ sb=440e-9 sd=520e-9 dtemp=0.0 par=1
+M152 n305 n259 VDD VDD pmos_6p0 m=1.0 w=3e-6 l=700e-9 nf=1.0 as=1.32e-12
++ ad=1.32e-12 ps=6.88e-6 pd=6.88e-6 nrd=146.667e-3 nrs=146.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M153 n263 n305 DVDD DVDD pmos_6p0 m=1.0 w=6e-6 l=700e-9 nf=2.0 as=2.64e-12
++ ad=1.56e-12 ps=13.76e-6 pd=7.04e-6 nrd=43.333e-3 nrs=73.333e-3 sa=440e-9
++ sb=440e-9 sd=520e-9 dtemp=0.0 par=1
+D154 PD VDD pn_6p0 m=1.0 AREA=1e-12 PJ=4e-6
+D155 n6 VDD pn_6p0 m=1.0 AREA=1e-12 PJ=4e-6
+D156 n0 VDD pn_6p0 m=1.0 AREA=1e-12 PJ=4e-6
+D157 PU VDD pn_6p0 m=1.0 AREA=1e-12 PJ=4e-6
+M158 n313 n258 DVDD DVDD pmos_6p0 m=1.0 w=8e-6 l=700e-9 nf=1.0 as=3.52e-12
++ ad=3.52e-12 ps=16.88e-6 pd=16.88e-6 nrd=55e-3 nrs=55e-3 sa=440e-9 sb=440e-9
++ sd=0.0 dtemp=0.0 par=1
+M159 DVDD n258 n314 DVDD pmos_6p0 m=1.0 w=3e-6 l=700e-9 nf=1.0 as=1.32e-12
++ ad=1.32e-12 ps=6.88e-6 pd=6.88e-6 nrd=146.667e-3 nrs=146.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M160 n315 n15 DVDD DVDD pmos_6p0 m=1.0 w=3.8e-6 l=700e-9 nf=1.0 as=1.672e-12
++ ad=1.672e-12 ps=8.48e-6 pd=8.48e-6 nrd=115.789e-3 nrs=115.789e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M161 DVSS n314 n315 DVDD pmos_6p0 m=1.0 w=3.8e-6 l=700e-9 nf=1.0 as=1.672e-12
++ ad=1.672e-12 ps=8.48e-6 pd=8.48e-6 nrd=115.789e-3 nrs=115.789e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M162 n275 n257 DVDD DVDD pmos_6p0 m=1.0 w=6e-6 l=700e-9 nf=1.0 as=2.64e-12
++ ad=2.64e-12 ps=12.88e-6 pd=12.88e-6 nrd=73.333e-3 nrs=73.333e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M163 n275 n313 n310 DVDD pmos_6p0 m=1.0 w=2e-6 l=700e-9 nf=1.0 as=880e-15
++ ad=880e-15 ps=4.88e-6 pd=4.88e-6 nrd=220e-3 nrs=220e-3 sa=440e-9 sb=440e-9
++ sd=0.0 dtemp=0.0 par=1
+M164 n275 n313 n314 DVDD pmos_6p0 m=1.0 w=2e-6 l=700e-9 nf=1.0 as=880e-15
++ ad=880e-15 ps=4.88e-6 pd=4.88e-6 nrd=220e-3 nrs=220e-3 sa=440e-9 sb=440e-9
++ sd=0.0 dtemp=0.0 par=1
+M165 n275 n15 n315 DVDD pmos_6p0 m=1.0 w=4.3e-6 l=700e-9 nf=1.0 as=1.892e-12
++ ad=1.892e-12 ps=9.48e-6 pd=9.48e-6 nrd=102.326e-3 nrs=102.326e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M166 n320 n257 DVSS DVSS nmos_6p0 m=1.0 w=16e-6 l=700e-9 nf=1.0 as=7.04e-12
++ ad=7.04e-12 ps=32.88e-6 pd=32.88e-6 nrd=27.5e-3 nrs=27.5e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M167 n312 n15 n320 DVSS nmos_6p0 m=1.0 w=10.6e-6 l=700e-9 nf=1.0 as=4.664e-12
++ ad=4.664e-12 ps=22.08e-6 pd=22.08e-6 nrd=41.509e-3 nrs=41.509e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M168 n275 n15 n312 DVSS nmos_6p0 m=1.0 w=12e-6 l=700e-9 nf=1.0 as=5.28e-12
++ ad=5.28e-12 ps=24.88e-6 pd=24.88e-6 nrd=36.667e-3 nrs=36.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M169 n313 n258 DVSS DVSS nmos_6p0 m=1.0 w=4e-6 l=700e-9 nf=1.0 as=1.76e-12
++ ad=1.76e-12 ps=8.88e-6 pd=8.88e-6 nrd=110e-3 nrs=110e-3 sa=440e-9 sb=440e-9
++ sd=0.0 dtemp=0.0 par=1
+M170 n275 n258 n310 DVSS nmos_6p0 m=1.0 w=1.5e-6 l=700e-9 nf=1.0 as=660e-15
++ ad=660e-15 ps=3.88e-6 pd=3.88e-6 nrd=293.333e-3 nrs=293.333e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M171 n275 n258 n314 DVSS nmos_6p0 m=1.0 w=1.5e-6 l=700e-9 nf=1.0 as=660e-15
++ ad=660e-15 ps=3.88e-6 pd=3.88e-6 nrd=293.333e-3 nrs=293.333e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M172 DVDD n310 n312 DVSS nmos_6p0 m=1.0 w=1.3e-6 l=700e-9 nf=1.0 as=572e-15
++ ad=572e-15 ps=3.48e-6 pd=3.48e-6 nrd=338.462e-3 nrs=338.462e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M173 DVSS n313 n310 DVSS nmos_6p0 m=1.0 w=1.5e-6 l=700e-9 nf=1.0 as=660e-15
++ ad=660e-15 ps=3.88e-6 pd=3.88e-6 nrd=293.333e-3 nrs=293.333e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M174 n328 n275 DVDD DVDD pmos_6p0 m=1.0 w=2e-6 l=700e-9 nf=1.0 as=880e-15
++ ad=880e-15 ps=4.88e-6 pd=4.88e-6 nrd=220e-3 nrs=220e-3 sa=440e-9 sb=440e-9
++ sd=0.0 dtemp=0.0 par=1
+M175 n325 n328 VDD VDD pmos_6p0 m=1.0 w=10e-6 l=700e-9 nf=1.0 as=4.4e-12
++ ad=4.4e-12 ps=20.88e-6 pd=20.88e-6 nrd=44e-3 nrs=44e-3 sa=440e-9 sb=440e-9
++ sd=0.0 dtemp=0.0 par=1
+M176 Y n325 VDD VDD pmos_6p0 m=1.0 w=21e-6 l=700e-9 nf=1.0 as=9.24e-12
++ ad=9.24e-12 ps=42.88e-6 pd=42.88e-6 nrd=20.952e-3 nrs=20.952e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M177 n328 n275 DVSS DVSS nmos_6p0 m=1.0 w=8e-6 l=700e-9 nf=1.0 as=3.52e-12
++ ad=3.52e-12 ps=16.88e-6 pd=16.88e-6 nrd=55e-3 nrs=55e-3 sa=440e-9 sb=440e-9
++ sd=0.0 dtemp=0.0 par=1
+M178 Y n325 VSS VSS nmos_6p0 m=1.0 w=9e-6 l=700e-9 nf=1.0 as=3.96e-12
++ ad=3.96e-12 ps=18.88e-6 pd=18.88e-6 nrd=48.889e-3 nrs=48.889e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M179 n325 n328 VSS VSS nmos_6p0 m=1.0 w=2.5e-6 l=700e-9 nf=1.0 as=1.1e-12
++ ad=1.1e-12 ps=5.88e-6 pd=5.88e-6 nrd=176e-3 nrs=176e-3 sa=440e-9 sb=440e-9
++ sd=0.0 dtemp=0.0 par=1
+M180 n261 n335 VDD VDD pmos_6p0 m=1.0 w=3e-6 l=700e-9 nf=1.0 as=1.32e-12
++ ad=1.32e-12 ps=6.88e-6 pd=6.88e-6 nrd=146.667e-3 nrs=146.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M181 n261 PU VDD VDD pmos_6p0 m=1.0 w=3e-6 l=700e-9 nf=1.0 as=1.32e-12
++ ad=1.32e-12 ps=6.88e-6 pd=6.88e-6 nrd=146.667e-3 nrs=146.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M182 n336 PU VSS VSS nmos_6p0 m=1.0 w=3e-6 l=700e-9 nf=1.0 as=1.32e-12
++ ad=1.32e-12 ps=6.88e-6 pd=6.88e-6 nrd=146.667e-3 nrs=146.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M183 n261 n335 n336 VSS nmos_6p0 m=1.0 w=3e-6 l=700e-9 nf=1.0 as=1.32e-12
++ ad=1.32e-12 ps=6.88e-6 pd=6.88e-6 nrd=146.667e-3 nrs=146.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M184 n259 PD VDD VDD pmos_6p0 m=1.0 w=3e-6 l=700e-9 nf=1.0 as=1.32e-12
++ ad=1.32e-12 ps=6.88e-6 pd=6.88e-6 nrd=146.667e-3 nrs=146.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M185 n259 n335 VDD VDD pmos_6p0 m=1.0 w=3e-6 l=700e-9 nf=1.0 as=1.32e-12
++ ad=1.32e-12 ps=6.88e-6 pd=6.88e-6 nrd=146.667e-3 nrs=146.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M186 n342 n335 VSS VSS nmos_6p0 m=1.0 w=3e-6 l=700e-9 nf=1.0 as=1.32e-12
++ ad=1.32e-12 ps=6.88e-6 pd=6.88e-6 nrd=146.667e-3 nrs=146.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M187 n259 PD n342 VSS nmos_6p0 m=1.0 w=3e-6 l=700e-9 nf=1.0 as=1.32e-12
++ ad=1.32e-12 ps=6.88e-6 pd=6.88e-6 nrd=146.667e-3 nrs=146.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M188 n348 n354 n335 VDD pmos_6p0 m=1.0 w=3e-6 l=700e-9 nf=1.0 as=1.32e-12
++ ad=1.32e-12 ps=6.88e-6 pd=6.88e-6 nrd=146.667e-3 nrs=146.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M189 PU PD n335 VDD pmos_6p0 m=1.0 w=3e-6 l=700e-9 nf=1.0 as=1.32e-12
++ ad=1.32e-12 ps=6.88e-6 pd=6.88e-6 nrd=146.667e-3 nrs=146.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M190 n354 PD VDD VDD pmos_6p0 m=1.0 w=3e-6 l=700e-9 nf=1.0 as=1.32e-12
++ ad=1.32e-12 ps=6.88e-6 pd=6.88e-6 nrd=146.667e-3 nrs=146.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M191 n348 PU VDD VDD pmos_6p0 m=1.0 w=3e-6 l=700e-9 nf=1.0 as=1.32e-12
++ ad=1.32e-12 ps=6.88e-6 pd=6.88e-6 nrd=146.667e-3 nrs=146.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M192 n348 PD n335 VSS nmos_6p0 m=1.0 w=1.5e-6 l=700e-9 nf=1.0 as=660e-15
++ ad=660e-15 ps=3.88e-6 pd=3.88e-6 nrd=293.333e-3 nrs=293.333e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M193 PU n354 n335 VSS nmos_6p0 m=1.0 w=1.5e-6 l=700e-9 nf=1.0 as=660e-15
++ ad=660e-15 ps=3.88e-6 pd=3.88e-6 nrd=293.333e-3 nrs=293.333e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M194 n354 PD VSS VSS nmos_6p0 m=1.0 w=1.5e-6 l=700e-9 nf=1.0 as=660e-15
++ ad=660e-15 ps=3.88e-6 pd=3.88e-6 nrd=293.333e-3 nrs=293.333e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M195 n348 PU VSS VSS nmos_6p0 m=1.0 w=1.5e-6 l=700e-9 nf=1.0 as=660e-15
++ ad=660e-15 ps=3.88e-6 pd=3.88e-6 nrd=293.333e-3 nrs=293.333e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+R196 n15 n357 $SUB=DVDD $[ppolyf_u] $W=800e-9 $L=23e-6 m=1.0 r=9.94533e3 par=1
+R197 n357 n356 $SUB=DVDD $[ppolyf_u] $W=800e-9 $L=35.7e-6 m=1.0 r=15.3065e3 par=1
+R198 n356 n355 $SUB=DVDD $[ppolyf_u] $W=800e-9 $L=35.7e-6 m=1.0 r=15.3065e3 par=1
+R199 n355 n358 $SUB=DVDD $[ppolyf_u] $W=800e-9 $L=35.7e-6 m=1.0 r=15.3065e3 par=1
+R200 n358 n363 $SUB=DVDD $[ppolyf_u] $W=800e-9 $L=35.7e-6 m=1.0 r=15.3065e3 par=1
+R201 n363 n362 $SUB=DVDD $[ppolyf_u] $W=800e-9 $L=35.7e-6 m=1.0 r=15.3065e3 par=1
+R202 n362 n359 $SUB=DVDD $[ppolyf_u] $W=800e-9 $L=35.7e-6 m=1.0 r=15.3065e3 par=1
+R203 n359 n360 $SUB=DVDD $[ppolyf_u] $W=800e-9 $L=35.7e-6 m=1.0 r=15.3065e3 par=1
+M204 n360 n276 DVSS DVSS nmos_6p0 m=1.0 w=1.5e-6 l=700e-9 nf=1.0 as=660e-15
++ ad=660e-15 ps=3.88e-6 pd=3.88e-6 nrd=293.333e-3 nrs=293.333e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M205 n360 n260 DVDD DVDD pmos_6p0 m=1.0 w=3e-6 l=700e-9 nf=1.0 as=1.32e-12
++ ad=1.32e-12 ps=6.88e-6 pd=6.88e-6 nrd=146.667e-3 nrs=146.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+D206 DVSS n15 np_6p0 m=2.0 AREA=20e-12 PJ=42e-6
+D207 n15 DVDD pn_6p0 m=2.0 AREA=20e-12 PJ=42e-6
+R208 PAD n15 $SUB=DVDD $[ppolyf_u] $W=2.5e-6 $L=2.8e-6 m=1.0 r=432.59 par=1
+R209 PAD n15 $SUB=DVDD $[ppolyf_u] $W=2.5e-6 $L=2.8e-6 m=1.0 r=449.157 par=1
+R210 PAD n15 $SUB=DVDD $[ppolyf_u] $W=2.5e-6 $L=2.8e-6 m=1.0 r=432.59 par=1
+R211 PAD n15 $SUB=DVDD $[ppolyf_u] $W=2.5e-6 $L=2.8e-6 m=1.0 r=449.157 par=1
+.ENDS
diff --git a/cells/in_c/gf180mcu_fd_io__in_c.v b/cells/in_c/gf180mcu_fd_io__in_c.v
new file mode 100644
index 0000000..73b0909
--- /dev/null
+++ b/cells/in_c/gf180mcu_fd_io__in_c.v
@@ -0,0 +1,42 @@
+/*
+ * Copyright 2022 GlobalFoundries PDK Authors
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http:www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+`suppress_faults
+`enable_portfaults
+`ifdef functional
+  `timescale 1ns / 1ps
+  `delay_mode_distributed
+  `delay_mode_unit
+`else
+  `timescale 1ns / 1ps
+  `delay_mode_path
+`endif
+module gf180mcu_fd_io__in_c (PU, PD, PAD, Y, DVDD, DVSS, VDD, VSS);
+	input	PU;
+	input	PD;
+	input	PAD;
+	output	Y;
+	inout	DVDD;
+	inout	DVSS;
+	inout	VDD;
+	inout	VSS;
+
+	buf #1 (Y, PAD);
+
+specify
+(PAD +=> Y)=(1.000, 1.000);
+endspecify
+endmodule
diff --git a/cells/in_c/gf180mcu_fd_io__in_c_3lm.gds b/cells/in_c/gf180mcu_fd_io__in_c_3lm.gds
new file mode 100644
index 0000000..d79c955
--- /dev/null
+++ b/cells/in_c/gf180mcu_fd_io__in_c_3lm.gds
Binary files differ
diff --git a/cells/in_c/gf180mcu_fd_io__in_c_3lm.lef b/cells/in_c/gf180mcu_fd_io__in_c_3lm.lef
new file mode 100644
index 0000000..0380c90
--- /dev/null
+++ b/cells/in_c/gf180mcu_fd_io__in_c_3lm.lef
@@ -0,0 +1,299 @@
+# Copyright 2022 GlobalFoundries PDK Authors
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+MACRO gf180mcu_fd_io__in_c
+  CLASS PAD INPUT ;
+  ORIGIN 0 0 ;
+  FOREIGN gf180mcu_fd_io__in_c 0 0 ;
+  SIZE 75 BY 350 ;
+  SYMMETRY X Y R90 ;
+  SITE GF_IO_Site ;
+    PIN PAD
+        DIRECTION INPUT ;
+        USE SIGNAL ;
+        PORT
+        LAYER Metal3  ;
+        RECT 25.000 20.000 50.000 45.000 ;
+        END
+    END PAD
+  PIN PD
+    DIRECTION INPUT ;
+    USE SIGNAL ;
+    ANTENNADIFFAREA 1 LAYER Metal2 ;
+      ANTENNAGATEAREA 10.5 LAYER Metal2 ;
+    PORT
+        CLASS CORE ;
+      LAYER Metal2 ;
+        RECT 10.33 349.62 10.71 350 ;
+    END
+  END PD
+  PIN PU
+    DIRECTION INPUT ;
+    USE SIGNAL ;
+    ANTENNADIFFAREA 2.98 LAYER Metal2 ;
+      ANTENNAGATEAREA 7.35 LAYER Metal2 ;
+    PORT
+        CLASS CORE ;
+      LAYER Metal2 ;
+        RECT 5.965 349.62 6.345 350 ;
+    END
+  END PU
+  PIN Y
+    DIRECTION OUTPUT ;
+    USE SIGNAL ;
+    ANTENNADIFFAREA 7.8 LAYER Metal2 ;
+    PORT
+        CLASS CORE ;
+      LAYER Metal2 ;
+        RECT 70.86 349.62 71.24 350 ;
+    END
+  END Y
+  PIN DVDD
+    DIRECTION INOUT ;
+    USE POWER ;
+    PORT
+      LAYER Metal3 ;
+        RECT 74 118 75 125 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 182 75 197 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 166 75 181 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 150 75 165 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 134 75 149 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 214 75 229 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 206 75 213 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 278 75 285 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 270 75 277 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 262 75 269 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 294 75 301 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 334 75 341 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 334 1 341 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 294 1 301 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 262 1 269 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 270 1 277 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 278 1 285 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 206 1 213 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 214 1 229 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 134 1 149 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 150 1 165 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 166 1 181 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 182 1 197 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 118 1 125 ;
+    END
+  END DVDD
+  PIN DVSS
+    DIRECTION INOUT ;
+    USE GROUND ;
+    PORT
+      LAYER Metal3 ;
+        RECT 74 102 75 117 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 86 75 101 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 70 75 85 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 126 75 133 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 198 75 205 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 230 75 245 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 286 75 293 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 302 75 309 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 326 75 333 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 342 75 348.39 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 342 1 348.39 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 326 1 333 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 302 1 309 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 286 1 293 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 230 1 245 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 198 1 205 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 126 1 133 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 70 1 85 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 86 1 101 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 102 1 117 ;
+    END
+  END DVSS
+  PIN VDD
+    DIRECTION INOUT ;
+    USE POWER ;
+    PORT
+      LAYER Metal3 ;
+        RECT 74 254 75 261 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 310 75 317 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 310 1 317 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 254 1 261 ;
+    END
+  END VDD
+  PIN VSS
+    DIRECTION INOUT ;
+    USE GROUND ;
+    PORT
+      LAYER Metal3 ;
+        RECT 74 246 75 253 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 318 75 325 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 318 1 325 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 246 1 253 ;
+    END
+  END VSS
+  OBS
+    LAYER Metal1 ;
+      RECT 0 0 75 350 ;
+    LAYER Metal2 ;
+      POLYGON 75 350 71.52 350 71.52 349.34 70.58 349.34 70.58 350 10.99 350 10.99 349.34 10.05 349.34 10.05 350 6.625 350 6.625 349.34 5.685 349.34 5.685 350 0 350 0 0 75 0 ;
+    LAYER Metal3 ;
+      POLYGON 75 69.72 73.72 69.72 73.72 85.28 75 85.28 75 85.72 73.72 85.72 73.72 101.28 75 101.28 75 101.72 73.72 101.72 73.72 117.28 75 117.28 75 117.72 73.72 117.72 73.72 125.28 75 125.28 75 125.72 73.72 125.72 73.72 133.28 75 133.28 75 133.72 73.72 133.72 73.72 149.28 75 149.28 75 149.72 73.72 149.72 73.72 165.28 75 165.28 75 165.72 73.72 165.72 73.72 181.28 75 181.28 75 181.72 73.72 181.72 73.72 197.28 75 197.28 75 197.72 73.72 197.72 73.72 205.28 75 205.28 75 205.72 73.72 205.72 73.72 213.28 75 213.28 75 213.72 73.72 213.72 73.72 229.28 75 229.28 75 229.72 73.72 229.72 73.72 245.28 75 245.28 75 245.72 73.72 245.72 73.72 253.28 75 253.28 75 253.72 73.72 253.72 73.72 261.28 75 261.28 75 261.72 73.72 261.72 73.72 269.28 75 269.28 75 269.72 73.72 269.72 73.72 277.28 75 277.28 75 277.72 73.72 277.72 73.72 285.28 75 285.28 75 285.72 73.72 285.72 73.72 293.28 75 293.28 75 293.72 73.72 293.72 73.72 301.28 75 301.28 75 301.72 73.72 301.72 73.72 309.28 75 309.28 75 309.72 73.72 309.72 73.72 317.28 75 317.28 75 317.72 73.72 317.72 73.72 325.28 75 325.28 75 325.72 73.72 325.72 73.72 333.28 75 333.28 75 333.72 73.72 333.72 73.72 341.28 75 341.28 75 341.72 73.72 341.72 73.72 348.67 75 348.67 75 350 0 350 0 348.67 1.28 348.67 1.28 341.72 0 341.72 0 341.28 1.28 341.28 1.28 333.72 0 333.72 0 333.28 1.28 333.28 1.28 325.72 0 325.72 0 325.28 1.28 325.28 1.28 317.72 0 317.72 0 317.28 1.28 317.28 1.28 309.72 0 309.72 0 309.28 1.28 309.28 1.28 301.72 0 301.72 0 301.28 1.28 301.28 1.28 293.72 0 293.72 0 293.28 1.28 293.28 1.28 285.72 0 285.72 0 285.28 1.28 285.28 1.28 277.72 0 277.72 0 277.28 1.28 277.28 1.28 269.72 0 269.72 0 269.28 1.28 269.28 1.28 261.72 0 261.72 0 261.28 1.28 261.28 1.28 253.72 0 253.72 0 253.28 1.28 253.28 1.28 245.72 0 245.72 0 245.28 1.28 245.28 1.28 229.72 0 229.72 0 229.28 1.28 229.28 1.28 213.72 0 213.72 0 213.28 1.28 213.28 1.28 205.72 0 205.72 0 205.28 1.28 205.28 1.28 197.72 0 197.72 0 197.28 1.28 197.28 1.28 181.72 0 181.72 0 181.28 1.28 181.28 1.28 165.72 0 165.72 0 165.28 1.28 165.28 1.28 149.72 0 149.72 0 149.28 1.28 149.28 1.28 133.72 0 133.72 0 133.28 1.28 133.28 1.28 125.72 0 125.72 0 125.28 1.28 125.28 1.28 117.72 0 117.72 0 117.28 1.28 117.28 1.28 101.72 0 101.72 0 101.28 1.28 101.28 1.28 85.72 0 85.72 0 85.28 1.28 85.28 1.28 69.72 0 69.72 0 0 75 0 ;
+    LAYER Via1 ;
+      RECT 0 0 75 350 ;
+    LAYER Via2 ;
+      RECT 0 0 75 350 ;
+  END
+
+END gf180mcu_fd_io__in_c
diff --git a/cells/in_c/gf180mcu_fd_io__in_c_4lm.gds b/cells/in_c/gf180mcu_fd_io__in_c_4lm.gds
new file mode 100644
index 0000000..baaff88
--- /dev/null
+++ b/cells/in_c/gf180mcu_fd_io__in_c_4lm.gds
Binary files differ
diff --git a/cells/in_c/gf180mcu_fd_io__in_c_4lm.lef b/cells/in_c/gf180mcu_fd_io__in_c_4lm.lef
new file mode 100644
index 0000000..ea64e9a
--- /dev/null
+++ b/cells/in_c/gf180mcu_fd_io__in_c_4lm.lef
@@ -0,0 +1,511 @@
+# Copyright 2022 GlobalFoundries PDK Authors
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+MACRO gf180mcu_fd_io__in_c
+  CLASS PAD INPUT ;
+  ORIGIN 0 0 ;
+  FOREIGN gf180mcu_fd_io__in_c 0 0 ;
+  SIZE 75 BY 350 ;
+  SYMMETRY X Y R90 ;
+  SITE GF_IO_Site ;
+    PIN PAD
+        DIRECTION INPUT ;
+        USE SIGNAL ;
+        PORT
+        LAYER Metal4  ;
+        RECT 25.000 20.000 50.000 45.000 ;
+        END
+    END PAD
+  PIN PD
+    DIRECTION INPUT ;
+    USE SIGNAL ;
+    ANTENNADIFFAREA 1 LAYER Metal2 ;
+      ANTENNAGATEAREA 10.5 LAYER Metal2 ;
+    PORT
+        CLASS CORE ;
+      LAYER Metal2 ;
+        RECT 10.33 349.62 10.71 350 ;
+    END
+  END PD
+  PIN PU
+    DIRECTION INPUT ;
+    USE SIGNAL ;
+    ANTENNADIFFAREA 2.98 LAYER Metal2 ;
+      ANTENNAGATEAREA 7.35 LAYER Metal2 ;
+    PORT
+        CLASS CORE ;
+      LAYER Metal2 ;
+        RECT 5.965 349.62 6.345 350 ;
+    END
+  END PU
+  PIN Y
+    DIRECTION OUTPUT ;
+    USE SIGNAL ;
+    ANTENNADIFFAREA 7.8 LAYER Metal2 ;
+    PORT
+        CLASS CORE ;
+      LAYER Metal2 ;
+        RECT 70.86 349.62 71.24 350 ;
+    END
+  END Y
+  PIN DVDD
+    DIRECTION INOUT ;
+    USE POWER ;
+    PORT
+      LAYER Metal4 ;
+        RECT 74 118 75 125 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 182 75 197 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 166 75 181 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 150 75 165 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 134 75 149 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 214 75 229 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 206 75 213 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 278 75 285 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 270 75 277 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 262 75 269 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 294 75 301 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 334 75 341 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 118 75 125 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 182 75 197 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 166 75 181 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 150 75 165 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 134 75 149 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 214 75 229 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 206 75 213 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 278 75 285 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 270 75 277 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 262 75 269 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 294 75 301 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 334 75 341 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 334 1 341 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 294 1 301 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 262 1 269 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 270 1 277 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 278 1 285 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 206 1 213 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 214 1 229 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 134 1 149 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 150 1 165 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 166 1 181 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 182 1 197 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 334 1 341 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 294 1 301 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 262 1 269 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 270 1 277 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 278 1 285 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 206 1 213 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 214 1 229 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 134 1 149 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 150 1 165 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 166 1 181 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 182 1 197 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 118 1 125 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 118 1 125 ;
+    END
+  END DVDD
+  PIN DVSS
+    DIRECTION INOUT ;
+    USE GROUND ;
+    PORT
+      LAYER Metal4 ;
+        RECT 74 102 75 117 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 86 75 101 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 70 75 85 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 126 75 133 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 198 75 205 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 230 75 245 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 286 75 293 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 302 75 309 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 326 75 333 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 342 75 348.39 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 102 75 117 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 86 75 101 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 70 75 85 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 126 75 133 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 198 75 205 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 230 75 245 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 286 75 293 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 302 75 309 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 326 75 333 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 342 75 348.39 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 342 1 348.39 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 326 1 333 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 302 1 309 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 286 1 293 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 230 1 245 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 198 1 205 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 126 1 133 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 70 1 85 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 86 1 101 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 342 1 348.39 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 326 1 333 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 302 1 309 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 286 1 293 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 230 1 245 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 198 1 205 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 126 1 133 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 70 1 85 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 86 1 101 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 102 1 117 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 102 1 117 ;
+    END
+  END DVSS
+  PIN VDD
+    DIRECTION INOUT ;
+    USE POWER ;
+    PORT
+      LAYER Metal4 ;
+        RECT 74 254 75 261 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 310 75 317 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 254 75 261 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 310 75 317 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 310 1 317 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 310 1 317 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 254 1 261 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 254 1 261 ;
+    END
+  END VDD
+  PIN VSS
+    DIRECTION INOUT ;
+    USE GROUND ;
+    PORT
+      LAYER Metal4 ;
+        RECT 74 246 75 253 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 318 75 325 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 246 75 253 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 318 75 325 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 318 1 325 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 318 1 325 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 246 1 253 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 246 1 253 ;
+    END
+  END VSS
+  OBS
+    LAYER Metal1 ;
+      RECT 0 0 75 350 ;
+    LAYER Metal2 ;
+      POLYGON 75 350 71.52 350 71.52 349.34 70.58 349.34 70.58 350 10.99 350 10.99 349.34 10.05 349.34 10.05 350 6.625 350 6.625 349.34 5.685 349.34 5.685 350 0 350 0 0 75 0 ;
+    LAYER Metal3 ;
+      POLYGON 75 69.72 73.72 69.72 73.72 85.28 75 85.28 75 85.72 73.72 85.72 73.72 101.28 75 101.28 75 101.72 73.72 101.72 73.72 117.28 75 117.28 75 117.72 73.72 117.72 73.72 125.28 75 125.28 75 125.72 73.72 125.72 73.72 133.28 75 133.28 75 133.72 73.72 133.72 73.72 149.28 75 149.28 75 149.72 73.72 149.72 73.72 165.28 75 165.28 75 165.72 73.72 165.72 73.72 181.28 75 181.28 75 181.72 73.72 181.72 73.72 197.28 75 197.28 75 197.72 73.72 197.72 73.72 205.28 75 205.28 75 205.72 73.72 205.72 73.72 213.28 75 213.28 75 213.72 73.72 213.72 73.72 229.28 75 229.28 75 229.72 73.72 229.72 73.72 245.28 75 245.28 75 245.72 73.72 245.72 73.72 253.28 75 253.28 75 253.72 73.72 253.72 73.72 261.28 75 261.28 75 261.72 73.72 261.72 73.72 269.28 75 269.28 75 269.72 73.72 269.72 73.72 277.28 75 277.28 75 277.72 73.72 277.72 73.72 285.28 75 285.28 75 285.72 73.72 285.72 73.72 293.28 75 293.28 75 293.72 73.72 293.72 73.72 301.28 75 301.28 75 301.72 73.72 301.72 73.72 309.28 75 309.28 75 309.72 73.72 309.72 73.72 317.28 75 317.28 75 317.72 73.72 317.72 73.72 325.28 75 325.28 75 325.72 73.72 325.72 73.72 333.28 75 333.28 75 333.72 73.72 333.72 73.72 341.28 75 341.28 75 341.72 73.72 341.72 73.72 348.67 75 348.67 75 350 0 350 0 348.67 1.28 348.67 1.28 341.72 0 341.72 0 341.28 1.28 341.28 1.28 333.72 0 333.72 0 333.28 1.28 333.28 1.28 325.72 0 325.72 0 325.28 1.28 325.28 1.28 317.72 0 317.72 0 317.28 1.28 317.28 1.28 309.72 0 309.72 0 309.28 1.28 309.28 1.28 301.72 0 301.72 0 301.28 1.28 301.28 1.28 293.72 0 293.72 0 293.28 1.28 293.28 1.28 285.72 0 285.72 0 285.28 1.28 285.28 1.28 277.72 0 277.72 0 277.28 1.28 277.28 1.28 269.72 0 269.72 0 269.28 1.28 269.28 1.28 261.72 0 261.72 0 261.28 1.28 261.28 1.28 253.72 0 253.72 0 253.28 1.28 253.28 1.28 245.72 0 245.72 0 245.28 1.28 245.28 1.28 229.72 0 229.72 0 229.28 1.28 229.28 1.28 213.72 0 213.72 0 213.28 1.28 213.28 1.28 205.72 0 205.72 0 205.28 1.28 205.28 1.28 197.72 0 197.72 0 197.28 1.28 197.28 1.28 181.72 0 181.72 0 181.28 1.28 181.28 1.28 165.72 0 165.72 0 165.28 1.28 165.28 1.28 149.72 0 149.72 0 149.28 1.28 149.28 1.28 133.72 0 133.72 0 133.28 1.28 133.28 1.28 125.72 0 125.72 0 125.28 1.28 125.28 1.28 117.72 0 117.72 0 117.28 1.28 117.28 1.28 101.72 0 101.72 0 101.28 1.28 101.28 1.28 85.72 0 85.72 0 85.28 1.28 85.28 1.28 69.72 0 69.72 0 0 75 0 ;
+    LAYER Metal4 ;
+      POLYGON 75 69.72 73.72 69.72 73.72 85.28 75 85.28 75 85.72 73.72 85.72 73.72 101.28 75 101.28 75 101.72 73.72 101.72 73.72 117.28 75 117.28 75 117.72 73.72 117.72 73.72 125.28 75 125.28 75 125.72 73.72 125.72 73.72 133.28 75 133.28 75 133.72 73.72 133.72 73.72 149.28 75 149.28 75 149.72 73.72 149.72 73.72 165.28 75 165.28 75 165.72 73.72 165.72 73.72 181.28 75 181.28 75 181.72 73.72 181.72 73.72 197.28 75 197.28 75 197.72 73.72 197.72 73.72 205.28 75 205.28 75 205.72 73.72 205.72 73.72 213.28 75 213.28 75 213.72 73.72 213.72 73.72 229.28 75 229.28 75 229.72 73.72 229.72 73.72 245.28 75 245.28 75 245.72 73.72 245.72 73.72 253.28 75 253.28 75 253.72 73.72 253.72 73.72 261.28 75 261.28 75 261.72 73.72 261.72 73.72 269.28 75 269.28 75 269.72 73.72 269.72 73.72 277.28 75 277.28 75 277.72 73.72 277.72 73.72 285.28 75 285.28 75 285.72 73.72 285.72 73.72 293.28 75 293.28 75 293.72 73.72 293.72 73.72 301.28 75 301.28 75 301.72 73.72 301.72 73.72 309.28 75 309.28 75 309.72 73.72 309.72 73.72 317.28 75 317.28 75 317.72 73.72 317.72 73.72 325.28 75 325.28 75 325.72 73.72 325.72 73.72 333.28 75 333.28 75 333.72 73.72 333.72 73.72 341.28 75 341.28 75 341.72 73.72 341.72 73.72 348.67 75 348.67 75 350 0 350 0 348.67 1.28 348.67 1.28 341.72 0 341.72 0 341.28 1.28 341.28 1.28 333.72 0 333.72 0 333.28 1.28 333.28 1.28 325.72 0 325.72 0 325.28 1.28 325.28 1.28 317.72 0 317.72 0 317.28 1.28 317.28 1.28 309.72 0 309.72 0 309.28 1.28 309.28 1.28 301.72 0 301.72 0 301.28 1.28 301.28 1.28 293.72 0 293.72 0 293.28 1.28 293.28 1.28 285.72 0 285.72 0 285.28 1.28 285.28 1.28 277.72 0 277.72 0 277.28 1.28 277.28 1.28 269.72 0 269.72 0 269.28 1.28 269.28 1.28 261.72 0 261.72 0 261.28 1.28 261.28 1.28 253.72 0 253.72 0 253.28 1.28 253.28 1.28 245.72 0 245.72 0 245.28 1.28 245.28 1.28 229.72 0 229.72 0 229.28 1.28 229.28 1.28 213.72 0 213.72 0 213.28 1.28 213.28 1.28 205.72 0 205.72 0 205.28 1.28 205.28 1.28 197.72 0 197.72 0 197.28 1.28 197.28 1.28 181.72 0 181.72 0 181.28 1.28 181.28 1.28 165.72 0 165.72 0 165.28 1.28 165.28 1.28 149.72 0 149.72 0 149.28 1.28 149.28 1.28 133.72 0 133.72 0 133.28 1.28 133.28 1.28 125.72 0 125.72 0 125.28 1.28 125.28 1.28 117.72 0 117.72 0 117.28 1.28 117.28 1.28 101.72 0 101.72 0 101.28 1.28 101.28 1.28 85.72 0 85.72 0 85.28 1.28 85.28 1.28 69.72 0 69.72 0 0 75 0 ;
+    LAYER Via1 ;
+      RECT 0 0 75 350 ;
+    LAYER Via2 ;
+      RECT 0 0 75 350 ;
+    LAYER Via3 ;
+      RECT 0 0 75 350 ;
+  END
+
+END gf180mcu_fd_io__in_c
diff --git a/cells/in_c/gf180mcu_fd_io__in_c_5lm.gds b/cells/in_c/gf180mcu_fd_io__in_c_5lm.gds
new file mode 100644
index 0000000..916b3be
--- /dev/null
+++ b/cells/in_c/gf180mcu_fd_io__in_c_5lm.gds
Binary files differ
diff --git a/cells/in_c/gf180mcu_fd_io__in_c_5lm.lef b/cells/in_c/gf180mcu_fd_io__in_c_5lm.lef
new file mode 100644
index 0000000..acfbafe
--- /dev/null
+++ b/cells/in_c/gf180mcu_fd_io__in_c_5lm.lef
@@ -0,0 +1,723 @@
+# Copyright 2022 GlobalFoundries PDK Authors
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+MACRO gf180mcu_fd_io__in_c
+  CLASS PAD INPUT ;
+  ORIGIN 0 0 ;
+  FOREIGN gf180mcu_fd_io__in_c 0 0 ;
+  SIZE 75 BY 350 ;
+  SYMMETRY X Y R90 ;
+  SITE GF_IO_Site ;
+    PIN PAD
+        DIRECTION INPUT ;
+        USE SIGNAL ;
+        PORT
+        LAYER Metal5  ;
+        RECT 25.000 20.000 50.000 45.000 ;
+        END
+    END PAD
+  PIN PD
+    DIRECTION INPUT ;
+    USE SIGNAL ;
+    ANTENNADIFFAREA 1 LAYER Metal2 ;
+      ANTENNAGATEAREA 10.5 LAYER Metal2 ;
+    PORT
+        CLASS CORE ;
+      LAYER Metal2 ;
+        RECT 10.33 349.62 10.71 350 ;
+    END
+  END PD
+  PIN PU
+    DIRECTION INPUT ;
+    USE SIGNAL ;
+    ANTENNADIFFAREA 2.98 LAYER Metal2 ;
+      ANTENNAGATEAREA 7.35 LAYER Metal2 ;
+    PORT
+        CLASS CORE ;
+      LAYER Metal2 ;
+        RECT 5.965 349.62 6.345 350 ;
+    END
+  END PU
+  PIN Y
+    DIRECTION OUTPUT ;
+    USE SIGNAL ;
+    ANTENNADIFFAREA 7.8 LAYER Metal2 ;
+    PORT
+        CLASS CORE ;
+      LAYER Metal2 ;
+        RECT 70.86 349.62 71.24 350 ;
+    END
+  END Y
+  PIN DVDD
+    DIRECTION INOUT ;
+    USE POWER ;
+    PORT
+      LAYER Metal5 ;
+        RECT 74 118 75 125 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 74 182 75 197 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 74 166 75 181 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 74 150 75 165 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 74 134 75 149 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 74 214 75 229 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 74 206 75 213 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 74 278 75 285 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 74 270 75 277 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 74 262 75 269 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 74 294 75 301 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 74 334 75 341 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 118 75 125 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 182 75 197 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 166 75 181 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 150 75 165 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 134 75 149 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 214 75 229 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 206 75 213 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 278 75 285 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 270 75 277 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 262 75 269 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 294 75 301 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 334 75 341 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 118 75 125 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 182 75 197 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 166 75 181 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 150 75 165 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 134 75 149 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 214 75 229 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 206 75 213 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 278 75 285 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 270 75 277 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 262 75 269 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 294 75 301 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 334 75 341 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 334 1 341 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 294 1 301 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 262 1 269 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 270 1 277 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 278 1 285 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 206 1 213 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 214 1 229 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 134 1 149 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 150 1 165 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 166 1 181 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 182 1 197 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 334 1 341 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 294 1 301 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 262 1 269 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 270 1 277 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 278 1 285 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 206 1 213 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 214 1 229 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 134 1 149 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 150 1 165 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 166 1 181 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 182 1 197 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 334 1 341 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 294 1 301 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 262 1 269 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 270 1 277 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 278 1 285 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 206 1 213 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 214 1 229 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 134 1 149 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 150 1 165 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 166 1 181 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 182 1 197 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 118 1 125 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 118 1 125 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 118 1 125 ;
+    END
+  END DVDD
+  PIN DVSS
+    DIRECTION INOUT ;
+    USE GROUND ;
+    PORT
+      LAYER Metal5 ;
+        RECT 74 102 75 117 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 74 86 75 101 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 74 70 75 85 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 74 126 75 133 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 74 198 75 205 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 74 230 75 245 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 74 286 75 293 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 74 302 75 309 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 74 326 75 333 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 74 342 75 348.39 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 102 75 117 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 86 75 101 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 70 75 85 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 126 75 133 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 198 75 205 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 230 75 245 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 286 75 293 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 302 75 309 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 326 75 333 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 342 75 348.39 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 102 75 117 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 86 75 101 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 70 75 85 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 126 75 133 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 198 75 205 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 230 75 245 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 286 75 293 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 302 75 309 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 326 75 333 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 342 75 348.39 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 342 1 348.39 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 326 1 333 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 302 1 309 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 286 1 293 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 230 1 245 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 198 1 205 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 126 1 133 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 70 1 85 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 86 1 101 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 342 1 348.39 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 326 1 333 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 302 1 309 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 286 1 293 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 230 1 245 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 198 1 205 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 126 1 133 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 70 1 85 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 86 1 101 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 342 1 348.39 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 326 1 333 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 302 1 309 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 286 1 293 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 230 1 245 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 198 1 205 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 126 1 133 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 70 1 85 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 86 1 101 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 102 1 117 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 102 1 117 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 102 1 117 ;
+    END
+  END DVSS
+  PIN VDD
+    DIRECTION INOUT ;
+    USE POWER ;
+    PORT
+      LAYER Metal5 ;
+        RECT 74 254 75 261 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 74 310 75 317 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 254 75 261 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 310 75 317 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 254 75 261 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 310 75 317 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 310 1 317 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 310 1 317 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 310 1 317 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 254 1 261 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 254 1 261 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 254 1 261 ;
+    END
+  END VDD
+  PIN VSS
+    DIRECTION INOUT ;
+    USE GROUND ;
+    PORT
+      LAYER Metal5 ;
+        RECT 74 246 75 253 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 74 318 75 325 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 246 75 253 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 318 75 325 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 246 75 253 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 318 75 325 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 318 1 325 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 318 1 325 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 318 1 325 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 246 1 253 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 246 1 253 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 246 1 253 ;
+    END
+  END VSS
+  OBS
+    LAYER Metal1 ;
+      RECT 0 0 75 350 ;
+    LAYER Metal2 ;
+      POLYGON 75 350 71.52 350 71.52 349.34 70.58 349.34 70.58 350 10.99 350 10.99 349.34 10.05 349.34 10.05 350 6.625 350 6.625 349.34 5.685 349.34 5.685 350 0 350 0 0 75 0 ;
+    LAYER Metal3 ;
+      POLYGON 75 69.72 73.72 69.72 73.72 85.28 75 85.28 75 85.72 73.72 85.72 73.72 101.28 75 101.28 75 101.72 73.72 101.72 73.72 117.28 75 117.28 75 117.72 73.72 117.72 73.72 125.28 75 125.28 75 125.72 73.72 125.72 73.72 133.28 75 133.28 75 133.72 73.72 133.72 73.72 149.28 75 149.28 75 149.72 73.72 149.72 73.72 165.28 75 165.28 75 165.72 73.72 165.72 73.72 181.28 75 181.28 75 181.72 73.72 181.72 73.72 197.28 75 197.28 75 197.72 73.72 197.72 73.72 205.28 75 205.28 75 205.72 73.72 205.72 73.72 213.28 75 213.28 75 213.72 73.72 213.72 73.72 229.28 75 229.28 75 229.72 73.72 229.72 73.72 245.28 75 245.28 75 245.72 73.72 245.72 73.72 253.28 75 253.28 75 253.72 73.72 253.72 73.72 261.28 75 261.28 75 261.72 73.72 261.72 73.72 269.28 75 269.28 75 269.72 73.72 269.72 73.72 277.28 75 277.28 75 277.72 73.72 277.72 73.72 285.28 75 285.28 75 285.72 73.72 285.72 73.72 293.28 75 293.28 75 293.72 73.72 293.72 73.72 301.28 75 301.28 75 301.72 73.72 301.72 73.72 309.28 75 309.28 75 309.72 73.72 309.72 73.72 317.28 75 317.28 75 317.72 73.72 317.72 73.72 325.28 75 325.28 75 325.72 73.72 325.72 73.72 333.28 75 333.28 75 333.72 73.72 333.72 73.72 341.28 75 341.28 75 341.72 73.72 341.72 73.72 348.67 75 348.67 75 350 0 350 0 348.67 1.28 348.67 1.28 341.72 0 341.72 0 341.28 1.28 341.28 1.28 333.72 0 333.72 0 333.28 1.28 333.28 1.28 325.72 0 325.72 0 325.28 1.28 325.28 1.28 317.72 0 317.72 0 317.28 1.28 317.28 1.28 309.72 0 309.72 0 309.28 1.28 309.28 1.28 301.72 0 301.72 0 301.28 1.28 301.28 1.28 293.72 0 293.72 0 293.28 1.28 293.28 1.28 285.72 0 285.72 0 285.28 1.28 285.28 1.28 277.72 0 277.72 0 277.28 1.28 277.28 1.28 269.72 0 269.72 0 269.28 1.28 269.28 1.28 261.72 0 261.72 0 261.28 1.28 261.28 1.28 253.72 0 253.72 0 253.28 1.28 253.28 1.28 245.72 0 245.72 0 245.28 1.28 245.28 1.28 229.72 0 229.72 0 229.28 1.28 229.28 1.28 213.72 0 213.72 0 213.28 1.28 213.28 1.28 205.72 0 205.72 0 205.28 1.28 205.28 1.28 197.72 0 197.72 0 197.28 1.28 197.28 1.28 181.72 0 181.72 0 181.28 1.28 181.28 1.28 165.72 0 165.72 0 165.28 1.28 165.28 1.28 149.72 0 149.72 0 149.28 1.28 149.28 1.28 133.72 0 133.72 0 133.28 1.28 133.28 1.28 125.72 0 125.72 0 125.28 1.28 125.28 1.28 117.72 0 117.72 0 117.28 1.28 117.28 1.28 101.72 0 101.72 0 101.28 1.28 101.28 1.28 85.72 0 85.72 0 85.28 1.28 85.28 1.28 69.72 0 69.72 0 0 75 0 ;
+    LAYER Metal4 ;
+      POLYGON 75 69.72 73.72 69.72 73.72 85.28 75 85.28 75 85.72 73.72 85.72 73.72 101.28 75 101.28 75 101.72 73.72 101.72 73.72 117.28 75 117.28 75 117.72 73.72 117.72 73.72 125.28 75 125.28 75 125.72 73.72 125.72 73.72 133.28 75 133.28 75 133.72 73.72 133.72 73.72 149.28 75 149.28 75 149.72 73.72 149.72 73.72 165.28 75 165.28 75 165.72 73.72 165.72 73.72 181.28 75 181.28 75 181.72 73.72 181.72 73.72 197.28 75 197.28 75 197.72 73.72 197.72 73.72 205.28 75 205.28 75 205.72 73.72 205.72 73.72 213.28 75 213.28 75 213.72 73.72 213.72 73.72 229.28 75 229.28 75 229.72 73.72 229.72 73.72 245.28 75 245.28 75 245.72 73.72 245.72 73.72 253.28 75 253.28 75 253.72 73.72 253.72 73.72 261.28 75 261.28 75 261.72 73.72 261.72 73.72 269.28 75 269.28 75 269.72 73.72 269.72 73.72 277.28 75 277.28 75 277.72 73.72 277.72 73.72 285.28 75 285.28 75 285.72 73.72 285.72 73.72 293.28 75 293.28 75 293.72 73.72 293.72 73.72 301.28 75 301.28 75 301.72 73.72 301.72 73.72 309.28 75 309.28 75 309.72 73.72 309.72 73.72 317.28 75 317.28 75 317.72 73.72 317.72 73.72 325.28 75 325.28 75 325.72 73.72 325.72 73.72 333.28 75 333.28 75 333.72 73.72 333.72 73.72 341.28 75 341.28 75 341.72 73.72 341.72 73.72 348.67 75 348.67 75 350 0 350 0 348.67 1.28 348.67 1.28 341.72 0 341.72 0 341.28 1.28 341.28 1.28 333.72 0 333.72 0 333.28 1.28 333.28 1.28 325.72 0 325.72 0 325.28 1.28 325.28 1.28 317.72 0 317.72 0 317.28 1.28 317.28 1.28 309.72 0 309.72 0 309.28 1.28 309.28 1.28 301.72 0 301.72 0 301.28 1.28 301.28 1.28 293.72 0 293.72 0 293.28 1.28 293.28 1.28 285.72 0 285.72 0 285.28 1.28 285.28 1.28 277.72 0 277.72 0 277.28 1.28 277.28 1.28 269.72 0 269.72 0 269.28 1.28 269.28 1.28 261.72 0 261.72 0 261.28 1.28 261.28 1.28 253.72 0 253.72 0 253.28 1.28 253.28 1.28 245.72 0 245.72 0 245.28 1.28 245.28 1.28 229.72 0 229.72 0 229.28 1.28 229.28 1.28 213.72 0 213.72 0 213.28 1.28 213.28 1.28 205.72 0 205.72 0 205.28 1.28 205.28 1.28 197.72 0 197.72 0 197.28 1.28 197.28 1.28 181.72 0 181.72 0 181.28 1.28 181.28 1.28 165.72 0 165.72 0 165.28 1.28 165.28 1.28 149.72 0 149.72 0 149.28 1.28 149.28 1.28 133.72 0 133.72 0 133.28 1.28 133.28 1.28 125.72 0 125.72 0 125.28 1.28 125.28 1.28 117.72 0 117.72 0 117.28 1.28 117.28 1.28 101.72 0 101.72 0 101.28 1.28 101.28 1.28 85.72 0 85.72 0 85.28 1.28 85.28 1.28 69.72 0 69.72 0 0 75 0 ;
+    LAYER Metal5 ;
+      POLYGON 75 69.72 73.72 69.72 73.72 85.28 75 85.28 75 85.72 73.72 85.72 73.72 101.28 75 101.28 75 101.72 73.72 101.72 73.72 117.28 75 117.28 75 117.72 73.72 117.72 73.72 125.28 75 125.28 75 125.72 73.72 125.72 73.72 133.28 75 133.28 75 133.72 73.72 133.72 73.72 149.28 75 149.28 75 149.72 73.72 149.72 73.72 165.28 75 165.28 75 165.72 73.72 165.72 73.72 181.28 75 181.28 75 181.72 73.72 181.72 73.72 197.28 75 197.28 75 197.72 73.72 197.72 73.72 205.28 75 205.28 75 205.72 73.72 205.72 73.72 213.28 75 213.28 75 213.72 73.72 213.72 73.72 229.28 75 229.28 75 229.72 73.72 229.72 73.72 245.28 75 245.28 75 245.72 73.72 245.72 73.72 253.28 75 253.28 75 253.72 73.72 253.72 73.72 261.28 75 261.28 75 261.72 73.72 261.72 73.72 269.28 75 269.28 75 269.72 73.72 269.72 73.72 277.28 75 277.28 75 277.72 73.72 277.72 73.72 285.28 75 285.28 75 285.72 73.72 285.72 73.72 293.28 75 293.28 75 293.72 73.72 293.72 73.72 301.28 75 301.28 75 301.72 73.72 301.72 73.72 309.28 75 309.28 75 309.72 73.72 309.72 73.72 317.28 75 317.28 75 317.72 73.72 317.72 73.72 325.28 75 325.28 75 325.72 73.72 325.72 73.72 333.28 75 333.28 75 333.72 73.72 333.72 73.72 341.28 75 341.28 75 341.72 73.72 341.72 73.72 348.67 75 348.67 75 350 0 350 0 348.67 1.28 348.67 1.28 341.72 0 341.72 0 341.28 1.28 341.28 1.28 333.72 0 333.72 0 333.28 1.28 333.28 1.28 325.72 0 325.72 0 325.28 1.28 325.28 1.28 317.72 0 317.72 0 317.28 1.28 317.28 1.28 309.72 0 309.72 0 309.28 1.28 309.28 1.28 301.72 0 301.72 0 301.28 1.28 301.28 1.28 293.72 0 293.72 0 293.28 1.28 293.28 1.28 285.72 0 285.72 0 285.28 1.28 285.28 1.28 277.72 0 277.72 0 277.28 1.28 277.28 1.28 269.72 0 269.72 0 269.28 1.28 269.28 1.28 261.72 0 261.72 0 261.28 1.28 261.28 1.28 253.72 0 253.72 0 253.28 1.28 253.28 1.28 245.72 0 245.72 0 245.28 1.28 245.28 1.28 229.72 0 229.72 0 229.28 1.28 229.28 1.28 213.72 0 213.72 0 213.28 1.28 213.28 1.28 205.72 0 205.72 0 205.28 1.28 205.28 1.28 197.72 0 197.72 0 197.28 1.28 197.28 1.28 181.72 0 181.72 0 181.28 1.28 181.28 1.28 165.72 0 165.72 0 165.28 1.28 165.28 1.28 149.72 0 149.72 0 149.28 1.28 149.28 1.28 133.72 0 133.72 0 133.28 1.28 133.28 1.28 125.72 0 125.72 0 125.28 1.28 125.28 1.28 117.72 0 117.72 0 117.28 1.28 117.28 1.28 101.72 0 101.72 0 101.28 1.28 101.28 1.28 85.72 0 85.72 0 85.28 1.28 85.28 1.28 69.72 0 69.72 0 0 75 0 ;
+    LAYER Via1 ;
+      RECT 0 0 75 350 ;
+    LAYER Via2 ;
+      RECT 0 0 75 350 ;
+    LAYER Via3 ;
+      RECT 0 0 75 350 ;
+    LAYER Via4 ;
+      RECT 0 0 75 350 ;
+  END
+
+END gf180mcu_fd_io__in_c
diff --git a/cells/in_c/gf180mcu_fd_io__in_c__ff_125C_2v75.lib b/cells/in_c/gf180mcu_fd_io__in_c__ff_125C_2v75.lib
new file mode 100644
index 0000000..1008d91
--- /dev/null
+++ b/cells/in_c/gf180mcu_fd_io__in_c__ff_125C_2v75.lib
@@ -0,0 +1,150 @@
+/*
+ * Copyright 2022 GlobalFoundries PDK Authors
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+	cell ("gf180mcu_fd_io__in_c") {
+		scaling_factors : "gf_factors";
+		area : 26250.000000;
+		pad_cell : true;
+		dont_use : true;
+		dont_touch : true;
+		cell_leakage_power : 3.918850e-02;
+		leakage_power () {
+			when : "!PU !PD !PAD";
+			value : "0.039189";
+		}
+		pin ("PU") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.077854;
+			rise_capacitance_range(0.062951,0.089388);
+			capacitance : 0.077897;
+			fall_capacitance : 0.077940;
+			fall_capacitance_range(0.059632,0.093351);
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("-0.194480, 0.136694, 0.133975");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("0.550011, 1.053911, 1.157931");
+				}
+			}
+		}
+		pin ("PD") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.048100;
+			rise_capacitance_range(0.047242,0.048602);
+			capacitance : 0.049314;
+			fall_capacitance : 0.050527;
+			fall_capacitance_range(0.048158,0.052622);
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("-0.027096, 0.584865, 0.620497");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("0.462444, 0.920110, 0.944030");
+				}
+			}
+		}
+		pin ("PAD") {
+			max_transition : 1.000000;
+			is_pad : true;
+			direction : "input";
+			input_signal_level : "DVDD";
+			rise_capacitance : 3.296601;
+			rise_capacitance_range(3.279617,3.310541);
+			capacitance : 3.309165;
+			fall_capacitance : 3.321728;
+			fall_capacitance_range(3.267386,3.355519);
+		}
+		pin ("Y") {
+			function : "((PAD))";
+			direction : "output";
+			max_capacitance : 0.500000;
+			output_signal_level : "VDD";
+			internal_power () {
+				related_pin : "PAD";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("-12.605690, -12.629590, -12.647710, -12.694000, -12.710650, -12.722760", \
+					  "-12.553090, -12.580420, -12.593650, -12.644210, -12.659790, -12.674060", \
+					  "-12.513310, -12.540840, -12.575430, -12.624000, -12.637760, -12.648290");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("14.468900, 14.480020, 14.506920, 14.573720, 14.592340, 14.599520", \
+					  "14.660210, 14.675430, 14.705500, 14.766880, 14.783530, 14.798240", \
+					  "14.580500, 14.592710, 14.625060, 14.686600, 14.700570, 14.727080");
+				}
+			}
+			timing () {
+				related_pin : "PAD";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("1.608233, 1.684180, 1.778545, 2.049726, 2.180677, 2.310923", \
+					  "1.699627, 1.775256, 1.869811, 2.142189, 2.272078, 2.401867", \
+					  "1.739629, 1.815331, 1.909846, 2.181798, 2.311671, 2.441622");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.267509, 0.377115, 0.520762, 1.020790, 1.278466, 1.543373", \
+					  "0.270473, 0.378345, 0.521090, 1.024436, 1.284461, 1.544963", \
+					  "0.271608, 0.376239, 0.523442, 1.022238, 1.282449, 1.552146");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("1.575869, 1.636350, 1.709911, 1.906812, 1.996232, 2.083518", \
+					  "1.578922, 1.639800, 1.713417, 1.909207, 1.998566, 2.086287", \
+					  "1.746515, 1.807324, 1.880522, 2.077768, 2.166763, 2.254215");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.140373, 0.219271, 0.320914, 0.636959, 0.795237, 0.956410", \
+					  "0.140725, 0.221278, 0.320606, 0.635087, 0.795466, 0.955495", \
+					  "0.140502, 0.219499, 0.319980, 0.636631, 0.794980, 0.955515");
+				}
+			}
+		}
+		pin ("DVDD") {
+			direction : "inout";
+			capacitance : 0;
+		}
+		pin ("DVSS") {
+			direction : "inout";
+			capacitance : 0;
+		}
+		pin ("VDD") {
+			direction : "inout";
+			capacitance : 0;
+		}
+		pin ("VSS") {
+			direction : "inout";
+			capacitance : 0;
+		}
+	}
diff --git a/cells/in_c/gf180mcu_fd_io__in_c__ff_125C_2v75.lib.json b/cells/in_c/gf180mcu_fd_io__in_c__ff_125C_2v75.lib.json
new file mode 100644
index 0000000..626492d
--- /dev/null
+++ b/cells/in_c/gf180mcu_fd_io__in_c__ff_125C_2v75.lib.json
@@ -0,0 +1,373 @@
+{
+    "cell gf180mcu_fd_io__in_c": {
+        "scaling_factors": "gf_factors",
+        "area": "26250.000000",
+        "pad_cell": "true",
+        "dont_use": "true",
+        "dont_touch": "true",
+        "cell_leakage_power": "3.918850e-02",
+        "leakage_power ": {
+            "when": "!PU !PD !PAD",
+            "value": "0.039189"
+        },
+        "pin PU": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.077854",
+            "comp_attribute rise_capacitance_range": "0.062951,0.089388",
+            "capacitance": "0.077897",
+            "fall_capacitance": "0.077940",
+            "comp_attribute fall_capacitance_range": "0.059632,0.093351",
+            "internal_power ": {
+                "rise_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        -0.19448,
+                        0.136694,
+                        0.133975
+                    ]
+                },
+                "fall_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        0.550011,
+                        1.053911,
+                        1.157931
+                    ]
+                }
+            }
+        },
+        "pin PD": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.048100",
+            "comp_attribute rise_capacitance_range": "0.047242,0.048602",
+            "capacitance": "0.049314",
+            "fall_capacitance": "0.050527",
+            "comp_attribute fall_capacitance_range": "0.048158,0.052622",
+            "internal_power ": {
+                "rise_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        -0.027096,
+                        0.584865,
+                        0.620497
+                    ]
+                },
+                "fall_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        0.462444,
+                        0.92011,
+                        0.94403
+                    ]
+                }
+            }
+        },
+        "pin PAD": {
+            "max_transition": "1.000000",
+            "is_pad": "true",
+            "direction": "input",
+            "input_signal_level": "DVDD",
+            "rise_capacitance": "3.296601",
+            "comp_attribute rise_capacitance_range": "3.279617,3.310541",
+            "capacitance": "3.309165",
+            "fall_capacitance": "3.321728",
+            "comp_attribute fall_capacitance_range": "3.267386,3.355519"
+        },
+        "pin Y": {
+            "function": "((PAD))",
+            "direction": "output",
+            "max_capacitance": "0.500000",
+            "output_signal_level": "VDD",
+            "internal_power ": {
+                "related_pin": "PAD",
+                "rise_power power_outputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1
+                    ],
+                    "index_2": [
+                        0,
+                        0.04,
+                        0.1,
+                        0.3,
+                        0.4,
+                        0.5
+                    ],
+                    "values": [
+                        [
+                            -12.60569,
+                            -12.62959,
+                            -12.64771,
+                            -12.694,
+                            -12.71065,
+                            -12.72276
+                        ],
+                        [
+                            -12.55309,
+                            -12.58042,
+                            -12.59365,
+                            -12.64421,
+                            -12.65979,
+                            -12.67406
+                        ],
+                        [
+                            -12.51331,
+                            -12.54084,
+                            -12.57543,
+                            -12.624,
+                            -12.63776,
+                            -12.64829
+                        ]
+                    ]
+                },
+                "fall_power power_outputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1
+                    ],
+                    "index_2": [
+                        0,
+                        0.04,
+                        0.1,
+                        0.3,
+                        0.4,
+                        0.5
+                    ],
+                    "values": [
+                        [
+                            14.4689,
+                            14.48002,
+                            14.50692,
+                            14.57372,
+                            14.59234,
+                            14.59952
+                        ],
+                        [
+                            14.66021,
+                            14.67543,
+                            14.7055,
+                            14.76688,
+                            14.78353,
+                            14.79824
+                        ],
+                        [
+                            14.5805,
+                            14.59271,
+                            14.62506,
+                            14.6866,
+                            14.70057,
+                            14.72708
+                        ]
+                    ]
+                }
+            },
+            "timing ": {
+                "related_pin": "PAD",
+                "timing_type": "combinational",
+                "timing_sense": "positive_unate",
+                "cell_rise del_1_3_6": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "index_2": [
+                        0.0,
+                        0.04,
+                        0.1,
+                        0.3,
+                        0.4,
+                        0.5
+                    ],
+                    "values": [
+                        [
+                            1.608233,
+                            1.68418,
+                            1.778545,
+                            2.049726,
+                            2.180677,
+                            2.310923
+                        ],
+                        [
+                            1.699627,
+                            1.775256,
+                            1.869811,
+                            2.142189,
+                            2.272078,
+                            2.401867
+                        ],
+                        [
+                            1.739629,
+                            1.815331,
+                            1.909846,
+                            2.181798,
+                            2.311671,
+                            2.441622
+                        ]
+                    ]
+                },
+                "rise_transition del_1_3_6": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "index_2": [
+                        0.0,
+                        0.04,
+                        0.1,
+                        0.3,
+                        0.4,
+                        0.5
+                    ],
+                    "values": [
+                        [
+                            0.267509,
+                            0.377115,
+                            0.520762,
+                            1.02079,
+                            1.278466,
+                            1.543373
+                        ],
+                        [
+                            0.270473,
+                            0.378345,
+                            0.52109,
+                            1.024436,
+                            1.284461,
+                            1.544963
+                        ],
+                        [
+                            0.271608,
+                            0.376239,
+                            0.523442,
+                            1.022238,
+                            1.282449,
+                            1.552146
+                        ]
+                    ]
+                },
+                "cell_fall del_1_3_6": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "index_2": [
+                        0.0,
+                        0.04,
+                        0.1,
+                        0.3,
+                        0.4,
+                        0.5
+                    ],
+                    "values": [
+                        [
+                            1.575869,
+                            1.63635,
+                            1.709911,
+                            1.906812,
+                            1.996232,
+                            2.083518
+                        ],
+                        [
+                            1.578922,
+                            1.6398,
+                            1.713417,
+                            1.909207,
+                            1.998566,
+                            2.086287
+                        ],
+                        [
+                            1.746515,
+                            1.807324,
+                            1.880522,
+                            2.077768,
+                            2.166763,
+                            2.254215
+                        ]
+                    ]
+                },
+                "fall_transition del_1_3_6": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "index_2": [
+                        0.0,
+                        0.04,
+                        0.1,
+                        0.3,
+                        0.4,
+                        0.5
+                    ],
+                    "values": [
+                        [
+                            0.140373,
+                            0.219271,
+                            0.320914,
+                            0.636959,
+                            0.795237,
+                            0.95641
+                        ],
+                        [
+                            0.140725,
+                            0.221278,
+                            0.320606,
+                            0.635087,
+                            0.795466,
+                            0.955495
+                        ],
+                        [
+                            0.140502,
+                            0.219499,
+                            0.31998,
+                            0.636631,
+                            0.79498,
+                            0.955515
+                        ]
+                    ]
+                }
+            }
+        },
+        "pin DVDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin DVSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        }
+    }
+}
\ No newline at end of file
diff --git a/cells/in_c/gf180mcu_fd_io__in_c__ff_125C_3v63.lib b/cells/in_c/gf180mcu_fd_io__in_c__ff_125C_3v63.lib
new file mode 100644
index 0000000..11b0672
--- /dev/null
+++ b/cells/in_c/gf180mcu_fd_io__in_c__ff_125C_3v63.lib
@@ -0,0 +1,150 @@
+/*
+ * Copyright 2022 GlobalFoundries PDK Authors
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+	cell ("gf180mcu_fd_io__in_c") {
+		scaling_factors : "gf_factors";
+		area : 26250.000000;
+		pad_cell : true;
+		dont_use : true;
+		dont_touch : true;
+		cell_leakage_power : 6.298540e-02;
+		leakage_power () {
+			when : "!PU !PD !PAD";
+			value : "0.062985";
+		}
+		pin ("PU") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.082211;
+			rise_capacitance_range(0.064960,0.094989);
+			capacitance : 0.082776;
+			fall_capacitance : 0.083341;
+			fall_capacitance_range(0.062467,0.099335);
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("-0.278507, 0.367037, 0.403135");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("1.131123, 1.900842, 2.127828");
+				}
+			}
+		}
+		pin ("PD") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.048975;
+			rise_capacitance_range(0.048599,0.049417);
+			capacitance : 0.050136;
+			fall_capacitance : 0.051296;
+			fall_capacitance_range(0.049304,0.053226);
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("0.052044, 1.107209, 1.168761");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("1.020854, 1.654465, 1.801474");
+				}
+			}
+		}
+		pin ("PAD") {
+			max_transition : 1.000000;
+			is_pad : true;
+			direction : "input";
+			input_signal_level : "DVDD";
+			rise_capacitance : 3.152475;
+			rise_capacitance_range(3.128723,3.185475);
+			capacitance : 3.168251;
+			fall_capacitance : 3.184027;
+			fall_capacitance_range(3.168626,3.191855);
+		}
+		pin ("Y") {
+			function : "((PAD))";
+			direction : "output";
+			max_capacitance : 0.500000;
+			output_signal_level : "VDD";
+			internal_power () {
+				related_pin : "PAD";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("-20.825310, -20.893060, -20.942350, -21.050460, -21.091440, -21.112250", \
+					  "-20.518630, -20.588110, -20.637280, -20.731440, -20.765830, -20.792590", \
+					  "-20.696520, -20.763480, -20.808800, -20.933110, -20.966070, -21.001860");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("24.628780, 24.633740, 24.683190, 24.740000, 24.838760, 24.820000", \
+					  "24.471910, 24.477350, 24.526540, 24.619420, 24.646050, 24.661250", \
+					  "24.449960, 24.456570, 24.499880, 24.594460, 24.623750, 24.643020");
+				}
+			}
+			timing () {
+				related_pin : "PAD";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("1.241317, 1.297440, 1.367121, 1.568810, 1.665339, 1.761990", \
+					  "1.306252, 1.362064, 1.430993, 1.632733, 1.729714, 1.826378", \
+					  "1.311179, 1.367324, 1.436970, 1.638848, 1.735806, 1.832273");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.225297, 0.302260, 0.408053, 0.784463, 0.980275, 1.183239", \
+					  "0.224211, 0.293713, 0.403560, 0.785447, 0.981666, 1.182135", \
+					  "0.226106, 0.295549, 0.406219, 0.785928, 0.983139, 1.181401");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("1.122085, 1.169581, 1.227762, 1.388518, 1.461975, 1.534248", \
+					  "1.179582, 1.227165, 1.285609, 1.446142, 1.519496, 1.591561", \
+					  "1.374231, 1.421711, 1.480100, 1.640453, 1.713817, 1.785867");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.114077, 0.176312, 0.258640, 0.518454, 0.648913, 0.781313", \
+					  "0.114714, 0.176160, 0.258368, 0.518550, 0.650252, 0.781235", \
+					  "0.114235, 0.175572, 0.258115, 0.517426, 0.648935, 0.781805");
+				}
+			}
+		}
+		pin ("DVDD") {
+			direction : "inout";
+			capacitance : 0;
+		}
+		pin ("DVSS") {
+			direction : "inout";
+			capacitance : 0;
+		}
+		pin ("VDD") {
+			direction : "inout";
+			capacitance : 0;
+		}
+		pin ("VSS") {
+			direction : "inout";
+			capacitance : 0;
+		}
+	}
diff --git a/cells/in_c/gf180mcu_fd_io__in_c__ff_125C_3v63.lib.json b/cells/in_c/gf180mcu_fd_io__in_c__ff_125C_3v63.lib.json
new file mode 100644
index 0000000..4c92443
--- /dev/null
+++ b/cells/in_c/gf180mcu_fd_io__in_c__ff_125C_3v63.lib.json
@@ -0,0 +1,373 @@
+{
+    "cell gf180mcu_fd_io__in_c": {
+        "scaling_factors": "gf_factors",
+        "area": "26250.000000",
+        "pad_cell": "true",
+        "dont_use": "true",
+        "dont_touch": "true",
+        "cell_leakage_power": "6.298540e-02",
+        "leakage_power ": {
+            "when": "!PU !PD !PAD",
+            "value": "0.062985"
+        },
+        "pin PU": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.082211",
+            "comp_attribute rise_capacitance_range": "0.064960,0.094989",
+            "capacitance": "0.082776",
+            "fall_capacitance": "0.083341",
+            "comp_attribute fall_capacitance_range": "0.062467,0.099335",
+            "internal_power ": {
+                "rise_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        -0.278507,
+                        0.367037,
+                        0.403135
+                    ]
+                },
+                "fall_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        1.131123,
+                        1.900842,
+                        2.127828
+                    ]
+                }
+            }
+        },
+        "pin PD": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.048975",
+            "comp_attribute rise_capacitance_range": "0.048599,0.049417",
+            "capacitance": "0.050136",
+            "fall_capacitance": "0.051296",
+            "comp_attribute fall_capacitance_range": "0.049304,0.053226",
+            "internal_power ": {
+                "rise_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        0.052044,
+                        1.107209,
+                        1.168761
+                    ]
+                },
+                "fall_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        1.020854,
+                        1.654465,
+                        1.801474
+                    ]
+                }
+            }
+        },
+        "pin PAD": {
+            "max_transition": "1.000000",
+            "is_pad": "true",
+            "direction": "input",
+            "input_signal_level": "DVDD",
+            "rise_capacitance": "3.152475",
+            "comp_attribute rise_capacitance_range": "3.128723,3.185475",
+            "capacitance": "3.168251",
+            "fall_capacitance": "3.184027",
+            "comp_attribute fall_capacitance_range": "3.168626,3.191855"
+        },
+        "pin Y": {
+            "function": "((PAD))",
+            "direction": "output",
+            "max_capacitance": "0.500000",
+            "output_signal_level": "VDD",
+            "internal_power ": {
+                "related_pin": "PAD",
+                "rise_power power_outputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1
+                    ],
+                    "index_2": [
+                        0,
+                        0.04,
+                        0.1,
+                        0.3,
+                        0.4,
+                        0.5
+                    ],
+                    "values": [
+                        [
+                            -20.82531,
+                            -20.89306,
+                            -20.94235,
+                            -21.05046,
+                            -21.09144,
+                            -21.11225
+                        ],
+                        [
+                            -20.51863,
+                            -20.58811,
+                            -20.63728,
+                            -20.73144,
+                            -20.76583,
+                            -20.79259
+                        ],
+                        [
+                            -20.69652,
+                            -20.76348,
+                            -20.8088,
+                            -20.93311,
+                            -20.96607,
+                            -21.00186
+                        ]
+                    ]
+                },
+                "fall_power power_outputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1
+                    ],
+                    "index_2": [
+                        0,
+                        0.04,
+                        0.1,
+                        0.3,
+                        0.4,
+                        0.5
+                    ],
+                    "values": [
+                        [
+                            24.62878,
+                            24.63374,
+                            24.68319,
+                            24.74,
+                            24.83876,
+                            24.82
+                        ],
+                        [
+                            24.47191,
+                            24.47735,
+                            24.52654,
+                            24.61942,
+                            24.64605,
+                            24.66125
+                        ],
+                        [
+                            24.44996,
+                            24.45657,
+                            24.49988,
+                            24.59446,
+                            24.62375,
+                            24.64302
+                        ]
+                    ]
+                }
+            },
+            "timing ": {
+                "related_pin": "PAD",
+                "timing_type": "combinational",
+                "timing_sense": "positive_unate",
+                "cell_rise del_1_3_6": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "index_2": [
+                        0.0,
+                        0.04,
+                        0.1,
+                        0.3,
+                        0.4,
+                        0.5
+                    ],
+                    "values": [
+                        [
+                            1.241317,
+                            1.29744,
+                            1.367121,
+                            1.56881,
+                            1.665339,
+                            1.76199
+                        ],
+                        [
+                            1.306252,
+                            1.362064,
+                            1.430993,
+                            1.632733,
+                            1.729714,
+                            1.826378
+                        ],
+                        [
+                            1.311179,
+                            1.367324,
+                            1.43697,
+                            1.638848,
+                            1.735806,
+                            1.832273
+                        ]
+                    ]
+                },
+                "rise_transition del_1_3_6": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "index_2": [
+                        0.0,
+                        0.04,
+                        0.1,
+                        0.3,
+                        0.4,
+                        0.5
+                    ],
+                    "values": [
+                        [
+                            0.225297,
+                            0.30226,
+                            0.408053,
+                            0.784463,
+                            0.980275,
+                            1.183239
+                        ],
+                        [
+                            0.224211,
+                            0.293713,
+                            0.40356,
+                            0.785447,
+                            0.981666,
+                            1.182135
+                        ],
+                        [
+                            0.226106,
+                            0.295549,
+                            0.406219,
+                            0.785928,
+                            0.983139,
+                            1.181401
+                        ]
+                    ]
+                },
+                "cell_fall del_1_3_6": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "index_2": [
+                        0.0,
+                        0.04,
+                        0.1,
+                        0.3,
+                        0.4,
+                        0.5
+                    ],
+                    "values": [
+                        [
+                            1.122085,
+                            1.169581,
+                            1.227762,
+                            1.388518,
+                            1.461975,
+                            1.534248
+                        ],
+                        [
+                            1.179582,
+                            1.227165,
+                            1.285609,
+                            1.446142,
+                            1.519496,
+                            1.591561
+                        ],
+                        [
+                            1.374231,
+                            1.421711,
+                            1.4801,
+                            1.640453,
+                            1.713817,
+                            1.785867
+                        ]
+                    ]
+                },
+                "fall_transition del_1_3_6": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "index_2": [
+                        0.0,
+                        0.04,
+                        0.1,
+                        0.3,
+                        0.4,
+                        0.5
+                    ],
+                    "values": [
+                        [
+                            0.114077,
+                            0.176312,
+                            0.25864,
+                            0.518454,
+                            0.648913,
+                            0.781313
+                        ],
+                        [
+                            0.114714,
+                            0.17616,
+                            0.258368,
+                            0.51855,
+                            0.650252,
+                            0.781235
+                        ],
+                        [
+                            0.114235,
+                            0.175572,
+                            0.258115,
+                            0.517426,
+                            0.648935,
+                            0.781805
+                        ]
+                    ]
+                }
+            }
+        },
+        "pin DVDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin DVSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        }
+    }
+}
\ No newline at end of file
diff --git a/cells/in_c/gf180mcu_fd_io__in_c__ff_125C_5v50.lib b/cells/in_c/gf180mcu_fd_io__in_c__ff_125C_5v50.lib
new file mode 100644
index 0000000..a9ad760
--- /dev/null
+++ b/cells/in_c/gf180mcu_fd_io__in_c__ff_125C_5v50.lib
@@ -0,0 +1,150 @@
+/*
+ * Copyright 2022 GlobalFoundries PDK Authors
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+	cell ("gf180mcu_fd_io__in_c") {
+		scaling_factors : "gf_factors";
+		area : 26250.000000;
+		pad_cell : true;
+		dont_use : true;
+		dont_touch : true;
+		cell_leakage_power : 1.465490e-01;
+		leakage_power () {
+			when : "!PU !PD !PAD";
+			value : "0.146549";
+		}
+		pin ("PU") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.087202;
+			rise_capacitance_range(0.069369,0.100027);
+			capacitance : 0.087722;
+			fall_capacitance : 0.088242;
+			fall_capacitance_range(0.065024,0.103487);
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("-0.368437, 1.176911, 1.621638");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("3.169191, 4.693527, 5.513289");
+				}
+			}
+		}
+		pin ("PD") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.049456;
+			rise_capacitance_range(0.046848,0.052440);
+			capacitance : 0.050369;
+			fall_capacitance : 0.051282;
+			fall_capacitance_range(0.049254,0.052492);
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("0.579876, 2.884574, 3.212993");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("3.041506, 4.259216, 4.831111");
+				}
+			}
+		}
+		pin ("PAD") {
+			max_transition : 1.000000;
+			is_pad : true;
+			direction : "input";
+			input_signal_level : "DVDD";
+			rise_capacitance : 2.967310;
+			rise_capacitance_range(2.937193,2.983184);
+			capacitance : 2.977845;
+			fall_capacitance : 2.988380;
+			fall_capacitance_range(2.953295,3.033550);
+		}
+		pin ("Y") {
+			function : "((PAD))";
+			direction : "output";
+			max_capacitance : 0.500000;
+			output_signal_level : "VDD";
+			internal_power () {
+				related_pin : "PAD";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("-43.928690, -44.134810, -44.332490, -44.634850, -44.736200, -44.822580", \
+					  "-43.727530, -43.934360, -44.118180, -44.433680, -44.535430, -44.617660", \
+					  "-43.398400, -43.633410, -43.851150, -44.246710, -44.351740, -44.430320");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("53.281120, 53.270480, 53.346640, 53.516670, 53.586160, 53.591570", \
+					  "53.962140, 53.947770, 54.025530, 54.189000, 54.247430, 54.268790", \
+					  "53.175620, 53.158280, 53.229100, 53.401550, 53.453840, 53.480340");
+				}
+			}
+			timing () {
+				related_pin : "PAD";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.923128, 0.963612, 1.012072, 1.153170, 1.220645, 1.288013", \
+					  "0.954835, 0.995661, 1.044248, 1.184305, 1.251769, 1.319129", \
+					  "0.921211, 0.961606, 1.010391, 1.150478, 1.218462, 1.285840");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.187347, 0.231101, 0.304692, 0.571280, 0.708678, 0.850047", \
+					  "0.187105, 0.232387, 0.305000, 0.569642, 0.708569, 0.849072", \
+					  "0.186942, 0.231200, 0.304411, 0.568425, 0.706722, 0.847551");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.740016, 0.776382, 0.821367, 0.950386, 1.010710, 1.070187", \
+					  "0.861340, 0.897784, 0.942721, 1.071672, 1.132209, 1.191555", \
+					  "1.078981, 1.115289, 1.160114, 1.289086, 1.349442, 1.409027");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.090336, 0.137701, 0.203843, 0.420142, 0.528868, 0.638875", \
+					  "0.090681, 0.137758, 0.203734, 0.420021, 0.528378, 0.639278", \
+					  "0.090649, 0.137819, 0.203584, 0.418747, 0.529327, 0.639168");
+				}
+			}
+		}
+		pin ("DVDD") {
+			direction : "inout";
+			capacitance : 0;
+		}
+		pin ("DVSS") {
+			direction : "inout";
+			capacitance : 0;
+		}
+		pin ("VDD") {
+			direction : "inout";
+			capacitance : 0;
+		}
+		pin ("VSS") {
+			direction : "inout";
+			capacitance : 0;
+		}
+	}
diff --git a/cells/in_c/gf180mcu_fd_io__in_c__ff_125C_5v50.lib.json b/cells/in_c/gf180mcu_fd_io__in_c__ff_125C_5v50.lib.json
new file mode 100644
index 0000000..bd8110a
--- /dev/null
+++ b/cells/in_c/gf180mcu_fd_io__in_c__ff_125C_5v50.lib.json
@@ -0,0 +1,373 @@
+{
+    "cell gf180mcu_fd_io__in_c": {
+        "scaling_factors": "gf_factors",
+        "area": "26250.000000",
+        "pad_cell": "true",
+        "dont_use": "true",
+        "dont_touch": "true",
+        "cell_leakage_power": "1.465490e-01",
+        "leakage_power ": {
+            "when": "!PU !PD !PAD",
+            "value": "0.146549"
+        },
+        "pin PU": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.087202",
+            "comp_attribute rise_capacitance_range": "0.069369,0.100027",
+            "capacitance": "0.087722",
+            "fall_capacitance": "0.088242",
+            "comp_attribute fall_capacitance_range": "0.065024,0.103487",
+            "internal_power ": {
+                "rise_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        -0.368437,
+                        1.176911,
+                        1.621638
+                    ]
+                },
+                "fall_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        3.169191,
+                        4.693527,
+                        5.513289
+                    ]
+                }
+            }
+        },
+        "pin PD": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.049456",
+            "comp_attribute rise_capacitance_range": "0.046848,0.052440",
+            "capacitance": "0.050369",
+            "fall_capacitance": "0.051282",
+            "comp_attribute fall_capacitance_range": "0.049254,0.052492",
+            "internal_power ": {
+                "rise_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        0.579876,
+                        2.884574,
+                        3.212993
+                    ]
+                },
+                "fall_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        3.041506,
+                        4.259216,
+                        4.831111
+                    ]
+                }
+            }
+        },
+        "pin PAD": {
+            "max_transition": "1.000000",
+            "is_pad": "true",
+            "direction": "input",
+            "input_signal_level": "DVDD",
+            "rise_capacitance": "2.967310",
+            "comp_attribute rise_capacitance_range": "2.937193,2.983184",
+            "capacitance": "2.977845",
+            "fall_capacitance": "2.988380",
+            "comp_attribute fall_capacitance_range": "2.953295,3.033550"
+        },
+        "pin Y": {
+            "function": "((PAD))",
+            "direction": "output",
+            "max_capacitance": "0.500000",
+            "output_signal_level": "VDD",
+            "internal_power ": {
+                "related_pin": "PAD",
+                "rise_power power_outputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1
+                    ],
+                    "index_2": [
+                        0,
+                        0.04,
+                        0.1,
+                        0.3,
+                        0.4,
+                        0.5
+                    ],
+                    "values": [
+                        [
+                            -43.92869,
+                            -44.13481,
+                            -44.33249,
+                            -44.63485,
+                            -44.7362,
+                            -44.82258
+                        ],
+                        [
+                            -43.72753,
+                            -43.93436,
+                            -44.11818,
+                            -44.43368,
+                            -44.53543,
+                            -44.61766
+                        ],
+                        [
+                            -43.3984,
+                            -43.63341,
+                            -43.85115,
+                            -44.24671,
+                            -44.35174,
+                            -44.43032
+                        ]
+                    ]
+                },
+                "fall_power power_outputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1
+                    ],
+                    "index_2": [
+                        0,
+                        0.04,
+                        0.1,
+                        0.3,
+                        0.4,
+                        0.5
+                    ],
+                    "values": [
+                        [
+                            53.28112,
+                            53.27048,
+                            53.34664,
+                            53.51667,
+                            53.58616,
+                            53.59157
+                        ],
+                        [
+                            53.96214,
+                            53.94777,
+                            54.02553,
+                            54.189,
+                            54.24743,
+                            54.26879
+                        ],
+                        [
+                            53.17562,
+                            53.15828,
+                            53.2291,
+                            53.40155,
+                            53.45384,
+                            53.48034
+                        ]
+                    ]
+                }
+            },
+            "timing ": {
+                "related_pin": "PAD",
+                "timing_type": "combinational",
+                "timing_sense": "positive_unate",
+                "cell_rise del_1_3_6": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "index_2": [
+                        0.0,
+                        0.04,
+                        0.1,
+                        0.3,
+                        0.4,
+                        0.5
+                    ],
+                    "values": [
+                        [
+                            0.923128,
+                            0.963612,
+                            1.012072,
+                            1.15317,
+                            1.220645,
+                            1.288013
+                        ],
+                        [
+                            0.954835,
+                            0.995661,
+                            1.044248,
+                            1.184305,
+                            1.251769,
+                            1.319129
+                        ],
+                        [
+                            0.921211,
+                            0.961606,
+                            1.010391,
+                            1.150478,
+                            1.218462,
+                            1.28584
+                        ]
+                    ]
+                },
+                "rise_transition del_1_3_6": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "index_2": [
+                        0.0,
+                        0.04,
+                        0.1,
+                        0.3,
+                        0.4,
+                        0.5
+                    ],
+                    "values": [
+                        [
+                            0.187347,
+                            0.231101,
+                            0.304692,
+                            0.57128,
+                            0.708678,
+                            0.850047
+                        ],
+                        [
+                            0.187105,
+                            0.232387,
+                            0.305,
+                            0.569642,
+                            0.708569,
+                            0.849072
+                        ],
+                        [
+                            0.186942,
+                            0.2312,
+                            0.304411,
+                            0.568425,
+                            0.706722,
+                            0.847551
+                        ]
+                    ]
+                },
+                "cell_fall del_1_3_6": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "index_2": [
+                        0.0,
+                        0.04,
+                        0.1,
+                        0.3,
+                        0.4,
+                        0.5
+                    ],
+                    "values": [
+                        [
+                            0.740016,
+                            0.776382,
+                            0.821367,
+                            0.950386,
+                            1.01071,
+                            1.070187
+                        ],
+                        [
+                            0.86134,
+                            0.897784,
+                            0.942721,
+                            1.071672,
+                            1.132209,
+                            1.191555
+                        ],
+                        [
+                            1.078981,
+                            1.115289,
+                            1.160114,
+                            1.289086,
+                            1.349442,
+                            1.409027
+                        ]
+                    ]
+                },
+                "fall_transition del_1_3_6": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "index_2": [
+                        0.0,
+                        0.04,
+                        0.1,
+                        0.3,
+                        0.4,
+                        0.5
+                    ],
+                    "values": [
+                        [
+                            0.090336,
+                            0.137701,
+                            0.203843,
+                            0.420142,
+                            0.528868,
+                            0.638875
+                        ],
+                        [
+                            0.090681,
+                            0.137758,
+                            0.203734,
+                            0.420021,
+                            0.528378,
+                            0.639278
+                        ],
+                        [
+                            0.090649,
+                            0.137819,
+                            0.203584,
+                            0.418747,
+                            0.529327,
+                            0.639168
+                        ]
+                    ]
+                }
+            }
+        },
+        "pin DVDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin DVSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        }
+    }
+}
\ No newline at end of file
diff --git a/cells/in_c/gf180mcu_fd_io__in_c__ff_n40C_2v75.lib b/cells/in_c/gf180mcu_fd_io__in_c__ff_n40C_2v75.lib
new file mode 100644
index 0000000..830b91e
--- /dev/null
+++ b/cells/in_c/gf180mcu_fd_io__in_c__ff_n40C_2v75.lib
@@ -0,0 +1,150 @@
+/*
+ * Copyright 2022 GlobalFoundries PDK Authors
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+	cell ("gf180mcu_fd_io__in_c") {
+		scaling_factors : "gf_factors";
+		area : 26250.000000;
+		pad_cell : true;
+		dont_use : true;
+		dont_touch : true;
+		cell_leakage_power : 1.378420e-03;
+		leakage_power () {
+			when : "!PU !PD !PAD";
+			value : "0.001378";
+		}
+		pin ("PU") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.079517;
+			rise_capacitance_range(0.064096,0.091708);
+			capacitance : 0.080037;
+			fall_capacitance : 0.080557;
+			fall_capacitance_range(0.061225,0.096754);
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("-0.168219, 0.112404, 0.126089");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("0.638449, 0.989407, 1.082803");
+				}
+			}
+		}
+		pin ("PD") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.047642;
+			rise_capacitance_range(0.046354,0.048593);
+			capacitance : 0.049004;
+			fall_capacitance : 0.050366;
+			fall_capacitance_range(0.048502,0.051594);
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("0.013502, 0.562109, 0.501223");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("0.577353, 0.879952, 0.900460");
+				}
+			}
+		}
+		pin ("PAD") {
+			max_transition : 1.000000;
+			is_pad : true;
+			direction : "input";
+			input_signal_level : "DVDD";
+			rise_capacitance : 3.120881;
+			rise_capacitance_range(3.100000,3.133829);
+			capacitance : 3.141814;
+			fall_capacitance : 3.162747;
+			fall_capacitance_range(3.145575,3.186313);
+		}
+		pin ("Y") {
+			function : "((PAD))";
+			direction : "output";
+			max_capacitance : 0.500000;
+			output_signal_level : "VDD";
+			internal_power () {
+				related_pin : "PAD";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("-11.918110, -11.927500, -11.940510, -11.964870, -11.971320, -11.985780", \
+					  "-11.884560, -11.894100, -11.903360, -11.935130, -11.940930, -11.954900", \
+					  "-11.831870, -11.850280, -11.859150, -11.893060, -11.902920, -11.909280");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("13.782760, 13.806350, 13.842270, 13.900280, 13.914170, 13.926140", \
+					  "13.818430, 13.842270, 13.882400, 13.936900, 13.952080, 13.962530", \
+					  "13.678440, 13.701830, 13.747700, 13.797630, 13.809960, 13.822340");
+				}
+			}
+			timing () {
+				related_pin : "PAD";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("1.117024, 1.171532, 1.237818, 1.428088, 1.520221, 1.612266", \
+					  "1.199356, 1.254451, 1.320864, 1.511094, 1.603046, 1.694627", \
+					  "1.228644, 1.283675, 1.349806, 1.539621, 1.631257, 1.722917");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.158350, 0.227851, 0.324454, 0.659888, 0.830840, 1.006450", \
+					  "0.157706, 0.230677, 0.327735, 0.658646, 0.829288, 1.003731", \
+					  "0.157601, 0.228392, 0.325242, 0.658445, 0.831582, 1.006055");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("1.082063, 1.127234, 1.180387, 1.325888, 1.393520, 1.460228", \
+					  "1.138465, 1.183689, 1.236947, 1.382543, 1.450197, 1.516987", \
+					  "1.329364, 1.374588, 1.427664, 1.573428, 1.641188, 1.707879");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.088536, 0.142290, 0.212746, 0.436037, 0.549388, 0.667690", \
+					  "0.088607, 0.142521, 0.212394, 0.437813, 0.552238, 0.667864", \
+					  "0.088916, 0.142871, 0.211904, 0.437672, 0.552705, 0.668841");
+				}
+			}
+		}
+		pin ("DVDD") {
+			direction : "inout";
+			capacitance : 0;
+		}
+		pin ("DVSS") {
+			direction : "inout";
+			capacitance : 0;
+		}
+		pin ("VDD") {
+			direction : "inout";
+			capacitance : 0;
+		}
+		pin ("VSS") {
+			direction : "inout";
+			capacitance : 0;
+		}
+	}
diff --git a/cells/in_c/gf180mcu_fd_io__in_c__ff_n40C_2v75.lib.json b/cells/in_c/gf180mcu_fd_io__in_c__ff_n40C_2v75.lib.json
new file mode 100644
index 0000000..db85a75
--- /dev/null
+++ b/cells/in_c/gf180mcu_fd_io__in_c__ff_n40C_2v75.lib.json
@@ -0,0 +1,373 @@
+{
+    "cell gf180mcu_fd_io__in_c": {
+        "scaling_factors": "gf_factors",
+        "area": "26250.000000",
+        "pad_cell": "true",
+        "dont_use": "true",
+        "dont_touch": "true",
+        "cell_leakage_power": "1.378420e-03",
+        "leakage_power ": {
+            "when": "!PU !PD !PAD",
+            "value": "0.001378"
+        },
+        "pin PU": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.079517",
+            "comp_attribute rise_capacitance_range": "0.064096,0.091708",
+            "capacitance": "0.080037",
+            "fall_capacitance": "0.080557",
+            "comp_attribute fall_capacitance_range": "0.061225,0.096754",
+            "internal_power ": {
+                "rise_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        -0.168219,
+                        0.112404,
+                        0.126089
+                    ]
+                },
+                "fall_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        0.638449,
+                        0.989407,
+                        1.082803
+                    ]
+                }
+            }
+        },
+        "pin PD": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.047642",
+            "comp_attribute rise_capacitance_range": "0.046354,0.048593",
+            "capacitance": "0.049004",
+            "fall_capacitance": "0.050366",
+            "comp_attribute fall_capacitance_range": "0.048502,0.051594",
+            "internal_power ": {
+                "rise_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        0.013502,
+                        0.562109,
+                        0.501223
+                    ]
+                },
+                "fall_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        0.577353,
+                        0.879952,
+                        0.90046
+                    ]
+                }
+            }
+        },
+        "pin PAD": {
+            "max_transition": "1.000000",
+            "is_pad": "true",
+            "direction": "input",
+            "input_signal_level": "DVDD",
+            "rise_capacitance": "3.120881",
+            "comp_attribute rise_capacitance_range": "3.100000,3.133829",
+            "capacitance": "3.141814",
+            "fall_capacitance": "3.162747",
+            "comp_attribute fall_capacitance_range": "3.145575,3.186313"
+        },
+        "pin Y": {
+            "function": "((PAD))",
+            "direction": "output",
+            "max_capacitance": "0.500000",
+            "output_signal_level": "VDD",
+            "internal_power ": {
+                "related_pin": "PAD",
+                "rise_power power_outputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1
+                    ],
+                    "index_2": [
+                        0,
+                        0.04,
+                        0.1,
+                        0.3,
+                        0.4,
+                        0.5
+                    ],
+                    "values": [
+                        [
+                            -11.91811,
+                            -11.9275,
+                            -11.94051,
+                            -11.96487,
+                            -11.97132,
+                            -11.98578
+                        ],
+                        [
+                            -11.88456,
+                            -11.8941,
+                            -11.90336,
+                            -11.93513,
+                            -11.94093,
+                            -11.9549
+                        ],
+                        [
+                            -11.83187,
+                            -11.85028,
+                            -11.85915,
+                            -11.89306,
+                            -11.90292,
+                            -11.90928
+                        ]
+                    ]
+                },
+                "fall_power power_outputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1
+                    ],
+                    "index_2": [
+                        0,
+                        0.04,
+                        0.1,
+                        0.3,
+                        0.4,
+                        0.5
+                    ],
+                    "values": [
+                        [
+                            13.78276,
+                            13.80635,
+                            13.84227,
+                            13.90028,
+                            13.91417,
+                            13.92614
+                        ],
+                        [
+                            13.81843,
+                            13.84227,
+                            13.8824,
+                            13.9369,
+                            13.95208,
+                            13.96253
+                        ],
+                        [
+                            13.67844,
+                            13.70183,
+                            13.7477,
+                            13.79763,
+                            13.80996,
+                            13.82234
+                        ]
+                    ]
+                }
+            },
+            "timing ": {
+                "related_pin": "PAD",
+                "timing_type": "combinational",
+                "timing_sense": "positive_unate",
+                "cell_rise del_1_3_6": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "index_2": [
+                        0.0,
+                        0.04,
+                        0.1,
+                        0.3,
+                        0.4,
+                        0.5
+                    ],
+                    "values": [
+                        [
+                            1.117024,
+                            1.171532,
+                            1.237818,
+                            1.428088,
+                            1.520221,
+                            1.612266
+                        ],
+                        [
+                            1.199356,
+                            1.254451,
+                            1.320864,
+                            1.511094,
+                            1.603046,
+                            1.694627
+                        ],
+                        [
+                            1.228644,
+                            1.283675,
+                            1.349806,
+                            1.539621,
+                            1.631257,
+                            1.722917
+                        ]
+                    ]
+                },
+                "rise_transition del_1_3_6": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "index_2": [
+                        0.0,
+                        0.04,
+                        0.1,
+                        0.3,
+                        0.4,
+                        0.5
+                    ],
+                    "values": [
+                        [
+                            0.15835,
+                            0.227851,
+                            0.324454,
+                            0.659888,
+                            0.83084,
+                            1.00645
+                        ],
+                        [
+                            0.157706,
+                            0.230677,
+                            0.327735,
+                            0.658646,
+                            0.829288,
+                            1.003731
+                        ],
+                        [
+                            0.157601,
+                            0.228392,
+                            0.325242,
+                            0.658445,
+                            0.831582,
+                            1.006055
+                        ]
+                    ]
+                },
+                "cell_fall del_1_3_6": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "index_2": [
+                        0.0,
+                        0.04,
+                        0.1,
+                        0.3,
+                        0.4,
+                        0.5
+                    ],
+                    "values": [
+                        [
+                            1.082063,
+                            1.127234,
+                            1.180387,
+                            1.325888,
+                            1.39352,
+                            1.460228
+                        ],
+                        [
+                            1.138465,
+                            1.183689,
+                            1.236947,
+                            1.382543,
+                            1.450197,
+                            1.516987
+                        ],
+                        [
+                            1.329364,
+                            1.374588,
+                            1.427664,
+                            1.573428,
+                            1.641188,
+                            1.707879
+                        ]
+                    ]
+                },
+                "fall_transition del_1_3_6": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "index_2": [
+                        0.0,
+                        0.04,
+                        0.1,
+                        0.3,
+                        0.4,
+                        0.5
+                    ],
+                    "values": [
+                        [
+                            0.088536,
+                            0.14229,
+                            0.212746,
+                            0.436037,
+                            0.549388,
+                            0.66769
+                        ],
+                        [
+                            0.088607,
+                            0.142521,
+                            0.212394,
+                            0.437813,
+                            0.552238,
+                            0.667864
+                        ],
+                        [
+                            0.088916,
+                            0.142871,
+                            0.211904,
+                            0.437672,
+                            0.552705,
+                            0.668841
+                        ]
+                    ]
+                }
+            }
+        },
+        "pin DVDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin DVSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        }
+    }
+}
\ No newline at end of file
diff --git a/cells/in_c/gf180mcu_fd_io__in_c__ff_n40C_3v63.lib b/cells/in_c/gf180mcu_fd_io__in_c__ff_n40C_3v63.lib
new file mode 100644
index 0000000..314c195
--- /dev/null
+++ b/cells/in_c/gf180mcu_fd_io__in_c__ff_n40C_3v63.lib
@@ -0,0 +1,150 @@
+/*
+ * Copyright 2022 GlobalFoundries PDK Authors
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+	cell ("gf180mcu_fd_io__in_c") {
+		scaling_factors : "gf_factors";
+		area : 26250.000000;
+		pad_cell : true;
+		dont_use : true;
+		dont_touch : true;
+		cell_leakage_power : 2.403870e-03;
+		leakage_power () {
+			when : "!PU !PD !PAD";
+			value : "0.002404";
+		}
+		pin ("PU") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.084734;
+			rise_capacitance_range(0.066953,0.097761);
+			capacitance : 0.085371;
+			fall_capacitance : 0.086008;
+			fall_capacitance_range(0.063521,0.101346);
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("-0.179238, 0.335773, 0.420057");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("1.326488, 1.815085, 2.055730");
+				}
+			}
+		}
+		pin ("PD") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.048472;
+			rise_capacitance_range(0.045925,0.051468);
+			capacitance : 0.049671;
+			fall_capacitance : 0.050870;
+			fall_capacitance_range(0.049425,0.052141);
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("0.202069, 1.030636, 1.106088");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("1.275030, 1.694617, 1.774628");
+				}
+			}
+		}
+		pin ("PAD") {
+			max_transition : 1.000000;
+			is_pad : true;
+			direction : "input";
+			input_signal_level : "DVDD";
+			rise_capacitance : 3.014812;
+			rise_capacitance_range(3.003404,3.022285);
+			capacitance : 3.010189;
+			fall_capacitance : 3.005566;
+			fall_capacitance_range(2.943741,3.045794);
+		}
+		pin ("Y") {
+			function : "((PAD))";
+			direction : "output";
+			max_capacitance : 0.500000;
+			output_signal_level : "VDD";
+			internal_power () {
+				related_pin : "PAD";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("-19.802570, -19.850060, -19.882910, -19.959970, -19.989570, -19.998560", \
+					  "-19.717460, -19.765780, -19.786950, -19.880930, -19.897810, -19.926530", \
+					  "-19.593290, -19.653140, -19.690190, -19.774720, -19.793840, -19.828940");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("22.667390, 22.692660, 22.749070, 22.840510, 22.863490, 22.879830", \
+					  "23.070440, 23.098980, 23.151310, 23.242110, 23.266430, 23.283520", \
+					  "23.191520, 23.214540, 23.273680, 23.366610, 23.388120, 23.405770");
+				}
+			}
+			timing () {
+				related_pin : "PAD";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.855360, 0.894292, 0.941965, 1.081267, 1.148605, 1.216009", \
+					  "0.903097, 0.941724, 0.990250, 1.129289, 1.196916, 1.264519", \
+					  "0.891085, 0.929778, 0.977454, 1.116878, 1.184755, 1.252651");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.130407, 0.179763, 0.253688, 0.502265, 0.631415, 0.762213", \
+					  "0.130908, 0.180834, 0.253826, 0.502874, 0.629593, 0.763061", \
+					  "0.130366, 0.180235, 0.252507, 0.500873, 0.629821, 0.764124");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.762024, 0.797002, 0.839707, 0.958720, 1.014339, 1.069436", \
+					  "0.857062, 0.892049, 0.934624, 1.053499, 1.109283, 1.164525", \
+					  "1.051746, 1.086614, 1.129443, 1.248370, 1.304115, 1.359231");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.070492, 0.113784, 0.170190, 0.354408, 0.449442, 0.546037", \
+					  "0.069764, 0.113343, 0.170353, 0.355293, 0.450590, 0.544503", \
+					  "0.069753, 0.113805, 0.171237, 0.355592, 0.449970, 0.545443");
+				}
+			}
+		}
+		pin ("DVDD") {
+			direction : "inout";
+			capacitance : 0;
+		}
+		pin ("DVSS") {
+			direction : "inout";
+			capacitance : 0;
+		}
+		pin ("VDD") {
+			direction : "inout";
+			capacitance : 0;
+		}
+		pin ("VSS") {
+			direction : "inout";
+			capacitance : 0;
+		}
+	}
diff --git a/cells/in_c/gf180mcu_fd_io__in_c__ff_n40C_3v63.lib.json b/cells/in_c/gf180mcu_fd_io__in_c__ff_n40C_3v63.lib.json
new file mode 100644
index 0000000..3dc6e6d
--- /dev/null
+++ b/cells/in_c/gf180mcu_fd_io__in_c__ff_n40C_3v63.lib.json
@@ -0,0 +1,373 @@
+{
+    "cell gf180mcu_fd_io__in_c": {
+        "scaling_factors": "gf_factors",
+        "area": "26250.000000",
+        "pad_cell": "true",
+        "dont_use": "true",
+        "dont_touch": "true",
+        "cell_leakage_power": "2.403870e-03",
+        "leakage_power ": {
+            "when": "!PU !PD !PAD",
+            "value": "0.002404"
+        },
+        "pin PU": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.084734",
+            "comp_attribute rise_capacitance_range": "0.066953,0.097761",
+            "capacitance": "0.085371",
+            "fall_capacitance": "0.086008",
+            "comp_attribute fall_capacitance_range": "0.063521,0.101346",
+            "internal_power ": {
+                "rise_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        -0.179238,
+                        0.335773,
+                        0.420057
+                    ]
+                },
+                "fall_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        1.326488,
+                        1.815085,
+                        2.05573
+                    ]
+                }
+            }
+        },
+        "pin PD": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.048472",
+            "comp_attribute rise_capacitance_range": "0.045925,0.051468",
+            "capacitance": "0.049671",
+            "fall_capacitance": "0.050870",
+            "comp_attribute fall_capacitance_range": "0.049425,0.052141",
+            "internal_power ": {
+                "rise_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        0.202069,
+                        1.030636,
+                        1.106088
+                    ]
+                },
+                "fall_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        1.27503,
+                        1.694617,
+                        1.774628
+                    ]
+                }
+            }
+        },
+        "pin PAD": {
+            "max_transition": "1.000000",
+            "is_pad": "true",
+            "direction": "input",
+            "input_signal_level": "DVDD",
+            "rise_capacitance": "3.014812",
+            "comp_attribute rise_capacitance_range": "3.003404,3.022285",
+            "capacitance": "3.010189",
+            "fall_capacitance": "3.005566",
+            "comp_attribute fall_capacitance_range": "2.943741,3.045794"
+        },
+        "pin Y": {
+            "function": "((PAD))",
+            "direction": "output",
+            "max_capacitance": "0.500000",
+            "output_signal_level": "VDD",
+            "internal_power ": {
+                "related_pin": "PAD",
+                "rise_power power_outputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1
+                    ],
+                    "index_2": [
+                        0,
+                        0.04,
+                        0.1,
+                        0.3,
+                        0.4,
+                        0.5
+                    ],
+                    "values": [
+                        [
+                            -19.80257,
+                            -19.85006,
+                            -19.88291,
+                            -19.95997,
+                            -19.98957,
+                            -19.99856
+                        ],
+                        [
+                            -19.71746,
+                            -19.76578,
+                            -19.78695,
+                            -19.88093,
+                            -19.89781,
+                            -19.92653
+                        ],
+                        [
+                            -19.59329,
+                            -19.65314,
+                            -19.69019,
+                            -19.77472,
+                            -19.79384,
+                            -19.82894
+                        ]
+                    ]
+                },
+                "fall_power power_outputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1
+                    ],
+                    "index_2": [
+                        0,
+                        0.04,
+                        0.1,
+                        0.3,
+                        0.4,
+                        0.5
+                    ],
+                    "values": [
+                        [
+                            22.66739,
+                            22.69266,
+                            22.74907,
+                            22.84051,
+                            22.86349,
+                            22.87983
+                        ],
+                        [
+                            23.07044,
+                            23.09898,
+                            23.15131,
+                            23.24211,
+                            23.26643,
+                            23.28352
+                        ],
+                        [
+                            23.19152,
+                            23.21454,
+                            23.27368,
+                            23.36661,
+                            23.38812,
+                            23.40577
+                        ]
+                    ]
+                }
+            },
+            "timing ": {
+                "related_pin": "PAD",
+                "timing_type": "combinational",
+                "timing_sense": "positive_unate",
+                "cell_rise del_1_3_6": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "index_2": [
+                        0.0,
+                        0.04,
+                        0.1,
+                        0.3,
+                        0.4,
+                        0.5
+                    ],
+                    "values": [
+                        [
+                            0.85536,
+                            0.894292,
+                            0.941965,
+                            1.081267,
+                            1.148605,
+                            1.216009
+                        ],
+                        [
+                            0.903097,
+                            0.941724,
+                            0.99025,
+                            1.129289,
+                            1.196916,
+                            1.264519
+                        ],
+                        [
+                            0.891085,
+                            0.929778,
+                            0.977454,
+                            1.116878,
+                            1.184755,
+                            1.252651
+                        ]
+                    ]
+                },
+                "rise_transition del_1_3_6": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "index_2": [
+                        0.0,
+                        0.04,
+                        0.1,
+                        0.3,
+                        0.4,
+                        0.5
+                    ],
+                    "values": [
+                        [
+                            0.130407,
+                            0.179763,
+                            0.253688,
+                            0.502265,
+                            0.631415,
+                            0.762213
+                        ],
+                        [
+                            0.130908,
+                            0.180834,
+                            0.253826,
+                            0.502874,
+                            0.629593,
+                            0.763061
+                        ],
+                        [
+                            0.130366,
+                            0.180235,
+                            0.252507,
+                            0.500873,
+                            0.629821,
+                            0.764124
+                        ]
+                    ]
+                },
+                "cell_fall del_1_3_6": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "index_2": [
+                        0.0,
+                        0.04,
+                        0.1,
+                        0.3,
+                        0.4,
+                        0.5
+                    ],
+                    "values": [
+                        [
+                            0.762024,
+                            0.797002,
+                            0.839707,
+                            0.95872,
+                            1.014339,
+                            1.069436
+                        ],
+                        [
+                            0.857062,
+                            0.892049,
+                            0.934624,
+                            1.053499,
+                            1.109283,
+                            1.164525
+                        ],
+                        [
+                            1.051746,
+                            1.086614,
+                            1.129443,
+                            1.24837,
+                            1.304115,
+                            1.359231
+                        ]
+                    ]
+                },
+                "fall_transition del_1_3_6": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "index_2": [
+                        0.0,
+                        0.04,
+                        0.1,
+                        0.3,
+                        0.4,
+                        0.5
+                    ],
+                    "values": [
+                        [
+                            0.070492,
+                            0.113784,
+                            0.17019,
+                            0.354408,
+                            0.449442,
+                            0.546037
+                        ],
+                        [
+                            0.069764,
+                            0.113343,
+                            0.170353,
+                            0.355293,
+                            0.45059,
+                            0.544503
+                        ],
+                        [
+                            0.069753,
+                            0.113805,
+                            0.171237,
+                            0.355592,
+                            0.44997,
+                            0.545443
+                        ]
+                    ]
+                }
+            }
+        },
+        "pin DVDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin DVSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        }
+    }
+}
\ No newline at end of file
diff --git a/cells/in_c/gf180mcu_fd_io__in_c__ff_n40C_5v50.lib b/cells/in_c/gf180mcu_fd_io__in_c__ff_n40C_5v50.lib
new file mode 100644
index 0000000..242bc73
--- /dev/null
+++ b/cells/in_c/gf180mcu_fd_io__in_c__ff_n40C_5v50.lib
@@ -0,0 +1,150 @@
+/*
+ * Copyright 2022 GlobalFoundries PDK Authors
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+	cell ("gf180mcu_fd_io__in_c") {
+		scaling_factors : "gf_factors";
+		area : 26250.000000;
+		pad_cell : true;
+		dont_use : true;
+		dont_touch : true;
+		cell_leakage_power : 5.527300e-03;
+		leakage_power () {
+			when : "!PU !PD !PAD";
+			value : "0.005527";
+		}
+		pin ("PU") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.089840;
+			rise_capacitance_range(0.071655,0.101523);
+			capacitance : 0.090508;
+			fall_capacitance : 0.091177;
+			fall_capacitance_range(0.068376,0.103594);
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("0.535386, 1.306488, 1.912415");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("3.786115, 4.666869, 5.665685");
+				}
+			}
+		}
+		pin ("PD") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.049730;
+			rise_capacitance_range(0.045925,0.053634);
+			capacitance : 0.050890;
+			fall_capacitance : 0.052051;
+			fall_capacitance_range(0.050097,0.053101);
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("1.161347, 2.672214, 3.251786");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("3.723511, 4.307781, 5.065967");
+				}
+			}
+		}
+		pin ("PAD") {
+			max_transition : 1.000000;
+			is_pad : true;
+			direction : "input";
+			input_signal_level : "DVDD";
+			rise_capacitance : 2.844211;
+			rise_capacitance_range(2.817804,2.862117);
+			capacitance : 2.860457;
+			fall_capacitance : 2.876704;
+			fall_capacitance_range(2.865367,2.895335);
+		}
+		pin ("Y") {
+			function : "((PAD))";
+			direction : "output";
+			max_capacitance : 0.500000;
+			output_signal_level : "VDD";
+			internal_power () {
+				related_pin : "PAD";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("-41.716860, -41.910180, -42.044910, -42.311240, -42.387340, -42.473150", \
+					  "-41.750720, -41.949900, -42.083920, -42.366370, -42.459780, -42.517950", \
+					  "-39.922820, -40.907250, -41.752120, -42.002140, -42.084070, -42.178830");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("51.316330, 51.318800, 51.407640, 51.566980, 51.610160, 51.694440", \
+					  "51.346060, 51.340710, 51.437000, 51.598830, 51.649630, 51.664470", \
+					  "51.092850, 51.090900, 51.202840, 51.370900, 51.413150, 51.457660");
+				}
+			}
+			timing () {
+				related_pin : "PAD";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.652278, 0.681126, 0.714368, 0.813993, 0.862796, 0.911518", \
+					  "0.662260, 0.690798, 0.724856, 0.824227, 0.872863, 0.922125", \
+					  "0.615497, 0.644126, 0.677894, 0.777144, 0.825864, 0.874794");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.111870, 0.143560, 0.195270, 0.376453, 0.471943, 0.567928", \
+					  "0.111998, 0.143683, 0.195311, 0.375996, 0.471693, 0.568669", \
+					  "0.112643, 0.143836, 0.196122, 0.377606, 0.473481, 0.569435");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.525660, 0.552088, 0.585392, 0.681811, 0.727762, 0.773421", \
+					  "0.660665, 0.687247, 0.720384, 0.816882, 0.862800, 0.908432", \
+					  "0.867111, 0.893527, 0.926784, 1.023161, 1.069114, 1.114684");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.057767, 0.091342, 0.136874, 0.289661, 0.366781, 0.444935", \
+					  "0.057276, 0.091063, 0.136851, 0.288487, 0.365943, 0.444848", \
+					  "0.057120, 0.091073, 0.137023, 0.289721, 0.366530, 0.443731");
+				}
+			}
+		}
+		pin ("DVDD") {
+			direction : "inout";
+			capacitance : 0;
+		}
+		pin ("DVSS") {
+			direction : "inout";
+			capacitance : 0;
+		}
+		pin ("VDD") {
+			direction : "inout";
+			capacitance : 0;
+		}
+		pin ("VSS") {
+			direction : "inout";
+			capacitance : 0;
+		}
+	}
diff --git a/cells/in_c/gf180mcu_fd_io__in_c__ff_n40C_5v50.lib.json b/cells/in_c/gf180mcu_fd_io__in_c__ff_n40C_5v50.lib.json
new file mode 100644
index 0000000..1730d5b
--- /dev/null
+++ b/cells/in_c/gf180mcu_fd_io__in_c__ff_n40C_5v50.lib.json
@@ -0,0 +1,373 @@
+{
+    "cell gf180mcu_fd_io__in_c": {
+        "scaling_factors": "gf_factors",
+        "area": "26250.000000",
+        "pad_cell": "true",
+        "dont_use": "true",
+        "dont_touch": "true",
+        "cell_leakage_power": "5.527300e-03",
+        "leakage_power ": {
+            "when": "!PU !PD !PAD",
+            "value": "0.005527"
+        },
+        "pin PU": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.089840",
+            "comp_attribute rise_capacitance_range": "0.071655,0.101523",
+            "capacitance": "0.090508",
+            "fall_capacitance": "0.091177",
+            "comp_attribute fall_capacitance_range": "0.068376,0.103594",
+            "internal_power ": {
+                "rise_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        0.535386,
+                        1.306488,
+                        1.912415
+                    ]
+                },
+                "fall_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        3.786115,
+                        4.666869,
+                        5.665685
+                    ]
+                }
+            }
+        },
+        "pin PD": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.049730",
+            "comp_attribute rise_capacitance_range": "0.045925,0.053634",
+            "capacitance": "0.050890",
+            "fall_capacitance": "0.052051",
+            "comp_attribute fall_capacitance_range": "0.050097,0.053101",
+            "internal_power ": {
+                "rise_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        1.161347,
+                        2.672214,
+                        3.251786
+                    ]
+                },
+                "fall_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        3.723511,
+                        4.307781,
+                        5.065967
+                    ]
+                }
+            }
+        },
+        "pin PAD": {
+            "max_transition": "1.000000",
+            "is_pad": "true",
+            "direction": "input",
+            "input_signal_level": "DVDD",
+            "rise_capacitance": "2.844211",
+            "comp_attribute rise_capacitance_range": "2.817804,2.862117",
+            "capacitance": "2.860457",
+            "fall_capacitance": "2.876704",
+            "comp_attribute fall_capacitance_range": "2.865367,2.895335"
+        },
+        "pin Y": {
+            "function": "((PAD))",
+            "direction": "output",
+            "max_capacitance": "0.500000",
+            "output_signal_level": "VDD",
+            "internal_power ": {
+                "related_pin": "PAD",
+                "rise_power power_outputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1
+                    ],
+                    "index_2": [
+                        0,
+                        0.04,
+                        0.1,
+                        0.3,
+                        0.4,
+                        0.5
+                    ],
+                    "values": [
+                        [
+                            -41.71686,
+                            -41.91018,
+                            -42.04491,
+                            -42.31124,
+                            -42.38734,
+                            -42.47315
+                        ],
+                        [
+                            -41.75072,
+                            -41.9499,
+                            -42.08392,
+                            -42.36637,
+                            -42.45978,
+                            -42.51795
+                        ],
+                        [
+                            -39.92282,
+                            -40.90725,
+                            -41.75212,
+                            -42.00214,
+                            -42.08407,
+                            -42.17883
+                        ]
+                    ]
+                },
+                "fall_power power_outputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1
+                    ],
+                    "index_2": [
+                        0,
+                        0.04,
+                        0.1,
+                        0.3,
+                        0.4,
+                        0.5
+                    ],
+                    "values": [
+                        [
+                            51.31633,
+                            51.3188,
+                            51.40764,
+                            51.56698,
+                            51.61016,
+                            51.69444
+                        ],
+                        [
+                            51.34606,
+                            51.34071,
+                            51.437,
+                            51.59883,
+                            51.64963,
+                            51.66447
+                        ],
+                        [
+                            51.09285,
+                            51.0909,
+                            51.20284,
+                            51.3709,
+                            51.41315,
+                            51.45766
+                        ]
+                    ]
+                }
+            },
+            "timing ": {
+                "related_pin": "PAD",
+                "timing_type": "combinational",
+                "timing_sense": "positive_unate",
+                "cell_rise del_1_3_6": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "index_2": [
+                        0.0,
+                        0.04,
+                        0.1,
+                        0.3,
+                        0.4,
+                        0.5
+                    ],
+                    "values": [
+                        [
+                            0.652278,
+                            0.681126,
+                            0.714368,
+                            0.813993,
+                            0.862796,
+                            0.911518
+                        ],
+                        [
+                            0.66226,
+                            0.690798,
+                            0.724856,
+                            0.824227,
+                            0.872863,
+                            0.922125
+                        ],
+                        [
+                            0.615497,
+                            0.644126,
+                            0.677894,
+                            0.777144,
+                            0.825864,
+                            0.874794
+                        ]
+                    ]
+                },
+                "rise_transition del_1_3_6": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "index_2": [
+                        0.0,
+                        0.04,
+                        0.1,
+                        0.3,
+                        0.4,
+                        0.5
+                    ],
+                    "values": [
+                        [
+                            0.11187,
+                            0.14356,
+                            0.19527,
+                            0.376453,
+                            0.471943,
+                            0.567928
+                        ],
+                        [
+                            0.111998,
+                            0.143683,
+                            0.195311,
+                            0.375996,
+                            0.471693,
+                            0.568669
+                        ],
+                        [
+                            0.112643,
+                            0.143836,
+                            0.196122,
+                            0.377606,
+                            0.473481,
+                            0.569435
+                        ]
+                    ]
+                },
+                "cell_fall del_1_3_6": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "index_2": [
+                        0.0,
+                        0.04,
+                        0.1,
+                        0.3,
+                        0.4,
+                        0.5
+                    ],
+                    "values": [
+                        [
+                            0.52566,
+                            0.552088,
+                            0.585392,
+                            0.681811,
+                            0.727762,
+                            0.773421
+                        ],
+                        [
+                            0.660665,
+                            0.687247,
+                            0.720384,
+                            0.816882,
+                            0.8628,
+                            0.908432
+                        ],
+                        [
+                            0.867111,
+                            0.893527,
+                            0.926784,
+                            1.023161,
+                            1.069114,
+                            1.114684
+                        ]
+                    ]
+                },
+                "fall_transition del_1_3_6": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "index_2": [
+                        0.0,
+                        0.04,
+                        0.1,
+                        0.3,
+                        0.4,
+                        0.5
+                    ],
+                    "values": [
+                        [
+                            0.057767,
+                            0.091342,
+                            0.136874,
+                            0.289661,
+                            0.366781,
+                            0.444935
+                        ],
+                        [
+                            0.057276,
+                            0.091063,
+                            0.136851,
+                            0.288487,
+                            0.365943,
+                            0.444848
+                        ],
+                        [
+                            0.05712,
+                            0.091073,
+                            0.137023,
+                            0.289721,
+                            0.36653,
+                            0.443731
+                        ]
+                    ]
+                }
+            }
+        },
+        "pin DVDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin DVSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        }
+    }
+}
\ No newline at end of file
diff --git a/cells/in_c/gf180mcu_fd_io__in_c__ss_125C_2v25.lib b/cells/in_c/gf180mcu_fd_io__in_c__ss_125C_2v25.lib
new file mode 100644
index 0000000..47f7dcd
--- /dev/null
+++ b/cells/in_c/gf180mcu_fd_io__in_c__ss_125C_2v25.lib
@@ -0,0 +1,150 @@
+/*
+ * Copyright 2022 GlobalFoundries PDK Authors
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+	cell ("gf180mcu_fd_io__in_c") {
+		scaling_factors : "gf_factors";
+		area : 26250.000000;
+		pad_cell : true;
+		dont_use : true;
+		dont_touch : true;
+		cell_leakage_power : 1.279310e-03;
+		leakage_power () {
+			when : "!PU !PD !PAD";
+			value : "0.001279";
+		}
+		pin ("PU") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.066820;
+			rise_capacitance_range(0.058477,0.074580);
+			capacitance : 0.066205;
+			fall_capacitance : 0.065590;
+			fall_capacitance_range(0.057267,0.072780);
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("-0.170333, -0.143746, 0.001656");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("0.220193, 0.540348, 0.690362");
+				}
+			}
+		}
+		pin ("PD") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.047626;
+			rise_capacitance_range(0.046624,0.048740);
+			capacitance : 0.048356;
+			fall_capacitance : 0.049085;
+			fall_capacitance_range(0.048486,0.049548);
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("-0.122398, 0.006660, 0.302575");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("0.182587, 0.475146, 0.579812");
+				}
+			}
+		}
+		pin ("PAD") {
+			max_transition : 1.000000;
+			is_pad : true;
+			direction : "input";
+			input_signal_level : "DVDD";
+			rise_capacitance : 3.403295;
+			rise_capacitance_range(3.346228,3.439144);
+			capacitance : 3.412210;
+			fall_capacitance : 3.421125;
+			fall_capacitance_range(3.368209,3.456401);
+		}
+		pin ("Y") {
+			function : "((PAD))";
+			direction : "output";
+			max_capacitance : 0.500000;
+			output_signal_level : "VDD";
+			internal_power () {
+				related_pin : "PAD";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("-8.863237, -8.862782, -8.869462, -8.861359, -8.887624, -8.888970", \
+					  "-8.881654, -8.880179, -8.881503, -8.890139, -8.901217, -8.912437", \
+					  "-8.879040, -8.880113, -8.878128, -8.887974, -8.896571, -8.910495");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("10.034080, 10.056560, 10.117270, 10.130820, 10.142500, 10.151130", \
+					  "10.024340, 10.047330, 10.083140, 10.121120, 10.133480, 10.141500", \
+					  "10.018090, 10.038880, 10.090900, 10.115650, 10.125930, 10.133360");
+				}
+			}
+			timing () {
+				related_pin : "PAD";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("3.922778, 4.120708, 4.352413, 5.011077, 5.322257, 5.637856", \
+					  "4.064913, 4.264475, 4.494276, 5.150487, 5.465778, 5.779779", \
+					  "4.220398, 4.419365, 4.650815, 5.307009, 5.625235, 5.935593");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.538507, 0.769965, 1.095699, 2.228432, 2.817016, 3.415077", \
+					  "0.543797, 0.772723, 1.100528, 2.232198, 2.818560, 3.403942", \
+					  "0.547869, 0.773810, 1.102111, 2.232267, 2.810895, 3.403491");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("4.441291, 4.578069, 4.739691, 5.168863, 5.364833, 5.556751", \
+					  "4.300542, 4.438510, 4.599344, 5.028150, 5.223687, 5.415256", \
+					  "4.347366, 4.485087, 4.646361, 5.075763, 5.271131, 5.462925");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.295360, 0.455867, 0.668192, 1.338947, 1.678681, 2.017086", \
+					  "0.295169, 0.454204, 0.667721, 1.339599, 1.680518, 2.020931", \
+					  "0.294236, 0.456244, 0.668091, 1.338577, 1.677283, 2.020820");
+				}
+			}
+		}
+		pin ("DVDD") {
+			direction : "inout";
+			capacitance : 0;
+		}
+		pin ("DVSS") {
+			direction : "inout";
+			capacitance : 0;
+		}
+		pin ("VDD") {
+			direction : "inout";
+			capacitance : 0;
+		}
+		pin ("VSS") {
+			direction : "inout";
+			capacitance : 0;
+		}
+	}
diff --git a/cells/in_c/gf180mcu_fd_io__in_c__ss_125C_2v25.lib.json b/cells/in_c/gf180mcu_fd_io__in_c__ss_125C_2v25.lib.json
new file mode 100644
index 0000000..145a59e
--- /dev/null
+++ b/cells/in_c/gf180mcu_fd_io__in_c__ss_125C_2v25.lib.json
@@ -0,0 +1,373 @@
+{
+    "cell gf180mcu_fd_io__in_c": {
+        "scaling_factors": "gf_factors",
+        "area": "26250.000000",
+        "pad_cell": "true",
+        "dont_use": "true",
+        "dont_touch": "true",
+        "cell_leakage_power": "1.279310e-03",
+        "leakage_power ": {
+            "when": "!PU !PD !PAD",
+            "value": "0.001279"
+        },
+        "pin PU": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.066820",
+            "comp_attribute rise_capacitance_range": "0.058477,0.074580",
+            "capacitance": "0.066205",
+            "fall_capacitance": "0.065590",
+            "comp_attribute fall_capacitance_range": "0.057267,0.072780",
+            "internal_power ": {
+                "rise_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        -0.170333,
+                        -0.143746,
+                        0.001656
+                    ]
+                },
+                "fall_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        0.220193,
+                        0.540348,
+                        0.690362
+                    ]
+                }
+            }
+        },
+        "pin PD": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.047626",
+            "comp_attribute rise_capacitance_range": "0.046624,0.048740",
+            "capacitance": "0.048356",
+            "fall_capacitance": "0.049085",
+            "comp_attribute fall_capacitance_range": "0.048486,0.049548",
+            "internal_power ": {
+                "rise_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        -0.122398,
+                        0.00666,
+                        0.302575
+                    ]
+                },
+                "fall_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        0.182587,
+                        0.475146,
+                        0.579812
+                    ]
+                }
+            }
+        },
+        "pin PAD": {
+            "max_transition": "1.000000",
+            "is_pad": "true",
+            "direction": "input",
+            "input_signal_level": "DVDD",
+            "rise_capacitance": "3.403295",
+            "comp_attribute rise_capacitance_range": "3.346228,3.439144",
+            "capacitance": "3.412210",
+            "fall_capacitance": "3.421125",
+            "comp_attribute fall_capacitance_range": "3.368209,3.456401"
+        },
+        "pin Y": {
+            "function": "((PAD))",
+            "direction": "output",
+            "max_capacitance": "0.500000",
+            "output_signal_level": "VDD",
+            "internal_power ": {
+                "related_pin": "PAD",
+                "rise_power power_outputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1
+                    ],
+                    "index_2": [
+                        0,
+                        0.04,
+                        0.1,
+                        0.3,
+                        0.4,
+                        0.5
+                    ],
+                    "values": [
+                        [
+                            -8.863237,
+                            -8.862782,
+                            -8.869462,
+                            -8.861359,
+                            -8.887624,
+                            -8.88897
+                        ],
+                        [
+                            -8.881654,
+                            -8.880179,
+                            -8.881503,
+                            -8.890139,
+                            -8.901217,
+                            -8.912437
+                        ],
+                        [
+                            -8.87904,
+                            -8.880113,
+                            -8.878128,
+                            -8.887974,
+                            -8.896571,
+                            -8.910495
+                        ]
+                    ]
+                },
+                "fall_power power_outputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1
+                    ],
+                    "index_2": [
+                        0,
+                        0.04,
+                        0.1,
+                        0.3,
+                        0.4,
+                        0.5
+                    ],
+                    "values": [
+                        [
+                            10.03408,
+                            10.05656,
+                            10.11727,
+                            10.13082,
+                            10.1425,
+                            10.15113
+                        ],
+                        [
+                            10.02434,
+                            10.04733,
+                            10.08314,
+                            10.12112,
+                            10.13348,
+                            10.1415
+                        ],
+                        [
+                            10.01809,
+                            10.03888,
+                            10.0909,
+                            10.11565,
+                            10.12593,
+                            10.13336
+                        ]
+                    ]
+                }
+            },
+            "timing ": {
+                "related_pin": "PAD",
+                "timing_type": "combinational",
+                "timing_sense": "positive_unate",
+                "cell_rise del_1_3_6": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "index_2": [
+                        0.0,
+                        0.04,
+                        0.1,
+                        0.3,
+                        0.4,
+                        0.5
+                    ],
+                    "values": [
+                        [
+                            3.922778,
+                            4.120708,
+                            4.352413,
+                            5.011077,
+                            5.322257,
+                            5.637856
+                        ],
+                        [
+                            4.064913,
+                            4.264475,
+                            4.494276,
+                            5.150487,
+                            5.465778,
+                            5.779779
+                        ],
+                        [
+                            4.220398,
+                            4.419365,
+                            4.650815,
+                            5.307009,
+                            5.625235,
+                            5.935593
+                        ]
+                    ]
+                },
+                "rise_transition del_1_3_6": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "index_2": [
+                        0.0,
+                        0.04,
+                        0.1,
+                        0.3,
+                        0.4,
+                        0.5
+                    ],
+                    "values": [
+                        [
+                            0.538507,
+                            0.769965,
+                            1.095699,
+                            2.228432,
+                            2.817016,
+                            3.415077
+                        ],
+                        [
+                            0.543797,
+                            0.772723,
+                            1.100528,
+                            2.232198,
+                            2.81856,
+                            3.403942
+                        ],
+                        [
+                            0.547869,
+                            0.77381,
+                            1.102111,
+                            2.232267,
+                            2.810895,
+                            3.403491
+                        ]
+                    ]
+                },
+                "cell_fall del_1_3_6": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "index_2": [
+                        0.0,
+                        0.04,
+                        0.1,
+                        0.3,
+                        0.4,
+                        0.5
+                    ],
+                    "values": [
+                        [
+                            4.441291,
+                            4.578069,
+                            4.739691,
+                            5.168863,
+                            5.364833,
+                            5.556751
+                        ],
+                        [
+                            4.300542,
+                            4.43851,
+                            4.599344,
+                            5.02815,
+                            5.223687,
+                            5.415256
+                        ],
+                        [
+                            4.347366,
+                            4.485087,
+                            4.646361,
+                            5.075763,
+                            5.271131,
+                            5.462925
+                        ]
+                    ]
+                },
+                "fall_transition del_1_3_6": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "index_2": [
+                        0.0,
+                        0.04,
+                        0.1,
+                        0.3,
+                        0.4,
+                        0.5
+                    ],
+                    "values": [
+                        [
+                            0.29536,
+                            0.455867,
+                            0.668192,
+                            1.338947,
+                            1.678681,
+                            2.017086
+                        ],
+                        [
+                            0.295169,
+                            0.454204,
+                            0.667721,
+                            1.339599,
+                            1.680518,
+                            2.020931
+                        ],
+                        [
+                            0.294236,
+                            0.456244,
+                            0.668091,
+                            1.338577,
+                            1.677283,
+                            2.02082
+                        ]
+                    ]
+                }
+            }
+        },
+        "pin DVDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin DVSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        }
+    }
+}
\ No newline at end of file
diff --git a/cells/in_c/gf180mcu_fd_io__in_c__ss_125C_2v97.lib b/cells/in_c/gf180mcu_fd_io__in_c__ss_125C_2v97.lib
new file mode 100644
index 0000000..3ac6d75
--- /dev/null
+++ b/cells/in_c/gf180mcu_fd_io__in_c__ss_125C_2v97.lib
@@ -0,0 +1,150 @@
+/*
+ * Copyright 2022 GlobalFoundries PDK Authors
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+	cell ("gf180mcu_fd_io__in_c") {
+		scaling_factors : "gf_factors";
+		area : 26250.000000;
+		pad_cell : true;
+		dont_use : true;
+		dont_touch : true;
+		cell_leakage_power : 2.125090e-03;
+		leakage_power () {
+			when : "!PU !PD !PAD";
+			value : "0.002125";
+		}
+		pin ("PU") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.072673;
+			rise_capacitance_range(0.060675,0.082483);
+			capacitance : 0.071607;
+			fall_capacitance : 0.070541;
+			fall_capacitance_range(0.058042,0.082708);
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("-0.243610, 0.083062, 0.089469");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("0.489527, 1.133607, 1.223860");
+				}
+			}
+		}
+		pin ("PD") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.048872;
+			rise_capacitance_range(0.047289,0.050570);
+			capacitance : 0.049501;
+			fall_capacitance : 0.050130;
+			fall_capacitance_range(0.048738,0.051108);
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("-0.114831, 0.290026, 0.639994");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("0.410338, 1.044422, 1.031611");
+				}
+			}
+		}
+		pin ("PAD") {
+			max_transition : 1.000000;
+			is_pad : true;
+			direction : "input";
+			input_signal_level : "DVDD";
+			rise_capacitance : 3.260347;
+			rise_capacitance_range(3.225502,3.304766);
+			capacitance : 3.285756;
+			fall_capacitance : 3.311166;
+			fall_capacitance_range(3.304833,3.321067);
+		}
+		pin ("Y") {
+			function : "((PAD))";
+			direction : "output";
+			max_capacitance : 0.500000;
+			output_signal_level : "VDD";
+			internal_power () {
+				related_pin : "PAD";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("-14.829040, -14.840610, -14.852390, -14.884440, -14.896600, -14.907560", \
+					  "-14.659250, -14.670950, -14.681660, -14.727620, -14.731110, -14.736870", \
+					  "-14.720030, -14.735470, -14.730440, -14.790690, -14.794530, -14.768510");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("17.136950, 17.166880, 17.204570, 17.308390, 17.310930, 17.327070", \
+					  "16.835850, 16.867300, 16.916890, 16.990570, 17.013110, 17.027700", \
+					  "16.824560, 16.854440, 16.899280, 16.971530, 16.998650, 17.014620");
+				}
+			}
+			timing () {
+				related_pin : "PAD";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("2.568148, 2.694376, 2.845916, 3.269373, 3.471311, 3.672237", \
+					  "2.688308, 2.815056, 2.967319, 3.389165, 3.591520, 3.792583", \
+					  "2.793138, 2.918658, 3.070176, 3.493585, 3.695502, 3.897427");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.382341, 0.541503, 0.762437, 1.502721, 1.888631, 2.276918", \
+					  "0.385965, 0.547571, 0.764756, 1.508628, 1.891755, 2.277123", \
+					  "0.377978, 0.544515, 0.766938, 1.508183, 1.892948, 2.283690");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("2.632036, 2.730808, 2.846369, 3.156508, 3.298575, 3.437945", \
+					  "2.600673, 2.699484, 2.815060, 3.125513, 3.266965, 3.406330", \
+					  "2.710419, 2.809081, 2.924440, 3.234393, 3.376770, 3.516583");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.205036, 0.325221, 0.481572, 0.970248, 1.215834, 1.464017", \
+					  "0.204841, 0.325311, 0.481016, 0.969344, 1.214134, 1.467891", \
+					  "0.204931, 0.324682, 0.481562, 0.970065, 1.214215, 1.467455");
+				}
+			}
+		}
+		pin ("DVDD") {
+			direction : "inout";
+			capacitance : 0;
+		}
+		pin ("DVSS") {
+			direction : "inout";
+			capacitance : 0;
+		}
+		pin ("VDD") {
+			direction : "inout";
+			capacitance : 0;
+		}
+		pin ("VSS") {
+			direction : "inout";
+			capacitance : 0;
+		}
+	}
diff --git a/cells/in_c/gf180mcu_fd_io__in_c__ss_125C_2v97.lib.json b/cells/in_c/gf180mcu_fd_io__in_c__ss_125C_2v97.lib.json
new file mode 100644
index 0000000..00a4a57
--- /dev/null
+++ b/cells/in_c/gf180mcu_fd_io__in_c__ss_125C_2v97.lib.json
@@ -0,0 +1,373 @@
+{
+    "cell gf180mcu_fd_io__in_c": {
+        "scaling_factors": "gf_factors",
+        "area": "26250.000000",
+        "pad_cell": "true",
+        "dont_use": "true",
+        "dont_touch": "true",
+        "cell_leakage_power": "2.125090e-03",
+        "leakage_power ": {
+            "when": "!PU !PD !PAD",
+            "value": "0.002125"
+        },
+        "pin PU": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.072673",
+            "comp_attribute rise_capacitance_range": "0.060675,0.082483",
+            "capacitance": "0.071607",
+            "fall_capacitance": "0.070541",
+            "comp_attribute fall_capacitance_range": "0.058042,0.082708",
+            "internal_power ": {
+                "rise_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        -0.24361,
+                        0.083062,
+                        0.089469
+                    ]
+                },
+                "fall_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        0.489527,
+                        1.133607,
+                        1.22386
+                    ]
+                }
+            }
+        },
+        "pin PD": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.048872",
+            "comp_attribute rise_capacitance_range": "0.047289,0.050570",
+            "capacitance": "0.049501",
+            "fall_capacitance": "0.050130",
+            "comp_attribute fall_capacitance_range": "0.048738,0.051108",
+            "internal_power ": {
+                "rise_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        -0.114831,
+                        0.290026,
+                        0.639994
+                    ]
+                },
+                "fall_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        0.410338,
+                        1.044422,
+                        1.031611
+                    ]
+                }
+            }
+        },
+        "pin PAD": {
+            "max_transition": "1.000000",
+            "is_pad": "true",
+            "direction": "input",
+            "input_signal_level": "DVDD",
+            "rise_capacitance": "3.260347",
+            "comp_attribute rise_capacitance_range": "3.225502,3.304766",
+            "capacitance": "3.285756",
+            "fall_capacitance": "3.311166",
+            "comp_attribute fall_capacitance_range": "3.304833,3.321067"
+        },
+        "pin Y": {
+            "function": "((PAD))",
+            "direction": "output",
+            "max_capacitance": "0.500000",
+            "output_signal_level": "VDD",
+            "internal_power ": {
+                "related_pin": "PAD",
+                "rise_power power_outputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1
+                    ],
+                    "index_2": [
+                        0,
+                        0.04,
+                        0.1,
+                        0.3,
+                        0.4,
+                        0.5
+                    ],
+                    "values": [
+                        [
+                            -14.82904,
+                            -14.84061,
+                            -14.85239,
+                            -14.88444,
+                            -14.8966,
+                            -14.90756
+                        ],
+                        [
+                            -14.65925,
+                            -14.67095,
+                            -14.68166,
+                            -14.72762,
+                            -14.73111,
+                            -14.73687
+                        ],
+                        [
+                            -14.72003,
+                            -14.73547,
+                            -14.73044,
+                            -14.79069,
+                            -14.79453,
+                            -14.76851
+                        ]
+                    ]
+                },
+                "fall_power power_outputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1
+                    ],
+                    "index_2": [
+                        0,
+                        0.04,
+                        0.1,
+                        0.3,
+                        0.4,
+                        0.5
+                    ],
+                    "values": [
+                        [
+                            17.13695,
+                            17.16688,
+                            17.20457,
+                            17.30839,
+                            17.31093,
+                            17.32707
+                        ],
+                        [
+                            16.83585,
+                            16.8673,
+                            16.91689,
+                            16.99057,
+                            17.01311,
+                            17.0277
+                        ],
+                        [
+                            16.82456,
+                            16.85444,
+                            16.89928,
+                            16.97153,
+                            16.99865,
+                            17.01462
+                        ]
+                    ]
+                }
+            },
+            "timing ": {
+                "related_pin": "PAD",
+                "timing_type": "combinational",
+                "timing_sense": "positive_unate",
+                "cell_rise del_1_3_6": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "index_2": [
+                        0.0,
+                        0.04,
+                        0.1,
+                        0.3,
+                        0.4,
+                        0.5
+                    ],
+                    "values": [
+                        [
+                            2.568148,
+                            2.694376,
+                            2.845916,
+                            3.269373,
+                            3.471311,
+                            3.672237
+                        ],
+                        [
+                            2.688308,
+                            2.815056,
+                            2.967319,
+                            3.389165,
+                            3.59152,
+                            3.792583
+                        ],
+                        [
+                            2.793138,
+                            2.918658,
+                            3.070176,
+                            3.493585,
+                            3.695502,
+                            3.897427
+                        ]
+                    ]
+                },
+                "rise_transition del_1_3_6": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "index_2": [
+                        0.0,
+                        0.04,
+                        0.1,
+                        0.3,
+                        0.4,
+                        0.5
+                    ],
+                    "values": [
+                        [
+                            0.382341,
+                            0.541503,
+                            0.762437,
+                            1.502721,
+                            1.888631,
+                            2.276918
+                        ],
+                        [
+                            0.385965,
+                            0.547571,
+                            0.764756,
+                            1.508628,
+                            1.891755,
+                            2.277123
+                        ],
+                        [
+                            0.377978,
+                            0.544515,
+                            0.766938,
+                            1.508183,
+                            1.892948,
+                            2.28369
+                        ]
+                    ]
+                },
+                "cell_fall del_1_3_6": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "index_2": [
+                        0.0,
+                        0.04,
+                        0.1,
+                        0.3,
+                        0.4,
+                        0.5
+                    ],
+                    "values": [
+                        [
+                            2.632036,
+                            2.730808,
+                            2.846369,
+                            3.156508,
+                            3.298575,
+                            3.437945
+                        ],
+                        [
+                            2.600673,
+                            2.699484,
+                            2.81506,
+                            3.125513,
+                            3.266965,
+                            3.40633
+                        ],
+                        [
+                            2.710419,
+                            2.809081,
+                            2.92444,
+                            3.234393,
+                            3.37677,
+                            3.516583
+                        ]
+                    ]
+                },
+                "fall_transition del_1_3_6": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "index_2": [
+                        0.0,
+                        0.04,
+                        0.1,
+                        0.3,
+                        0.4,
+                        0.5
+                    ],
+                    "values": [
+                        [
+                            0.205036,
+                            0.325221,
+                            0.481572,
+                            0.970248,
+                            1.215834,
+                            1.464017
+                        ],
+                        [
+                            0.204841,
+                            0.325311,
+                            0.481016,
+                            0.969344,
+                            1.214134,
+                            1.467891
+                        ],
+                        [
+                            0.204931,
+                            0.324682,
+                            0.481562,
+                            0.970065,
+                            1.214215,
+                            1.467455
+                        ]
+                    ]
+                }
+            }
+        },
+        "pin DVDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin DVSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        }
+    }
+}
\ No newline at end of file
diff --git a/cells/in_c/gf180mcu_fd_io__in_c__ss_125C_4v50.lib b/cells/in_c/gf180mcu_fd_io__in_c__ss_125C_4v50.lib
new file mode 100644
index 0000000..2cdfea0
--- /dev/null
+++ b/cells/in_c/gf180mcu_fd_io__in_c__ss_125C_4v50.lib
@@ -0,0 +1,150 @@
+/*
+ * Copyright 2022 GlobalFoundries PDK Authors
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+	cell ("gf180mcu_fd_io__in_c") {
+		scaling_factors : "gf_factors";
+		area : 26250.000000;
+		pad_cell : true;
+		dont_use : true;
+		dont_touch : true;
+		cell_leakage_power : 4.625230e-03;
+		leakage_power () {
+			when : "!PU !PD !PAD";
+			value : "0.004625";
+		}
+		pin ("PU") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.079975;
+			rise_capacitance_range(0.064068,0.092276);
+			capacitance : 0.079453;
+			fall_capacitance : 0.078931;
+			fall_capacitance_range(0.059833,0.095549);
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("-0.522758, 0.486928, 0.519614");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("1.467088, 2.729348, 2.976211");
+				}
+			}
+		}
+		pin ("PD") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.048926;
+			rise_capacitance_range(0.047960,0.049682);
+			capacitance : 0.050276;
+			fall_capacitance : 0.051627;
+			fall_capacitance_range(0.050799,0.052113);
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("-0.080024, 1.585678, 1.399325");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("1.312031, 2.465320, 2.709947");
+				}
+			}
+		}
+		pin ("PAD") {
+			max_transition : 1.000000;
+			is_pad : true;
+			direction : "input";
+			input_signal_level : "DVDD";
+			rise_capacitance : 3.074602;
+			rise_capacitance_range(3.019920,3.112804);
+			capacitance : 3.080752;
+			fall_capacitance : 3.086902;
+			fall_capacitance_range(3.028233,3.120040);
+		}
+		pin ("Y") {
+			function : "((PAD))";
+			direction : "output";
+			max_capacitance : 0.500000;
+			output_signal_level : "VDD";
+			internal_power () {
+				related_pin : "PAD";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("-31.226470, -31.309810, -31.370870, -31.482570, -31.565770, -31.582960", \
+					  "-31.181170, -31.272470, -31.333910, -31.458860, -31.495400, -31.525320", \
+					  "-31.205240, -31.293100, -31.350020, -31.485930, -31.541820, -31.571050");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("36.357670, 36.384630, 36.474940, 36.622480, 36.663170, 36.691730", \
+					  "36.655980, 36.680680, 36.773360, 36.920690, 36.962640, 36.993080", \
+					  "36.626470, 36.652470, 36.776990, 36.929620, 36.973000, 37.020890");
+				}
+			}
+			timing () {
+				related_pin : "PAD";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("1.630691, 1.703981, 1.792958, 2.048969, 2.170284, 2.290235", \
+					  "1.716333, 1.789283, 1.878395, 2.133069, 2.254036, 2.374453", \
+					  "1.750574, 1.823702, 1.913965, 2.169226, 2.290364, 2.410953");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.275449, 0.363914, 0.498167, 0.964220, 1.200954, 1.447442", \
+					  "0.272484, 0.362987, 0.498066, 0.960614, 1.199536, 1.441962", \
+					  "0.272939, 0.362523, 0.501920, 0.962655, 1.199611, 1.445459");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("1.434146, 1.498817, 1.578198, 1.798491, 1.900423, 2.000979", \
+					  "1.517161, 1.581643, 1.661093, 1.881445, 1.983411, 2.084017", \
+					  "1.688821, 1.753446, 1.833092, 2.053503, 2.155443, 2.256036");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.137709, 0.221256, 0.334020, 0.687118, 0.866229, 1.049757", \
+					  "0.137453, 0.221284, 0.333665, 0.687564, 0.871646, 1.045856", \
+					  "0.137683, 0.222048, 0.332713, 0.688643, 0.867733, 1.047712");
+				}
+			}
+		}
+		pin ("DVDD") {
+			direction : "inout";
+			capacitance : 0;
+		}
+		pin ("DVSS") {
+			direction : "inout";
+			capacitance : 0;
+		}
+		pin ("VDD") {
+			direction : "inout";
+			capacitance : 0;
+		}
+		pin ("VSS") {
+			direction : "inout";
+			capacitance : 0;
+		}
+	}
diff --git a/cells/in_c/gf180mcu_fd_io__in_c__ss_125C_4v50.lib.json b/cells/in_c/gf180mcu_fd_io__in_c__ss_125C_4v50.lib.json
new file mode 100644
index 0000000..384236b
--- /dev/null
+++ b/cells/in_c/gf180mcu_fd_io__in_c__ss_125C_4v50.lib.json
@@ -0,0 +1,373 @@
+{
+    "cell gf180mcu_fd_io__in_c": {
+        "scaling_factors": "gf_factors",
+        "area": "26250.000000",
+        "pad_cell": "true",
+        "dont_use": "true",
+        "dont_touch": "true",
+        "cell_leakage_power": "4.625230e-03",
+        "leakage_power ": {
+            "when": "!PU !PD !PAD",
+            "value": "0.004625"
+        },
+        "pin PU": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.079975",
+            "comp_attribute rise_capacitance_range": "0.064068,0.092276",
+            "capacitance": "0.079453",
+            "fall_capacitance": "0.078931",
+            "comp_attribute fall_capacitance_range": "0.059833,0.095549",
+            "internal_power ": {
+                "rise_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        -0.522758,
+                        0.486928,
+                        0.519614
+                    ]
+                },
+                "fall_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        1.467088,
+                        2.729348,
+                        2.976211
+                    ]
+                }
+            }
+        },
+        "pin PD": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.048926",
+            "comp_attribute rise_capacitance_range": "0.047960,0.049682",
+            "capacitance": "0.050276",
+            "fall_capacitance": "0.051627",
+            "comp_attribute fall_capacitance_range": "0.050799,0.052113",
+            "internal_power ": {
+                "rise_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        -0.080024,
+                        1.585678,
+                        1.399325
+                    ]
+                },
+                "fall_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        1.312031,
+                        2.46532,
+                        2.709947
+                    ]
+                }
+            }
+        },
+        "pin PAD": {
+            "max_transition": "1.000000",
+            "is_pad": "true",
+            "direction": "input",
+            "input_signal_level": "DVDD",
+            "rise_capacitance": "3.074602",
+            "comp_attribute rise_capacitance_range": "3.019920,3.112804",
+            "capacitance": "3.080752",
+            "fall_capacitance": "3.086902",
+            "comp_attribute fall_capacitance_range": "3.028233,3.120040"
+        },
+        "pin Y": {
+            "function": "((PAD))",
+            "direction": "output",
+            "max_capacitance": "0.500000",
+            "output_signal_level": "VDD",
+            "internal_power ": {
+                "related_pin": "PAD",
+                "rise_power power_outputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1
+                    ],
+                    "index_2": [
+                        0,
+                        0.04,
+                        0.1,
+                        0.3,
+                        0.4,
+                        0.5
+                    ],
+                    "values": [
+                        [
+                            -31.22647,
+                            -31.30981,
+                            -31.37087,
+                            -31.48257,
+                            -31.56577,
+                            -31.58296
+                        ],
+                        [
+                            -31.18117,
+                            -31.27247,
+                            -31.33391,
+                            -31.45886,
+                            -31.4954,
+                            -31.52532
+                        ],
+                        [
+                            -31.20524,
+                            -31.2931,
+                            -31.35002,
+                            -31.48593,
+                            -31.54182,
+                            -31.57105
+                        ]
+                    ]
+                },
+                "fall_power power_outputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1
+                    ],
+                    "index_2": [
+                        0,
+                        0.04,
+                        0.1,
+                        0.3,
+                        0.4,
+                        0.5
+                    ],
+                    "values": [
+                        [
+                            36.35767,
+                            36.38463,
+                            36.47494,
+                            36.62248,
+                            36.66317,
+                            36.69173
+                        ],
+                        [
+                            36.65598,
+                            36.68068,
+                            36.77336,
+                            36.92069,
+                            36.96264,
+                            36.99308
+                        ],
+                        [
+                            36.62647,
+                            36.65247,
+                            36.77699,
+                            36.92962,
+                            36.973,
+                            37.02089
+                        ]
+                    ]
+                }
+            },
+            "timing ": {
+                "related_pin": "PAD",
+                "timing_type": "combinational",
+                "timing_sense": "positive_unate",
+                "cell_rise del_1_3_6": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "index_2": [
+                        0.0,
+                        0.04,
+                        0.1,
+                        0.3,
+                        0.4,
+                        0.5
+                    ],
+                    "values": [
+                        [
+                            1.630691,
+                            1.703981,
+                            1.792958,
+                            2.048969,
+                            2.170284,
+                            2.290235
+                        ],
+                        [
+                            1.716333,
+                            1.789283,
+                            1.878395,
+                            2.133069,
+                            2.254036,
+                            2.374453
+                        ],
+                        [
+                            1.750574,
+                            1.823702,
+                            1.913965,
+                            2.169226,
+                            2.290364,
+                            2.410953
+                        ]
+                    ]
+                },
+                "rise_transition del_1_3_6": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "index_2": [
+                        0.0,
+                        0.04,
+                        0.1,
+                        0.3,
+                        0.4,
+                        0.5
+                    ],
+                    "values": [
+                        [
+                            0.275449,
+                            0.363914,
+                            0.498167,
+                            0.96422,
+                            1.200954,
+                            1.447442
+                        ],
+                        [
+                            0.272484,
+                            0.362987,
+                            0.498066,
+                            0.960614,
+                            1.199536,
+                            1.441962
+                        ],
+                        [
+                            0.272939,
+                            0.362523,
+                            0.50192,
+                            0.962655,
+                            1.199611,
+                            1.445459
+                        ]
+                    ]
+                },
+                "cell_fall del_1_3_6": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "index_2": [
+                        0.0,
+                        0.04,
+                        0.1,
+                        0.3,
+                        0.4,
+                        0.5
+                    ],
+                    "values": [
+                        [
+                            1.434146,
+                            1.498817,
+                            1.578198,
+                            1.798491,
+                            1.900423,
+                            2.000979
+                        ],
+                        [
+                            1.517161,
+                            1.581643,
+                            1.661093,
+                            1.881445,
+                            1.983411,
+                            2.084017
+                        ],
+                        [
+                            1.688821,
+                            1.753446,
+                            1.833092,
+                            2.053503,
+                            2.155443,
+                            2.256036
+                        ]
+                    ]
+                },
+                "fall_transition del_1_3_6": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "index_2": [
+                        0.0,
+                        0.04,
+                        0.1,
+                        0.3,
+                        0.4,
+                        0.5
+                    ],
+                    "values": [
+                        [
+                            0.137709,
+                            0.221256,
+                            0.33402,
+                            0.687118,
+                            0.866229,
+                            1.049757
+                        ],
+                        [
+                            0.137453,
+                            0.221284,
+                            0.333665,
+                            0.687564,
+                            0.871646,
+                            1.045856
+                        ],
+                        [
+                            0.137683,
+                            0.222048,
+                            0.332713,
+                            0.688643,
+                            0.867733,
+                            1.047712
+                        ]
+                    ]
+                }
+            }
+        },
+        "pin DVDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin DVSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        }
+    }
+}
\ No newline at end of file
diff --git a/cells/in_c/gf180mcu_fd_io__in_c__tt_025C_2v50.lib b/cells/in_c/gf180mcu_fd_io__in_c__tt_025C_2v50.lib
new file mode 100644
index 0000000..54254a8
--- /dev/null
+++ b/cells/in_c/gf180mcu_fd_io__in_c__tt_025C_2v50.lib
@@ -0,0 +1,150 @@
+/*
+ * Copyright 2022 GlobalFoundries PDK Authors
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+	cell ("gf180mcu_fd_io__in_c") {
+		scaling_factors : "gf_factors";
+		area : 26250.000000;
+		pad_cell : true;
+		dont_use : true;
+		dont_touch : true;
+		cell_leakage_power : 1.135920e-03;
+		leakage_power () {
+			when : "!PU !PD !PAD";
+			value : "0.001136";
+		}
+		pin ("PU") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.072265;
+			rise_capacitance_range(0.059433,0.082276);
+			capacitance : 0.071988;
+			fall_capacitance : 0.071712;
+			fall_capacitance_range(0.057162,0.084471);
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("-0.167202, 0.073027, 0.027042");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("0.393050, 0.793363, 0.854548");
+				}
+			}
+		}
+		pin ("PD") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.047607;
+			rise_capacitance_range(0.046165,0.048961);
+			capacitance : 0.048374;
+			fall_capacitance : 0.049141;
+			fall_capacitance_range(0.047190,0.050386);
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("-0.042928, 0.400664, 0.422222");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("0.314422, 0.711179, 0.677786");
+				}
+			}
+		}
+		pin ("PAD") {
+			max_transition : 1.000000;
+			is_pad : true;
+			direction : "input";
+			input_signal_level : "DVDD";
+			rise_capacitance : 3.249865;
+			rise_capacitance_range(3.211172,3.277935);
+			capacitance : 3.241806;
+			fall_capacitance : 3.233748;
+			fall_capacitance_range(3.212256,3.253766);
+		}
+		pin ("Y") {
+			function : "((PAD))";
+			direction : "output";
+			max_capacitance : 0.500000;
+			output_signal_level : "VDD";
+			internal_power () {
+				related_pin : "PAD";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("-10.379940, -10.383450, -10.385670, -10.402130, -10.411070, -10.416030", \
+					  "-10.343920, -10.346130, -10.349000, -10.371720, -10.376450, -10.378700", \
+					  "-10.356180, -10.355730, -10.354080, -10.371280, -10.385100, -10.400360");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("11.798000, 11.820950, 11.852810, 11.905120, 11.917350, 11.927510", \
+					  "11.609080, 11.632580, 11.663090, 11.715290, 11.728900, 11.739670", \
+					  "11.641460, 11.664730, 11.692310, 11.752990, 11.765180, 11.775170");
+				}
+			}
+			timing () {
+				related_pin : "PAD";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("1.954589, 2.055080, 2.172867, 2.508041, 2.670128, 2.831422", \
+					  "2.075769, 2.175624, 2.293503, 2.629454, 2.791209, 2.952592", \
+					  "2.169636, 2.269868, 2.387628, 2.723722, 2.885249, 3.046078");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.272574, 0.397148, 0.565343, 1.152560, 1.455713, 1.759532", \
+					  "0.273117, 0.398571, 0.566069, 1.150595, 1.453264, 1.754057", \
+					  "0.275785, 0.397143, 0.565451, 1.149242, 1.451842, 1.757298");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("2.081038, 2.154831, 2.240601, 2.472546, 2.579044, 2.683608", \
+					  "2.041509, 2.115203, 2.201267, 2.433123, 2.538959, 2.643692", \
+					  "2.195009, 2.268686, 2.355051, 2.587274, 2.692741, 2.797450");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.151808, 0.239051, 0.349332, 0.710799, 0.894274, 1.077039", \
+					  "0.152440, 0.236956, 0.351475, 0.709336, 0.893040, 1.079448", \
+					  "0.152245, 0.238238, 0.350194, 0.710825, 0.894824, 1.077258");
+				}
+			}
+		}
+		pin ("DVDD") {
+			direction : "inout";
+			capacitance : 0;
+		}
+		pin ("DVSS") {
+			direction : "inout";
+			capacitance : 0;
+		}
+		pin ("VDD") {
+			direction : "inout";
+			capacitance : 0;
+		}
+		pin ("VSS") {
+			direction : "inout";
+			capacitance : 0;
+		}
+	}
diff --git a/cells/in_c/gf180mcu_fd_io__in_c__tt_025C_2v50.lib.json b/cells/in_c/gf180mcu_fd_io__in_c__tt_025C_2v50.lib.json
new file mode 100644
index 0000000..186cfbf
--- /dev/null
+++ b/cells/in_c/gf180mcu_fd_io__in_c__tt_025C_2v50.lib.json
@@ -0,0 +1,373 @@
+{
+    "cell gf180mcu_fd_io__in_c": {
+        "scaling_factors": "gf_factors",
+        "area": "26250.000000",
+        "pad_cell": "true",
+        "dont_use": "true",
+        "dont_touch": "true",
+        "cell_leakage_power": "1.135920e-03",
+        "leakage_power ": {
+            "when": "!PU !PD !PAD",
+            "value": "0.001136"
+        },
+        "pin PU": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.072265",
+            "comp_attribute rise_capacitance_range": "0.059433,0.082276",
+            "capacitance": "0.071988",
+            "fall_capacitance": "0.071712",
+            "comp_attribute fall_capacitance_range": "0.057162,0.084471",
+            "internal_power ": {
+                "rise_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        -0.167202,
+                        0.073027,
+                        0.027042
+                    ]
+                },
+                "fall_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        0.39305,
+                        0.793363,
+                        0.854548
+                    ]
+                }
+            }
+        },
+        "pin PD": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.047607",
+            "comp_attribute rise_capacitance_range": "0.046165,0.048961",
+            "capacitance": "0.048374",
+            "fall_capacitance": "0.049141",
+            "comp_attribute fall_capacitance_range": "0.047190,0.050386",
+            "internal_power ": {
+                "rise_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        -0.042928,
+                        0.400664,
+                        0.422222
+                    ]
+                },
+                "fall_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        0.314422,
+                        0.711179,
+                        0.677786
+                    ]
+                }
+            }
+        },
+        "pin PAD": {
+            "max_transition": "1.000000",
+            "is_pad": "true",
+            "direction": "input",
+            "input_signal_level": "DVDD",
+            "rise_capacitance": "3.249865",
+            "comp_attribute rise_capacitance_range": "3.211172,3.277935",
+            "capacitance": "3.241806",
+            "fall_capacitance": "3.233748",
+            "comp_attribute fall_capacitance_range": "3.212256,3.253766"
+        },
+        "pin Y": {
+            "function": "((PAD))",
+            "direction": "output",
+            "max_capacitance": "0.500000",
+            "output_signal_level": "VDD",
+            "internal_power ": {
+                "related_pin": "PAD",
+                "rise_power power_outputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1
+                    ],
+                    "index_2": [
+                        0,
+                        0.04,
+                        0.1,
+                        0.3,
+                        0.4,
+                        0.5
+                    ],
+                    "values": [
+                        [
+                            -10.37994,
+                            -10.38345,
+                            -10.38567,
+                            -10.40213,
+                            -10.41107,
+                            -10.41603
+                        ],
+                        [
+                            -10.34392,
+                            -10.34613,
+                            -10.349,
+                            -10.37172,
+                            -10.37645,
+                            -10.3787
+                        ],
+                        [
+                            -10.35618,
+                            -10.35573,
+                            -10.35408,
+                            -10.37128,
+                            -10.3851,
+                            -10.40036
+                        ]
+                    ]
+                },
+                "fall_power power_outputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1
+                    ],
+                    "index_2": [
+                        0,
+                        0.04,
+                        0.1,
+                        0.3,
+                        0.4,
+                        0.5
+                    ],
+                    "values": [
+                        [
+                            11.798,
+                            11.82095,
+                            11.85281,
+                            11.90512,
+                            11.91735,
+                            11.92751
+                        ],
+                        [
+                            11.60908,
+                            11.63258,
+                            11.66309,
+                            11.71529,
+                            11.7289,
+                            11.73967
+                        ],
+                        [
+                            11.64146,
+                            11.66473,
+                            11.69231,
+                            11.75299,
+                            11.76518,
+                            11.77517
+                        ]
+                    ]
+                }
+            },
+            "timing ": {
+                "related_pin": "PAD",
+                "timing_type": "combinational",
+                "timing_sense": "positive_unate",
+                "cell_rise del_1_3_6": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "index_2": [
+                        0.0,
+                        0.04,
+                        0.1,
+                        0.3,
+                        0.4,
+                        0.5
+                    ],
+                    "values": [
+                        [
+                            1.954589,
+                            2.05508,
+                            2.172867,
+                            2.508041,
+                            2.670128,
+                            2.831422
+                        ],
+                        [
+                            2.075769,
+                            2.175624,
+                            2.293503,
+                            2.629454,
+                            2.791209,
+                            2.952592
+                        ],
+                        [
+                            2.169636,
+                            2.269868,
+                            2.387628,
+                            2.723722,
+                            2.885249,
+                            3.046078
+                        ]
+                    ]
+                },
+                "rise_transition del_1_3_6": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "index_2": [
+                        0.0,
+                        0.04,
+                        0.1,
+                        0.3,
+                        0.4,
+                        0.5
+                    ],
+                    "values": [
+                        [
+                            0.272574,
+                            0.397148,
+                            0.565343,
+                            1.15256,
+                            1.455713,
+                            1.759532
+                        ],
+                        [
+                            0.273117,
+                            0.398571,
+                            0.566069,
+                            1.150595,
+                            1.453264,
+                            1.754057
+                        ],
+                        [
+                            0.275785,
+                            0.397143,
+                            0.565451,
+                            1.149242,
+                            1.451842,
+                            1.757298
+                        ]
+                    ]
+                },
+                "cell_fall del_1_3_6": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "index_2": [
+                        0.0,
+                        0.04,
+                        0.1,
+                        0.3,
+                        0.4,
+                        0.5
+                    ],
+                    "values": [
+                        [
+                            2.081038,
+                            2.154831,
+                            2.240601,
+                            2.472546,
+                            2.579044,
+                            2.683608
+                        ],
+                        [
+                            2.041509,
+                            2.115203,
+                            2.201267,
+                            2.433123,
+                            2.538959,
+                            2.643692
+                        ],
+                        [
+                            2.195009,
+                            2.268686,
+                            2.355051,
+                            2.587274,
+                            2.692741,
+                            2.79745
+                        ]
+                    ]
+                },
+                "fall_transition del_1_3_6": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "index_2": [
+                        0.0,
+                        0.04,
+                        0.1,
+                        0.3,
+                        0.4,
+                        0.5
+                    ],
+                    "values": [
+                        [
+                            0.151808,
+                            0.239051,
+                            0.349332,
+                            0.710799,
+                            0.894274,
+                            1.077039
+                        ],
+                        [
+                            0.15244,
+                            0.236956,
+                            0.351475,
+                            0.709336,
+                            0.89304,
+                            1.079448
+                        ],
+                        [
+                            0.152245,
+                            0.238238,
+                            0.350194,
+                            0.710825,
+                            0.894824,
+                            1.077258
+                        ]
+                    ]
+                }
+            }
+        },
+        "pin DVDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin DVSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        }
+    }
+}
\ No newline at end of file
diff --git a/cells/in_c/gf180mcu_fd_io__in_c__tt_025C_3v30.lib b/cells/in_c/gf180mcu_fd_io__in_c__tt_025C_3v30.lib
new file mode 100644
index 0000000..fac105a
--- /dev/null
+++ b/cells/in_c/gf180mcu_fd_io__in_c__tt_025C_3v30.lib
@@ -0,0 +1,150 @@
+/*
+ * Copyright 2022 GlobalFoundries PDK Authors
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+	cell ("gf180mcu_fd_io__in_c") {
+		scaling_factors : "gf_factors";
+		area : 26250.000000;
+		pad_cell : true;
+		dont_use : true;
+		dont_touch : true;
+		cell_leakage_power : 1.982920e-03;
+		leakage_power () {
+			when : "!PU !PD !PAD";
+			value : "0.001983";
+		}
+		pin ("PU") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.078655;
+			rise_capacitance_range(0.063659,0.090191);
+			capacitance : 0.078758;
+			fall_capacitance : 0.078861;
+			fall_capacitance_range(0.060445,0.095279);
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("-0.264082, 0.207469, 0.189711");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("0.835009, 1.421128, 1.548554");
+				}
+			}
+		}
+		pin ("PD") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.047598;
+			rise_capacitance_range(0.047154,0.048299);
+			capacitance : 0.049239;
+			fall_capacitance : 0.050880;
+			fall_capacitance_range(0.048702,0.053043);
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("-0.021360, 0.814892, 0.820887");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("0.734525, 1.312342, 1.321908");
+				}
+			}
+		}
+		pin ("PAD") {
+			max_transition : 1.000000;
+			is_pad : true;
+			direction : "input";
+			input_signal_level : "DVDD";
+			rise_capacitance : 3.136304;
+			rise_capacitance_range(3.097949,3.159770);
+			capacitance : 3.135837;
+			fall_capacitance : 3.135370;
+			fall_capacitance_range(3.089624,3.174904);
+		}
+		pin ("Y") {
+			function : "((PAD))";
+			direction : "output";
+			max_capacitance : 0.500000;
+			output_signal_level : "VDD";
+			internal_power () {
+				related_pin : "PAD";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("-17.255770, -17.278650, -17.291340, -17.344600, -17.361070, -17.381410", \
+					  "-17.225340, -17.247410, -17.266980, -17.315870, -17.333710, -17.350110", \
+					  "-17.208050, -17.205980, -17.222000, -17.291960, -17.311770, -17.328260");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("19.871060, 19.899900, 19.946760, 20.037800, 20.068930, 20.072960", \
+					  "19.926350, 19.954440, 20.006140, 20.092360, 20.112250, 20.129330", \
+					  "19.689830, 19.718910, 19.773030, 19.840620, 19.863930, 19.881800");
+				}
+			}
+			timing () {
+				related_pin : "PAD";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("1.377978, 1.443666, 1.524477, 1.753432, 1.864187, 1.974708", \
+					  "1.466037, 1.532177, 1.612358, 1.841582, 1.952190, 2.062761", \
+					  "1.502681, 1.568370, 1.648743, 1.878761, 1.989182, 2.099432");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.203973, 0.291603, 0.410411, 0.821496, 1.031092, 1.249204", \
+					  "0.205545, 0.291502, 0.410906, 0.820890, 1.034046, 1.248712", \
+					  "0.204681, 0.292447, 0.412228, 0.822684, 1.033643, 1.249431");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("1.339739, 1.394810, 1.460364, 1.638615, 1.721096, 1.802304", \
+					  "1.362128, 1.417002, 1.482387, 1.660851, 1.743247, 1.824376", \
+					  "1.540622, 1.595623, 1.661327, 1.839647, 1.922023, 2.003232");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.111380, 0.179269, 0.267327, 0.544150, 0.685066, 0.828867", \
+					  "0.110791, 0.179169, 0.267742, 0.543748, 0.684196, 0.827833", \
+					  "0.111239, 0.178868, 0.267487, 0.545511, 0.686349, 0.826696");
+				}
+			}
+		}
+		pin ("DVDD") {
+			direction : "inout";
+			capacitance : 0;
+		}
+		pin ("DVSS") {
+			direction : "inout";
+			capacitance : 0;
+		}
+		pin ("VDD") {
+			direction : "inout";
+			capacitance : 0;
+		}
+		pin ("VSS") {
+			direction : "inout";
+			capacitance : 0;
+		}
+	}
diff --git a/cells/in_c/gf180mcu_fd_io__in_c__tt_025C_3v30.lib.json b/cells/in_c/gf180mcu_fd_io__in_c__tt_025C_3v30.lib.json
new file mode 100644
index 0000000..aa60abf
--- /dev/null
+++ b/cells/in_c/gf180mcu_fd_io__in_c__tt_025C_3v30.lib.json
@@ -0,0 +1,373 @@
+{
+    "cell gf180mcu_fd_io__in_c": {
+        "scaling_factors": "gf_factors",
+        "area": "26250.000000",
+        "pad_cell": "true",
+        "dont_use": "true",
+        "dont_touch": "true",
+        "cell_leakage_power": "1.982920e-03",
+        "leakage_power ": {
+            "when": "!PU !PD !PAD",
+            "value": "0.001983"
+        },
+        "pin PU": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.078655",
+            "comp_attribute rise_capacitance_range": "0.063659,0.090191",
+            "capacitance": "0.078758",
+            "fall_capacitance": "0.078861",
+            "comp_attribute fall_capacitance_range": "0.060445,0.095279",
+            "internal_power ": {
+                "rise_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        -0.264082,
+                        0.207469,
+                        0.189711
+                    ]
+                },
+                "fall_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        0.835009,
+                        1.421128,
+                        1.548554
+                    ]
+                }
+            }
+        },
+        "pin PD": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.047598",
+            "comp_attribute rise_capacitance_range": "0.047154,0.048299",
+            "capacitance": "0.049239",
+            "fall_capacitance": "0.050880",
+            "comp_attribute fall_capacitance_range": "0.048702,0.053043",
+            "internal_power ": {
+                "rise_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        -0.02136,
+                        0.814892,
+                        0.820887
+                    ]
+                },
+                "fall_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        0.734525,
+                        1.312342,
+                        1.321908
+                    ]
+                }
+            }
+        },
+        "pin PAD": {
+            "max_transition": "1.000000",
+            "is_pad": "true",
+            "direction": "input",
+            "input_signal_level": "DVDD",
+            "rise_capacitance": "3.136304",
+            "comp_attribute rise_capacitance_range": "3.097949,3.159770",
+            "capacitance": "3.135837",
+            "fall_capacitance": "3.135370",
+            "comp_attribute fall_capacitance_range": "3.089624,3.174904"
+        },
+        "pin Y": {
+            "function": "((PAD))",
+            "direction": "output",
+            "max_capacitance": "0.500000",
+            "output_signal_level": "VDD",
+            "internal_power ": {
+                "related_pin": "PAD",
+                "rise_power power_outputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1
+                    ],
+                    "index_2": [
+                        0,
+                        0.04,
+                        0.1,
+                        0.3,
+                        0.4,
+                        0.5
+                    ],
+                    "values": [
+                        [
+                            -17.25577,
+                            -17.27865,
+                            -17.29134,
+                            -17.3446,
+                            -17.36107,
+                            -17.38141
+                        ],
+                        [
+                            -17.22534,
+                            -17.24741,
+                            -17.26698,
+                            -17.31587,
+                            -17.33371,
+                            -17.35011
+                        ],
+                        [
+                            -17.20805,
+                            -17.20598,
+                            -17.222,
+                            -17.29196,
+                            -17.31177,
+                            -17.32826
+                        ]
+                    ]
+                },
+                "fall_power power_outputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1
+                    ],
+                    "index_2": [
+                        0,
+                        0.04,
+                        0.1,
+                        0.3,
+                        0.4,
+                        0.5
+                    ],
+                    "values": [
+                        [
+                            19.87106,
+                            19.8999,
+                            19.94676,
+                            20.0378,
+                            20.06893,
+                            20.07296
+                        ],
+                        [
+                            19.92635,
+                            19.95444,
+                            20.00614,
+                            20.09236,
+                            20.11225,
+                            20.12933
+                        ],
+                        [
+                            19.68983,
+                            19.71891,
+                            19.77303,
+                            19.84062,
+                            19.86393,
+                            19.8818
+                        ]
+                    ]
+                }
+            },
+            "timing ": {
+                "related_pin": "PAD",
+                "timing_type": "combinational",
+                "timing_sense": "positive_unate",
+                "cell_rise del_1_3_6": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "index_2": [
+                        0.0,
+                        0.04,
+                        0.1,
+                        0.3,
+                        0.4,
+                        0.5
+                    ],
+                    "values": [
+                        [
+                            1.377978,
+                            1.443666,
+                            1.524477,
+                            1.753432,
+                            1.864187,
+                            1.974708
+                        ],
+                        [
+                            1.466037,
+                            1.532177,
+                            1.612358,
+                            1.841582,
+                            1.95219,
+                            2.062761
+                        ],
+                        [
+                            1.502681,
+                            1.56837,
+                            1.648743,
+                            1.878761,
+                            1.989182,
+                            2.099432
+                        ]
+                    ]
+                },
+                "rise_transition del_1_3_6": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "index_2": [
+                        0.0,
+                        0.04,
+                        0.1,
+                        0.3,
+                        0.4,
+                        0.5
+                    ],
+                    "values": [
+                        [
+                            0.203973,
+                            0.291603,
+                            0.410411,
+                            0.821496,
+                            1.031092,
+                            1.249204
+                        ],
+                        [
+                            0.205545,
+                            0.291502,
+                            0.410906,
+                            0.82089,
+                            1.034046,
+                            1.248712
+                        ],
+                        [
+                            0.204681,
+                            0.292447,
+                            0.412228,
+                            0.822684,
+                            1.033643,
+                            1.249431
+                        ]
+                    ]
+                },
+                "cell_fall del_1_3_6": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "index_2": [
+                        0.0,
+                        0.04,
+                        0.1,
+                        0.3,
+                        0.4,
+                        0.5
+                    ],
+                    "values": [
+                        [
+                            1.339739,
+                            1.39481,
+                            1.460364,
+                            1.638615,
+                            1.721096,
+                            1.802304
+                        ],
+                        [
+                            1.362128,
+                            1.417002,
+                            1.482387,
+                            1.660851,
+                            1.743247,
+                            1.824376
+                        ],
+                        [
+                            1.540622,
+                            1.595623,
+                            1.661327,
+                            1.839647,
+                            1.922023,
+                            2.003232
+                        ]
+                    ]
+                },
+                "fall_transition del_1_3_6": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "index_2": [
+                        0.0,
+                        0.04,
+                        0.1,
+                        0.3,
+                        0.4,
+                        0.5
+                    ],
+                    "values": [
+                        [
+                            0.11138,
+                            0.179269,
+                            0.267327,
+                            0.54415,
+                            0.685066,
+                            0.828867
+                        ],
+                        [
+                            0.110791,
+                            0.179169,
+                            0.267742,
+                            0.543748,
+                            0.684196,
+                            0.827833
+                        ],
+                        [
+                            0.111239,
+                            0.178868,
+                            0.267487,
+                            0.545511,
+                            0.686349,
+                            0.826696
+                        ]
+                    ]
+                }
+            }
+        },
+        "pin DVDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin DVSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        }
+    }
+}
\ No newline at end of file
diff --git a/cells/in_c/gf180mcu_fd_io__in_c__tt_025C_5v00.lib b/cells/in_c/gf180mcu_fd_io__in_c__tt_025C_5v00.lib
new file mode 100644
index 0000000..762bbc2
--- /dev/null
+++ b/cells/in_c/gf180mcu_fd_io__in_c__tt_025C_5v00.lib
@@ -0,0 +1,150 @@
+/*
+ * Copyright 2022 GlobalFoundries PDK Authors
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+	cell ("gf180mcu_fd_io__in_c") {
+		scaling_factors : "gf_factors";
+		area : 26250.000000;
+		pad_cell : true;
+		dont_use : true;
+		dont_touch : true;
+		cell_leakage_power : 4.550980e-03;
+		leakage_power () {
+			when : "!PU !PD !PAD";
+			value : "0.004551";
+		}
+		pin ("PU") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.085277;
+			rise_capacitance_range(0.067124,0.098398);
+			capacitance : 0.085680;
+			fall_capacitance : 0.086083;
+			fall_capacitance_range(0.063558,0.101988);
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("-0.391667, 0.746921, 1.006949");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("2.406499, 3.483840, 3.999306");
+				}
+			}
+		}
+		pin ("PD") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.048977;
+			rise_capacitance_range(0.047074,0.051282);
+			capacitance : 0.050247;
+			fall_capacitance : 0.051518;
+			fall_capacitance_range(0.048925,0.052978);
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("0.329442, 2.079113, 2.277709");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("2.317735, 3.102886, 3.562635");
+				}
+			}
+		}
+		pin ("PAD") {
+			max_transition : 1.000000;
+			is_pad : true;
+			direction : "input";
+			input_signal_level : "DVDD";
+			rise_capacitance : 2.959791;
+			rise_capacitance_range(2.918392,2.982608);
+			capacitance : 2.962772;
+			fall_capacitance : 2.965753;
+			fall_capacitance_range(2.924606,2.989206);
+		}
+		pin ("Y") {
+			function : "((PAD))";
+			direction : "output";
+			max_capacitance : 0.500000;
+			output_signal_level : "VDD";
+			internal_power () {
+				related_pin : "PAD";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("-36.625320, -36.758510, -36.846140, -37.015970, -37.075870, -37.127350", \
+					  "-36.527350, -36.657090, -36.753190, -36.934820, -37.012520, -37.055420", \
+					  "-36.389790, -36.524010, -36.601460, -36.819670, -36.862610, -36.913440");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("43.560060, 43.578490, 43.669330, 43.826280, 43.867990, 43.901860", \
+					  "43.478400, 43.494150, 43.588950, 43.748880, 43.793860, 43.823620", \
+					  "43.552400, 43.566290, 43.653400, 43.823230, 43.851330, 43.894890");
+				}
+			}
+			timing () {
+				related_pin : "PAD";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.959276, 1.001463, 1.053461, 1.204341, 1.276739, 1.349179", \
+					  "1.003367, 1.045995, 1.097677, 1.248280, 1.321133, 1.393490", \
+					  "0.986467, 1.029163, 1.081002, 1.230928, 1.303690, 1.375925");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.162121, 0.212660, 0.294720, 0.569580, 0.712761, 0.857295", \
+					  "0.162774, 0.214370, 0.296491, 0.568260, 0.712484, 0.857414", \
+					  "0.162304, 0.212344, 0.292830, 0.568312, 0.710934, 0.855772");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.829158, 0.867853, 0.915985, 1.051842, 1.115564, 1.178647", \
+					  "0.916771, 0.955324, 1.003577, 1.139248, 1.203009, 1.266072", \
+					  "1.118490, 1.157134, 1.205560, 1.341002, 1.404810, 1.468107");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.083021, 0.131731, 0.198702, 0.413863, 0.523633, 0.632402", \
+					  "0.082359, 0.131408, 0.198892, 0.413376, 0.523324, 0.632720", \
+					  "0.083061, 0.131667, 0.198431, 0.413872, 0.523679, 0.634113");
+				}
+			}
+		}
+		pin ("DVDD") {
+			direction : "inout";
+			capacitance : 0;
+		}
+		pin ("DVSS") {
+			direction : "inout";
+			capacitance : 0;
+		}
+		pin ("VDD") {
+			direction : "inout";
+			capacitance : 0;
+		}
+		pin ("VSS") {
+			direction : "inout";
+			capacitance : 0;
+		}
+	}
diff --git a/cells/in_c/gf180mcu_fd_io__in_c__tt_025C_5v00.lib.json b/cells/in_c/gf180mcu_fd_io__in_c__tt_025C_5v00.lib.json
new file mode 100644
index 0000000..d12abf9
--- /dev/null
+++ b/cells/in_c/gf180mcu_fd_io__in_c__tt_025C_5v00.lib.json
@@ -0,0 +1,373 @@
+{
+    "cell gf180mcu_fd_io__in_c": {
+        "scaling_factors": "gf_factors",
+        "area": "26250.000000",
+        "pad_cell": "true",
+        "dont_use": "true",
+        "dont_touch": "true",
+        "cell_leakage_power": "4.550980e-03",
+        "leakage_power ": {
+            "when": "!PU !PD !PAD",
+            "value": "0.004551"
+        },
+        "pin PU": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.085277",
+            "comp_attribute rise_capacitance_range": "0.067124,0.098398",
+            "capacitance": "0.085680",
+            "fall_capacitance": "0.086083",
+            "comp_attribute fall_capacitance_range": "0.063558,0.101988",
+            "internal_power ": {
+                "rise_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        -0.391667,
+                        0.746921,
+                        1.006949
+                    ]
+                },
+                "fall_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        2.406499,
+                        3.48384,
+                        3.999306
+                    ]
+                }
+            }
+        },
+        "pin PD": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.048977",
+            "comp_attribute rise_capacitance_range": "0.047074,0.051282",
+            "capacitance": "0.050247",
+            "fall_capacitance": "0.051518",
+            "comp_attribute fall_capacitance_range": "0.048925,0.052978",
+            "internal_power ": {
+                "rise_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        0.329442,
+                        2.079113,
+                        2.277709
+                    ]
+                },
+                "fall_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        2.317735,
+                        3.102886,
+                        3.562635
+                    ]
+                }
+            }
+        },
+        "pin PAD": {
+            "max_transition": "1.000000",
+            "is_pad": "true",
+            "direction": "input",
+            "input_signal_level": "DVDD",
+            "rise_capacitance": "2.959791",
+            "comp_attribute rise_capacitance_range": "2.918392,2.982608",
+            "capacitance": "2.962772",
+            "fall_capacitance": "2.965753",
+            "comp_attribute fall_capacitance_range": "2.924606,2.989206"
+        },
+        "pin Y": {
+            "function": "((PAD))",
+            "direction": "output",
+            "max_capacitance": "0.500000",
+            "output_signal_level": "VDD",
+            "internal_power ": {
+                "related_pin": "PAD",
+                "rise_power power_outputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1
+                    ],
+                    "index_2": [
+                        0,
+                        0.04,
+                        0.1,
+                        0.3,
+                        0.4,
+                        0.5
+                    ],
+                    "values": [
+                        [
+                            -36.62532,
+                            -36.75851,
+                            -36.84614,
+                            -37.01597,
+                            -37.07587,
+                            -37.12735
+                        ],
+                        [
+                            -36.52735,
+                            -36.65709,
+                            -36.75319,
+                            -36.93482,
+                            -37.01252,
+                            -37.05542
+                        ],
+                        [
+                            -36.38979,
+                            -36.52401,
+                            -36.60146,
+                            -36.81967,
+                            -36.86261,
+                            -36.91344
+                        ]
+                    ]
+                },
+                "fall_power power_outputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1
+                    ],
+                    "index_2": [
+                        0,
+                        0.04,
+                        0.1,
+                        0.3,
+                        0.4,
+                        0.5
+                    ],
+                    "values": [
+                        [
+                            43.56006,
+                            43.57849,
+                            43.66933,
+                            43.82628,
+                            43.86799,
+                            43.90186
+                        ],
+                        [
+                            43.4784,
+                            43.49415,
+                            43.58895,
+                            43.74888,
+                            43.79386,
+                            43.82362
+                        ],
+                        [
+                            43.5524,
+                            43.56629,
+                            43.6534,
+                            43.82323,
+                            43.85133,
+                            43.89489
+                        ]
+                    ]
+                }
+            },
+            "timing ": {
+                "related_pin": "PAD",
+                "timing_type": "combinational",
+                "timing_sense": "positive_unate",
+                "cell_rise del_1_3_6": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "index_2": [
+                        0.0,
+                        0.04,
+                        0.1,
+                        0.3,
+                        0.4,
+                        0.5
+                    ],
+                    "values": [
+                        [
+                            0.959276,
+                            1.001463,
+                            1.053461,
+                            1.204341,
+                            1.276739,
+                            1.349179
+                        ],
+                        [
+                            1.003367,
+                            1.045995,
+                            1.097677,
+                            1.24828,
+                            1.321133,
+                            1.39349
+                        ],
+                        [
+                            0.986467,
+                            1.029163,
+                            1.081002,
+                            1.230928,
+                            1.30369,
+                            1.375925
+                        ]
+                    ]
+                },
+                "rise_transition del_1_3_6": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "index_2": [
+                        0.0,
+                        0.04,
+                        0.1,
+                        0.3,
+                        0.4,
+                        0.5
+                    ],
+                    "values": [
+                        [
+                            0.162121,
+                            0.21266,
+                            0.29472,
+                            0.56958,
+                            0.712761,
+                            0.857295
+                        ],
+                        [
+                            0.162774,
+                            0.21437,
+                            0.296491,
+                            0.56826,
+                            0.712484,
+                            0.857414
+                        ],
+                        [
+                            0.162304,
+                            0.212344,
+                            0.29283,
+                            0.568312,
+                            0.710934,
+                            0.855772
+                        ]
+                    ]
+                },
+                "cell_fall del_1_3_6": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "index_2": [
+                        0.0,
+                        0.04,
+                        0.1,
+                        0.3,
+                        0.4,
+                        0.5
+                    ],
+                    "values": [
+                        [
+                            0.829158,
+                            0.867853,
+                            0.915985,
+                            1.051842,
+                            1.115564,
+                            1.178647
+                        ],
+                        [
+                            0.916771,
+                            0.955324,
+                            1.003577,
+                            1.139248,
+                            1.203009,
+                            1.266072
+                        ],
+                        [
+                            1.11849,
+                            1.157134,
+                            1.20556,
+                            1.341002,
+                            1.40481,
+                            1.468107
+                        ]
+                    ]
+                },
+                "fall_transition del_1_3_6": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "index_2": [
+                        0.0,
+                        0.04,
+                        0.1,
+                        0.3,
+                        0.4,
+                        0.5
+                    ],
+                    "values": [
+                        [
+                            0.083021,
+                            0.131731,
+                            0.198702,
+                            0.413863,
+                            0.523633,
+                            0.632402
+                        ],
+                        [
+                            0.082359,
+                            0.131408,
+                            0.198892,
+                            0.413376,
+                            0.523324,
+                            0.63272
+                        ],
+                        [
+                            0.083061,
+                            0.131667,
+                            0.198431,
+                            0.413872,
+                            0.523679,
+                            0.634113
+                        ]
+                    ]
+                }
+            }
+        },
+        "pin DVDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin DVSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        }
+    }
+}
\ No newline at end of file
diff --git a/cells/in_s/gf180mcu_fd_io__in_s.cdl b/cells/in_s/gf180mcu_fd_io__in_s.cdl
new file mode 100644
index 0000000..62f7e5e
--- /dev/null
+++ b/cells/in_s/gf180mcu_fd_io__in_s.cdl
@@ -0,0 +1,576 @@
+* Copyright 2022 GlobalFoundries PDK Authors
+*
+* Licensed under the Apache License, Version 2.0 (the "License");
+* you may not use this file except in compliance with the License.
+* You may obtain a copy of the License at
+*
+*     http://www.apache.org/licenses/LICENSE-2.0
+*
+* Unless required by applicable law or agreed to in writing, software
+* distributed under the License is distributed on an "AS IS" BASIS,
+* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+* See the License for the specific language governing permissions and
+* limitations under the License.
+
+.SUBCKT gf180mcu_fd_io__in_s DVDD DVSS PAD PD PU VDD VSS Y
+C0 DVDD DVSS $[nmoscap_6p0] m=8.0 l=1.5e-6 w=5e-6
+C1 DVDD DVSS $[nmoscap_6p0] m=4.0 l=3e-6 w=3e-6
+R2 n6 VSS $SUB=VDD $[ppolyf_u] $W=800e-9 $L=3.9e-6 m=1.0 r=1.88247e3 par=1
+R3 VDD n1 $SUB=VDD $[ppolyf_u] $W=800e-9 $L=3.9e-6 m=1.0 r=1.88247e3 par=1
+M4 n62 n70 DVSS DVSS nmos_6p0 m=1.0 w=3e-6 l=700e-9 nf=1.0 as=1.32e-12 ad=1.32e-12
++ ps=6.88e-6 pd=6.88e-6 nrd=146.667e-3 nrs=146.667e-3 sa=440e-9 sb=440e-9
++ sd=0.0 dtemp=0.0 par=1
+M5 n32 n62 DVSS DVSS nmos_6p0 m=1.0 w=3e-6 l=700e-9 nf=1.0 as=1.32e-12 ad=1.32e-12
++ ps=6.88e-6 pd=6.88e-6 nrd=146.667e-3 nrs=146.667e-3 sa=440e-9 sb=440e-9
++ sd=0.0 dtemp=0.0 par=1
+M6 n67 n6 VSS VSS nmos_6p0 m=1.0 w=3e-6 l=700e-9 nf=1.0 as=1.32e-12 ad=1.32e-12
++ ps=6.88e-6 pd=6.88e-6 nrd=146.667e-3 nrs=146.667e-3 sa=440e-9 sb=440e-9
++ sd=0.0 dtemp=0.0 par=1
+M7 n70 n6 n67 VSS nmos_6p0 m=1.0 w=3e-6 l=700e-9 nf=1.0 as=1.32e-12 ad=1.32e-12
++ ps=6.88e-6 pd=6.88e-6 nrd=146.667e-3 nrs=146.667e-3 sa=440e-9 sb=440e-9
++ sd=0.0 dtemp=0.0 par=1
+M8 n62 n70 DVDD DVDD pmos_6p0 m=1.0 w=6e-6 l=700e-9 nf=1.0 as=2.64e-12 ad=2.64e-12
++ ps=12.88e-6 pd=12.88e-6 nrd=73.333e-3 nrs=73.333e-3 sa=440e-9 sb=440e-9
++ sd=0.0 dtemp=0.0 par=1
+M9 n32 n62 DVDD DVDD pmos_6p0 m=1.0 w=6e-6 l=700e-9 nf=1.0 as=2.64e-12 ad=2.64e-12
++ ps=12.88e-6 pd=12.88e-6 nrd=73.333e-3 nrs=73.333e-3 sa=440e-9 sb=440e-9
++ sd=0.0 dtemp=0.0 par=1
+M10 n70 n6 VDD VDD pmos_6p0 m=1.0 w=3e-6 l=700e-9 nf=1.0 as=1.32e-12 ad=1.32e-12
++ ps=6.88e-6 pd=6.88e-6 nrd=146.667e-3 nrs=146.667e-3 sa=440e-9 sb=440e-9
++ sd=0.0 dtemp=0.0 par=1
+M11 n70 n6 VDD VDD pmos_6p0 m=1.0 w=3e-6 l=700e-9 nf=1.0 as=1.32e-12 ad=1.32e-12
++ ps=6.88e-6 pd=6.88e-6 nrd=146.667e-3 nrs=146.667e-3 sa=440e-9 sb=440e-9
++ sd=0.0 dtemp=0.0 par=1
+M12 PAD n38 DVDD DVDD pmos_6p0_sab m=1.0 w=80e-6 l=700e-9 nf=2.0 s_sab=280e-9
++ d_sab=2.78e-6 par=1 dtemp=0.0
+M13 PAD n50 DVSS DVSS nmos_6p0_sab m=1.0 w=38e-6 l=1.15e-6 nf=1.0 s_sab=280e-9
++ d_sab=3.78e-6 par=1 dtemp=0.0
+M14 PAD n47 DVSS DVSS nmos_6p0_sab m=1.0 w=38e-6 l=1.15e-6 nf=1.0 s_sab=280e-9
++ d_sab=3.78e-6 par=1 dtemp=0.0
+M15 PAD n43 DVDD DVDD pmos_6p0_sab m=1.0 w=40e-6 l=700e-9 nf=1.0 s_sab=280e-9
++ d_sab=2.78e-6 par=1 dtemp=0.0
+M16 PAD n37 DVDD DVDD pmos_6p0_sab m=1.0 w=80e-6 l=700e-9 nf=2.0 s_sab=280e-9
++ d_sab=2.78e-6 par=1 dtemp=0.0
+M17 PAD n51 DVSS DVSS nmos_6p0_sab m=1.0 w=38e-6 l=1.15e-6 nf=1.0 s_sab=280e-9
++ d_sab=3.78e-6 par=1 dtemp=0.0
+M18 PAD n46 DVSS DVSS nmos_6p0_sab m=1.0 w=38e-6 l=1.15e-6 nf=1.0 s_sab=280e-9
++ d_sab=3.78e-6 par=1 dtemp=0.0
+M19 PAD n42 DVDD DVDD pmos_6p0_sab m=1.0 w=40e-6 l=700e-9 nf=1.0 s_sab=280e-9
++ d_sab=2.78e-6 par=1 dtemp=0.0
+M20 PAD n39 DVDD DVDD pmos_6p0_sab m=1.0 w=80e-6 l=700e-9 nf=2.0 s_sab=280e-9
++ d_sab=2.78e-6 par=1 dtemp=0.0
+M21 PAD n49 DVSS DVSS nmos_6p0_sab m=1.0 w=38e-6 l=1.15e-6 nf=1.0 s_sab=280e-9
++ d_sab=3.78e-6 par=1 dtemp=0.0
+M22 PAD n48 DVSS DVSS nmos_6p0_sab m=1.0 w=38e-6 l=1.15e-6 nf=1.0 s_sab=280e-9
++ d_sab=3.78e-6 par=1 dtemp=0.0
+M23 PAD n44 DVDD DVDD pmos_6p0_sab m=1.0 w=40e-6 l=700e-9 nf=1.0 s_sab=280e-9
++ d_sab=2.78e-6 par=1 dtemp=0.0
+M24 PAD n40 DVDD DVDD pmos_6p0_sab m=1.0 w=80e-6 l=700e-9 nf=2.0 s_sab=280e-9
++ d_sab=2.78e-6 par=1 dtemp=0.0
+M25 PAD n52 DVSS DVSS nmos_6p0_sab m=1.0 w=38e-6 l=1.15e-6 nf=1.0 s_sab=280e-9
++ d_sab=3.78e-6 par=1 dtemp=0.0
+M26 PAD n45 DVSS DVSS nmos_6p0_sab m=1.0 w=38e-6 l=1.15e-6 nf=1.0 s_sab=280e-9
++ d_sab=3.78e-6 par=1 dtemp=0.0
+M27 PAD n41 DVDD DVDD pmos_6p0_sab m=1.0 w=40e-6 l=700e-9 nf=1.0 s_sab=280e-9
++ d_sab=2.78e-6 par=1 dtemp=0.0
+M28 n53 n36 DVSS DVSS nmos_6p0 m=1.0 w=3e-6 l=700e-9 nf=2.0 as=1.32e-12 ad=780e-15
++ ps=7.76e-6 pd=4.04e-6 nrd=86.667e-3 nrs=146.667e-3 sa=440e-9 sb=440e-9
++ sd=520e-9 dtemp=0.0 par=1
+M29 n170 n6 VSS VSS nmos_6p0 m=1.0 w=1.5e-6 l=700e-9 nf=1.0 as=660e-15
++ ad=660e-15 ps=3.88e-6 pd=3.88e-6 nrd=293.333e-3 nrs=293.333e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M30 n36 n170 DVSS DVSS nmos_6p0 m=1.0 w=3e-6 l=700e-9 nf=2.0 as=1.32e-12
++ ad=780e-15 ps=7.76e-6 pd=4.04e-6 nrd=86.667e-3 nrs=146.667e-3 sa=440e-9
++ sb=440e-9 sd=520e-9 dtemp=0.0 par=1
+M31 n53 n36 DVDD DVDD pmos_6p0 m=1.0 w=6e-6 l=700e-9 nf=2.0 as=2.64e-12
++ ad=1.56e-12 ps=13.76e-6 pd=7.04e-6 nrd=43.333e-3 nrs=73.333e-3 sa=440e-9
++ sb=440e-9 sd=520e-9 dtemp=0.0 par=1
+M32 n170 n6 VDD VDD pmos_6p0 m=1.0 w=3e-6 l=700e-9 nf=1.0 as=1.32e-12
++ ad=1.32e-12 ps=6.88e-6 pd=6.88e-6 nrd=146.667e-3 nrs=146.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M33 n36 n170 DVDD DVDD pmos_6p0 m=1.0 w=6e-6 l=700e-9 nf=2.0 as=2.64e-12
++ ad=1.56e-12 ps=13.76e-6 pd=7.04e-6 nrd=43.333e-3 nrs=73.333e-3 sa=440e-9
++ sb=440e-9 sd=520e-9 dtemp=0.0 par=1
+D34 n6 VDD pn_6p0 m=1.0 AREA=1e-12 PJ=4e-6
+D35 n6 VDD pn_6p0 m=1.0 AREA=1e-12 PJ=4e-6
+D36 VSS n6 pn_6p0 m=1.0 AREA=230.4e-15 PJ=1.92e-6
+D37 VSS n6 pn_6p0 m=1.0 AREA=230.4e-15 PJ=1.92e-6
+M38 n183 n6 VSS VSS nmos_6p0 m=1.0 w=3e-6 l=700e-9 nf=1.0 as=1.32e-12
++ ad=1.32e-12 ps=6.88e-6 pd=6.88e-6 nrd=146.667e-3 nrs=146.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M39 n174 n6 n183 VSS nmos_6p0 m=1.0 w=3e-6 l=700e-9 nf=1.0 as=1.32e-12
++ ad=1.32e-12 ps=6.88e-6 pd=6.88e-6 nrd=146.667e-3 nrs=146.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M40 n34 n31 DVSS DVSS nmos_6p0 m=1.0 w=3e-6 l=700e-9 nf=1.0 as=1.32e-12
++ ad=1.32e-12 ps=6.88e-6 pd=6.88e-6 nrd=146.667e-3 nrs=146.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M41 n31 n174 DVSS DVSS nmos_6p0 m=1.0 w=3e-6 l=700e-9 nf=1.0 as=1.32e-12
++ ad=1.32e-12 ps=6.88e-6 pd=6.88e-6 nrd=146.667e-3 nrs=146.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M42 n174 n6 VDD VDD pmos_6p0 m=1.0 w=3e-6 l=700e-9 nf=1.0 as=1.32e-12
++ ad=1.32e-12 ps=6.88e-6 pd=6.88e-6 nrd=146.667e-3 nrs=146.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M43 n174 n6 VDD VDD pmos_6p0 m=1.0 w=3e-6 l=700e-9 nf=1.0 as=1.32e-12
++ ad=1.32e-12 ps=6.88e-6 pd=6.88e-6 nrd=146.667e-3 nrs=146.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M44 n34 n31 DVDD DVDD pmos_6p0 m=1.0 w=6e-6 l=700e-9 nf=1.0 as=2.64e-12
++ ad=2.64e-12 ps=12.88e-6 pd=12.88e-6 nrd=73.333e-3 nrs=73.333e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M45 n31 n174 DVDD DVDD pmos_6p0 m=1.0 w=6e-6 l=700e-9 nf=1.0 as=2.64e-12
++ ad=2.64e-12 ps=12.88e-6 pd=12.88e-6 nrd=73.333e-3 nrs=73.333e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+D46 VSS n6 pn_6p0 m=1.0 AREA=230.4e-15 PJ=1.92e-6
+D47 VSS n6 pn_6p0 m=1.0 AREA=230.4e-15 PJ=1.92e-6
+M48 n193 n6 VSS VSS nmos_6p0 m=1.0 w=3e-6 l=700e-9 nf=1.0 as=1.32e-12
++ ad=1.32e-12 ps=6.88e-6 pd=6.88e-6 nrd=146.667e-3 nrs=146.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M49 n184 n6 n193 VSS nmos_6p0 m=1.0 w=3e-6 l=700e-9 nf=1.0 as=1.32e-12
++ ad=1.32e-12 ps=6.88e-6 pd=6.88e-6 nrd=146.667e-3 nrs=146.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M50 n30 n28 DVSS DVSS nmos_6p0 m=1.0 w=3e-6 l=700e-9 nf=1.0 as=1.32e-12
++ ad=1.32e-12 ps=6.88e-6 pd=6.88e-6 nrd=146.667e-3 nrs=146.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M51 n28 n184 DVSS DVSS nmos_6p0 m=1.0 w=3e-6 l=700e-9 nf=1.0 as=1.32e-12
++ ad=1.32e-12 ps=6.88e-6 pd=6.88e-6 nrd=146.667e-3 nrs=146.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M52 n184 n6 VDD VDD pmos_6p0 m=1.0 w=3e-6 l=700e-9 nf=1.0 as=1.32e-12
++ ad=1.32e-12 ps=6.88e-6 pd=6.88e-6 nrd=146.667e-3 nrs=146.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M53 n184 n6 VDD VDD pmos_6p0 m=1.0 w=3e-6 l=700e-9 nf=1.0 as=1.32e-12
++ ad=1.32e-12 ps=6.88e-6 pd=6.88e-6 nrd=146.667e-3 nrs=146.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M54 n30 n28 DVDD DVDD pmos_6p0 m=1.0 w=6e-6 l=700e-9 nf=1.0 as=2.64e-12
++ ad=2.64e-12 ps=12.88e-6 pd=12.88e-6 nrd=73.333e-3 nrs=73.333e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M55 n28 n184 DVDD DVDD pmos_6p0 m=1.0 w=6e-6 l=700e-9 nf=1.0 as=2.64e-12
++ ad=2.64e-12 ps=12.88e-6 pd=12.88e-6 nrd=73.333e-3 nrs=73.333e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+D56 VSS VDD pn_6p0 m=1.0 AREA=230.4e-15 PJ=1.92e-6
+D57 VSS n6 pn_6p0 m=1.0 AREA=230.4e-15 PJ=1.92e-6
+M58 n203 VDD VSS VSS nmos_6p0 m=1.0 w=3e-6 l=700e-9 nf=1.0 as=1.32e-12
++ ad=1.32e-12 ps=6.88e-6 pd=6.88e-6 nrd=146.667e-3 nrs=146.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M59 n194 n6 n203 VSS nmos_6p0 m=1.0 w=3e-6 l=700e-9 nf=1.0 as=1.32e-12
++ ad=1.32e-12 ps=6.88e-6 pd=6.88e-6 nrd=146.667e-3 nrs=146.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M60 n27 n26 DVSS DVSS nmos_6p0 m=1.0 w=3e-6 l=700e-9 nf=1.0 as=1.32e-12
++ ad=1.32e-12 ps=6.88e-6 pd=6.88e-6 nrd=146.667e-3 nrs=146.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M61 n26 n194 DVSS DVSS nmos_6p0 m=1.0 w=3e-6 l=700e-9 nf=1.0 as=1.32e-12
++ ad=1.32e-12 ps=6.88e-6 pd=6.88e-6 nrd=146.667e-3 nrs=146.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M62 n194 VDD VDD VDD pmos_6p0 m=1.0 w=3e-6 l=700e-9 nf=1.0 as=1.32e-12
++ ad=1.32e-12 ps=6.88e-6 pd=6.88e-6 nrd=146.667e-3 nrs=146.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M63 n194 n6 VDD VDD pmos_6p0 m=1.0 w=3e-6 l=700e-9 nf=1.0 as=1.32e-12
++ ad=1.32e-12 ps=6.88e-6 pd=6.88e-6 nrd=146.667e-3 nrs=146.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M64 n27 n26 DVDD DVDD pmos_6p0 m=1.0 w=6e-6 l=700e-9 nf=1.0 as=2.64e-12
++ ad=2.64e-12 ps=12.88e-6 pd=12.88e-6 nrd=73.333e-3 nrs=73.333e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M65 n26 n194 DVDD DVDD pmos_6p0 m=1.0 w=6e-6 l=700e-9 nf=1.0 as=2.64e-12
++ ad=2.64e-12 ps=12.88e-6 pd=12.88e-6 nrd=73.333e-3 nrs=73.333e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M66 n41 n53 n40 DVSS nmos_6p0 m=1.0 w=12e-6 l=700e-9 nf=1.0 as=5.28e-12
++ ad=5.28e-12 ps=24.88e-6 pd=24.88e-6 nrd=36.667e-3 nrs=36.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M67 n40 DVDD n41 DVSS nmos_6p0 m=1.0 w=1.2e-6 l=700e-9 nf=1.0 as=528e-15
++ ad=528e-15 ps=3.28e-6 pd=3.28e-6 nrd=366.667e-3 nrs=366.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M68 n45 n204 DVSS DVSS nmos_6p0 m=1.0 w=12e-6 l=700e-9 nf=1.0 as=5.28e-12
++ ad=5.28e-12 ps=24.88e-6 pd=24.88e-6 nrd=36.667e-3 nrs=36.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M69 n52 n204 DVSS DVSS nmos_6p0 m=1.0 w=12e-6 l=700e-9 nf=1.0 as=5.28e-12
++ ad=5.28e-12 ps=24.88e-6 pd=24.88e-6 nrd=36.667e-3 nrs=36.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M70 n41 n209 DVSS DVSS nmos_6p0 m=1.0 w=12e-6 l=700e-9 nf=1.0 as=5.28e-12
++ ad=5.28e-12 ps=24.88e-6 pd=24.88e-6 nrd=36.667e-3 nrs=36.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M71 n209 n32 DVSS DVSS nmos_6p0 m=1.0 w=6e-6 l=700e-9 nf=1.0 as=2.64e-12
++ ad=2.64e-12 ps=12.88e-6 pd=12.88e-6 nrd=73.333e-3 nrs=73.333e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M72 n209 n34 DVSS DVSS nmos_6p0 m=1.0 w=6e-6 l=700e-9 nf=1.0 as=2.64e-12
++ ad=2.64e-12 ps=12.88e-6 pd=12.88e-6 nrd=73.333e-3 nrs=73.333e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M73 n204 n31 n209 DVSS nmos_6p0 m=1.0 w=6e-6 l=700e-9 nf=1.0 as=2.64e-12
++ ad=2.64e-12 ps=12.88e-6 pd=12.88e-6 nrd=73.333e-3 nrs=73.333e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M74 n45 n36 n52 DVDD pmos_6p0 m=1.0 w=24e-6 l=700e-9 nf=1.0 as=10.56e-12
++ ad=10.56e-12 ps=48.88e-6 pd=48.88e-6 nrd=18.333e-3 nrs=18.333e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M75 n204 n31 DVDD DVDD pmos_6p0 m=1.0 w=12e-6 l=700e-9 nf=1.0 as=5.28e-12
++ ad=5.28e-12 ps=24.88e-6 pd=24.88e-6 nrd=36.667e-3 nrs=36.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M76 n41 n209 DVDD DVDD pmos_6p0 m=1.0 w=24e-6 l=700e-9 nf=1.0 as=10.56e-12
++ ad=10.56e-12 ps=48.88e-6 pd=48.88e-6 nrd=18.333e-3 nrs=18.333e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M77 n52 n204 DVDD DVDD pmos_6p0 m=1.0 w=24e-6 l=700e-9 nf=1.0 as=10.56e-12
++ ad=10.56e-12 ps=48.88e-6 pd=48.88e-6 nrd=18.333e-3 nrs=18.333e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M78 n45 DVSS n52 DVDD pmos_6p0 m=1.0 w=1.2e-6 l=700e-9 nf=1.0 as=528e-15
++ ad=528e-15 ps=3.28e-6 pd=3.28e-6 nrd=366.667e-3 nrs=366.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M79 n204 n32 DVDD DVDD pmos_6p0 m=1.0 w=12e-6 l=700e-9 nf=1.0 as=5.28e-12
++ ad=5.28e-12 ps=24.88e-6 pd=24.88e-6 nrd=36.667e-3 nrs=36.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M80 n209 n34 n204 DVDD pmos_6p0 m=1.0 w=12e-6 l=700e-9 nf=1.0 as=5.28e-12
++ ad=5.28e-12 ps=24.88e-6 pd=24.88e-6 nrd=36.667e-3 nrs=36.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M81 n40 n209 DVDD DVDD pmos_6p0 m=1.0 w=24e-6 l=700e-9 nf=1.0 as=10.56e-12
++ ad=10.56e-12 ps=48.88e-6 pd=48.88e-6 nrd=18.333e-3 nrs=18.333e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M82 n42 n53 n37 DVSS nmos_6p0 m=1.0 w=12e-6 l=700e-9 nf=1.0 as=5.28e-12
++ ad=5.28e-12 ps=24.88e-6 pd=24.88e-6 nrd=36.667e-3 nrs=36.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M83 n37 DVDD n42 DVSS nmos_6p0 m=1.0 w=1.2e-6 l=700e-9 nf=1.0 as=528e-15
++ ad=528e-15 ps=3.28e-6 pd=3.28e-6 nrd=366.667e-3 nrs=366.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M84 n46 n217 DVSS DVSS nmos_6p0 m=1.0 w=12e-6 l=700e-9 nf=1.0 as=5.28e-12
++ ad=5.28e-12 ps=24.88e-6 pd=24.88e-6 nrd=36.667e-3 nrs=36.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M85 n51 n217 DVSS DVSS nmos_6p0 m=1.0 w=12e-6 l=700e-9 nf=1.0 as=5.28e-12
++ ad=5.28e-12 ps=24.88e-6 pd=24.88e-6 nrd=36.667e-3 nrs=36.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M86 n42 n222 DVSS DVSS nmos_6p0 m=1.0 w=12e-6 l=700e-9 nf=1.0 as=5.28e-12
++ ad=5.28e-12 ps=24.88e-6 pd=24.88e-6 nrd=36.667e-3 nrs=36.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M87 n222 n32 DVSS DVSS nmos_6p0 m=1.0 w=6e-6 l=700e-9 nf=1.0 as=2.64e-12
++ ad=2.64e-12 ps=12.88e-6 pd=12.88e-6 nrd=73.333e-3 nrs=73.333e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M88 n222 n30 DVSS DVSS nmos_6p0 m=1.0 w=6e-6 l=700e-9 nf=1.0 as=2.64e-12
++ ad=2.64e-12 ps=12.88e-6 pd=12.88e-6 nrd=73.333e-3 nrs=73.333e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M89 n217 n28 n222 DVSS nmos_6p0 m=1.0 w=6e-6 l=700e-9 nf=1.0 as=2.64e-12
++ ad=2.64e-12 ps=12.88e-6 pd=12.88e-6 nrd=73.333e-3 nrs=73.333e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M90 n46 n36 n51 DVDD pmos_6p0 m=1.0 w=24e-6 l=700e-9 nf=1.0 as=10.56e-12
++ ad=10.56e-12 ps=48.88e-6 pd=48.88e-6 nrd=18.333e-3 nrs=18.333e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M91 n217 n28 DVDD DVDD pmos_6p0 m=1.0 w=12e-6 l=700e-9 nf=1.0 as=5.28e-12
++ ad=5.28e-12 ps=24.88e-6 pd=24.88e-6 nrd=36.667e-3 nrs=36.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M92 n42 n222 DVDD DVDD pmos_6p0 m=1.0 w=24e-6 l=700e-9 nf=1.0 as=10.56e-12
++ ad=10.56e-12 ps=48.88e-6 pd=48.88e-6 nrd=18.333e-3 nrs=18.333e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M93 n51 n217 DVDD DVDD pmos_6p0 m=1.0 w=24e-6 l=700e-9 nf=1.0 as=10.56e-12
++ ad=10.56e-12 ps=48.88e-6 pd=48.88e-6 nrd=18.333e-3 nrs=18.333e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M94 n46 DVSS n51 DVDD pmos_6p0 m=1.0 w=1.2e-6 l=700e-9 nf=1.0 as=528e-15
++ ad=528e-15 ps=3.28e-6 pd=3.28e-6 nrd=366.667e-3 nrs=366.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M95 n217 n32 DVDD DVDD pmos_6p0 m=1.0 w=12e-6 l=700e-9 nf=1.0 as=5.28e-12
++ ad=5.28e-12 ps=24.88e-6 pd=24.88e-6 nrd=36.667e-3 nrs=36.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M96 n222 n30 n217 DVDD pmos_6p0 m=1.0 w=12e-6 l=700e-9 nf=1.0 as=5.28e-12
++ ad=5.28e-12 ps=24.88e-6 pd=24.88e-6 nrd=36.667e-3 nrs=36.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M97 n37 n222 DVDD DVDD pmos_6p0 m=1.0 w=24e-6 l=700e-9 nf=1.0 as=10.56e-12
++ ad=10.56e-12 ps=48.88e-6 pd=48.88e-6 nrd=18.333e-3 nrs=18.333e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M98 n43 n53 n38 DVSS nmos_6p0 m=1.0 w=12e-6 l=700e-9 nf=1.0 as=5.28e-12
++ ad=5.28e-12 ps=24.88e-6 pd=24.88e-6 nrd=36.667e-3 nrs=36.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M99 n38 DVDD n43 DVSS nmos_6p0 m=1.0 w=1.2e-6 l=700e-9 nf=1.0 as=528e-15
++ ad=528e-15 ps=3.28e-6 pd=3.28e-6 nrd=366.667e-3 nrs=366.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M100 n47 n230 DVSS DVSS nmos_6p0 m=1.0 w=12e-6 l=700e-9 nf=1.0 as=5.28e-12
++ ad=5.28e-12 ps=24.88e-6 pd=24.88e-6 nrd=36.667e-3 nrs=36.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M101 n50 n230 DVSS DVSS nmos_6p0 m=1.0 w=12e-6 l=700e-9 nf=1.0 as=5.28e-12
++ ad=5.28e-12 ps=24.88e-6 pd=24.88e-6 nrd=36.667e-3 nrs=36.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M102 n43 n235 DVSS DVSS nmos_6p0 m=1.0 w=12e-6 l=700e-9 nf=1.0 as=5.28e-12
++ ad=5.28e-12 ps=24.88e-6 pd=24.88e-6 nrd=36.667e-3 nrs=36.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M103 n235 n32 DVSS DVSS nmos_6p0 m=1.0 w=6e-6 l=700e-9 nf=1.0 as=2.64e-12
++ ad=2.64e-12 ps=12.88e-6 pd=12.88e-6 nrd=73.333e-3 nrs=73.333e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M104 n235 n30 DVSS DVSS nmos_6p0 m=1.0 w=6e-6 l=700e-9 nf=1.0 as=2.64e-12
++ ad=2.64e-12 ps=12.88e-6 pd=12.88e-6 nrd=73.333e-3 nrs=73.333e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M105 n230 n28 n235 DVSS nmos_6p0 m=1.0 w=6e-6 l=700e-9 nf=1.0 as=2.64e-12
++ ad=2.64e-12 ps=12.88e-6 pd=12.88e-6 nrd=73.333e-3 nrs=73.333e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M106 n47 n36 n50 DVDD pmos_6p0 m=1.0 w=24e-6 l=700e-9 nf=1.0 as=10.56e-12
++ ad=10.56e-12 ps=48.88e-6 pd=48.88e-6 nrd=18.333e-3 nrs=18.333e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M107 n230 n28 DVDD DVDD pmos_6p0 m=1.0 w=12e-6 l=700e-9 nf=1.0 as=5.28e-12
++ ad=5.28e-12 ps=24.88e-6 pd=24.88e-6 nrd=36.667e-3 nrs=36.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M108 n43 n235 DVDD DVDD pmos_6p0 m=1.0 w=24e-6 l=700e-9 nf=1.0 as=10.56e-12
++ ad=10.56e-12 ps=48.88e-6 pd=48.88e-6 nrd=18.333e-3 nrs=18.333e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M109 n50 n230 DVDD DVDD pmos_6p0 m=1.0 w=24e-6 l=700e-9 nf=1.0 as=10.56e-12
++ ad=10.56e-12 ps=48.88e-6 pd=48.88e-6 nrd=18.333e-3 nrs=18.333e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M110 n47 DVSS n50 DVDD pmos_6p0 m=1.0 w=1.2e-6 l=700e-9 nf=1.0 as=528e-15
++ ad=528e-15 ps=3.28e-6 pd=3.28e-6 nrd=366.667e-3 nrs=366.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M111 n230 n32 DVDD DVDD pmos_6p0 m=1.0 w=12e-6 l=700e-9 nf=1.0 as=5.28e-12
++ ad=5.28e-12 ps=24.88e-6 pd=24.88e-6 nrd=36.667e-3 nrs=36.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M112 n235 n30 n230 DVDD pmos_6p0 m=1.0 w=12e-6 l=700e-9 nf=1.0 as=5.28e-12
++ ad=5.28e-12 ps=24.88e-6 pd=24.88e-6 nrd=36.667e-3 nrs=36.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M113 n38 n235 DVDD DVDD pmos_6p0 m=1.0 w=24e-6 l=700e-9 nf=1.0 as=10.56e-12
++ ad=10.56e-12 ps=48.88e-6 pd=48.88e-6 nrd=18.333e-3 nrs=18.333e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M114 n44 n53 n39 DVSS nmos_6p0 m=1.0 w=12e-6 l=700e-9 nf=1.0 as=5.28e-12
++ ad=5.28e-12 ps=24.88e-6 pd=24.88e-6 nrd=36.667e-3 nrs=36.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M115 n39 DVDD n44 DVSS nmos_6p0 m=1.0 w=1.2e-6 l=700e-9 nf=1.0 as=528e-15
++ ad=528e-15 ps=3.28e-6 pd=3.28e-6 nrd=366.667e-3 nrs=366.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M116 n48 n243 DVSS DVSS nmos_6p0 m=1.0 w=12e-6 l=700e-9 nf=1.0 as=5.28e-12
++ ad=5.28e-12 ps=24.88e-6 pd=24.88e-6 nrd=36.667e-3 nrs=36.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M117 n49 n243 DVSS DVSS nmos_6p0 m=1.0 w=12e-6 l=700e-9 nf=1.0 as=5.28e-12
++ ad=5.28e-12 ps=24.88e-6 pd=24.88e-6 nrd=36.667e-3 nrs=36.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M118 n44 n248 DVSS DVSS nmos_6p0 m=1.0 w=12e-6 l=700e-9 nf=1.0 as=5.28e-12
++ ad=5.28e-12 ps=24.88e-6 pd=24.88e-6 nrd=36.667e-3 nrs=36.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M119 n248 n32 DVSS DVSS nmos_6p0 m=1.0 w=6e-6 l=700e-9 nf=1.0 as=2.64e-12
++ ad=2.64e-12 ps=12.88e-6 pd=12.88e-6 nrd=73.333e-3 nrs=73.333e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M120 n248 n27 DVSS DVSS nmos_6p0 m=1.0 w=6e-6 l=700e-9 nf=1.0 as=2.64e-12
++ ad=2.64e-12 ps=12.88e-6 pd=12.88e-6 nrd=73.333e-3 nrs=73.333e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M121 n243 n26 n248 DVSS nmos_6p0 m=1.0 w=6e-6 l=700e-9 nf=1.0 as=2.64e-12
++ ad=2.64e-12 ps=12.88e-6 pd=12.88e-6 nrd=73.333e-3 nrs=73.333e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M122 n48 n36 n49 DVDD pmos_6p0 m=1.0 w=24e-6 l=700e-9 nf=1.0 as=10.56e-12
++ ad=10.56e-12 ps=48.88e-6 pd=48.88e-6 nrd=18.333e-3 nrs=18.333e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M123 n243 n26 DVDD DVDD pmos_6p0 m=1.0 w=12e-6 l=700e-9 nf=1.0 as=5.28e-12
++ ad=5.28e-12 ps=24.88e-6 pd=24.88e-6 nrd=36.667e-3 nrs=36.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M124 n44 n248 DVDD DVDD pmos_6p0 m=1.0 w=24e-6 l=700e-9 nf=1.0 as=10.56e-12
++ ad=10.56e-12 ps=48.88e-6 pd=48.88e-6 nrd=18.333e-3 nrs=18.333e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M125 n49 n243 DVDD DVDD pmos_6p0 m=1.0 w=24e-6 l=700e-9 nf=1.0 as=10.56e-12
++ ad=10.56e-12 ps=48.88e-6 pd=48.88e-6 nrd=18.333e-3 nrs=18.333e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M126 n48 DVSS n49 DVDD pmos_6p0 m=1.0 w=1.2e-6 l=700e-9 nf=1.0 as=528e-15
++ ad=528e-15 ps=3.28e-6 pd=3.28e-6 nrd=366.667e-3 nrs=366.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M127 n243 n32 DVDD DVDD pmos_6p0 m=1.0 w=12e-6 l=700e-9 nf=1.0 as=5.28e-12
++ ad=5.28e-12 ps=24.88e-6 pd=24.88e-6 nrd=36.667e-3 nrs=36.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M128 n248 n27 n243 DVDD pmos_6p0 m=1.0 w=12e-6 l=700e-9 nf=1.0 as=5.28e-12
++ ad=5.28e-12 ps=24.88e-6 pd=24.88e-6 nrd=36.667e-3 nrs=36.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M129 n39 n248 DVDD DVDD pmos_6p0 m=1.0 w=24e-6 l=700e-9 nf=1.0 as=10.56e-12
++ ad=10.56e-12 ps=48.88e-6 pd=48.88e-6 nrd=18.333e-3 nrs=18.333e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M130 n268 n257 DVSS DVSS nmos_6p0 m=1.0 w=3e-6 l=700e-9 nf=2.0 as=1.32e-12
++ ad=780e-15 ps=7.76e-6 pd=4.04e-6 nrd=86.667e-3 nrs=146.667e-3 sa=440e-9
++ sb=440e-9 sd=520e-9 dtemp=0.0 par=1
+M131 n281 n1 VSS VSS nmos_6p0 m=1.0 w=1.5e-6 l=700e-9 nf=1.0 as=660e-15
++ ad=660e-15 ps=3.88e-6 pd=3.88e-6 nrd=293.333e-3 nrs=293.333e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M132 n257 n281 DVSS DVSS nmos_6p0 m=1.0 w=3e-6 l=700e-9 nf=2.0 as=1.32e-12
++ ad=780e-15 ps=7.76e-6 pd=4.04e-6 nrd=86.667e-3 nrs=146.667e-3 sa=440e-9
++ sb=440e-9 sd=520e-9 dtemp=0.0 par=1
+M133 n268 n257 DVDD DVDD pmos_6p0 m=1.0 w=6e-6 l=700e-9 nf=2.0 as=2.64e-12
++ ad=1.56e-12 ps=13.76e-6 pd=7.04e-6 nrd=43.333e-3 nrs=73.333e-3 sa=440e-9
++ sb=440e-9 sd=520e-9 dtemp=0.0 par=1
+M134 n281 n1 VDD VDD pmos_6p0 m=1.0 w=3e-6 l=700e-9 nf=1.0 as=1.32e-12
++ ad=1.32e-12 ps=6.88e-6 pd=6.88e-6 nrd=146.667e-3 nrs=146.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M135 n257 n281 DVDD DVDD pmos_6p0 m=1.0 w=6e-6 l=700e-9 nf=2.0 as=2.64e-12
++ ad=1.56e-12 ps=13.76e-6 pd=7.04e-6 nrd=43.333e-3 nrs=73.333e-3 sa=440e-9
++ sb=440e-9 sd=520e-9 dtemp=0.0 par=1
+M136 n274 n258 DVSS DVSS nmos_6p0 m=1.0 w=3e-6 l=700e-9 nf=2.0 as=1.32e-12
++ ad=780e-15 ps=7.76e-6 pd=4.04e-6 nrd=86.667e-3 nrs=146.667e-3 sa=440e-9
++ sb=440e-9 sd=520e-9 dtemp=0.0 par=1
+M137 n289 n1 VSS VSS nmos_6p0 m=1.0 w=1.5e-6 l=700e-9 nf=1.0 as=660e-15
++ ad=660e-15 ps=3.88e-6 pd=3.88e-6 nrd=293.333e-3 nrs=293.333e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M138 n258 n289 DVSS DVSS nmos_6p0 m=1.0 w=3e-6 l=700e-9 nf=2.0 as=1.32e-12
++ ad=780e-15 ps=7.76e-6 pd=4.04e-6 nrd=86.667e-3 nrs=146.667e-3 sa=440e-9
++ sb=440e-9 sd=520e-9 dtemp=0.0 par=1
+M139 n274 n258 DVDD DVDD pmos_6p0 m=1.0 w=6e-6 l=700e-9 nf=2.0 as=2.64e-12
++ ad=1.56e-12 ps=13.76e-6 pd=7.04e-6 nrd=43.333e-3 nrs=73.333e-3 sa=440e-9
++ sb=440e-9 sd=520e-9 dtemp=0.0 par=1
+M140 n289 n1 VDD VDD pmos_6p0 m=1.0 w=3e-6 l=700e-9 nf=1.0 as=1.32e-12
++ ad=1.32e-12 ps=6.88e-6 pd=6.88e-6 nrd=146.667e-3 nrs=146.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M141 n258 n289 DVDD DVDD pmos_6p0 m=1.0 w=6e-6 l=700e-9 nf=2.0 as=2.64e-12
++ ad=1.56e-12 ps=13.76e-6 pd=7.04e-6 nrd=43.333e-3 nrs=73.333e-3 sa=440e-9
++ sb=440e-9 sd=520e-9 dtemp=0.0 par=1
+M142 n272 n260 DVSS DVSS nmos_6p0 m=1.0 w=3e-6 l=700e-9 nf=2.0 as=1.32e-12
++ ad=780e-15 ps=7.76e-6 pd=4.04e-6 nrd=86.667e-3 nrs=146.667e-3 sa=440e-9
++ sb=440e-9 sd=520e-9 dtemp=0.0 par=1
+M143 n297 n261 VSS VSS nmos_6p0 m=1.0 w=1.5e-6 l=700e-9 nf=1.0 as=660e-15
++ ad=660e-15 ps=3.88e-6 pd=3.88e-6 nrd=293.333e-3 nrs=293.333e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M144 n260 n297 DVSS DVSS nmos_6p0 m=1.0 w=3e-6 l=700e-9 nf=2.0 as=1.32e-12
++ ad=780e-15 ps=7.76e-6 pd=4.04e-6 nrd=86.667e-3 nrs=146.667e-3 sa=440e-9
++ sb=440e-9 sd=520e-9 dtemp=0.0 par=1
+M145 n272 n260 DVDD DVDD pmos_6p0 m=1.0 w=6e-6 l=700e-9 nf=2.0 as=2.64e-12
++ ad=1.56e-12 ps=13.76e-6 pd=7.04e-6 nrd=43.333e-3 nrs=73.333e-3 sa=440e-9
++ sb=440e-9 sd=520e-9 dtemp=0.0 par=1
+M146 n297 n261 VDD VDD pmos_6p0 m=1.0 w=3e-6 l=700e-9 nf=1.0 as=1.32e-12
++ ad=1.32e-12 ps=6.88e-6 pd=6.88e-6 nrd=146.667e-3 nrs=146.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M147 n260 n297 DVDD DVDD pmos_6p0 m=1.0 w=6e-6 l=700e-9 nf=2.0 as=2.64e-12
++ ad=1.56e-12 ps=13.76e-6 pd=7.04e-6 nrd=43.333e-3 nrs=73.333e-3 sa=440e-9
++ sb=440e-9 sd=520e-9 dtemp=0.0 par=1
+M148 n276 n263 DVSS DVSS nmos_6p0 m=1.0 w=3e-6 l=700e-9 nf=2.0 as=1.32e-12
++ ad=780e-15 ps=7.76e-6 pd=4.04e-6 nrd=86.667e-3 nrs=146.667e-3 sa=440e-9
++ sb=440e-9 sd=520e-9 dtemp=0.0 par=1
+M149 n305 n259 VSS VSS nmos_6p0 m=1.0 w=1.5e-6 l=700e-9 nf=1.0 as=660e-15
++ ad=660e-15 ps=3.88e-6 pd=3.88e-6 nrd=293.333e-3 nrs=293.333e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M150 n263 n305 DVSS DVSS nmos_6p0 m=1.0 w=3e-6 l=700e-9 nf=2.0 as=1.32e-12
++ ad=780e-15 ps=7.76e-6 pd=4.04e-6 nrd=86.667e-3 nrs=146.667e-3 sa=440e-9
++ sb=440e-9 sd=520e-9 dtemp=0.0 par=1
+M151 n276 n263 DVDD DVDD pmos_6p0 m=1.0 w=6e-6 l=700e-9 nf=2.0 as=2.64e-12
++ ad=1.56e-12 ps=13.76e-6 pd=7.04e-6 nrd=43.333e-3 nrs=73.333e-3 sa=440e-9
++ sb=440e-9 sd=520e-9 dtemp=0.0 par=1
+M152 n305 n259 VDD VDD pmos_6p0 m=1.0 w=3e-6 l=700e-9 nf=1.0 as=1.32e-12
++ ad=1.32e-12 ps=6.88e-6 pd=6.88e-6 nrd=146.667e-3 nrs=146.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M153 n263 n305 DVDD DVDD pmos_6p0 m=1.0 w=6e-6 l=700e-9 nf=2.0 as=2.64e-12
++ ad=1.56e-12 ps=13.76e-6 pd=7.04e-6 nrd=43.333e-3 nrs=73.333e-3 sa=440e-9
++ sb=440e-9 sd=520e-9 dtemp=0.0 par=1
+D154 PD VDD pn_6p0 m=1.0 AREA=1e-12 PJ=4e-6
+D155 n1 VDD pn_6p0 m=1.0 AREA=1e-12 PJ=4e-6
+D156 n1 VDD pn_6p0 m=1.0 AREA=1e-12 PJ=4e-6
+D157 PU VDD pn_6p0 m=1.0 AREA=1e-12 PJ=4e-6
+M158 n313 n258 DVDD DVDD pmos_6p0 m=1.0 w=8e-6 l=700e-9 nf=1.0 as=3.52e-12
++ ad=3.52e-12 ps=16.88e-6 pd=16.88e-6 nrd=55e-3 nrs=55e-3 sa=440e-9 sb=440e-9
++ sd=0.0 dtemp=0.0 par=1
+M159 DVDD n258 n314 DVDD pmos_6p0 m=1.0 w=3e-6 l=700e-9 nf=1.0 as=1.32e-12
++ ad=1.32e-12 ps=6.88e-6 pd=6.88e-6 nrd=146.667e-3 nrs=146.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M160 n315 n15 DVDD DVDD pmos_6p0 m=1.0 w=3.8e-6 l=700e-9 nf=1.0 as=1.672e-12
++ ad=1.672e-12 ps=8.48e-6 pd=8.48e-6 nrd=115.789e-3 nrs=115.789e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M161 DVSS n314 n315 DVDD pmos_6p0 m=1.0 w=3.8e-6 l=700e-9 nf=1.0 as=1.672e-12
++ ad=1.672e-12 ps=8.48e-6 pd=8.48e-6 nrd=115.789e-3 nrs=115.789e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M162 n275 n257 DVDD DVDD pmos_6p0 m=1.0 w=6e-6 l=700e-9 nf=1.0 as=2.64e-12
++ ad=2.64e-12 ps=12.88e-6 pd=12.88e-6 nrd=73.333e-3 nrs=73.333e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M163 n275 n313 n310 DVDD pmos_6p0 m=1.0 w=2e-6 l=700e-9 nf=1.0 as=880e-15
++ ad=880e-15 ps=4.88e-6 pd=4.88e-6 nrd=220e-3 nrs=220e-3 sa=440e-9 sb=440e-9
++ sd=0.0 dtemp=0.0 par=1
+M164 n275 n313 n314 DVDD pmos_6p0 m=1.0 w=2e-6 l=700e-9 nf=1.0 as=880e-15
++ ad=880e-15 ps=4.88e-6 pd=4.88e-6 nrd=220e-3 nrs=220e-3 sa=440e-9 sb=440e-9
++ sd=0.0 dtemp=0.0 par=1
+M165 n275 n15 n315 DVDD pmos_6p0 m=1.0 w=4.3e-6 l=700e-9 nf=1.0 as=1.892e-12
++ ad=1.892e-12 ps=9.48e-6 pd=9.48e-6 nrd=102.326e-3 nrs=102.326e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M166 n320 n257 DVSS DVSS nmos_6p0 m=1.0 w=16e-6 l=700e-9 nf=1.0 as=7.04e-12
++ ad=7.04e-12 ps=32.88e-6 pd=32.88e-6 nrd=27.5e-3 nrs=27.5e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M167 n312 n15 n320 DVSS nmos_6p0 m=1.0 w=10.6e-6 l=700e-9 nf=1.0 as=4.664e-12
++ ad=4.664e-12 ps=22.08e-6 pd=22.08e-6 nrd=41.509e-3 nrs=41.509e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M168 n275 n15 n312 DVSS nmos_6p0 m=1.0 w=12e-6 l=700e-9 nf=1.0 as=5.28e-12
++ ad=5.28e-12 ps=24.88e-6 pd=24.88e-6 nrd=36.667e-3 nrs=36.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M169 n313 n258 DVSS DVSS nmos_6p0 m=1.0 w=4e-6 l=700e-9 nf=1.0 as=1.76e-12
++ ad=1.76e-12 ps=8.88e-6 pd=8.88e-6 nrd=110e-3 nrs=110e-3 sa=440e-9 sb=440e-9
++ sd=0.0 dtemp=0.0 par=1
+M170 n275 n258 n310 DVSS nmos_6p0 m=1.0 w=1.5e-6 l=700e-9 nf=1.0 as=660e-15
++ ad=660e-15 ps=3.88e-6 pd=3.88e-6 nrd=293.333e-3 nrs=293.333e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M171 n275 n258 n314 DVSS nmos_6p0 m=1.0 w=1.5e-6 l=700e-9 nf=1.0 as=660e-15
++ ad=660e-15 ps=3.88e-6 pd=3.88e-6 nrd=293.333e-3 nrs=293.333e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M172 DVDD n310 n312 DVSS nmos_6p0 m=1.0 w=1.3e-6 l=700e-9 nf=1.0 as=572e-15
++ ad=572e-15 ps=3.48e-6 pd=3.48e-6 nrd=338.462e-3 nrs=338.462e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M173 DVSS n313 n310 DVSS nmos_6p0 m=1.0 w=1.5e-6 l=700e-9 nf=1.0 as=660e-15
++ ad=660e-15 ps=3.88e-6 pd=3.88e-6 nrd=293.333e-3 nrs=293.333e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M174 n328 n275 DVDD DVDD pmos_6p0 m=1.0 w=2e-6 l=700e-9 nf=1.0 as=880e-15
++ ad=880e-15 ps=4.88e-6 pd=4.88e-6 nrd=220e-3 nrs=220e-3 sa=440e-9 sb=440e-9
++ sd=0.0 dtemp=0.0 par=1
+M175 n325 n328 VDD VDD pmos_6p0 m=1.0 w=10e-6 l=700e-9 nf=1.0 as=4.4e-12
++ ad=4.4e-12 ps=20.88e-6 pd=20.88e-6 nrd=44e-3 nrs=44e-3 sa=440e-9 sb=440e-9
++ sd=0.0 dtemp=0.0 par=1
+M176 Y n325 VDD VDD pmos_6p0 m=1.0 w=21e-6 l=700e-9 nf=1.0 as=9.24e-12
++ ad=9.24e-12 ps=42.88e-6 pd=42.88e-6 nrd=20.952e-3 nrs=20.952e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M177 n328 n275 DVSS DVSS nmos_6p0 m=1.0 w=8e-6 l=700e-9 nf=1.0 as=3.52e-12
++ ad=3.52e-12 ps=16.88e-6 pd=16.88e-6 nrd=55e-3 nrs=55e-3 sa=440e-9 sb=440e-9
++ sd=0.0 dtemp=0.0 par=1
+M178 Y n325 VSS VSS nmos_6p0 m=1.0 w=9e-6 l=700e-9 nf=1.0 as=3.96e-12
++ ad=3.96e-12 ps=18.88e-6 pd=18.88e-6 nrd=48.889e-3 nrs=48.889e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M179 n325 n328 VSS VSS nmos_6p0 m=1.0 w=2.5e-6 l=700e-9 nf=1.0 as=1.1e-12
++ ad=1.1e-12 ps=5.88e-6 pd=5.88e-6 nrd=176e-3 nrs=176e-3 sa=440e-9 sb=440e-9
++ sd=0.0 dtemp=0.0 par=1
+M180 n261 n335 VDD VDD pmos_6p0 m=1.0 w=3e-6 l=700e-9 nf=1.0 as=1.32e-12
++ ad=1.32e-12 ps=6.88e-6 pd=6.88e-6 nrd=146.667e-3 nrs=146.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M181 n261 PU VDD VDD pmos_6p0 m=1.0 w=3e-6 l=700e-9 nf=1.0 as=1.32e-12
++ ad=1.32e-12 ps=6.88e-6 pd=6.88e-6 nrd=146.667e-3 nrs=146.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M182 n336 PU VSS VSS nmos_6p0 m=1.0 w=3e-6 l=700e-9 nf=1.0 as=1.32e-12
++ ad=1.32e-12 ps=6.88e-6 pd=6.88e-6 nrd=146.667e-3 nrs=146.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M183 n261 n335 n336 VSS nmos_6p0 m=1.0 w=3e-6 l=700e-9 nf=1.0 as=1.32e-12
++ ad=1.32e-12 ps=6.88e-6 pd=6.88e-6 nrd=146.667e-3 nrs=146.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M184 n259 PD VDD VDD pmos_6p0 m=1.0 w=3e-6 l=700e-9 nf=1.0 as=1.32e-12
++ ad=1.32e-12 ps=6.88e-6 pd=6.88e-6 nrd=146.667e-3 nrs=146.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M185 n259 n335 VDD VDD pmos_6p0 m=1.0 w=3e-6 l=700e-9 nf=1.0 as=1.32e-12
++ ad=1.32e-12 ps=6.88e-6 pd=6.88e-6 nrd=146.667e-3 nrs=146.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M186 n342 n335 VSS VSS nmos_6p0 m=1.0 w=3e-6 l=700e-9 nf=1.0 as=1.32e-12
++ ad=1.32e-12 ps=6.88e-6 pd=6.88e-6 nrd=146.667e-3 nrs=146.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M187 n259 PD n342 VSS nmos_6p0 m=1.0 w=3e-6 l=700e-9 nf=1.0 as=1.32e-12
++ ad=1.32e-12 ps=6.88e-6 pd=6.88e-6 nrd=146.667e-3 nrs=146.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M188 n348 n354 n335 VDD pmos_6p0 m=1.0 w=3e-6 l=700e-9 nf=1.0 as=1.32e-12
++ ad=1.32e-12 ps=6.88e-6 pd=6.88e-6 nrd=146.667e-3 nrs=146.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M189 PU PD n335 VDD pmos_6p0 m=1.0 w=3e-6 l=700e-9 nf=1.0 as=1.32e-12
++ ad=1.32e-12 ps=6.88e-6 pd=6.88e-6 nrd=146.667e-3 nrs=146.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M190 n354 PD VDD VDD pmos_6p0 m=1.0 w=3e-6 l=700e-9 nf=1.0 as=1.32e-12
++ ad=1.32e-12 ps=6.88e-6 pd=6.88e-6 nrd=146.667e-3 nrs=146.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M191 n348 PU VDD VDD pmos_6p0 m=1.0 w=3e-6 l=700e-9 nf=1.0 as=1.32e-12
++ ad=1.32e-12 ps=6.88e-6 pd=6.88e-6 nrd=146.667e-3 nrs=146.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M192 n348 PD n335 VSS nmos_6p0 m=1.0 w=1.5e-6 l=700e-9 nf=1.0 as=660e-15
++ ad=660e-15 ps=3.88e-6 pd=3.88e-6 nrd=293.333e-3 nrs=293.333e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M193 PU n354 n335 VSS nmos_6p0 m=1.0 w=1.5e-6 l=700e-9 nf=1.0 as=660e-15
++ ad=660e-15 ps=3.88e-6 pd=3.88e-6 nrd=293.333e-3 nrs=293.333e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M194 n354 PD VSS VSS nmos_6p0 m=1.0 w=1.5e-6 l=700e-9 nf=1.0 as=660e-15
++ ad=660e-15 ps=3.88e-6 pd=3.88e-6 nrd=293.333e-3 nrs=293.333e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M195 n348 PU VSS VSS nmos_6p0 m=1.0 w=1.5e-6 l=700e-9 nf=1.0 as=660e-15
++ ad=660e-15 ps=3.88e-6 pd=3.88e-6 nrd=293.333e-3 nrs=293.333e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+R196 n15 n357 $SUB=DVDD $[ppolyf_u] $W=800e-9 $L=23e-6 m=1.0 r=9.94533e3 par=1
+R197 n357 n356 $SUB=DVDD $[ppolyf_u] $W=800e-9 $L=35.7e-6 m=1.0 r=15.3065e3 par=1
+R198 n356 n355 $SUB=DVDD $[ppolyf_u] $W=800e-9 $L=35.7e-6 m=1.0 r=15.3065e3 par=1
+R199 n355 n358 $SUB=DVDD $[ppolyf_u] $W=800e-9 $L=35.7e-6 m=1.0 r=15.3065e3 par=1
+R200 n358 n363 $SUB=DVDD $[ppolyf_u] $W=800e-9 $L=35.7e-6 m=1.0 r=15.3065e3 par=1
+R201 n363 n362 $SUB=DVDD $[ppolyf_u] $W=800e-9 $L=35.7e-6 m=1.0 r=15.3065e3 par=1
+R202 n362 n359 $SUB=DVDD $[ppolyf_u] $W=800e-9 $L=35.7e-6 m=1.0 r=15.3065e3 par=1
+R203 n359 n360 $SUB=DVDD $[ppolyf_u] $W=800e-9 $L=35.7e-6 m=1.0 r=15.3065e3 par=1
+M204 n360 n276 DVSS DVSS nmos_6p0 m=1.0 w=1.5e-6 l=700e-9 nf=1.0 as=660e-15
++ ad=660e-15 ps=3.88e-6 pd=3.88e-6 nrd=293.333e-3 nrs=293.333e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+M205 n360 n260 DVDD DVDD pmos_6p0 m=1.0 w=3e-6 l=700e-9 nf=1.0 as=1.32e-12
++ ad=1.32e-12 ps=6.88e-6 pd=6.88e-6 nrd=146.667e-3 nrs=146.667e-3 sa=440e-9
++ sb=440e-9 sd=0.0 dtemp=0.0 par=1
+D206 DVSS n15 np_6p0 m=2.0 AREA=20e-12 PJ=42e-6
+D207 n15 DVDD pn_6p0 m=2.0 AREA=20e-12 PJ=42e-6
+R208 PAD n15 $SUB=DVDD $[ppolyf_u] $W=2.5e-6 $L=2.8e-6 m=1.0 r=432.59 par=1
+R209 PAD n15 $SUB=DVDD $[ppolyf_u] $W=2.5e-6 $L=2.8e-6 m=1.0 r=449.157 par=1
+R210 PAD n15 $SUB=DVDD $[ppolyf_u] $W=2.5e-6 $L=2.8e-6 m=1.0 r=432.59 par=1
+R211 PAD n15 $SUB=DVDD $[ppolyf_u] $W=2.5e-6 $L=2.8e-6 m=1.0 r=449.157 par=1
+.ENDS
diff --git a/cells/in_s/gf180mcu_fd_io__in_s.v b/cells/in_s/gf180mcu_fd_io__in_s.v
new file mode 100644
index 0000000..66a8650
--- /dev/null
+++ b/cells/in_s/gf180mcu_fd_io__in_s.v
@@ -0,0 +1,42 @@
+/*
+ * Copyright 2022 GlobalFoundries PDK Authors
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http:www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+`suppress_faults
+`enable_portfaults
+`ifdef functional
+  `timescale 1ns / 1ps
+  `delay_mode_distributed
+  `delay_mode_unit
+`else
+  `timescale 1ns / 1ps
+  `delay_mode_path
+`endif
+module gf180mcu_fd_io__in_s (PU, PD, PAD, Y, DVDD, DVSS, VDD, VSS);
+	input	PU;
+	input	PD;
+	input	PAD;
+	output	Y;
+	inout	DVDD;
+	inout	DVSS;
+	inout	VDD;
+	inout	VSS;
+
+	buf #1 (Y, PAD);
+
+specify
+(PAD +=> Y)=(1.000, 1.000);
+endspecify
+endmodule
diff --git a/cells/in_s/gf180mcu_fd_io__in_s_3lm.gds b/cells/in_s/gf180mcu_fd_io__in_s_3lm.gds
new file mode 100644
index 0000000..d73dc0c
--- /dev/null
+++ b/cells/in_s/gf180mcu_fd_io__in_s_3lm.gds
Binary files differ
diff --git a/cells/in_s/gf180mcu_fd_io__in_s_3lm.lef b/cells/in_s/gf180mcu_fd_io__in_s_3lm.lef
new file mode 100644
index 0000000..48df698
--- /dev/null
+++ b/cells/in_s/gf180mcu_fd_io__in_s_3lm.lef
@@ -0,0 +1,299 @@
+# Copyright 2022 GlobalFoundries PDK Authors
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+MACRO gf180mcu_fd_io__in_s
+  CLASS PAD INPUT ;
+  ORIGIN 0 0 ;
+  FOREIGN gf180mcu_fd_io__in_s 0 0 ;
+  SIZE 75 BY 350 ;
+  SYMMETRY X Y R90 ;
+  SITE GF_IO_Site ;
+    PIN PAD
+        DIRECTION INPUT ;
+        USE SIGNAL ;
+        PORT
+        LAYER Metal3  ;
+        RECT 25.000 20.000 50.000 45.000 ;
+        END
+    END PAD
+  PIN PD
+    DIRECTION INPUT ;
+    USE SIGNAL ;
+    ANTENNADIFFAREA 1 LAYER Metal2 ;
+      ANTENNAGATEAREA 10.5 LAYER Metal2 ;
+    PORT
+        CLASS CORE ;
+      LAYER Metal2 ;
+        RECT 10.33 349.62 10.71 350 ;
+    END
+  END PD
+  PIN PU
+    DIRECTION INPUT ;
+    USE SIGNAL ;
+    ANTENNADIFFAREA 2.98 LAYER Metal2 ;
+      ANTENNAGATEAREA 7.35 LAYER Metal2 ;
+    PORT
+        CLASS CORE ;
+      LAYER Metal2 ;
+        RECT 5.965 349.62 6.345 350 ;
+    END
+  END PU
+  PIN Y
+    DIRECTION OUTPUT ;
+    USE SIGNAL ;
+    ANTENNADIFFAREA 7.8 LAYER Metal2 ;
+    PORT
+        CLASS CORE ;
+      LAYER Metal2 ;
+        RECT 70.86 349.62 71.24 350 ;
+    END
+  END Y
+  PIN DVDD
+    DIRECTION INOUT ;
+    USE POWER ;
+    PORT
+      LAYER Metal3 ;
+        RECT 74 118 75 125 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 182 75 197 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 166 75 181 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 150 75 165 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 134 75 149 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 214 75 229 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 206 75 213 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 278 75 285 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 270 75 277 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 262 75 269 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 294 75 301 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 334 75 341 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 334 1 341 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 294 1 301 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 262 1 269 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 270 1 277 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 278 1 285 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 206 1 213 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 214 1 229 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 134 1 149 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 150 1 165 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 166 1 181 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 182 1 197 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 118 1 125 ;
+    END
+  END DVDD
+  PIN DVSS
+    DIRECTION INOUT ;
+    USE GROUND ;
+    PORT
+      LAYER Metal3 ;
+        RECT 74 102 75 117 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 86 75 101 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 70 75 85 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 126 75 133 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 198 75 205 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 230 75 245 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 286 75 293 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 302 75 309 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 326 75 333 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 342 75 348.39 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 342 1 348.39 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 326 1 333 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 302 1 309 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 286 1 293 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 230 1 245 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 198 1 205 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 126 1 133 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 70 1 85 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 86 1 101 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 102 1 117 ;
+    END
+  END DVSS
+  PIN VDD
+    DIRECTION INOUT ;
+    USE POWER ;
+    PORT
+      LAYER Metal3 ;
+        RECT 74 254 75 261 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 310 75 317 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 310 1 317 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 254 1 261 ;
+    END
+  END VDD
+  PIN VSS
+    DIRECTION INOUT ;
+    USE GROUND ;
+    PORT
+      LAYER Metal3 ;
+        RECT 74 246 75 253 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 318 75 325 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 318 1 325 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 246 1 253 ;
+    END
+  END VSS
+  OBS
+    LAYER Metal1 ;
+      RECT 0 0 75 350 ;
+    LAYER Metal2 ;
+      POLYGON 75 350 71.52 350 71.52 349.34 70.58 349.34 70.58 350 10.99 350 10.99 349.34 10.05 349.34 10.05 350 6.625 350 6.625 349.34 5.685 349.34 5.685 350 0 350 0 0 75 0 ;
+    LAYER Metal3 ;
+      POLYGON 75 69.72 73.72 69.72 73.72 85.28 75 85.28 75 85.72 73.72 85.72 73.72 101.28 75 101.28 75 101.72 73.72 101.72 73.72 117.28 75 117.28 75 117.72 73.72 117.72 73.72 125.28 75 125.28 75 125.72 73.72 125.72 73.72 133.28 75 133.28 75 133.72 73.72 133.72 73.72 149.28 75 149.28 75 149.72 73.72 149.72 73.72 165.28 75 165.28 75 165.72 73.72 165.72 73.72 181.28 75 181.28 75 181.72 73.72 181.72 73.72 197.28 75 197.28 75 197.72 73.72 197.72 73.72 205.28 75 205.28 75 205.72 73.72 205.72 73.72 213.28 75 213.28 75 213.72 73.72 213.72 73.72 229.28 75 229.28 75 229.72 73.72 229.72 73.72 245.28 75 245.28 75 245.72 73.72 245.72 73.72 253.28 75 253.28 75 253.72 73.72 253.72 73.72 261.28 75 261.28 75 261.72 73.72 261.72 73.72 269.28 75 269.28 75 269.72 73.72 269.72 73.72 277.28 75 277.28 75 277.72 73.72 277.72 73.72 285.28 75 285.28 75 285.72 73.72 285.72 73.72 293.28 75 293.28 75 293.72 73.72 293.72 73.72 301.28 75 301.28 75 301.72 73.72 301.72 73.72 309.28 75 309.28 75 309.72 73.72 309.72 73.72 317.28 75 317.28 75 317.72 73.72 317.72 73.72 325.28 75 325.28 75 325.72 73.72 325.72 73.72 333.28 75 333.28 75 333.72 73.72 333.72 73.72 341.28 75 341.28 75 341.72 73.72 341.72 73.72 348.67 75 348.67 75 350 0 350 0 348.67 1.28 348.67 1.28 341.72 0 341.72 0 341.28 1.28 341.28 1.28 333.72 0 333.72 0 333.28 1.28 333.28 1.28 325.72 0 325.72 0 325.28 1.28 325.28 1.28 317.72 0 317.72 0 317.28 1.28 317.28 1.28 309.72 0 309.72 0 309.28 1.28 309.28 1.28 301.72 0 301.72 0 301.28 1.28 301.28 1.28 293.72 0 293.72 0 293.28 1.28 293.28 1.28 285.72 0 285.72 0 285.28 1.28 285.28 1.28 277.72 0 277.72 0 277.28 1.28 277.28 1.28 269.72 0 269.72 0 269.28 1.28 269.28 1.28 261.72 0 261.72 0 261.28 1.28 261.28 1.28 253.72 0 253.72 0 253.28 1.28 253.28 1.28 245.72 0 245.72 0 245.28 1.28 245.28 1.28 229.72 0 229.72 0 229.28 1.28 229.28 1.28 213.72 0 213.72 0 213.28 1.28 213.28 1.28 205.72 0 205.72 0 205.28 1.28 205.28 1.28 197.72 0 197.72 0 197.28 1.28 197.28 1.28 181.72 0 181.72 0 181.28 1.28 181.28 1.28 165.72 0 165.72 0 165.28 1.28 165.28 1.28 149.72 0 149.72 0 149.28 1.28 149.28 1.28 133.72 0 133.72 0 133.28 1.28 133.28 1.28 125.72 0 125.72 0 125.28 1.28 125.28 1.28 117.72 0 117.72 0 117.28 1.28 117.28 1.28 101.72 0 101.72 0 101.28 1.28 101.28 1.28 85.72 0 85.72 0 85.28 1.28 85.28 1.28 69.72 0 69.72 0 0 75 0 ;
+    LAYER Via1 ;
+      RECT 0 0 75 350 ;
+    LAYER Via2 ;
+      RECT 0 0 75 350 ;
+  END
+
+END gf180mcu_fd_io__in_s
diff --git a/cells/in_s/gf180mcu_fd_io__in_s_4lm.gds b/cells/in_s/gf180mcu_fd_io__in_s_4lm.gds
new file mode 100644
index 0000000..c9acdb1
--- /dev/null
+++ b/cells/in_s/gf180mcu_fd_io__in_s_4lm.gds
Binary files differ
diff --git a/cells/in_s/gf180mcu_fd_io__in_s_4lm.lef b/cells/in_s/gf180mcu_fd_io__in_s_4lm.lef
new file mode 100644
index 0000000..0f72687
--- /dev/null
+++ b/cells/in_s/gf180mcu_fd_io__in_s_4lm.lef
@@ -0,0 +1,511 @@
+# Copyright 2022 GlobalFoundries PDK Authors
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+MACRO gf180mcu_fd_io__in_s
+  CLASS PAD INPUT ;
+  ORIGIN 0 0 ;
+  FOREIGN gf180mcu_fd_io__in_s 0 0 ;
+  SIZE 75 BY 350 ;
+  SYMMETRY X Y R90 ;
+  SITE GF_IO_Site ;
+    PIN PAD
+        DIRECTION INPUT ;
+        USE SIGNAL ;
+        PORT
+        LAYER Metal4  ;
+        RECT 25.000 20.000 50.000 45.000 ;
+        END
+    END PAD
+  PIN PD
+    DIRECTION INPUT ;
+    USE SIGNAL ;
+    ANTENNADIFFAREA 1 LAYER Metal2 ;
+      ANTENNAGATEAREA 10.5 LAYER Metal2 ;
+    PORT
+        CLASS CORE ;
+      LAYER Metal2 ;
+        RECT 10.33 349.62 10.71 350 ;
+    END
+  END PD
+  PIN PU
+    DIRECTION INPUT ;
+    USE SIGNAL ;
+    ANTENNADIFFAREA 2.98 LAYER Metal2 ;
+      ANTENNAGATEAREA 7.35 LAYER Metal2 ;
+    PORT
+        CLASS CORE ;
+      LAYER Metal2 ;
+        RECT 5.965 349.62 6.345 350 ;
+    END
+  END PU
+  PIN Y
+    DIRECTION OUTPUT ;
+    USE SIGNAL ;
+    ANTENNADIFFAREA 7.8 LAYER Metal2 ;
+    PORT
+        CLASS CORE ;
+      LAYER Metal2 ;
+        RECT 70.86 349.62 71.24 350 ;
+    END
+  END Y
+  PIN DVDD
+    DIRECTION INOUT ;
+    USE POWER ;
+    PORT
+      LAYER Metal4 ;
+        RECT 74 118 75 125 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 182 75 197 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 166 75 181 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 150 75 165 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 134 75 149 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 214 75 229 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 206 75 213 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 278 75 285 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 270 75 277 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 262 75 269 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 294 75 301 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 334 75 341 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 118 75 125 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 182 75 197 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 166 75 181 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 150 75 165 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 134 75 149 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 214 75 229 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 206 75 213 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 278 75 285 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 270 75 277 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 262 75 269 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 294 75 301 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 334 75 341 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 334 1 341 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 294 1 301 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 262 1 269 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 270 1 277 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 278 1 285 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 206 1 213 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 214 1 229 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 134 1 149 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 150 1 165 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 166 1 181 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 182 1 197 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 334 1 341 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 294 1 301 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 262 1 269 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 270 1 277 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 278 1 285 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 206 1 213 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 214 1 229 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 134 1 149 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 150 1 165 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 166 1 181 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 182 1 197 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 118 1 125 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 118 1 125 ;
+    END
+  END DVDD
+  PIN DVSS
+    DIRECTION INOUT ;
+    USE GROUND ;
+    PORT
+      LAYER Metal4 ;
+        RECT 74 102 75 117 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 86 75 101 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 70 75 85 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 126 75 133 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 198 75 205 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 230 75 245 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 286 75 293 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 302 75 309 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 326 75 333 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 342 75 348.39 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 102 75 117 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 86 75 101 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 70 75 85 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 126 75 133 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 198 75 205 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 230 75 245 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 286 75 293 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 302 75 309 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 326 75 333 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 342 75 348.39 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 342 1 348.39 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 326 1 333 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 302 1 309 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 286 1 293 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 230 1 245 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 198 1 205 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 126 1 133 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 70 1 85 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 86 1 101 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 342 1 348.39 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 326 1 333 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 302 1 309 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 286 1 293 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 230 1 245 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 198 1 205 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 126 1 133 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 70 1 85 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 86 1 101 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 102 1 117 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 102 1 117 ;
+    END
+  END DVSS
+  PIN VDD
+    DIRECTION INOUT ;
+    USE POWER ;
+    PORT
+      LAYER Metal4 ;
+        RECT 74 254 75 261 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 310 75 317 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 254 75 261 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 310 75 317 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 310 1 317 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 310 1 317 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 254 1 261 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 254 1 261 ;
+    END
+  END VDD
+  PIN VSS
+    DIRECTION INOUT ;
+    USE GROUND ;
+    PORT
+      LAYER Metal4 ;
+        RECT 74 246 75 253 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 318 75 325 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 246 75 253 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 318 75 325 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 318 1 325 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 318 1 325 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 246 1 253 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 246 1 253 ;
+    END
+  END VSS
+  OBS
+    LAYER Metal1 ;
+      RECT 0 0 75 350 ;
+    LAYER Metal2 ;
+      POLYGON 75 350 71.52 350 71.52 349.34 70.58 349.34 70.58 350 10.99 350 10.99 349.34 10.05 349.34 10.05 350 6.625 350 6.625 349.34 5.685 349.34 5.685 350 0 350 0 0 75 0 ;
+    LAYER Metal3 ;
+      POLYGON 75 69.72 73.72 69.72 73.72 85.28 75 85.28 75 85.72 73.72 85.72 73.72 101.28 75 101.28 75 101.72 73.72 101.72 73.72 117.28 75 117.28 75 117.72 73.72 117.72 73.72 125.28 75 125.28 75 125.72 73.72 125.72 73.72 133.28 75 133.28 75 133.72 73.72 133.72 73.72 149.28 75 149.28 75 149.72 73.72 149.72 73.72 165.28 75 165.28 75 165.72 73.72 165.72 73.72 181.28 75 181.28 75 181.72 73.72 181.72 73.72 197.28 75 197.28 75 197.72 73.72 197.72 73.72 205.28 75 205.28 75 205.72 73.72 205.72 73.72 213.28 75 213.28 75 213.72 73.72 213.72 73.72 229.28 75 229.28 75 229.72 73.72 229.72 73.72 245.28 75 245.28 75 245.72 73.72 245.72 73.72 253.28 75 253.28 75 253.72 73.72 253.72 73.72 261.28 75 261.28 75 261.72 73.72 261.72 73.72 269.28 75 269.28 75 269.72 73.72 269.72 73.72 277.28 75 277.28 75 277.72 73.72 277.72 73.72 285.28 75 285.28 75 285.72 73.72 285.72 73.72 293.28 75 293.28 75 293.72 73.72 293.72 73.72 301.28 75 301.28 75 301.72 73.72 301.72 73.72 309.28 75 309.28 75 309.72 73.72 309.72 73.72 317.28 75 317.28 75 317.72 73.72 317.72 73.72 325.28 75 325.28 75 325.72 73.72 325.72 73.72 333.28 75 333.28 75 333.72 73.72 333.72 73.72 341.28 75 341.28 75 341.72 73.72 341.72 73.72 348.67 75 348.67 75 350 0 350 0 348.67 1.28 348.67 1.28 341.72 0 341.72 0 341.28 1.28 341.28 1.28 333.72 0 333.72 0 333.28 1.28 333.28 1.28 325.72 0 325.72 0 325.28 1.28 325.28 1.28 317.72 0 317.72 0 317.28 1.28 317.28 1.28 309.72 0 309.72 0 309.28 1.28 309.28 1.28 301.72 0 301.72 0 301.28 1.28 301.28 1.28 293.72 0 293.72 0 293.28 1.28 293.28 1.28 285.72 0 285.72 0 285.28 1.28 285.28 1.28 277.72 0 277.72 0 277.28 1.28 277.28 1.28 269.72 0 269.72 0 269.28 1.28 269.28 1.28 261.72 0 261.72 0 261.28 1.28 261.28 1.28 253.72 0 253.72 0 253.28 1.28 253.28 1.28 245.72 0 245.72 0 245.28 1.28 245.28 1.28 229.72 0 229.72 0 229.28 1.28 229.28 1.28 213.72 0 213.72 0 213.28 1.28 213.28 1.28 205.72 0 205.72 0 205.28 1.28 205.28 1.28 197.72 0 197.72 0 197.28 1.28 197.28 1.28 181.72 0 181.72 0 181.28 1.28 181.28 1.28 165.72 0 165.72 0 165.28 1.28 165.28 1.28 149.72 0 149.72 0 149.28 1.28 149.28 1.28 133.72 0 133.72 0 133.28 1.28 133.28 1.28 125.72 0 125.72 0 125.28 1.28 125.28 1.28 117.72 0 117.72 0 117.28 1.28 117.28 1.28 101.72 0 101.72 0 101.28 1.28 101.28 1.28 85.72 0 85.72 0 85.28 1.28 85.28 1.28 69.72 0 69.72 0 0 75 0 ;
+    LAYER Metal4 ;
+      POLYGON 75 69.72 73.72 69.72 73.72 85.28 75 85.28 75 85.72 73.72 85.72 73.72 101.28 75 101.28 75 101.72 73.72 101.72 73.72 117.28 75 117.28 75 117.72 73.72 117.72 73.72 125.28 75 125.28 75 125.72 73.72 125.72 73.72 133.28 75 133.28 75 133.72 73.72 133.72 73.72 149.28 75 149.28 75 149.72 73.72 149.72 73.72 165.28 75 165.28 75 165.72 73.72 165.72 73.72 181.28 75 181.28 75 181.72 73.72 181.72 73.72 197.28 75 197.28 75 197.72 73.72 197.72 73.72 205.28 75 205.28 75 205.72 73.72 205.72 73.72 213.28 75 213.28 75 213.72 73.72 213.72 73.72 229.28 75 229.28 75 229.72 73.72 229.72 73.72 245.28 75 245.28 75 245.72 73.72 245.72 73.72 253.28 75 253.28 75 253.72 73.72 253.72 73.72 261.28 75 261.28 75 261.72 73.72 261.72 73.72 269.28 75 269.28 75 269.72 73.72 269.72 73.72 277.28 75 277.28 75 277.72 73.72 277.72 73.72 285.28 75 285.28 75 285.72 73.72 285.72 73.72 293.28 75 293.28 75 293.72 73.72 293.72 73.72 301.28 75 301.28 75 301.72 73.72 301.72 73.72 309.28 75 309.28 75 309.72 73.72 309.72 73.72 317.28 75 317.28 75 317.72 73.72 317.72 73.72 325.28 75 325.28 75 325.72 73.72 325.72 73.72 333.28 75 333.28 75 333.72 73.72 333.72 73.72 341.28 75 341.28 75 341.72 73.72 341.72 73.72 348.67 75 348.67 75 350 0 350 0 348.67 1.28 348.67 1.28 341.72 0 341.72 0 341.28 1.28 341.28 1.28 333.72 0 333.72 0 333.28 1.28 333.28 1.28 325.72 0 325.72 0 325.28 1.28 325.28 1.28 317.72 0 317.72 0 317.28 1.28 317.28 1.28 309.72 0 309.72 0 309.28 1.28 309.28 1.28 301.72 0 301.72 0 301.28 1.28 301.28 1.28 293.72 0 293.72 0 293.28 1.28 293.28 1.28 285.72 0 285.72 0 285.28 1.28 285.28 1.28 277.72 0 277.72 0 277.28 1.28 277.28 1.28 269.72 0 269.72 0 269.28 1.28 269.28 1.28 261.72 0 261.72 0 261.28 1.28 261.28 1.28 253.72 0 253.72 0 253.28 1.28 253.28 1.28 245.72 0 245.72 0 245.28 1.28 245.28 1.28 229.72 0 229.72 0 229.28 1.28 229.28 1.28 213.72 0 213.72 0 213.28 1.28 213.28 1.28 205.72 0 205.72 0 205.28 1.28 205.28 1.28 197.72 0 197.72 0 197.28 1.28 197.28 1.28 181.72 0 181.72 0 181.28 1.28 181.28 1.28 165.72 0 165.72 0 165.28 1.28 165.28 1.28 149.72 0 149.72 0 149.28 1.28 149.28 1.28 133.72 0 133.72 0 133.28 1.28 133.28 1.28 125.72 0 125.72 0 125.28 1.28 125.28 1.28 117.72 0 117.72 0 117.28 1.28 117.28 1.28 101.72 0 101.72 0 101.28 1.28 101.28 1.28 85.72 0 85.72 0 85.28 1.28 85.28 1.28 69.72 0 69.72 0 0 75 0 ;
+    LAYER Via1 ;
+      RECT 0 0 75 350 ;
+    LAYER Via2 ;
+      RECT 0 0 75 350 ;
+    LAYER Via3 ;
+      RECT 0 0 75 350 ;
+  END
+
+END gf180mcu_fd_io__in_s
diff --git a/cells/in_s/gf180mcu_fd_io__in_s_5lm.gds b/cells/in_s/gf180mcu_fd_io__in_s_5lm.gds
new file mode 100644
index 0000000..9c0fe7c
--- /dev/null
+++ b/cells/in_s/gf180mcu_fd_io__in_s_5lm.gds
Binary files differ
diff --git a/cells/in_s/gf180mcu_fd_io__in_s_5lm.lef b/cells/in_s/gf180mcu_fd_io__in_s_5lm.lef
new file mode 100644
index 0000000..cf0655f
--- /dev/null
+++ b/cells/in_s/gf180mcu_fd_io__in_s_5lm.lef
@@ -0,0 +1,723 @@
+# Copyright 2022 GlobalFoundries PDK Authors
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+MACRO gf180mcu_fd_io__in_s
+  CLASS PAD INPUT ;
+  ORIGIN 0 0 ;
+  FOREIGN gf180mcu_fd_io__in_s 0 0 ;
+  SIZE 75 BY 350 ;
+  SYMMETRY X Y R90 ;
+  SITE GF_IO_Site ;
+    PIN PAD
+        DIRECTION INPUT ;
+        USE SIGNAL ;
+        PORT
+        LAYER Metal5  ;
+        RECT 25.000 20.000 50.000 45.000 ;
+        END
+    END PAD
+  PIN PD
+    DIRECTION INPUT ;
+    USE SIGNAL ;
+    ANTENNADIFFAREA 1 LAYER Metal2 ;
+      ANTENNAGATEAREA 10.5 LAYER Metal2 ;
+    PORT
+        CLASS CORE ;
+      LAYER Metal2 ;
+        RECT 10.33 349.62 10.71 350 ;
+    END
+  END PD
+  PIN PU
+    DIRECTION INPUT ;
+    USE SIGNAL ;
+    ANTENNADIFFAREA 2.98 LAYER Metal2 ;
+      ANTENNAGATEAREA 7.35 LAYER Metal2 ;
+    PORT
+        CLASS CORE ;
+      LAYER Metal2 ;
+        RECT 5.965 349.62 6.345 350 ;
+    END
+  END PU
+  PIN Y
+    DIRECTION OUTPUT ;
+    USE SIGNAL ;
+    ANTENNADIFFAREA 7.8 LAYER Metal2 ;
+    PORT
+        CLASS CORE ;
+      LAYER Metal2 ;
+        RECT 70.86 349.62 71.24 350 ;
+    END
+  END Y
+  PIN DVDD
+    DIRECTION INOUT ;
+    USE POWER ;
+    PORT
+      LAYER Metal5 ;
+        RECT 74 118 75 125 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 74 182 75 197 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 74 166 75 181 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 74 150 75 165 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 74 134 75 149 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 74 214 75 229 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 74 206 75 213 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 74 278 75 285 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 74 270 75 277 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 74 262 75 269 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 74 294 75 301 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 74 334 75 341 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 118 75 125 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 182 75 197 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 166 75 181 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 150 75 165 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 134 75 149 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 214 75 229 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 206 75 213 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 278 75 285 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 270 75 277 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 262 75 269 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 294 75 301 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 334 75 341 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 118 75 125 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 182 75 197 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 166 75 181 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 150 75 165 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 134 75 149 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 214 75 229 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 206 75 213 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 278 75 285 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 270 75 277 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 262 75 269 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 294 75 301 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 334 75 341 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 334 1 341 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 294 1 301 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 262 1 269 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 270 1 277 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 278 1 285 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 206 1 213 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 214 1 229 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 134 1 149 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 150 1 165 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 166 1 181 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 182 1 197 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 334 1 341 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 294 1 301 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 262 1 269 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 270 1 277 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 278 1 285 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 206 1 213 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 214 1 229 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 134 1 149 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 150 1 165 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 166 1 181 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 182 1 197 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 334 1 341 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 294 1 301 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 262 1 269 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 270 1 277 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 278 1 285 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 206 1 213 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 214 1 229 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 134 1 149 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 150 1 165 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 166 1 181 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 182 1 197 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 118 1 125 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 118 1 125 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 118 1 125 ;
+    END
+  END DVDD
+  PIN DVSS
+    DIRECTION INOUT ;
+    USE GROUND ;
+    PORT
+      LAYER Metal5 ;
+        RECT 74 102 75 117 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 74 86 75 101 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 74 70 75 85 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 74 126 75 133 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 74 198 75 205 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 74 230 75 245 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 74 286 75 293 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 74 302 75 309 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 74 326 75 333 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 74 342 75 348.39 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 102 75 117 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 86 75 101 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 70 75 85 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 126 75 133 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 198 75 205 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 230 75 245 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 286 75 293 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 302 75 309 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 326 75 333 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 342 75 348.39 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 102 75 117 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 86 75 101 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 70 75 85 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 126 75 133 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 198 75 205 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 230 75 245 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 286 75 293 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 302 75 309 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 326 75 333 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 342 75 348.39 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 342 1 348.39 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 326 1 333 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 302 1 309 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 286 1 293 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 230 1 245 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 198 1 205 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 126 1 133 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 70 1 85 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 86 1 101 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 342 1 348.39 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 326 1 333 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 302 1 309 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 286 1 293 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 230 1 245 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 198 1 205 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 126 1 133 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 70 1 85 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 86 1 101 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 342 1 348.39 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 326 1 333 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 302 1 309 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 286 1 293 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 230 1 245 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 198 1 205 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 126 1 133 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 70 1 85 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 86 1 101 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 102 1 117 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 102 1 117 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 102 1 117 ;
+    END
+  END DVSS
+  PIN VDD
+    DIRECTION INOUT ;
+    USE POWER ;
+    PORT
+      LAYER Metal5 ;
+        RECT 74 254 75 261 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 74 310 75 317 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 254 75 261 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 310 75 317 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 254 75 261 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 310 75 317 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 310 1 317 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 310 1 317 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 310 1 317 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 254 1 261 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 254 1 261 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 254 1 261 ;
+    END
+  END VDD
+  PIN VSS
+    DIRECTION INOUT ;
+    USE GROUND ;
+    PORT
+      LAYER Metal5 ;
+        RECT 74 246 75 253 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 74 318 75 325 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 246 75 253 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 74 318 75 325 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 246 75 253 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 74 318 75 325 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 318 1 325 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 318 1 325 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 318 1 325 ;
+    END
+    PORT
+      LAYER Metal5 ;
+        RECT 0 246 1 253 ;
+    END
+    PORT
+      LAYER Metal4 ;
+        RECT 0 246 1 253 ;
+    END
+    PORT
+      LAYER Metal3 ;
+        RECT 0 246 1 253 ;
+    END
+  END VSS
+  OBS
+    LAYER Metal1 ;
+      RECT 0 0 75 350 ;
+    LAYER Metal2 ;
+      POLYGON 75 350 71.52 350 71.52 349.34 70.58 349.34 70.58 350 10.99 350 10.99 349.34 10.05 349.34 10.05 350 6.625 350 6.625 349.34 5.685 349.34 5.685 350 0 350 0 0 75 0 ;
+    LAYER Metal3 ;
+      POLYGON 75 69.72 73.72 69.72 73.72 85.28 75 85.28 75 85.72 73.72 85.72 73.72 101.28 75 101.28 75 101.72 73.72 101.72 73.72 117.28 75 117.28 75 117.72 73.72 117.72 73.72 125.28 75 125.28 75 125.72 73.72 125.72 73.72 133.28 75 133.28 75 133.72 73.72 133.72 73.72 149.28 75 149.28 75 149.72 73.72 149.72 73.72 165.28 75 165.28 75 165.72 73.72 165.72 73.72 181.28 75 181.28 75 181.72 73.72 181.72 73.72 197.28 75 197.28 75 197.72 73.72 197.72 73.72 205.28 75 205.28 75 205.72 73.72 205.72 73.72 213.28 75 213.28 75 213.72 73.72 213.72 73.72 229.28 75 229.28 75 229.72 73.72 229.72 73.72 245.28 75 245.28 75 245.72 73.72 245.72 73.72 253.28 75 253.28 75 253.72 73.72 253.72 73.72 261.28 75 261.28 75 261.72 73.72 261.72 73.72 269.28 75 269.28 75 269.72 73.72 269.72 73.72 277.28 75 277.28 75 277.72 73.72 277.72 73.72 285.28 75 285.28 75 285.72 73.72 285.72 73.72 293.28 75 293.28 75 293.72 73.72 293.72 73.72 301.28 75 301.28 75 301.72 73.72 301.72 73.72 309.28 75 309.28 75 309.72 73.72 309.72 73.72 317.28 75 317.28 75 317.72 73.72 317.72 73.72 325.28 75 325.28 75 325.72 73.72 325.72 73.72 333.28 75 333.28 75 333.72 73.72 333.72 73.72 341.28 75 341.28 75 341.72 73.72 341.72 73.72 348.67 75 348.67 75 350 0 350 0 348.67 1.28 348.67 1.28 341.72 0 341.72 0 341.28 1.28 341.28 1.28 333.72 0 333.72 0 333.28 1.28 333.28 1.28 325.72 0 325.72 0 325.28 1.28 325.28 1.28 317.72 0 317.72 0 317.28 1.28 317.28 1.28 309.72 0 309.72 0 309.28 1.28 309.28 1.28 301.72 0 301.72 0 301.28 1.28 301.28 1.28 293.72 0 293.72 0 293.28 1.28 293.28 1.28 285.72 0 285.72 0 285.28 1.28 285.28 1.28 277.72 0 277.72 0 277.28 1.28 277.28 1.28 269.72 0 269.72 0 269.28 1.28 269.28 1.28 261.72 0 261.72 0 261.28 1.28 261.28 1.28 253.72 0 253.72 0 253.28 1.28 253.28 1.28 245.72 0 245.72 0 245.28 1.28 245.28 1.28 229.72 0 229.72 0 229.28 1.28 229.28 1.28 213.72 0 213.72 0 213.28 1.28 213.28 1.28 205.72 0 205.72 0 205.28 1.28 205.28 1.28 197.72 0 197.72 0 197.28 1.28 197.28 1.28 181.72 0 181.72 0 181.28 1.28 181.28 1.28 165.72 0 165.72 0 165.28 1.28 165.28 1.28 149.72 0 149.72 0 149.28 1.28 149.28 1.28 133.72 0 133.72 0 133.28 1.28 133.28 1.28 125.72 0 125.72 0 125.28 1.28 125.28 1.28 117.72 0 117.72 0 117.28 1.28 117.28 1.28 101.72 0 101.72 0 101.28 1.28 101.28 1.28 85.72 0 85.72 0 85.28 1.28 85.28 1.28 69.72 0 69.72 0 0 75 0 ;
+    LAYER Metal4 ;
+      POLYGON 75 69.72 73.72 69.72 73.72 85.28 75 85.28 75 85.72 73.72 85.72 73.72 101.28 75 101.28 75 101.72 73.72 101.72 73.72 117.28 75 117.28 75 117.72 73.72 117.72 73.72 125.28 75 125.28 75 125.72 73.72 125.72 73.72 133.28 75 133.28 75 133.72 73.72 133.72 73.72 149.28 75 149.28 75 149.72 73.72 149.72 73.72 165.28 75 165.28 75 165.72 73.72 165.72 73.72 181.28 75 181.28 75 181.72 73.72 181.72 73.72 197.28 75 197.28 75 197.72 73.72 197.72 73.72 205.28 75 205.28 75 205.72 73.72 205.72 73.72 213.28 75 213.28 75 213.72 73.72 213.72 73.72 229.28 75 229.28 75 229.72 73.72 229.72 73.72 245.28 75 245.28 75 245.72 73.72 245.72 73.72 253.28 75 253.28 75 253.72 73.72 253.72 73.72 261.28 75 261.28 75 261.72 73.72 261.72 73.72 269.28 75 269.28 75 269.72 73.72 269.72 73.72 277.28 75 277.28 75 277.72 73.72 277.72 73.72 285.28 75 285.28 75 285.72 73.72 285.72 73.72 293.28 75 293.28 75 293.72 73.72 293.72 73.72 301.28 75 301.28 75 301.72 73.72 301.72 73.72 309.28 75 309.28 75 309.72 73.72 309.72 73.72 317.28 75 317.28 75 317.72 73.72 317.72 73.72 325.28 75 325.28 75 325.72 73.72 325.72 73.72 333.28 75 333.28 75 333.72 73.72 333.72 73.72 341.28 75 341.28 75 341.72 73.72 341.72 73.72 348.67 75 348.67 75 350 0 350 0 348.67 1.28 348.67 1.28 341.72 0 341.72 0 341.28 1.28 341.28 1.28 333.72 0 333.72 0 333.28 1.28 333.28 1.28 325.72 0 325.72 0 325.28 1.28 325.28 1.28 317.72 0 317.72 0 317.28 1.28 317.28 1.28 309.72 0 309.72 0 309.28 1.28 309.28 1.28 301.72 0 301.72 0 301.28 1.28 301.28 1.28 293.72 0 293.72 0 293.28 1.28 293.28 1.28 285.72 0 285.72 0 285.28 1.28 285.28 1.28 277.72 0 277.72 0 277.28 1.28 277.28 1.28 269.72 0 269.72 0 269.28 1.28 269.28 1.28 261.72 0 261.72 0 261.28 1.28 261.28 1.28 253.72 0 253.72 0 253.28 1.28 253.28 1.28 245.72 0 245.72 0 245.28 1.28 245.28 1.28 229.72 0 229.72 0 229.28 1.28 229.28 1.28 213.72 0 213.72 0 213.28 1.28 213.28 1.28 205.72 0 205.72 0 205.28 1.28 205.28 1.28 197.72 0 197.72 0 197.28 1.28 197.28 1.28 181.72 0 181.72 0 181.28 1.28 181.28 1.28 165.72 0 165.72 0 165.28 1.28 165.28 1.28 149.72 0 149.72 0 149.28 1.28 149.28 1.28 133.72 0 133.72 0 133.28 1.28 133.28 1.28 125.72 0 125.72 0 125.28 1.28 125.28 1.28 117.72 0 117.72 0 117.28 1.28 117.28 1.28 101.72 0 101.72 0 101.28 1.28 101.28 1.28 85.72 0 85.72 0 85.28 1.28 85.28 1.28 69.72 0 69.72 0 0 75 0 ;
+    LAYER Metal5 ;
+      POLYGON 75 69.72 73.72 69.72 73.72 85.28 75 85.28 75 85.72 73.72 85.72 73.72 101.28 75 101.28 75 101.72 73.72 101.72 73.72 117.28 75 117.28 75 117.72 73.72 117.72 73.72 125.28 75 125.28 75 125.72 73.72 125.72 73.72 133.28 75 133.28 75 133.72 73.72 133.72 73.72 149.28 75 149.28 75 149.72 73.72 149.72 73.72 165.28 75 165.28 75 165.72 73.72 165.72 73.72 181.28 75 181.28 75 181.72 73.72 181.72 73.72 197.28 75 197.28 75 197.72 73.72 197.72 73.72 205.28 75 205.28 75 205.72 73.72 205.72 73.72 213.28 75 213.28 75 213.72 73.72 213.72 73.72 229.28 75 229.28 75 229.72 73.72 229.72 73.72 245.28 75 245.28 75 245.72 73.72 245.72 73.72 253.28 75 253.28 75 253.72 73.72 253.72 73.72 261.28 75 261.28 75 261.72 73.72 261.72 73.72 269.28 75 269.28 75 269.72 73.72 269.72 73.72 277.28 75 277.28 75 277.72 73.72 277.72 73.72 285.28 75 285.28 75 285.72 73.72 285.72 73.72 293.28 75 293.28 75 293.72 73.72 293.72 73.72 301.28 75 301.28 75 301.72 73.72 301.72 73.72 309.28 75 309.28 75 309.72 73.72 309.72 73.72 317.28 75 317.28 75 317.72 73.72 317.72 73.72 325.28 75 325.28 75 325.72 73.72 325.72 73.72 333.28 75 333.28 75 333.72 73.72 333.72 73.72 341.28 75 341.28 75 341.72 73.72 341.72 73.72 348.67 75 348.67 75 350 0 350 0 348.67 1.28 348.67 1.28 341.72 0 341.72 0 341.28 1.28 341.28 1.28 333.72 0 333.72 0 333.28 1.28 333.28 1.28 325.72 0 325.72 0 325.28 1.28 325.28 1.28 317.72 0 317.72 0 317.28 1.28 317.28 1.28 309.72 0 309.72 0 309.28 1.28 309.28 1.28 301.72 0 301.72 0 301.28 1.28 301.28 1.28 293.72 0 293.72 0 293.28 1.28 293.28 1.28 285.72 0 285.72 0 285.28 1.28 285.28 1.28 277.72 0 277.72 0 277.28 1.28 277.28 1.28 269.72 0 269.72 0 269.28 1.28 269.28 1.28 261.72 0 261.72 0 261.28 1.28 261.28 1.28 253.72 0 253.72 0 253.28 1.28 253.28 1.28 245.72 0 245.72 0 245.28 1.28 245.28 1.28 229.72 0 229.72 0 229.28 1.28 229.28 1.28 213.72 0 213.72 0 213.28 1.28 213.28 1.28 205.72 0 205.72 0 205.28 1.28 205.28 1.28 197.72 0 197.72 0 197.28 1.28 197.28 1.28 181.72 0 181.72 0 181.28 1.28 181.28 1.28 165.72 0 165.72 0 165.28 1.28 165.28 1.28 149.72 0 149.72 0 149.28 1.28 149.28 1.28 133.72 0 133.72 0 133.28 1.28 133.28 1.28 125.72 0 125.72 0 125.28 1.28 125.28 1.28 117.72 0 117.72 0 117.28 1.28 117.28 1.28 101.72 0 101.72 0 101.28 1.28 101.28 1.28 85.72 0 85.72 0 85.28 1.28 85.28 1.28 69.72 0 69.72 0 0 75 0 ;
+    LAYER Via1 ;
+      RECT 0 0 75 350 ;
+    LAYER Via2 ;
+      RECT 0 0 75 350 ;
+    LAYER Via3 ;
+      RECT 0 0 75 350 ;
+    LAYER Via4 ;
+      RECT 0 0 75 350 ;
+  END
+
+END gf180mcu_fd_io__in_s
diff --git a/cells/in_s/gf180mcu_fd_io__in_s__ff_125C_2v75.lib b/cells/in_s/gf180mcu_fd_io__in_s__ff_125C_2v75.lib
new file mode 100644
index 0000000..4ebb91c
--- /dev/null
+++ b/cells/in_s/gf180mcu_fd_io__in_s__ff_125C_2v75.lib
@@ -0,0 +1,150 @@
+/*
+ * Copyright 2022 GlobalFoundries PDK Authors
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+	cell ("gf180mcu_fd_io__in_s") {
+		scaling_factors : "gf_factors";
+		area : 26250.000000;
+		pad_cell : true;
+		dont_use : true;
+		dont_touch : true;
+		cell_leakage_power : 3.926880e-02;
+		leakage_power () {
+			when : "!PU !PD !PAD";
+			value : "0.039269";
+		}
+		pin ("PU") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.077938;
+			rise_capacitance_range(0.063032,0.089475);
+			capacitance : 0.077982;
+			fall_capacitance : 0.078025;
+			fall_capacitance_range(0.059712,0.093438);
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("-0.206143, 0.123393, 0.120628");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("0.561664, 1.067238, 1.171265");
+				}
+			}
+		}
+		pin ("PD") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.048070;
+			rise_capacitance_range(0.047243,0.048511);
+			capacitance : 0.049284;
+			fall_capacitance : 0.050498;
+			fall_capacitance_range(0.048081,0.052607);
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("-0.053807, 0.554680, 0.591032");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("0.489203, 0.950273, 0.974216");
+				}
+			}
+		}
+		pin ("PAD") {
+			max_transition : 1.000000;
+			is_pad : true;
+			direction : "input";
+			input_signal_level : "DVDD";
+			rise_capacitance : 3.310856;
+			rise_capacitance_range(3.284231,3.333846);
+			capacitance : 3.318906;
+			fall_capacitance : 3.326956;
+			fall_capacitance_range(3.285842,3.371363);
+		}
+		pin ("Y") {
+			function : "((PAD))";
+			direction : "output";
+			max_capacitance : 0.500000;
+			output_signal_level : "VDD";
+			internal_power () {
+				related_pin : "PAD";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("-12.359340, -12.384010, -12.402370, -12.446230, -12.466330, -12.476470", \
+					  "-12.382060, -12.407300, -12.428280, -12.468350, -12.487000, -12.499800", \
+					  "-12.217440, -12.240040, -12.262470, -12.303720, -12.319640, -12.331420");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("14.999630, 15.016890, 15.066420, 15.182630, 15.217840, 15.251880", \
+					  "15.065810, 15.082870, 15.130970, 15.246930, 15.290280, 15.320780", \
+					  "14.838260, 14.856100, 14.906830, 15.032090, 15.065460, 15.086790");
+				}
+			}
+			timing () {
+				related_pin : "PAD";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("1.736873, 1.812608, 1.907661, 2.178911, 2.309843, 2.440003", \
+					  "1.857811, 1.933128, 2.027863, 2.299989, 2.429934, 2.559981", \
+					  "1.967129, 2.042843, 2.135335, 2.409571, 2.539668, 2.669296");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.269184, 0.372341, 0.522488, 1.022239, 1.282548, 1.539531", \
+					  "0.268937, 0.373659, 0.521347, 1.023301, 1.280865, 1.548476", \
+					  "0.272739, 0.371205, 0.516592, 1.024875, 1.283329, 1.539354");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("2.543536, 2.604253, 2.678066, 2.875369, 2.964285, 3.051849", \
+					  "2.372113, 2.432711, 2.506478, 2.703296, 2.792531, 2.879724", \
+					  "2.512357, 2.573310, 2.646817, 2.844369, 2.933234, 3.020888");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.142482, 0.222062, 0.321853, 0.637882, 0.796725, 0.956475", \
+					  "0.142690, 0.221925, 0.321563, 0.636321, 0.794645, 0.954531", \
+					  "0.142385, 0.222250, 0.321339, 0.638076, 0.796414, 0.954566");
+				}
+			}
+		}
+		pin ("DVDD") {
+			direction : "inout";
+			capacitance : 0;
+		}
+		pin ("DVSS") {
+			direction : "inout";
+			capacitance : 0;
+		}
+		pin ("VDD") {
+			direction : "inout";
+			capacitance : 0;
+		}
+		pin ("VSS") {
+			direction : "inout";
+			capacitance : 0;
+		}
+	}
diff --git a/cells/in_s/gf180mcu_fd_io__in_s__ff_125C_2v75.lib.json b/cells/in_s/gf180mcu_fd_io__in_s__ff_125C_2v75.lib.json
new file mode 100644
index 0000000..f8ef313
--- /dev/null
+++ b/cells/in_s/gf180mcu_fd_io__in_s__ff_125C_2v75.lib.json
@@ -0,0 +1,373 @@
+{
+    "cell gf180mcu_fd_io__in_s": {
+        "scaling_factors": "gf_factors",
+        "area": "26250.000000",
+        "pad_cell": "true",
+        "dont_use": "true",
+        "dont_touch": "true",
+        "cell_leakage_power": "3.926880e-02",
+        "leakage_power ": {
+            "when": "!PU !PD !PAD",
+            "value": "0.039269"
+        },
+        "pin PU": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.077938",
+            "comp_attribute rise_capacitance_range": "0.063032,0.089475",
+            "capacitance": "0.077982",
+            "fall_capacitance": "0.078025",
+            "comp_attribute fall_capacitance_range": "0.059712,0.093438",
+            "internal_power ": {
+                "rise_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        -0.206143,
+                        0.123393,
+                        0.120628
+                    ]
+                },
+                "fall_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        0.561664,
+                        1.067238,
+                        1.171265
+                    ]
+                }
+            }
+        },
+        "pin PD": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.048070",
+            "comp_attribute rise_capacitance_range": "0.047243,0.048511",
+            "capacitance": "0.049284",
+            "fall_capacitance": "0.050498",
+            "comp_attribute fall_capacitance_range": "0.048081,0.052607",
+            "internal_power ": {
+                "rise_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        -0.053807,
+                        0.55468,
+                        0.591032
+                    ]
+                },
+                "fall_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        0.489203,
+                        0.950273,
+                        0.974216
+                    ]
+                }
+            }
+        },
+        "pin PAD": {
+            "max_transition": "1.000000",
+            "is_pad": "true",
+            "direction": "input",
+            "input_signal_level": "DVDD",
+            "rise_capacitance": "3.310856",
+            "comp_attribute rise_capacitance_range": "3.284231,3.333846",
+            "capacitance": "3.318906",
+            "fall_capacitance": "3.326956",
+            "comp_attribute fall_capacitance_range": "3.285842,3.371363"
+        },
+        "pin Y": {
+            "function": "((PAD))",
+            "direction": "output",
+            "max_capacitance": "0.500000",
+            "output_signal_level": "VDD",
+            "internal_power ": {
+                "related_pin": "PAD",
+                "rise_power power_outputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1
+                    ],
+                    "index_2": [
+                        0,
+                        0.04,
+                        0.1,
+                        0.3,
+                        0.4,
+                        0.5
+                    ],
+                    "values": [
+                        [
+                            -12.35934,
+                            -12.38401,
+                            -12.40237,
+                            -12.44623,
+                            -12.46633,
+                            -12.47647
+                        ],
+                        [
+                            -12.38206,
+                            -12.4073,
+                            -12.42828,
+                            -12.46835,
+                            -12.487,
+                            -12.4998
+                        ],
+                        [
+                            -12.21744,
+                            -12.24004,
+                            -12.26247,
+                            -12.30372,
+                            -12.31964,
+                            -12.33142
+                        ]
+                    ]
+                },
+                "fall_power power_outputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1
+                    ],
+                    "index_2": [
+                        0,
+                        0.04,
+                        0.1,
+                        0.3,
+                        0.4,
+                        0.5
+                    ],
+                    "values": [
+                        [
+                            14.99963,
+                            15.01689,
+                            15.06642,
+                            15.18263,
+                            15.21784,
+                            15.25188
+                        ],
+                        [
+                            15.06581,
+                            15.08287,
+                            15.13097,
+                            15.24693,
+                            15.29028,
+                            15.32078
+                        ],
+                        [
+                            14.83826,
+                            14.8561,
+                            14.90683,
+                            15.03209,
+                            15.06546,
+                            15.08679
+                        ]
+                    ]
+                }
+            },
+            "timing ": {
+                "related_pin": "PAD",
+                "timing_type": "combinational",
+                "timing_sense": "positive_unate",
+                "cell_rise del_1_3_6": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "index_2": [
+                        0.0,
+                        0.04,
+                        0.1,
+                        0.3,
+                        0.4,
+                        0.5
+                    ],
+                    "values": [
+                        [
+                            1.736873,
+                            1.812608,
+                            1.907661,
+                            2.178911,
+                            2.309843,
+                            2.440003
+                        ],
+                        [
+                            1.857811,
+                            1.933128,
+                            2.027863,
+                            2.299989,
+                            2.429934,
+                            2.559981
+                        ],
+                        [
+                            1.967129,
+                            2.042843,
+                            2.135335,
+                            2.409571,
+                            2.539668,
+                            2.669296
+                        ]
+                    ]
+                },
+                "rise_transition del_1_3_6": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "index_2": [
+                        0.0,
+                        0.04,
+                        0.1,
+                        0.3,
+                        0.4,
+                        0.5
+                    ],
+                    "values": [
+                        [
+                            0.269184,
+                            0.372341,
+                            0.522488,
+                            1.022239,
+                            1.282548,
+                            1.539531
+                        ],
+                        [
+                            0.268937,
+                            0.373659,
+                            0.521347,
+                            1.023301,
+                            1.280865,
+                            1.548476
+                        ],
+                        [
+                            0.272739,
+                            0.371205,
+                            0.516592,
+                            1.024875,
+                            1.283329,
+                            1.539354
+                        ]
+                    ]
+                },
+                "cell_fall del_1_3_6": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "index_2": [
+                        0.0,
+                        0.04,
+                        0.1,
+                        0.3,
+                        0.4,
+                        0.5
+                    ],
+                    "values": [
+                        [
+                            2.543536,
+                            2.604253,
+                            2.678066,
+                            2.875369,
+                            2.964285,
+                            3.051849
+                        ],
+                        [
+                            2.372113,
+                            2.432711,
+                            2.506478,
+                            2.703296,
+                            2.792531,
+                            2.879724
+                        ],
+                        [
+                            2.512357,
+                            2.57331,
+                            2.646817,
+                            2.844369,
+                            2.933234,
+                            3.020888
+                        ]
+                    ]
+                },
+                "fall_transition del_1_3_6": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "index_2": [
+                        0.0,
+                        0.04,
+                        0.1,
+                        0.3,
+                        0.4,
+                        0.5
+                    ],
+                    "values": [
+                        [
+                            0.142482,
+                            0.222062,
+                            0.321853,
+                            0.637882,
+                            0.796725,
+                            0.956475
+                        ],
+                        [
+                            0.14269,
+                            0.221925,
+                            0.321563,
+                            0.636321,
+                            0.794645,
+                            0.954531
+                        ],
+                        [
+                            0.142385,
+                            0.22225,
+                            0.321339,
+                            0.638076,
+                            0.796414,
+                            0.954566
+                        ]
+                    ]
+                }
+            }
+        },
+        "pin DVDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin DVSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        }
+    }
+}
\ No newline at end of file
diff --git a/cells/in_s/gf180mcu_fd_io__in_s__ff_125C_3v63.lib b/cells/in_s/gf180mcu_fd_io__in_s__ff_125C_3v63.lib
new file mode 100644
index 0000000..c570b82
--- /dev/null
+++ b/cells/in_s/gf180mcu_fd_io__in_s__ff_125C_3v63.lib
@@ -0,0 +1,150 @@
+/*
+ * Copyright 2022 GlobalFoundries PDK Authors
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+	cell ("gf180mcu_fd_io__in_s") {
+		scaling_factors : "gf_factors";
+		area : 26250.000000;
+		pad_cell : true;
+		dont_use : true;
+		dont_touch : true;
+		cell_leakage_power : 6.333580e-02;
+		leakage_power () {
+			when : "!PU !PD !PAD";
+			value : "0.063336";
+		}
+		pin ("PU") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.082296;
+			rise_capacitance_range(0.065040,0.095077);
+			capacitance : 0.082862;
+			fall_capacitance : 0.083427;
+			fall_capacitance_range(0.062548,0.099422);
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("-0.299629, 0.343835, 0.379891");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("1.152252, 1.924049, 2.151060");
+				}
+			}
+		}
+		pin ("PD") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.048945;
+			rise_capacitance_range(0.048509,0.049421);
+			capacitance : 0.050106;
+			fall_capacitance : 0.051267;
+			fall_capacitance_range(0.049223,0.053213);
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("0.004720, 1.054619, 1.116251");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("1.068159, 1.707018, 1.854017");
+				}
+			}
+		}
+		pin ("PAD") {
+			max_transition : 1.000000;
+			is_pad : true;
+			direction : "input";
+			input_signal_level : "DVDD";
+			rise_capacitance : 3.166662;
+			rise_capacitance_range(3.137634,3.184053);
+			capacitance : 3.180870;
+			fall_capacitance : 3.195078;
+			fall_capacitance_range(3.188384,3.198706);
+		}
+		pin ("Y") {
+			function : "((PAD))";
+			direction : "output";
+			max_capacitance : 0.500000;
+			output_signal_level : "VDD";
+			internal_power () {
+				related_pin : "PAD";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("-20.376120, -20.444890, -20.492310, -20.588570, -20.617310, -20.653160", \
+					  "-20.270880, -20.334860, -20.388650, -20.483610, -20.511450, -20.545040", \
+					  "-20.095000, -20.163300, -20.224260, -20.316020, -20.349940, -20.381790");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("25.614300, 25.630160, 25.709200, 25.900140, 25.966320, 26.022170", \
+					  "25.119040, 25.135860, 25.213300, 25.390040, 25.479430, 25.532900", \
+					  "25.173790, 25.199540, 25.273340, 25.467070, 25.572570, 25.628060");
+				}
+			}
+			timing () {
+				related_pin : "PAD";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("1.348698, 1.405036, 1.474829, 1.676784, 1.773582, 1.870263", \
+					  "1.453024, 1.508822, 1.579009, 1.780531, 1.877422, 1.973815", \
+					  "1.525551, 1.581496, 1.651242, 1.853553, 1.950153, 2.046670");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.226093, 0.300501, 0.409050, 0.786467, 0.982303, 1.183242", \
+					  "0.224230, 0.295218, 0.406832, 0.787373, 0.983333, 1.183646", \
+					  "0.225022, 0.300844, 0.408978, 0.786154, 0.983196, 1.182116");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("1.773845, 1.821197, 1.879329, 2.039508, 2.112928, 2.184990", \
+					  "1.717697, 1.765144, 1.823671, 1.984108, 2.057637, 2.129702", \
+					  "1.913585, 1.960593, 2.019027, 2.179455, 2.252905, 2.324976");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.116698, 0.178396, 0.260281, 0.518914, 0.650097, 0.781197", \
+					  "0.116437, 0.176975, 0.260326, 0.519324, 0.650597, 0.782353", \
+					  "0.117461, 0.177493, 0.259921, 0.518901, 0.651240, 0.783400");
+				}
+			}
+		}
+		pin ("DVDD") {
+			direction : "inout";
+			capacitance : 0;
+		}
+		pin ("DVSS") {
+			direction : "inout";
+			capacitance : 0;
+		}
+		pin ("VDD") {
+			direction : "inout";
+			capacitance : 0;
+		}
+		pin ("VSS") {
+			direction : "inout";
+			capacitance : 0;
+		}
+	}
diff --git a/cells/in_s/gf180mcu_fd_io__in_s__ff_125C_3v63.lib.json b/cells/in_s/gf180mcu_fd_io__in_s__ff_125C_3v63.lib.json
new file mode 100644
index 0000000..fc52e79
--- /dev/null
+++ b/cells/in_s/gf180mcu_fd_io__in_s__ff_125C_3v63.lib.json
@@ -0,0 +1,373 @@
+{
+    "cell gf180mcu_fd_io__in_s": {
+        "scaling_factors": "gf_factors",
+        "area": "26250.000000",
+        "pad_cell": "true",
+        "dont_use": "true",
+        "dont_touch": "true",
+        "cell_leakage_power": "6.333580e-02",
+        "leakage_power ": {
+            "when": "!PU !PD !PAD",
+            "value": "0.063336"
+        },
+        "pin PU": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.082296",
+            "comp_attribute rise_capacitance_range": "0.065040,0.095077",
+            "capacitance": "0.082862",
+            "fall_capacitance": "0.083427",
+            "comp_attribute fall_capacitance_range": "0.062548,0.099422",
+            "internal_power ": {
+                "rise_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        -0.299629,
+                        0.343835,
+                        0.379891
+                    ]
+                },
+                "fall_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        1.152252,
+                        1.924049,
+                        2.15106
+                    ]
+                }
+            }
+        },
+        "pin PD": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.048945",
+            "comp_attribute rise_capacitance_range": "0.048509,0.049421",
+            "capacitance": "0.050106",
+            "fall_capacitance": "0.051267",
+            "comp_attribute fall_capacitance_range": "0.049223,0.053213",
+            "internal_power ": {
+                "rise_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        0.00472,
+                        1.054619,
+                        1.116251
+                    ]
+                },
+                "fall_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        1.068159,
+                        1.707018,
+                        1.854017
+                    ]
+                }
+            }
+        },
+        "pin PAD": {
+            "max_transition": "1.000000",
+            "is_pad": "true",
+            "direction": "input",
+            "input_signal_level": "DVDD",
+            "rise_capacitance": "3.166662",
+            "comp_attribute rise_capacitance_range": "3.137634,3.184053",
+            "capacitance": "3.180870",
+            "fall_capacitance": "3.195078",
+            "comp_attribute fall_capacitance_range": "3.188384,3.198706"
+        },
+        "pin Y": {
+            "function": "((PAD))",
+            "direction": "output",
+            "max_capacitance": "0.500000",
+            "output_signal_level": "VDD",
+            "internal_power ": {
+                "related_pin": "PAD",
+                "rise_power power_outputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1
+                    ],
+                    "index_2": [
+                        0,
+                        0.04,
+                        0.1,
+                        0.3,
+                        0.4,
+                        0.5
+                    ],
+                    "values": [
+                        [
+                            -20.37612,
+                            -20.44489,
+                            -20.49231,
+                            -20.58857,
+                            -20.61731,
+                            -20.65316
+                        ],
+                        [
+                            -20.27088,
+                            -20.33486,
+                            -20.38865,
+                            -20.48361,
+                            -20.51145,
+                            -20.54504
+                        ],
+                        [
+                            -20.095,
+                            -20.1633,
+                            -20.22426,
+                            -20.31602,
+                            -20.34994,
+                            -20.38179
+                        ]
+                    ]
+                },
+                "fall_power power_outputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1
+                    ],
+                    "index_2": [
+                        0,
+                        0.04,
+                        0.1,
+                        0.3,
+                        0.4,
+                        0.5
+                    ],
+                    "values": [
+                        [
+                            25.6143,
+                            25.63016,
+                            25.7092,
+                            25.90014,
+                            25.96632,
+                            26.02217
+                        ],
+                        [
+                            25.11904,
+                            25.13586,
+                            25.2133,
+                            25.39004,
+                            25.47943,
+                            25.5329
+                        ],
+                        [
+                            25.17379,
+                            25.19954,
+                            25.27334,
+                            25.46707,
+                            25.57257,
+                            25.62806
+                        ]
+                    ]
+                }
+            },
+            "timing ": {
+                "related_pin": "PAD",
+                "timing_type": "combinational",
+                "timing_sense": "positive_unate",
+                "cell_rise del_1_3_6": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "index_2": [
+                        0.0,
+                        0.04,
+                        0.1,
+                        0.3,
+                        0.4,
+                        0.5
+                    ],
+                    "values": [
+                        [
+                            1.348698,
+                            1.405036,
+                            1.474829,
+                            1.676784,
+                            1.773582,
+                            1.870263
+                        ],
+                        [
+                            1.453024,
+                            1.508822,
+                            1.579009,
+                            1.780531,
+                            1.877422,
+                            1.973815
+                        ],
+                        [
+                            1.525551,
+                            1.581496,
+                            1.651242,
+                            1.853553,
+                            1.950153,
+                            2.04667
+                        ]
+                    ]
+                },
+                "rise_transition del_1_3_6": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "index_2": [
+                        0.0,
+                        0.04,
+                        0.1,
+                        0.3,
+                        0.4,
+                        0.5
+                    ],
+                    "values": [
+                        [
+                            0.226093,
+                            0.300501,
+                            0.40905,
+                            0.786467,
+                            0.982303,
+                            1.183242
+                        ],
+                        [
+                            0.22423,
+                            0.295218,
+                            0.406832,
+                            0.787373,
+                            0.983333,
+                            1.183646
+                        ],
+                        [
+                            0.225022,
+                            0.300844,
+                            0.408978,
+                            0.786154,
+                            0.983196,
+                            1.182116
+                        ]
+                    ]
+                },
+                "cell_fall del_1_3_6": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "index_2": [
+                        0.0,
+                        0.04,
+                        0.1,
+                        0.3,
+                        0.4,
+                        0.5
+                    ],
+                    "values": [
+                        [
+                            1.773845,
+                            1.821197,
+                            1.879329,
+                            2.039508,
+                            2.112928,
+                            2.18499
+                        ],
+                        [
+                            1.717697,
+                            1.765144,
+                            1.823671,
+                            1.984108,
+                            2.057637,
+                            2.129702
+                        ],
+                        [
+                            1.913585,
+                            1.960593,
+                            2.019027,
+                            2.179455,
+                            2.252905,
+                            2.324976
+                        ]
+                    ]
+                },
+                "fall_transition del_1_3_6": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "index_2": [
+                        0.0,
+                        0.04,
+                        0.1,
+                        0.3,
+                        0.4,
+                        0.5
+                    ],
+                    "values": [
+                        [
+                            0.116698,
+                            0.178396,
+                            0.260281,
+                            0.518914,
+                            0.650097,
+                            0.781197
+                        ],
+                        [
+                            0.116437,
+                            0.176975,
+                            0.260326,
+                            0.519324,
+                            0.650597,
+                            0.782353
+                        ],
+                        [
+                            0.117461,
+                            0.177493,
+                            0.259921,
+                            0.518901,
+                            0.65124,
+                            0.7834
+                        ]
+                    ]
+                }
+            }
+        },
+        "pin DVDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin DVSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        }
+    }
+}
\ No newline at end of file
diff --git a/cells/in_s/gf180mcu_fd_io__in_s__ff_125C_5v50.lib b/cells/in_s/gf180mcu_fd_io__in_s__ff_125C_5v50.lib
new file mode 100644
index 0000000..ef6b063
--- /dev/null
+++ b/cells/in_s/gf180mcu_fd_io__in_s__ff_125C_5v50.lib
@@ -0,0 +1,150 @@
+/*
+ * Copyright 2022 GlobalFoundries PDK Authors
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+	cell ("gf180mcu_fd_io__in_s") {
+		scaling_factors : "gf_factors";
+		area : 26250.000000;
+		pad_cell : true;
+		dont_use : true;
+		dont_touch : true;
+		cell_leakage_power : 1.473110e-01;
+		leakage_power () {
+			when : "!PU !PD !PAD";
+			value : "0.147311";
+		}
+		pin ("PU") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.087288;
+			rise_capacitance_range(0.069452,0.100116);
+			capacitance : 0.087809;
+			fall_capacitance : 0.088329;
+			fall_capacitance_range(0.065104,0.103576);
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("-0.418302, 1.123574, 1.568317");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("3.205064, 4.746819, 5.566601");
+				}
+			}
+		}
+		pin ("PD") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.049430;
+			rise_capacitance_range(0.046769,0.052442);
+			capacitance : 0.050345;
+			fall_capacitance : 0.051260;
+			fall_capacitance_range(0.049178,0.052499);
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("0.469902, 2.763868, 3.092328");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("3.151606, 4.380296, 4.951862");
+				}
+			}
+		}
+		pin ("PAD") {
+			max_transition : 1.000000;
+			is_pad : true;
+			direction : "input";
+			input_signal_level : "DVDD";
+			rise_capacitance : 2.986681;
+			rise_capacitance_range(2.979423,2.993296);
+			capacitance : 2.990968;
+			fall_capacitance : 2.995256;
+			fall_capacitance_range(2.954072,3.029540);
+		}
+		pin ("Y") {
+			function : "((PAD))";
+			direction : "output";
+			max_capacitance : 0.500000;
+			output_signal_level : "VDD";
+			internal_power () {
+				related_pin : "PAD";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("-43.656430, -43.863510, -44.047980, -44.338220, -44.439510, -44.525440", \
+					  "-42.516780, -42.725730, -42.909510, -43.207470, -43.309590, -43.403800", \
+					  "-41.983050, -42.187400, -42.382780, -42.709570, -42.826920, -42.922920");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("55.005350, 55.021940, 55.187060, 55.628810, 55.776550, 55.876340", \
+					  "55.049450, 55.062260, 55.238210, 55.675260, 55.827760, 55.917890", \
+					  "55.407220, 55.419220, 55.588010, 56.038060, 56.192860, 56.318620");
+				}
+			}
+			timing () {
+				related_pin : "PAD";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("1.016156, 1.056660, 1.105918, 1.246724, 1.313704, 1.380947", \
+					  "1.094531, 1.135130, 1.184191, 1.324128, 1.391518, 1.458714", \
+					  "1.117900, 1.158433, 1.207099, 1.347600, 1.415419, 1.482818");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.185906, 0.230815, 0.305668, 0.570175, 0.708449, 0.849328", \
+					  "0.186873, 0.230196, 0.305787, 0.569148, 0.707872, 0.849629", \
+					  "0.188168, 0.231237, 0.306385, 0.569601, 0.706954, 0.848211");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("1.116049, 1.152156, 1.196903, 1.325430, 1.385870, 1.445290", \
+					  "1.194796, 1.230990, 1.275820, 1.404309, 1.464738, 1.524369", \
+					  "1.434271, 1.470313, 1.515105, 1.643567, 1.703968, 1.763981");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.093200, 0.140281, 0.205096, 0.421519, 0.530743, 0.639274", \
+					  "0.092891, 0.140030, 0.205595, 0.420527, 0.529980, 0.639496", \
+					  "0.092847, 0.140167, 0.205628, 0.419425, 0.529220, 0.640028");
+				}
+			}
+		}
+		pin ("DVDD") {
+			direction : "inout";
+			capacitance : 0;
+		}
+		pin ("DVSS") {
+			direction : "inout";
+			capacitance : 0;
+		}
+		pin ("VDD") {
+			direction : "inout";
+			capacitance : 0;
+		}
+		pin ("VSS") {
+			direction : "inout";
+			capacitance : 0;
+		}
+	}
diff --git a/cells/in_s/gf180mcu_fd_io__in_s__ff_125C_5v50.lib.json b/cells/in_s/gf180mcu_fd_io__in_s__ff_125C_5v50.lib.json
new file mode 100644
index 0000000..a15d684
--- /dev/null
+++ b/cells/in_s/gf180mcu_fd_io__in_s__ff_125C_5v50.lib.json
@@ -0,0 +1,373 @@
+{
+    "cell gf180mcu_fd_io__in_s": {
+        "scaling_factors": "gf_factors",
+        "area": "26250.000000",
+        "pad_cell": "true",
+        "dont_use": "true",
+        "dont_touch": "true",
+        "cell_leakage_power": "1.473110e-01",
+        "leakage_power ": {
+            "when": "!PU !PD !PAD",
+            "value": "0.147311"
+        },
+        "pin PU": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.087288",
+            "comp_attribute rise_capacitance_range": "0.069452,0.100116",
+            "capacitance": "0.087809",
+            "fall_capacitance": "0.088329",
+            "comp_attribute fall_capacitance_range": "0.065104,0.103576",
+            "internal_power ": {
+                "rise_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        -0.418302,
+                        1.123574,
+                        1.568317
+                    ]
+                },
+                "fall_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        3.205064,
+                        4.746819,
+                        5.566601
+                    ]
+                }
+            }
+        },
+        "pin PD": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.049430",
+            "comp_attribute rise_capacitance_range": "0.046769,0.052442",
+            "capacitance": "0.050345",
+            "fall_capacitance": "0.051260",
+            "comp_attribute fall_capacitance_range": "0.049178,0.052499",
+            "internal_power ": {
+                "rise_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        0.469902,
+                        2.763868,
+                        3.092328
+                    ]
+                },
+                "fall_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        3.151606,
+                        4.380296,
+                        4.951862
+                    ]
+                }
+            }
+        },
+        "pin PAD": {
+            "max_transition": "1.000000",
+            "is_pad": "true",
+            "direction": "input",
+            "input_signal_level": "DVDD",
+            "rise_capacitance": "2.986681",
+            "comp_attribute rise_capacitance_range": "2.979423,2.993296",
+            "capacitance": "2.990968",
+            "fall_capacitance": "2.995256",
+            "comp_attribute fall_capacitance_range": "2.954072,3.029540"
+        },
+        "pin Y": {
+            "function": "((PAD))",
+            "direction": "output",
+            "max_capacitance": "0.500000",
+            "output_signal_level": "VDD",
+            "internal_power ": {
+                "related_pin": "PAD",
+                "rise_power power_outputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1
+                    ],
+                    "index_2": [
+                        0,
+                        0.04,
+                        0.1,
+                        0.3,
+                        0.4,
+                        0.5
+                    ],
+                    "values": [
+                        [
+                            -43.65643,
+                            -43.86351,
+                            -44.04798,
+                            -44.33822,
+                            -44.43951,
+                            -44.52544
+                        ],
+                        [
+                            -42.51678,
+                            -42.72573,
+                            -42.90951,
+                            -43.20747,
+                            -43.30959,
+                            -43.4038
+                        ],
+                        [
+                            -41.98305,
+                            -42.1874,
+                            -42.38278,
+                            -42.70957,
+                            -42.82692,
+                            -42.92292
+                        ]
+                    ]
+                },
+                "fall_power power_outputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1
+                    ],
+                    "index_2": [
+                        0,
+                        0.04,
+                        0.1,
+                        0.3,
+                        0.4,
+                        0.5
+                    ],
+                    "values": [
+                        [
+                            55.00535,
+                            55.02194,
+                            55.18706,
+                            55.62881,
+                            55.77655,
+                            55.87634
+                        ],
+                        [
+                            55.04945,
+                            55.06226,
+                            55.23821,
+                            55.67526,
+                            55.82776,
+                            55.91789
+                        ],
+                        [
+                            55.40722,
+                            55.41922,
+                            55.58801,
+                            56.03806,
+                            56.19286,
+                            56.31862
+                        ]
+                    ]
+                }
+            },
+            "timing ": {
+                "related_pin": "PAD",
+                "timing_type": "combinational",
+                "timing_sense": "positive_unate",
+                "cell_rise del_1_3_6": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "index_2": [
+                        0.0,
+                        0.04,
+                        0.1,
+                        0.3,
+                        0.4,
+                        0.5
+                    ],
+                    "values": [
+                        [
+                            1.016156,
+                            1.05666,
+                            1.105918,
+                            1.246724,
+                            1.313704,
+                            1.380947
+                        ],
+                        [
+                            1.094531,
+                            1.13513,
+                            1.184191,
+                            1.324128,
+                            1.391518,
+                            1.458714
+                        ],
+                        [
+                            1.1179,
+                            1.158433,
+                            1.207099,
+                            1.3476,
+                            1.415419,
+                            1.482818
+                        ]
+                    ]
+                },
+                "rise_transition del_1_3_6": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "index_2": [
+                        0.0,
+                        0.04,
+                        0.1,
+                        0.3,
+                        0.4,
+                        0.5
+                    ],
+                    "values": [
+                        [
+                            0.185906,
+                            0.230815,
+                            0.305668,
+                            0.570175,
+                            0.708449,
+                            0.849328
+                        ],
+                        [
+                            0.186873,
+                            0.230196,
+                            0.305787,
+                            0.569148,
+                            0.707872,
+                            0.849629
+                        ],
+                        [
+                            0.188168,
+                            0.231237,
+                            0.306385,
+                            0.569601,
+                            0.706954,
+                            0.848211
+                        ]
+                    ]
+                },
+                "cell_fall del_1_3_6": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "index_2": [
+                        0.0,
+                        0.04,
+                        0.1,
+                        0.3,
+                        0.4,
+                        0.5
+                    ],
+                    "values": [
+                        [
+                            1.116049,
+                            1.152156,
+                            1.196903,
+                            1.32543,
+                            1.38587,
+                            1.44529
+                        ],
+                        [
+                            1.194796,
+                            1.23099,
+                            1.27582,
+                            1.404309,
+                            1.464738,
+                            1.524369
+                        ],
+                        [
+                            1.434271,
+                            1.470313,
+                            1.515105,
+                            1.643567,
+                            1.703968,
+                            1.763981
+                        ]
+                    ]
+                },
+                "fall_transition del_1_3_6": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "index_2": [
+                        0.0,
+                        0.04,
+                        0.1,
+                        0.3,
+                        0.4,
+                        0.5
+                    ],
+                    "values": [
+                        [
+                            0.0932,
+                            0.140281,
+                            0.205096,
+                            0.421519,
+                            0.530743,
+                            0.639274
+                        ],
+                        [
+                            0.092891,
+                            0.14003,
+                            0.205595,
+                            0.420527,
+                            0.52998,
+                            0.639496
+                        ],
+                        [
+                            0.092847,
+                            0.140167,
+                            0.205628,
+                            0.419425,
+                            0.52922,
+                            0.640028
+                        ]
+                    ]
+                }
+            }
+        },
+        "pin DVDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin DVSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        }
+    }
+}
\ No newline at end of file
diff --git a/cells/in_s/gf180mcu_fd_io__in_s__ff_n40C_2v75.lib b/cells/in_s/gf180mcu_fd_io__in_s__ff_n40C_2v75.lib
new file mode 100644
index 0000000..f83c4f4
--- /dev/null
+++ b/cells/in_s/gf180mcu_fd_io__in_s__ff_n40C_2v75.lib
@@ -0,0 +1,150 @@
+/*
+ * Copyright 2022 GlobalFoundries PDK Authors
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+	cell ("gf180mcu_fd_io__in_s") {
+		scaling_factors : "gf_factors";
+		area : 26250.000000;
+		pad_cell : true;
+		dont_use : true;
+		dont_touch : true;
+		cell_leakage_power : 1.427160e-03;
+		leakage_power () {
+			when : "!PU !PD !PAD";
+			value : "0.001427";
+		}
+		pin ("PU") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.079602;
+			rise_capacitance_range(0.064176,0.091797);
+			capacitance : 0.080122;
+			fall_capacitance : 0.080643;
+			fall_capacitance_range(0.061305,0.096842);
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("-0.180617, 0.099124, 0.112753");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("0.650858, 1.002711, 1.096133");
+				}
+			}
+		}
+		pin ("PD") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.047613;
+			rise_capacitance_range(0.046269,0.048594);
+			capacitance : 0.048974;
+			fall_capacitance : 0.050336;
+			fall_capacitance_range(0.048416,0.051587);
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("-0.007508, 0.531773, 0.470703");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("0.603662, 0.910301, 0.930611");
+				}
+			}
+		}
+		pin ("PAD") {
+			max_transition : 1.000000;
+			is_pad : true;
+			direction : "input";
+			input_signal_level : "DVDD";
+			rise_capacitance : 3.120867;
+			rise_capacitance_range(3.097167,3.138228);
+			capacitance : 3.124510;
+			fall_capacitance : 3.128153;
+			fall_capacitance_range(3.105517,3.141036);
+		}
+		pin ("Y") {
+			function : "((PAD))";
+			direction : "output";
+			max_capacitance : 0.500000;
+			output_signal_level : "VDD";
+			internal_power () {
+				related_pin : "PAD";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("-11.698660, -11.710290, -11.718480, -11.747470, -11.755160, -11.763190", \
+					  "-11.602500, -11.611480, -11.623260, -11.652180, -11.656950, -11.661060", \
+					  "-11.523280, -11.529590, -11.537630, -11.568620, -11.579060, -11.585650");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("14.111180, 14.140190, 14.192120, 14.297060, 14.332350, 14.356090", \
+					  "13.984940, 14.014880, 14.063480, 14.172570, 14.207680, 14.232830", \
+					  "13.959270, 13.988880, 14.042380, 14.154940, 14.183910, 14.147950");
+				}
+			}
+			timing () {
+				related_pin : "PAD";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("1.194687, 1.249622, 1.315057, 1.505302, 1.597084, 1.688930", \
+					  "1.315003, 1.369516, 1.435463, 1.625669, 1.717888, 1.809360", \
+					  "1.406014, 1.461018, 1.527292, 1.717658, 1.809620, 1.901103");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.158066, 0.229097, 0.324836, 0.657092, 0.830993, 1.002132", \
+					  "0.157926, 0.228163, 0.324590, 0.658643, 0.831231, 1.006073", \
+					  "0.159421, 0.228088, 0.325884, 0.656833, 0.830812, 1.004460");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("1.720282, 1.764592, 1.817828, 1.963321, 2.031135, 2.097870", \
+					  "1.664072, 1.709277, 1.762171, 1.907732, 1.975481, 2.042245", \
+					  "1.881963, 1.927003, 1.979997, 2.125812, 2.193516, 2.260242");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.089055, 0.143087, 0.212978, 0.436676, 0.551915, 0.668309", \
+					  "0.089341, 0.143413, 0.213395, 0.437482, 0.553378, 0.668670", \
+					  "0.089134, 0.142744, 0.213484, 0.437053, 0.552995, 0.669168");
+				}
+			}
+		}
+		pin ("DVDD") {
+			direction : "inout";
+			capacitance : 0;
+		}
+		pin ("DVSS") {
+			direction : "inout";
+			capacitance : 0;
+		}
+		pin ("VDD") {
+			direction : "inout";
+			capacitance : 0;
+		}
+		pin ("VSS") {
+			direction : "inout";
+			capacitance : 0;
+		}
+	}
diff --git a/cells/in_s/gf180mcu_fd_io__in_s__ff_n40C_2v75.lib.json b/cells/in_s/gf180mcu_fd_io__in_s__ff_n40C_2v75.lib.json
new file mode 100644
index 0000000..96c295d
--- /dev/null
+++ b/cells/in_s/gf180mcu_fd_io__in_s__ff_n40C_2v75.lib.json
@@ -0,0 +1,373 @@
+{
+    "cell gf180mcu_fd_io__in_s": {
+        "scaling_factors": "gf_factors",
+        "area": "26250.000000",
+        "pad_cell": "true",
+        "dont_use": "true",
+        "dont_touch": "true",
+        "cell_leakage_power": "1.427160e-03",
+        "leakage_power ": {
+            "when": "!PU !PD !PAD",
+            "value": "0.001427"
+        },
+        "pin PU": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.079602",
+            "comp_attribute rise_capacitance_range": "0.064176,0.091797",
+            "capacitance": "0.080122",
+            "fall_capacitance": "0.080643",
+            "comp_attribute fall_capacitance_range": "0.061305,0.096842",
+            "internal_power ": {
+                "rise_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        -0.180617,
+                        0.099124,
+                        0.112753
+                    ]
+                },
+                "fall_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        0.650858,
+                        1.002711,
+                        1.096133
+                    ]
+                }
+            }
+        },
+        "pin PD": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.047613",
+            "comp_attribute rise_capacitance_range": "0.046269,0.048594",
+            "capacitance": "0.048974",
+            "fall_capacitance": "0.050336",
+            "comp_attribute fall_capacitance_range": "0.048416,0.051587",
+            "internal_power ": {
+                "rise_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        -0.007508,
+                        0.531773,
+                        0.470703
+                    ]
+                },
+                "fall_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        0.603662,
+                        0.910301,
+                        0.930611
+                    ]
+                }
+            }
+        },
+        "pin PAD": {
+            "max_transition": "1.000000",
+            "is_pad": "true",
+            "direction": "input",
+            "input_signal_level": "DVDD",
+            "rise_capacitance": "3.120867",
+            "comp_attribute rise_capacitance_range": "3.097167,3.138228",
+            "capacitance": "3.124510",
+            "fall_capacitance": "3.128153",
+            "comp_attribute fall_capacitance_range": "3.105517,3.141036"
+        },
+        "pin Y": {
+            "function": "((PAD))",
+            "direction": "output",
+            "max_capacitance": "0.500000",
+            "output_signal_level": "VDD",
+            "internal_power ": {
+                "related_pin": "PAD",
+                "rise_power power_outputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1
+                    ],
+                    "index_2": [
+                        0,
+                        0.04,
+                        0.1,
+                        0.3,
+                        0.4,
+                        0.5
+                    ],
+                    "values": [
+                        [
+                            -11.69866,
+                            -11.71029,
+                            -11.71848,
+                            -11.74747,
+                            -11.75516,
+                            -11.76319
+                        ],
+                        [
+                            -11.6025,
+                            -11.61148,
+                            -11.62326,
+                            -11.65218,
+                            -11.65695,
+                            -11.66106
+                        ],
+                        [
+                            -11.52328,
+                            -11.52959,
+                            -11.53763,
+                            -11.56862,
+                            -11.57906,
+                            -11.58565
+                        ]
+                    ]
+                },
+                "fall_power power_outputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1
+                    ],
+                    "index_2": [
+                        0,
+                        0.04,
+                        0.1,
+                        0.3,
+                        0.4,
+                        0.5
+                    ],
+                    "values": [
+                        [
+                            14.11118,
+                            14.14019,
+                            14.19212,
+                            14.29706,
+                            14.33235,
+                            14.35609
+                        ],
+                        [
+                            13.98494,
+                            14.01488,
+                            14.06348,
+                            14.17257,
+                            14.20768,
+                            14.23283
+                        ],
+                        [
+                            13.95927,
+                            13.98888,
+                            14.04238,
+                            14.15494,
+                            14.18391,
+                            14.14795
+                        ]
+                    ]
+                }
+            },
+            "timing ": {
+                "related_pin": "PAD",
+                "timing_type": "combinational",
+                "timing_sense": "positive_unate",
+                "cell_rise del_1_3_6": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "index_2": [
+                        0.0,
+                        0.04,
+                        0.1,
+                        0.3,
+                        0.4,
+                        0.5
+                    ],
+                    "values": [
+                        [
+                            1.194687,
+                            1.249622,
+                            1.315057,
+                            1.505302,
+                            1.597084,
+                            1.68893
+                        ],
+                        [
+                            1.315003,
+                            1.369516,
+                            1.435463,
+                            1.625669,
+                            1.717888,
+                            1.80936
+                        ],
+                        [
+                            1.406014,
+                            1.461018,
+                            1.527292,
+                            1.717658,
+                            1.80962,
+                            1.901103
+                        ]
+                    ]
+                },
+                "rise_transition del_1_3_6": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "index_2": [
+                        0.0,
+                        0.04,
+                        0.1,
+                        0.3,
+                        0.4,
+                        0.5
+                    ],
+                    "values": [
+                        [
+                            0.158066,
+                            0.229097,
+                            0.324836,
+                            0.657092,
+                            0.830993,
+                            1.002132
+                        ],
+                        [
+                            0.157926,
+                            0.228163,
+                            0.32459,
+                            0.658643,
+                            0.831231,
+                            1.006073
+                        ],
+                        [
+                            0.159421,
+                            0.228088,
+                            0.325884,
+                            0.656833,
+                            0.830812,
+                            1.00446
+                        ]
+                    ]
+                },
+                "cell_fall del_1_3_6": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "index_2": [
+                        0.0,
+                        0.04,
+                        0.1,
+                        0.3,
+                        0.4,
+                        0.5
+                    ],
+                    "values": [
+                        [
+                            1.720282,
+                            1.764592,
+                            1.817828,
+                            1.963321,
+                            2.031135,
+                            2.09787
+                        ],
+                        [
+                            1.664072,
+                            1.709277,
+                            1.762171,
+                            1.907732,
+                            1.975481,
+                            2.042245
+                        ],
+                        [
+                            1.881963,
+                            1.927003,
+                            1.979997,
+                            2.125812,
+                            2.193516,
+                            2.260242
+                        ]
+                    ]
+                },
+                "fall_transition del_1_3_6": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "index_2": [
+                        0.0,
+                        0.04,
+                        0.1,
+                        0.3,
+                        0.4,
+                        0.5
+                    ],
+                    "values": [
+                        [
+                            0.089055,
+                            0.143087,
+                            0.212978,
+                            0.436676,
+                            0.551915,
+                            0.668309
+                        ],
+                        [
+                            0.089341,
+                            0.143413,
+                            0.213395,
+                            0.437482,
+                            0.553378,
+                            0.66867
+                        ],
+                        [
+                            0.089134,
+                            0.142744,
+                            0.213484,
+                            0.437053,
+                            0.552995,
+                            0.669168
+                        ]
+                    ]
+                }
+            }
+        },
+        "pin DVDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin DVSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        }
+    }
+}
\ No newline at end of file
diff --git a/cells/in_s/gf180mcu_fd_io__in_s__ff_n40C_3v63.lib b/cells/in_s/gf180mcu_fd_io__in_s__ff_n40C_3v63.lib
new file mode 100644
index 0000000..dda138a
--- /dev/null
+++ b/cells/in_s/gf180mcu_fd_io__in_s__ff_n40C_3v63.lib
@@ -0,0 +1,150 @@
+/*
+ * Copyright 2022 GlobalFoundries PDK Authors
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+	cell ("gf180mcu_fd_io__in_s") {
+		scaling_factors : "gf_factors";
+		area : 26250.000000;
+		pad_cell : true;
+		dont_use : true;
+		dont_touch : true;
+		cell_leakage_power : 2.494570e-03;
+		leakage_power () {
+			when : "!PU !PD !PAD";
+			value : "0.002495";
+		}
+		pin ("PU") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.084819;
+			rise_capacitance_range(0.067032,0.097851);
+			capacitance : 0.085456;
+			fall_capacitance : 0.086094;
+			fall_capacitance_range(0.063599,0.101436);
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("-0.201083, 0.312577, 0.396838");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("1.348303, 1.838264, 2.078937");
+				}
+			}
+		}
+		pin ("PD") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.048447;
+			rise_capacitance_range(0.045845,0.051472);
+			capacitance : 0.049645;
+			fall_capacitance : 0.050843;
+			fall_capacitance_range(0.049340,0.052147);
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("0.150014, 0.978087, 1.053519");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("1.322791, 1.747262, 1.827214");
+				}
+			}
+		}
+		pin ("PAD") {
+			max_transition : 1.000000;
+			is_pad : true;
+			direction : "input";
+			input_signal_level : "DVDD";
+			rise_capacitance : 2.998239;
+			rise_capacitance_range(2.941810,3.031528);
+			capacitance : 3.003777;
+			fall_capacitance : 3.009316;
+			fall_capacitance_range(2.984791,3.045345);
+		}
+		pin ("Y") {
+			function : "((PAD))";
+			direction : "output";
+			max_capacitance : 0.500000;
+			output_signal_level : "VDD";
+			internal_power () {
+				related_pin : "PAD";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("-19.179310, -19.228210, -19.260960, -19.338230, -19.363080, -19.384150", \
+					  "-19.203830, -19.253860, -19.285410, -19.365670, -19.385720, -19.412320", \
+					  "-19.013870, -19.065670, -19.100110, -19.180550, -19.199150, -19.227190");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("23.789780, 23.824360, 23.907130, 24.090660, 24.153230, 24.196730", \
+					  "23.495280, 23.527200, 23.611680, 23.800420, 23.858880, 23.900180", \
+					  "23.907110, 23.942430, 24.014630, 24.213910, 24.262130, 24.304800");
+				}
+			}
+			timing () {
+				related_pin : "PAD";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.917151, 0.955897, 1.003929, 1.142937, 1.210610, 1.278380", \
+					  "1.010288, 1.049179, 1.096849, 1.236053, 1.303671, 1.371383", \
+					  "1.058181, 1.097244, 1.144885, 1.284288, 1.352155, 1.419887");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.130008, 0.180863, 0.252843, 0.502436, 0.631955, 0.763603", \
+					  "0.130585, 0.179512, 0.251746, 0.501690, 0.630997, 0.762849", \
+					  "0.130333, 0.180381, 0.252009, 0.502007, 0.629767, 0.763638");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("1.186706, 1.221509, 1.264192, 1.383078, 1.438812, 1.494010", \
+					  "1.218244, 1.253096, 1.295712, 1.414659, 1.470344, 1.525491", \
+					  "1.453379, 1.488146, 1.530948, 1.650020, 1.705818, 1.761019");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.070468, 0.114687, 0.170525, 0.355600, 0.449900, 0.545245", \
+					  "0.071266, 0.114259, 0.170685, 0.356045, 0.449748, 0.545414", \
+					  "0.071134, 0.114192, 0.170741, 0.356005, 0.450177, 0.545791");
+				}
+			}
+		}
+		pin ("DVDD") {
+			direction : "inout";
+			capacitance : 0;
+		}
+		pin ("DVSS") {
+			direction : "inout";
+			capacitance : 0;
+		}
+		pin ("VDD") {
+			direction : "inout";
+			capacitance : 0;
+		}
+		pin ("VSS") {
+			direction : "inout";
+			capacitance : 0;
+		}
+	}
diff --git a/cells/in_s/gf180mcu_fd_io__in_s__ff_n40C_3v63.lib.json b/cells/in_s/gf180mcu_fd_io__in_s__ff_n40C_3v63.lib.json
new file mode 100644
index 0000000..49432c7
--- /dev/null
+++ b/cells/in_s/gf180mcu_fd_io__in_s__ff_n40C_3v63.lib.json
@@ -0,0 +1,373 @@
+{
+    "cell gf180mcu_fd_io__in_s": {
+        "scaling_factors": "gf_factors",
+        "area": "26250.000000",
+        "pad_cell": "true",
+        "dont_use": "true",
+        "dont_touch": "true",
+        "cell_leakage_power": "2.494570e-03",
+        "leakage_power ": {
+            "when": "!PU !PD !PAD",
+            "value": "0.002495"
+        },
+        "pin PU": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.084819",
+            "comp_attribute rise_capacitance_range": "0.067032,0.097851",
+            "capacitance": "0.085456",
+            "fall_capacitance": "0.086094",
+            "comp_attribute fall_capacitance_range": "0.063599,0.101436",
+            "internal_power ": {
+                "rise_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        -0.201083,
+                        0.312577,
+                        0.396838
+                    ]
+                },
+                "fall_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        1.348303,
+                        1.838264,
+                        2.078937
+                    ]
+                }
+            }
+        },
+        "pin PD": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.048447",
+            "comp_attribute rise_capacitance_range": "0.045845,0.051472",
+            "capacitance": "0.049645",
+            "fall_capacitance": "0.050843",
+            "comp_attribute fall_capacitance_range": "0.049340,0.052147",
+            "internal_power ": {
+                "rise_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        0.150014,
+                        0.978087,
+                        1.053519
+                    ]
+                },
+                "fall_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        1.322791,
+                        1.747262,
+                        1.827214
+                    ]
+                }
+            }
+        },
+        "pin PAD": {
+            "max_transition": "1.000000",
+            "is_pad": "true",
+            "direction": "input",
+            "input_signal_level": "DVDD",
+            "rise_capacitance": "2.998239",
+            "comp_attribute rise_capacitance_range": "2.941810,3.031528",
+            "capacitance": "3.003777",
+            "fall_capacitance": "3.009316",
+            "comp_attribute fall_capacitance_range": "2.984791,3.045345"
+        },
+        "pin Y": {
+            "function": "((PAD))",
+            "direction": "output",
+            "max_capacitance": "0.500000",
+            "output_signal_level": "VDD",
+            "internal_power ": {
+                "related_pin": "PAD",
+                "rise_power power_outputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1
+                    ],
+                    "index_2": [
+                        0,
+                        0.04,
+                        0.1,
+                        0.3,
+                        0.4,
+                        0.5
+                    ],
+                    "values": [
+                        [
+                            -19.17931,
+                            -19.22821,
+                            -19.26096,
+                            -19.33823,
+                            -19.36308,
+                            -19.38415
+                        ],
+                        [
+                            -19.20383,
+                            -19.25386,
+                            -19.28541,
+                            -19.36567,
+                            -19.38572,
+                            -19.41232
+                        ],
+                        [
+                            -19.01387,
+                            -19.06567,
+                            -19.10011,
+                            -19.18055,
+                            -19.19915,
+                            -19.22719
+                        ]
+                    ]
+                },
+                "fall_power power_outputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1
+                    ],
+                    "index_2": [
+                        0,
+                        0.04,
+                        0.1,
+                        0.3,
+                        0.4,
+                        0.5
+                    ],
+                    "values": [
+                        [
+                            23.78978,
+                            23.82436,
+                            23.90713,
+                            24.09066,
+                            24.15323,
+                            24.19673
+                        ],
+                        [
+                            23.49528,
+                            23.5272,
+                            23.61168,
+                            23.80042,
+                            23.85888,
+                            23.90018
+                        ],
+                        [
+                            23.90711,
+                            23.94243,
+                            24.01463,
+                            24.21391,
+                            24.26213,
+                            24.3048
+                        ]
+                    ]
+                }
+            },
+            "timing ": {
+                "related_pin": "PAD",
+                "timing_type": "combinational",
+                "timing_sense": "positive_unate",
+                "cell_rise del_1_3_6": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "index_2": [
+                        0.0,
+                        0.04,
+                        0.1,
+                        0.3,
+                        0.4,
+                        0.5
+                    ],
+                    "values": [
+                        [
+                            0.917151,
+                            0.955897,
+                            1.003929,
+                            1.142937,
+                            1.21061,
+                            1.27838
+                        ],
+                        [
+                            1.010288,
+                            1.049179,
+                            1.096849,
+                            1.236053,
+                            1.303671,
+                            1.371383
+                        ],
+                        [
+                            1.058181,
+                            1.097244,
+                            1.144885,
+                            1.284288,
+                            1.352155,
+                            1.419887
+                        ]
+                    ]
+                },
+                "rise_transition del_1_3_6": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "index_2": [
+                        0.0,
+                        0.04,
+                        0.1,
+                        0.3,
+                        0.4,
+                        0.5
+                    ],
+                    "values": [
+                        [
+                            0.130008,
+                            0.180863,
+                            0.252843,
+                            0.502436,
+                            0.631955,
+                            0.763603
+                        ],
+                        [
+                            0.130585,
+                            0.179512,
+                            0.251746,
+                            0.50169,
+                            0.630997,
+                            0.762849
+                        ],
+                        [
+                            0.130333,
+                            0.180381,
+                            0.252009,
+                            0.502007,
+                            0.629767,
+                            0.763638
+                        ]
+                    ]
+                },
+                "cell_fall del_1_3_6": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "index_2": [
+                        0.0,
+                        0.04,
+                        0.1,
+                        0.3,
+                        0.4,
+                        0.5
+                    ],
+                    "values": [
+                        [
+                            1.186706,
+                            1.221509,
+                            1.264192,
+                            1.383078,
+                            1.438812,
+                            1.49401
+                        ],
+                        [
+                            1.218244,
+                            1.253096,
+                            1.295712,
+                            1.414659,
+                            1.470344,
+                            1.525491
+                        ],
+                        [
+                            1.453379,
+                            1.488146,
+                            1.530948,
+                            1.65002,
+                            1.705818,
+                            1.761019
+                        ]
+                    ]
+                },
+                "fall_transition del_1_3_6": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "index_2": [
+                        0.0,
+                        0.04,
+                        0.1,
+                        0.3,
+                        0.4,
+                        0.5
+                    ],
+                    "values": [
+                        [
+                            0.070468,
+                            0.114687,
+                            0.170525,
+                            0.3556,
+                            0.4499,
+                            0.545245
+                        ],
+                        [
+                            0.071266,
+                            0.114259,
+                            0.170685,
+                            0.356045,
+                            0.449748,
+                            0.545414
+                        ],
+                        [
+                            0.071134,
+                            0.114192,
+                            0.170741,
+                            0.356005,
+                            0.450177,
+                            0.545791
+                        ]
+                    ]
+                }
+            }
+        },
+        "pin DVDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin DVSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        }
+    }
+}
\ No newline at end of file
diff --git a/cells/in_s/gf180mcu_fd_io__in_s__ff_n40C_5v50.lib b/cells/in_s/gf180mcu_fd_io__in_s__ff_n40C_5v50.lib
new file mode 100644
index 0000000..1c3102a
--- /dev/null
+++ b/cells/in_s/gf180mcu_fd_io__in_s__ff_n40C_5v50.lib
@@ -0,0 +1,150 @@
+/*
+ * Copyright 2022 GlobalFoundries PDK Authors
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+	cell ("gf180mcu_fd_io__in_s") {
+		scaling_factors : "gf_factors";
+		area : 26250.000000;
+		pad_cell : true;
+		dont_use : true;
+		dont_touch : true;
+		cell_leakage_power : 5.748530e-03;
+		leakage_power () {
+			when : "!PU !PD !PAD";
+			value : "0.005749";
+		}
+		pin ("PU") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.089927;
+			rise_capacitance_range(0.071735,0.101611);
+			capacitance : 0.090595;
+			fall_capacitance : 0.091264;
+			fall_capacitance_range(0.068456,0.103683);
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("0.485109, 1.252615, 1.859086");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("3.836311, 4.720112, 5.718973");
+				}
+			}
+		}
+		pin ("PD") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.049706;
+			rise_capacitance_range(0.045848,0.053638);
+			capacitance : 0.050865;
+			fall_capacitance : 0.052023;
+			fall_capacitance_range(0.050013,0.053097);
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("1.051206, 2.551671, 3.131089");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("3.833402, 4.428420, 5.186730");
+				}
+			}
+		}
+		pin ("PAD") {
+			max_transition : 1.000000;
+			is_pad : true;
+			direction : "input";
+			input_signal_level : "DVDD";
+			rise_capacitance : 2.844660;
+			rise_capacitance_range(2.796359,2.872583);
+			capacitance : 2.848690;
+			fall_capacitance : 2.852720;
+			fall_capacitance_range(2.830243,2.865354);
+		}
+		pin ("Y") {
+			function : "((PAD))";
+			direction : "output";
+			max_capacitance : 0.500000;
+			output_signal_level : "VDD";
+			internal_power () {
+				related_pin : "PAD";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("-41.071400, -41.261050, -41.400750, -41.635640, -41.717100, -41.780080", \
+					  "-40.519960, -40.713180, -40.848620, -41.104930, -41.215640, -41.281710", \
+					  "-39.934750, -40.111730, -40.246860, -40.550300, -40.647090, -40.731120");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("53.035460, 53.066500, 53.248390, 53.660110, 53.780710, 53.876820", \
+					  "52.231930, 52.262940, 52.439300, 52.852990, 52.980340, 53.071200", \
+					  "53.057820, 53.079800, 53.265450, 53.655390, 53.799120, 53.897540");
+				}
+			}
+			timing () {
+				related_pin : "PAD";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.706075, 0.734676, 0.768778, 0.868672, 0.917491, 0.966293", \
+					  "0.764123, 0.792638, 0.826681, 0.926318, 0.975216, 1.024079", \
+					  "0.766136, 0.795149, 0.828797, 0.928095, 0.976866, 1.025998");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.112469, 0.144103, 0.196506, 0.377676, 0.472739, 0.568908", \
+					  "0.111917, 0.143974, 0.194619, 0.377853, 0.471782, 0.568074", \
+					  "0.111945, 0.143234, 0.195560, 0.376889, 0.472666, 0.569337");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.788783, 0.815262, 0.848400, 0.944630, 0.990533, 1.036163", \
+					  "0.896321, 0.922822, 0.955862, 1.052142, 1.098087, 1.143662", \
+					  "1.143368, 1.169709, 1.203023, 1.299135, 1.345060, 1.390672");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.057799, 0.091529, 0.137185, 0.289417, 0.366672, 0.444931", \
+					  "0.057883, 0.091786, 0.137939, 0.289419, 0.367088, 0.444506", \
+					  "0.058450, 0.091119, 0.137100, 0.289285, 0.366641, 0.444543");
+				}
+			}
+		}
+		pin ("DVDD") {
+			direction : "inout";
+			capacitance : 0;
+		}
+		pin ("DVSS") {
+			direction : "inout";
+			capacitance : 0;
+		}
+		pin ("VDD") {
+			direction : "inout";
+			capacitance : 0;
+		}
+		pin ("VSS") {
+			direction : "inout";
+			capacitance : 0;
+		}
+	}
diff --git a/cells/in_s/gf180mcu_fd_io__in_s__ff_n40C_5v50.lib.json b/cells/in_s/gf180mcu_fd_io__in_s__ff_n40C_5v50.lib.json
new file mode 100644
index 0000000..4e62e6b
--- /dev/null
+++ b/cells/in_s/gf180mcu_fd_io__in_s__ff_n40C_5v50.lib.json
@@ -0,0 +1,373 @@
+{
+    "cell gf180mcu_fd_io__in_s": {
+        "scaling_factors": "gf_factors",
+        "area": "26250.000000",
+        "pad_cell": "true",
+        "dont_use": "true",
+        "dont_touch": "true",
+        "cell_leakage_power": "5.748530e-03",
+        "leakage_power ": {
+            "when": "!PU !PD !PAD",
+            "value": "0.005749"
+        },
+        "pin PU": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.089927",
+            "comp_attribute rise_capacitance_range": "0.071735,0.101611",
+            "capacitance": "0.090595",
+            "fall_capacitance": "0.091264",
+            "comp_attribute fall_capacitance_range": "0.068456,0.103683",
+            "internal_power ": {
+                "rise_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        0.485109,
+                        1.252615,
+                        1.859086
+                    ]
+                },
+                "fall_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        3.836311,
+                        4.720112,
+                        5.718973
+                    ]
+                }
+            }
+        },
+        "pin PD": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.049706",
+            "comp_attribute rise_capacitance_range": "0.045848,0.053638",
+            "capacitance": "0.050865",
+            "fall_capacitance": "0.052023",
+            "comp_attribute fall_capacitance_range": "0.050013,0.053097",
+            "internal_power ": {
+                "rise_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        1.051206,
+                        2.551671,
+                        3.131089
+                    ]
+                },
+                "fall_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        3.833402,
+                        4.42842,
+                        5.18673
+                    ]
+                }
+            }
+        },
+        "pin PAD": {
+            "max_transition": "1.000000",
+            "is_pad": "true",
+            "direction": "input",
+            "input_signal_level": "DVDD",
+            "rise_capacitance": "2.844660",
+            "comp_attribute rise_capacitance_range": "2.796359,2.872583",
+            "capacitance": "2.848690",
+            "fall_capacitance": "2.852720",
+            "comp_attribute fall_capacitance_range": "2.830243,2.865354"
+        },
+        "pin Y": {
+            "function": "((PAD))",
+            "direction": "output",
+            "max_capacitance": "0.500000",
+            "output_signal_level": "VDD",
+            "internal_power ": {
+                "related_pin": "PAD",
+                "rise_power power_outputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1
+                    ],
+                    "index_2": [
+                        0,
+                        0.04,
+                        0.1,
+                        0.3,
+                        0.4,
+                        0.5
+                    ],
+                    "values": [
+                        [
+                            -41.0714,
+                            -41.26105,
+                            -41.40075,
+                            -41.63564,
+                            -41.7171,
+                            -41.78008
+                        ],
+                        [
+                            -40.51996,
+                            -40.71318,
+                            -40.84862,
+                            -41.10493,
+                            -41.21564,
+                            -41.28171
+                        ],
+                        [
+                            -39.93475,
+                            -40.11173,
+                            -40.24686,
+                            -40.5503,
+                            -40.64709,
+                            -40.73112
+                        ]
+                    ]
+                },
+                "fall_power power_outputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1
+                    ],
+                    "index_2": [
+                        0,
+                        0.04,
+                        0.1,
+                        0.3,
+                        0.4,
+                        0.5
+                    ],
+                    "values": [
+                        [
+                            53.03546,
+                            53.0665,
+                            53.24839,
+                            53.66011,
+                            53.78071,
+                            53.87682
+                        ],
+                        [
+                            52.23193,
+                            52.26294,
+                            52.4393,
+                            52.85299,
+                            52.98034,
+                            53.0712
+                        ],
+                        [
+                            53.05782,
+                            53.0798,
+                            53.26545,
+                            53.65539,
+                            53.79912,
+                            53.89754
+                        ]
+                    ]
+                }
+            },
+            "timing ": {
+                "related_pin": "PAD",
+                "timing_type": "combinational",
+                "timing_sense": "positive_unate",
+                "cell_rise del_1_3_6": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "index_2": [
+                        0.0,
+                        0.04,
+                        0.1,
+                        0.3,
+                        0.4,
+                        0.5
+                    ],
+                    "values": [
+                        [
+                            0.706075,
+                            0.734676,
+                            0.768778,
+                            0.868672,
+                            0.917491,
+                            0.966293
+                        ],
+                        [
+                            0.764123,
+                            0.792638,
+                            0.826681,
+                            0.926318,
+                            0.975216,
+                            1.024079
+                        ],
+                        [
+                            0.766136,
+                            0.795149,
+                            0.828797,
+                            0.928095,
+                            0.976866,
+                            1.025998
+                        ]
+                    ]
+                },
+                "rise_transition del_1_3_6": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "index_2": [
+                        0.0,
+                        0.04,
+                        0.1,
+                        0.3,
+                        0.4,
+                        0.5
+                    ],
+                    "values": [
+                        [
+                            0.112469,
+                            0.144103,
+                            0.196506,
+                            0.377676,
+                            0.472739,
+                            0.568908
+                        ],
+                        [
+                            0.111917,
+                            0.143974,
+                            0.194619,
+                            0.377853,
+                            0.471782,
+                            0.568074
+                        ],
+                        [
+                            0.111945,
+                            0.143234,
+                            0.19556,
+                            0.376889,
+                            0.472666,
+                            0.569337
+                        ]
+                    ]
+                },
+                "cell_fall del_1_3_6": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "index_2": [
+                        0.0,
+                        0.04,
+                        0.1,
+                        0.3,
+                        0.4,
+                        0.5
+                    ],
+                    "values": [
+                        [
+                            0.788783,
+                            0.815262,
+                            0.8484,
+                            0.94463,
+                            0.990533,
+                            1.036163
+                        ],
+                        [
+                            0.896321,
+                            0.922822,
+                            0.955862,
+                            1.052142,
+                            1.098087,
+                            1.143662
+                        ],
+                        [
+                            1.143368,
+                            1.169709,
+                            1.203023,
+                            1.299135,
+                            1.34506,
+                            1.390672
+                        ]
+                    ]
+                },
+                "fall_transition del_1_3_6": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "index_2": [
+                        0.0,
+                        0.04,
+                        0.1,
+                        0.3,
+                        0.4,
+                        0.5
+                    ],
+                    "values": [
+                        [
+                            0.057799,
+                            0.091529,
+                            0.137185,
+                            0.289417,
+                            0.366672,
+                            0.444931
+                        ],
+                        [
+                            0.057883,
+                            0.091786,
+                            0.137939,
+                            0.289419,
+                            0.367088,
+                            0.444506
+                        ],
+                        [
+                            0.05845,
+                            0.091119,
+                            0.1371,
+                            0.289285,
+                            0.366641,
+                            0.444543
+                        ]
+                    ]
+                }
+            }
+        },
+        "pin DVDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin DVSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        }
+    }
+}
\ No newline at end of file
diff --git a/cells/in_s/gf180mcu_fd_io__in_s__ss_125C_2v25.lib b/cells/in_s/gf180mcu_fd_io__in_s__ss_125C_2v25.lib
new file mode 100644
index 0000000..2127213
--- /dev/null
+++ b/cells/in_s/gf180mcu_fd_io__in_s__ss_125C_2v25.lib
@@ -0,0 +1,150 @@
+/*
+ * Copyright 2022 GlobalFoundries PDK Authors
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+	cell ("gf180mcu_fd_io__in_s") {
+		scaling_factors : "gf_factors";
+		area : 26250.000000;
+		pad_cell : true;
+		dont_use : true;
+		dont_touch : true;
+		cell_leakage_power : 1.313210e-03;
+		leakage_power () {
+			when : "!PU !PD !PAD";
+			value : "0.001313";
+		}
+		pin ("PU") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.066904;
+			rise_capacitance_range(0.058560,0.074665);
+			capacitance : 0.066290;
+			fall_capacitance : 0.065676;
+			fall_capacitance_range(0.057353,0.072867);
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("-0.176543, -0.152634, -0.007246");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("0.226382, 0.549254, 0.699337");
+				}
+			}
+		}
+		pin ("PD") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.047584;
+			rise_capacitance_range(0.046517,0.048733);
+			capacitance : 0.048313;
+			fall_capacitance : 0.049043;
+			fall_capacitance_range(0.048376,0.049533);
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("-0.137889, -0.013430, 0.282388");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("0.198104, 0.495234, 0.600028");
+				}
+			}
+		}
+		pin ("PAD") {
+			max_transition : 1.000000;
+			is_pad : true;
+			direction : "input";
+			input_signal_level : "DVDD";
+			rise_capacitance : 3.399605;
+			rise_capacitance_range(3.332738,3.442558);
+			capacitance : 3.410319;
+			fall_capacitance : 3.421032;
+			fall_capacitance_range(3.367629,3.454667);
+		}
+		pin ("Y") {
+			function : "((PAD))";
+			direction : "output";
+			max_capacitance : 0.500000;
+			output_signal_level : "VDD";
+			internal_power () {
+				related_pin : "PAD";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("-8.724335, -8.723244, -8.724277, -8.726862, -8.739901, -8.749463", \
+					  "-8.722567, -8.721960, -8.724054, -8.733154, -8.742454, -8.743764", \
+					  "-8.724830, -8.724195, -8.723261, -8.705076, -8.733460, -8.767620");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("10.257100, 10.287220, 10.329420, 10.429080, 10.459500, 10.484680", \
+					  "10.196500, 10.226620, 10.262220, 10.368380, 10.399340, 10.424070", \
+					  "10.173760, 10.203010, 10.247350, 10.345580, 10.379710, 10.401280");
+				}
+			}
+			timing () {
+				related_pin : "PAD";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("4.203610, 4.402005, 4.632946, 5.288752, 5.602697, 5.918204", \
+					  "4.350111, 4.548203, 4.779839, 5.436291, 5.752857, 6.066234", \
+					  "4.537350, 4.736398, 4.966625, 5.625468, 5.941147, 6.255802");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.541182, 0.770575, 1.099381, 2.231585, 2.819932, 3.416045", \
+					  "0.536216, 0.770166, 1.097686, 2.235037, 2.819781, 3.409351", \
+					  "0.541135, 0.770056, 1.099138, 2.225148, 2.810131, 3.413500");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("7.141716, 7.279414, 7.440102, 7.869388, 8.064992, 8.256035", \
+					  "6.700625, 6.837665, 6.998457, 7.427749, 7.623433, 7.814767", \
+					  "6.566469, 6.704115, 6.864866, 7.294053, 7.489755, 7.681370");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.298025, 0.456841, 0.667947, 1.342007, 1.679123, 2.017882", \
+					  "0.295419, 0.452516, 0.666855, 1.342571, 1.679026, 2.021475", \
+					  "0.294720, 0.453413, 0.667513, 1.342204, 1.677126, 2.020590");
+				}
+			}
+		}
+		pin ("DVDD") {
+			direction : "inout";
+			capacitance : 0;
+		}
+		pin ("DVSS") {
+			direction : "inout";
+			capacitance : 0;
+		}
+		pin ("VDD") {
+			direction : "inout";
+			capacitance : 0;
+		}
+		pin ("VSS") {
+			direction : "inout";
+			capacitance : 0;
+		}
+	}
diff --git a/cells/in_s/gf180mcu_fd_io__in_s__ss_125C_2v25.lib.json b/cells/in_s/gf180mcu_fd_io__in_s__ss_125C_2v25.lib.json
new file mode 100644
index 0000000..3c38431
--- /dev/null
+++ b/cells/in_s/gf180mcu_fd_io__in_s__ss_125C_2v25.lib.json
@@ -0,0 +1,373 @@
+{
+    "cell gf180mcu_fd_io__in_s": {
+        "scaling_factors": "gf_factors",
+        "area": "26250.000000",
+        "pad_cell": "true",
+        "dont_use": "true",
+        "dont_touch": "true",
+        "cell_leakage_power": "1.313210e-03",
+        "leakage_power ": {
+            "when": "!PU !PD !PAD",
+            "value": "0.001313"
+        },
+        "pin PU": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.066904",
+            "comp_attribute rise_capacitance_range": "0.058560,0.074665",
+            "capacitance": "0.066290",
+            "fall_capacitance": "0.065676",
+            "comp_attribute fall_capacitance_range": "0.057353,0.072867",
+            "internal_power ": {
+                "rise_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        -0.176543,
+                        -0.152634,
+                        -0.007246
+                    ]
+                },
+                "fall_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        0.226382,
+                        0.549254,
+                        0.699337
+                    ]
+                }
+            }
+        },
+        "pin PD": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.047584",
+            "comp_attribute rise_capacitance_range": "0.046517,0.048733",
+            "capacitance": "0.048313",
+            "fall_capacitance": "0.049043",
+            "comp_attribute fall_capacitance_range": "0.048376,0.049533",
+            "internal_power ": {
+                "rise_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        -0.137889,
+                        -0.01343,
+                        0.282388
+                    ]
+                },
+                "fall_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        0.198104,
+                        0.495234,
+                        0.600028
+                    ]
+                }
+            }
+        },
+        "pin PAD": {
+            "max_transition": "1.000000",
+            "is_pad": "true",
+            "direction": "input",
+            "input_signal_level": "DVDD",
+            "rise_capacitance": "3.399605",
+            "comp_attribute rise_capacitance_range": "3.332738,3.442558",
+            "capacitance": "3.410319",
+            "fall_capacitance": "3.421032",
+            "comp_attribute fall_capacitance_range": "3.367629,3.454667"
+        },
+        "pin Y": {
+            "function": "((PAD))",
+            "direction": "output",
+            "max_capacitance": "0.500000",
+            "output_signal_level": "VDD",
+            "internal_power ": {
+                "related_pin": "PAD",
+                "rise_power power_outputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1
+                    ],
+                    "index_2": [
+                        0,
+                        0.04,
+                        0.1,
+                        0.3,
+                        0.4,
+                        0.5
+                    ],
+                    "values": [
+                        [
+                            -8.724335,
+                            -8.723244,
+                            -8.724277,
+                            -8.726862,
+                            -8.739901,
+                            -8.749463
+                        ],
+                        [
+                            -8.722567,
+                            -8.72196,
+                            -8.724054,
+                            -8.733154,
+                            -8.742454,
+                            -8.743764
+                        ],
+                        [
+                            -8.72483,
+                            -8.724195,
+                            -8.723261,
+                            -8.705076,
+                            -8.73346,
+                            -8.76762
+                        ]
+                    ]
+                },
+                "fall_power power_outputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1
+                    ],
+                    "index_2": [
+                        0,
+                        0.04,
+                        0.1,
+                        0.3,
+                        0.4,
+                        0.5
+                    ],
+                    "values": [
+                        [
+                            10.2571,
+                            10.28722,
+                            10.32942,
+                            10.42908,
+                            10.4595,
+                            10.48468
+                        ],
+                        [
+                            10.1965,
+                            10.22662,
+                            10.26222,
+                            10.36838,
+                            10.39934,
+                            10.42407
+                        ],
+                        [
+                            10.17376,
+                            10.20301,
+                            10.24735,
+                            10.34558,
+                            10.37971,
+                            10.40128
+                        ]
+                    ]
+                }
+            },
+            "timing ": {
+                "related_pin": "PAD",
+                "timing_type": "combinational",
+                "timing_sense": "positive_unate",
+                "cell_rise del_1_3_6": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "index_2": [
+                        0.0,
+                        0.04,
+                        0.1,
+                        0.3,
+                        0.4,
+                        0.5
+                    ],
+                    "values": [
+                        [
+                            4.20361,
+                            4.402005,
+                            4.632946,
+                            5.288752,
+                            5.602697,
+                            5.918204
+                        ],
+                        [
+                            4.350111,
+                            4.548203,
+                            4.779839,
+                            5.436291,
+                            5.752857,
+                            6.066234
+                        ],
+                        [
+                            4.53735,
+                            4.736398,
+                            4.966625,
+                            5.625468,
+                            5.941147,
+                            6.255802
+                        ]
+                    ]
+                },
+                "rise_transition del_1_3_6": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "index_2": [
+                        0.0,
+                        0.04,
+                        0.1,
+                        0.3,
+                        0.4,
+                        0.5
+                    ],
+                    "values": [
+                        [
+                            0.541182,
+                            0.770575,
+                            1.099381,
+                            2.231585,
+                            2.819932,
+                            3.416045
+                        ],
+                        [
+                            0.536216,
+                            0.770166,
+                            1.097686,
+                            2.235037,
+                            2.819781,
+                            3.409351
+                        ],
+                        [
+                            0.541135,
+                            0.770056,
+                            1.099138,
+                            2.225148,
+                            2.810131,
+                            3.4135
+                        ]
+                    ]
+                },
+                "cell_fall del_1_3_6": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "index_2": [
+                        0.0,
+                        0.04,
+                        0.1,
+                        0.3,
+                        0.4,
+                        0.5
+                    ],
+                    "values": [
+                        [
+                            7.141716,
+                            7.279414,
+                            7.440102,
+                            7.869388,
+                            8.064992,
+                            8.256035
+                        ],
+                        [
+                            6.700625,
+                            6.837665,
+                            6.998457,
+                            7.427749,
+                            7.623433,
+                            7.814767
+                        ],
+                        [
+                            6.566469,
+                            6.704115,
+                            6.864866,
+                            7.294053,
+                            7.489755,
+                            7.68137
+                        ]
+                    ]
+                },
+                "fall_transition del_1_3_6": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "index_2": [
+                        0.0,
+                        0.04,
+                        0.1,
+                        0.3,
+                        0.4,
+                        0.5
+                    ],
+                    "values": [
+                        [
+                            0.298025,
+                            0.456841,
+                            0.667947,
+                            1.342007,
+                            1.679123,
+                            2.017882
+                        ],
+                        [
+                            0.295419,
+                            0.452516,
+                            0.666855,
+                            1.342571,
+                            1.679026,
+                            2.021475
+                        ],
+                        [
+                            0.29472,
+                            0.453413,
+                            0.667513,
+                            1.342204,
+                            1.677126,
+                            2.02059
+                        ]
+                    ]
+                }
+            }
+        },
+        "pin DVDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin DVSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        }
+    }
+}
\ No newline at end of file
diff --git a/cells/in_s/gf180mcu_fd_io__in_s__ss_125C_2v97.lib b/cells/in_s/gf180mcu_fd_io__in_s__ss_125C_2v97.lib
new file mode 100644
index 0000000..bc3b4eb
--- /dev/null
+++ b/cells/in_s/gf180mcu_fd_io__in_s__ss_125C_2v97.lib
@@ -0,0 +1,150 @@
+/*
+ * Copyright 2022 GlobalFoundries PDK Authors
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+	cell ("gf180mcu_fd_io__in_s") {
+		scaling_factors : "gf_factors";
+		area : 26250.000000;
+		pad_cell : true;
+		dont_use : true;
+		dont_touch : true;
+		cell_leakage_power : 2.185670e-03;
+		leakage_power () {
+			when : "!PU !PD !PAD";
+			value : "0.002186";
+		}
+		pin ("PU") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.072758;
+			rise_capacitance_range(0.060757,0.082570);
+			capacitance : 0.071691;
+			fall_capacitance : 0.070625;
+			fall_capacitance_range(0.058125,0.082795);
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("-0.255819, 0.067571, 0.073924");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("0.501712, 1.149116, 1.239393");
+				}
+			}
+		}
+		pin ("PD") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.048829;
+			rise_capacitance_range(0.047182,0.050548);
+			capacitance : 0.049459;
+			fall_capacitance : 0.050090;
+			fall_capacitance_range(0.048632,0.051094);
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("-0.143143, 0.254982, 0.604776");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("0.438652, 1.079467, 1.066813");
+				}
+			}
+		}
+		pin ("PAD") {
+			max_transition : 1.000000;
+			is_pad : true;
+			direction : "input";
+			input_signal_level : "DVDD";
+			rise_capacitance : 3.259016;
+			rise_capacitance_range(3.203330,3.292628);
+			capacitance : 3.276338;
+			fall_capacitance : 3.293660;
+			fall_capacitance_range(3.250609,3.317799);
+		}
+		pin ("Y") {
+			function : "((PAD))";
+			direction : "output";
+			max_capacitance : 0.500000;
+			output_signal_level : "VDD";
+			internal_power () {
+				related_pin : "PAD";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("-14.483920, -14.495400, -14.502270, -14.533720, -14.540820, -14.552820", \
+					  "-14.474970, -14.487690, -14.495060, -14.523470, -14.539480, -14.551930", \
+					  "-14.314660, -14.336680, -14.342550, -14.368360, -14.381880, -14.395640");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("17.392790, 17.428740, 17.500450, 17.654860, 17.705390, 17.743960", \
+					  "17.236530, 17.275840, 17.343760, 17.484680, 17.546630, 17.598270", \
+					  "17.152070, 17.192470, 17.262640, 17.417870, 17.473730, 17.510840");
+				}
+			}
+			timing () {
+				related_pin : "PAD";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("2.756838, 2.883924, 3.036248, 3.457600, 3.660373, 3.862020", \
+					  "2.889913, 3.015417, 3.165758, 3.588719, 3.790535, 3.991001", \
+					  "3.045280, 3.171432, 3.321523, 3.744372, 3.946211, 4.146710");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.379322, 0.545575, 0.762646, 1.507694, 1.888256, 2.280845", \
+					  "0.377609, 0.540872, 0.759683, 1.505395, 1.888547, 2.285937", \
+					  "0.377812, 0.544790, 0.760421, 1.505250, 1.888731, 2.304660");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("4.288947, 4.386857, 4.502392, 4.813502, 4.955877, 5.095284", \
+					  "4.005587, 4.104705, 4.218475, 4.529285, 4.671568, 4.811233", \
+					  "4.019955, 4.120451, 4.233888, 4.546564, 4.688538, 4.825961");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.205343, 0.327655, 0.479984, 0.972039, 1.216671, 1.463932", \
+					  "0.205018, 0.326371, 0.480024, 0.970457, 1.220795, 1.471282", \
+					  "0.205653, 0.327107, 0.479727, 0.969107, 1.216313, 1.463273");
+				}
+			}
+		}
+		pin ("DVDD") {
+			direction : "inout";
+			capacitance : 0;
+		}
+		pin ("DVSS") {
+			direction : "inout";
+			capacitance : 0;
+		}
+		pin ("VDD") {
+			direction : "inout";
+			capacitance : 0;
+		}
+		pin ("VSS") {
+			direction : "inout";
+			capacitance : 0;
+		}
+	}
diff --git a/cells/in_s/gf180mcu_fd_io__in_s__ss_125C_2v97.lib.json b/cells/in_s/gf180mcu_fd_io__in_s__ss_125C_2v97.lib.json
new file mode 100644
index 0000000..08c2b0d
--- /dev/null
+++ b/cells/in_s/gf180mcu_fd_io__in_s__ss_125C_2v97.lib.json
@@ -0,0 +1,373 @@
+{
+    "cell gf180mcu_fd_io__in_s": {
+        "scaling_factors": "gf_factors",
+        "area": "26250.000000",
+        "pad_cell": "true",
+        "dont_use": "true",
+        "dont_touch": "true",
+        "cell_leakage_power": "2.185670e-03",
+        "leakage_power ": {
+            "when": "!PU !PD !PAD",
+            "value": "0.002186"
+        },
+        "pin PU": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.072758",
+            "comp_attribute rise_capacitance_range": "0.060757,0.082570",
+            "capacitance": "0.071691",
+            "fall_capacitance": "0.070625",
+            "comp_attribute fall_capacitance_range": "0.058125,0.082795",
+            "internal_power ": {
+                "rise_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        -0.255819,
+                        0.067571,
+                        0.073924
+                    ]
+                },
+                "fall_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        0.501712,
+                        1.149116,
+                        1.239393
+                    ]
+                }
+            }
+        },
+        "pin PD": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.048829",
+            "comp_attribute rise_capacitance_range": "0.047182,0.050548",
+            "capacitance": "0.049459",
+            "fall_capacitance": "0.050090",
+            "comp_attribute fall_capacitance_range": "0.048632,0.051094",
+            "internal_power ": {
+                "rise_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        -0.143143,
+                        0.254982,
+                        0.604776
+                    ]
+                },
+                "fall_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        0.438652,
+                        1.079467,
+                        1.066813
+                    ]
+                }
+            }
+        },
+        "pin PAD": {
+            "max_transition": "1.000000",
+            "is_pad": "true",
+            "direction": "input",
+            "input_signal_level": "DVDD",
+            "rise_capacitance": "3.259016",
+            "comp_attribute rise_capacitance_range": "3.203330,3.292628",
+            "capacitance": "3.276338",
+            "fall_capacitance": "3.293660",
+            "comp_attribute fall_capacitance_range": "3.250609,3.317799"
+        },
+        "pin Y": {
+            "function": "((PAD))",
+            "direction": "output",
+            "max_capacitance": "0.500000",
+            "output_signal_level": "VDD",
+            "internal_power ": {
+                "related_pin": "PAD",
+                "rise_power power_outputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1
+                    ],
+                    "index_2": [
+                        0,
+                        0.04,
+                        0.1,
+                        0.3,
+                        0.4,
+                        0.5
+                    ],
+                    "values": [
+                        [
+                            -14.48392,
+                            -14.4954,
+                            -14.50227,
+                            -14.53372,
+                            -14.54082,
+                            -14.55282
+                        ],
+                        [
+                            -14.47497,
+                            -14.48769,
+                            -14.49506,
+                            -14.52347,
+                            -14.53948,
+                            -14.55193
+                        ],
+                        [
+                            -14.31466,
+                            -14.33668,
+                            -14.34255,
+                            -14.36836,
+                            -14.38188,
+                            -14.39564
+                        ]
+                    ]
+                },
+                "fall_power power_outputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1
+                    ],
+                    "index_2": [
+                        0,
+                        0.04,
+                        0.1,
+                        0.3,
+                        0.4,
+                        0.5
+                    ],
+                    "values": [
+                        [
+                            17.39279,
+                            17.42874,
+                            17.50045,
+                            17.65486,
+                            17.70539,
+                            17.74396
+                        ],
+                        [
+                            17.23653,
+                            17.27584,
+                            17.34376,
+                            17.48468,
+                            17.54663,
+                            17.59827
+                        ],
+                        [
+                            17.15207,
+                            17.19247,
+                            17.26264,
+                            17.41787,
+                            17.47373,
+                            17.51084
+                        ]
+                    ]
+                }
+            },
+            "timing ": {
+                "related_pin": "PAD",
+                "timing_type": "combinational",
+                "timing_sense": "positive_unate",
+                "cell_rise del_1_3_6": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "index_2": [
+                        0.0,
+                        0.04,
+                        0.1,
+                        0.3,
+                        0.4,
+                        0.5
+                    ],
+                    "values": [
+                        [
+                            2.756838,
+                            2.883924,
+                            3.036248,
+                            3.4576,
+                            3.660373,
+                            3.86202
+                        ],
+                        [
+                            2.889913,
+                            3.015417,
+                            3.165758,
+                            3.588719,
+                            3.790535,
+                            3.991001
+                        ],
+                        [
+                            3.04528,
+                            3.171432,
+                            3.321523,
+                            3.744372,
+                            3.946211,
+                            4.14671
+                        ]
+                    ]
+                },
+                "rise_transition del_1_3_6": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "index_2": [
+                        0.0,
+                        0.04,
+                        0.1,
+                        0.3,
+                        0.4,
+                        0.5
+                    ],
+                    "values": [
+                        [
+                            0.379322,
+                            0.545575,
+                            0.762646,
+                            1.507694,
+                            1.888256,
+                            2.280845
+                        ],
+                        [
+                            0.377609,
+                            0.540872,
+                            0.759683,
+                            1.505395,
+                            1.888547,
+                            2.285937
+                        ],
+                        [
+                            0.377812,
+                            0.54479,
+                            0.760421,
+                            1.50525,
+                            1.888731,
+                            2.30466
+                        ]
+                    ]
+                },
+                "cell_fall del_1_3_6": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "index_2": [
+                        0.0,
+                        0.04,
+                        0.1,
+                        0.3,
+                        0.4,
+                        0.5
+                    ],
+                    "values": [
+                        [
+                            4.288947,
+                            4.386857,
+                            4.502392,
+                            4.813502,
+                            4.955877,
+                            5.095284
+                        ],
+                        [
+                            4.005587,
+                            4.104705,
+                            4.218475,
+                            4.529285,
+                            4.671568,
+                            4.811233
+                        ],
+                        [
+                            4.019955,
+                            4.120451,
+                            4.233888,
+                            4.546564,
+                            4.688538,
+                            4.825961
+                        ]
+                    ]
+                },
+                "fall_transition del_1_3_6": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "index_2": [
+                        0.0,
+                        0.04,
+                        0.1,
+                        0.3,
+                        0.4,
+                        0.5
+                    ],
+                    "values": [
+                        [
+                            0.205343,
+                            0.327655,
+                            0.479984,
+                            0.972039,
+                            1.216671,
+                            1.463932
+                        ],
+                        [
+                            0.205018,
+                            0.326371,
+                            0.480024,
+                            0.970457,
+                            1.220795,
+                            1.471282
+                        ],
+                        [
+                            0.205653,
+                            0.327107,
+                            0.479727,
+                            0.969107,
+                            1.216313,
+                            1.463273
+                        ]
+                    ]
+                }
+            }
+        },
+        "pin DVDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin DVSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        }
+    }
+}
\ No newline at end of file
diff --git a/cells/in_s/gf180mcu_fd_io__in_s__ss_125C_4v50.lib b/cells/in_s/gf180mcu_fd_io__in_s__ss_125C_4v50.lib
new file mode 100644
index 0000000..f4abca5
--- /dev/null
+++ b/cells/in_s/gf180mcu_fd_io__in_s__ss_125C_4v50.lib
@@ -0,0 +1,150 @@
+/*
+ * Copyright 2022 GlobalFoundries PDK Authors
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+	cell ("gf180mcu_fd_io__in_s") {
+		scaling_factors : "gf_factors";
+		area : 26250.000000;
+		pad_cell : true;
+		dont_use : true;
+		dont_touch : true;
+		cell_leakage_power : 4.770450e-03;
+		leakage_power () {
+			when : "!PU !PD !PAD";
+			value : "0.004770";
+		}
+		pin ("PU") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.080061;
+			rise_capacitance_range(0.064150,0.092365);
+			capacitance : 0.079538;
+			fall_capacitance : 0.079015;
+			fall_capacitance_range(0.059913,0.095637);
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("-0.553668, 0.451514, 0.483899");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("1.498043, 2.764851, 3.011885");
+				}
+			}
+		}
+		pin ("PD") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.048886;
+			rise_capacitance_range(0.047851,0.049671);
+			capacitance : 0.050237;
+			fall_capacitance : 0.051587;
+			fall_capacitance_range(0.050685,0.052116);
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("-0.147844, 1.505204, 1.318401");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("1.379780, 2.545720, 2.790775");
+				}
+			}
+		}
+		pin ("PAD") {
+			max_transition : 1.000000;
+			is_pad : true;
+			direction : "input";
+			input_signal_level : "DVDD";
+			rise_capacitance : 3.086687;
+			rise_capacitance_range(3.037387,3.115889);
+			capacitance : 3.081247;
+			fall_capacitance : 3.075808;
+			fall_capacitance_range(3.016643,3.116830);
+		}
+		pin ("Y") {
+			function : "((PAD))";
+			direction : "output";
+			max_capacitance : 0.500000;
+			output_signal_level : "VDD";
+			internal_power () {
+				related_pin : "PAD";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("-30.806190, -30.892030, -30.939530, -31.069700, -31.112480, -31.149320", \
+					  "-30.635640, -30.726220, -30.781400, -30.902290, -30.942960, -30.979810", \
+					  "-30.396910, -30.531030, -30.600790, -30.708230, -30.752930, -30.765760");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("37.424400, 37.478950, 37.615980, 37.932080, 38.036050, 38.120120", \
+					  "37.418430, 37.467480, 37.599030, 37.936910, 38.030980, 38.112380", \
+					  "37.582070, 37.643650, 37.779970, 38.103340, 38.211440, 38.291360");
+				}
+			}
+			timing () {
+				related_pin : "PAD";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("1.762582, 1.835988, 1.925320, 2.180418, 2.301575, 2.422087", \
+					  "1.874000, 1.947289, 2.036585, 2.290939, 2.411784, 2.532081", \
+					  "1.973420, 2.047311, 2.136804, 2.391256, 2.512611, 2.633502");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.271655, 0.363673, 0.500220, 0.961190, 1.203100, 1.443323", \
+					  "0.273188, 0.361689, 0.498803, 0.960863, 1.201052, 1.442342", \
+					  "0.276492, 0.363761, 0.499505, 0.961924, 1.200280, 1.445350");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("2.252472, 2.317457, 2.396929, 2.616882, 2.718876, 2.819455", \
+					  "2.243476, 2.307994, 2.387616, 2.607695, 2.709745, 2.810367", \
+					  "2.395085, 2.458987, 2.538402, 2.757987, 2.860447, 2.960926");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.139314, 0.223038, 0.335734, 0.687560, 0.869243, 1.048697", \
+					  "0.139342, 0.223495, 0.335569, 0.689805, 0.869582, 1.050654", \
+					  "0.139225, 0.224138, 0.335399, 0.690429, 0.869543, 1.048985");
+				}
+			}
+		}
+		pin ("DVDD") {
+			direction : "inout";
+			capacitance : 0;
+		}
+		pin ("DVSS") {
+			direction : "inout";
+			capacitance : 0;
+		}
+		pin ("VDD") {
+			direction : "inout";
+			capacitance : 0;
+		}
+		pin ("VSS") {
+			direction : "inout";
+			capacitance : 0;
+		}
+	}
diff --git a/cells/in_s/gf180mcu_fd_io__in_s__ss_125C_4v50.lib.json b/cells/in_s/gf180mcu_fd_io__in_s__ss_125C_4v50.lib.json
new file mode 100644
index 0000000..925f425
--- /dev/null
+++ b/cells/in_s/gf180mcu_fd_io__in_s__ss_125C_4v50.lib.json
@@ -0,0 +1,373 @@
+{
+    "cell gf180mcu_fd_io__in_s": {
+        "scaling_factors": "gf_factors",
+        "area": "26250.000000",
+        "pad_cell": "true",
+        "dont_use": "true",
+        "dont_touch": "true",
+        "cell_leakage_power": "4.770450e-03",
+        "leakage_power ": {
+            "when": "!PU !PD !PAD",
+            "value": "0.004770"
+        },
+        "pin PU": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.080061",
+            "comp_attribute rise_capacitance_range": "0.064150,0.092365",
+            "capacitance": "0.079538",
+            "fall_capacitance": "0.079015",
+            "comp_attribute fall_capacitance_range": "0.059913,0.095637",
+            "internal_power ": {
+                "rise_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        -0.553668,
+                        0.451514,
+                        0.483899
+                    ]
+                },
+                "fall_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        1.498043,
+                        2.764851,
+                        3.011885
+                    ]
+                }
+            }
+        },
+        "pin PD": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.048886",
+            "comp_attribute rise_capacitance_range": "0.047851,0.049671",
+            "capacitance": "0.050237",
+            "fall_capacitance": "0.051587",
+            "comp_attribute fall_capacitance_range": "0.050685,0.052116",
+            "internal_power ": {
+                "rise_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        -0.147844,
+                        1.505204,
+                        1.318401
+                    ]
+                },
+                "fall_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        1.37978,
+                        2.54572,
+                        2.790775
+                    ]
+                }
+            }
+        },
+        "pin PAD": {
+            "max_transition": "1.000000",
+            "is_pad": "true",
+            "direction": "input",
+            "input_signal_level": "DVDD",
+            "rise_capacitance": "3.086687",
+            "comp_attribute rise_capacitance_range": "3.037387,3.115889",
+            "capacitance": "3.081247",
+            "fall_capacitance": "3.075808",
+            "comp_attribute fall_capacitance_range": "3.016643,3.116830"
+        },
+        "pin Y": {
+            "function": "((PAD))",
+            "direction": "output",
+            "max_capacitance": "0.500000",
+            "output_signal_level": "VDD",
+            "internal_power ": {
+                "related_pin": "PAD",
+                "rise_power power_outputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1
+                    ],
+                    "index_2": [
+                        0,
+                        0.04,
+                        0.1,
+                        0.3,
+                        0.4,
+                        0.5
+                    ],
+                    "values": [
+                        [
+                            -30.80619,
+                            -30.89203,
+                            -30.93953,
+                            -31.0697,
+                            -31.11248,
+                            -31.14932
+                        ],
+                        [
+                            -30.63564,
+                            -30.72622,
+                            -30.7814,
+                            -30.90229,
+                            -30.94296,
+                            -30.97981
+                        ],
+                        [
+                            -30.39691,
+                            -30.53103,
+                            -30.60079,
+                            -30.70823,
+                            -30.75293,
+                            -30.76576
+                        ]
+                    ]
+                },
+                "fall_power power_outputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1
+                    ],
+                    "index_2": [
+                        0,
+                        0.04,
+                        0.1,
+                        0.3,
+                        0.4,
+                        0.5
+                    ],
+                    "values": [
+                        [
+                            37.4244,
+                            37.47895,
+                            37.61598,
+                            37.93208,
+                            38.03605,
+                            38.12012
+                        ],
+                        [
+                            37.41843,
+                            37.46748,
+                            37.59903,
+                            37.93691,
+                            38.03098,
+                            38.11238
+                        ],
+                        [
+                            37.58207,
+                            37.64365,
+                            37.77997,
+                            38.10334,
+                            38.21144,
+                            38.29136
+                        ]
+                    ]
+                }
+            },
+            "timing ": {
+                "related_pin": "PAD",
+                "timing_type": "combinational",
+                "timing_sense": "positive_unate",
+                "cell_rise del_1_3_6": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "index_2": [
+                        0.0,
+                        0.04,
+                        0.1,
+                        0.3,
+                        0.4,
+                        0.5
+                    ],
+                    "values": [
+                        [
+                            1.762582,
+                            1.835988,
+                            1.92532,
+                            2.180418,
+                            2.301575,
+                            2.422087
+                        ],
+                        [
+                            1.874,
+                            1.947289,
+                            2.036585,
+                            2.290939,
+                            2.411784,
+                            2.532081
+                        ],
+                        [
+                            1.97342,
+                            2.047311,
+                            2.136804,
+                            2.391256,
+                            2.512611,
+                            2.633502
+                        ]
+                    ]
+                },
+                "rise_transition del_1_3_6": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "index_2": [
+                        0.0,
+                        0.04,
+                        0.1,
+                        0.3,
+                        0.4,
+                        0.5
+                    ],
+                    "values": [
+                        [
+                            0.271655,
+                            0.363673,
+                            0.50022,
+                            0.96119,
+                            1.2031,
+                            1.443323
+                        ],
+                        [
+                            0.273188,
+                            0.361689,
+                            0.498803,
+                            0.960863,
+                            1.201052,
+                            1.442342
+                        ],
+                        [
+                            0.276492,
+                            0.363761,
+                            0.499505,
+                            0.961924,
+                            1.20028,
+                            1.44535
+                        ]
+                    ]
+                },
+                "cell_fall del_1_3_6": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "index_2": [
+                        0.0,
+                        0.04,
+                        0.1,
+                        0.3,
+                        0.4,
+                        0.5
+                    ],
+                    "values": [
+                        [
+                            2.252472,
+                            2.317457,
+                            2.396929,
+                            2.616882,
+                            2.718876,
+                            2.819455
+                        ],
+                        [
+                            2.243476,
+                            2.307994,
+                            2.387616,
+                            2.607695,
+                            2.709745,
+                            2.810367
+                        ],
+                        [
+                            2.395085,
+                            2.458987,
+                            2.538402,
+                            2.757987,
+                            2.860447,
+                            2.960926
+                        ]
+                    ]
+                },
+                "fall_transition del_1_3_6": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "index_2": [
+                        0.0,
+                        0.04,
+                        0.1,
+                        0.3,
+                        0.4,
+                        0.5
+                    ],
+                    "values": [
+                        [
+                            0.139314,
+                            0.223038,
+                            0.335734,
+                            0.68756,
+                            0.869243,
+                            1.048697
+                        ],
+                        [
+                            0.139342,
+                            0.223495,
+                            0.335569,
+                            0.689805,
+                            0.869582,
+                            1.050654
+                        ],
+                        [
+                            0.139225,
+                            0.224138,
+                            0.335399,
+                            0.690429,
+                            0.869543,
+                            1.048985
+                        ]
+                    ]
+                }
+            }
+        },
+        "pin DVDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin DVSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        }
+    }
+}
\ No newline at end of file
diff --git a/cells/in_s/gf180mcu_fd_io__in_s__tt_025C_2v50.lib b/cells/in_s/gf180mcu_fd_io__in_s__tt_025C_2v50.lib
new file mode 100644
index 0000000..8d7d516
--- /dev/null
+++ b/cells/in_s/gf180mcu_fd_io__in_s__tt_025C_2v50.lib
@@ -0,0 +1,150 @@
+/*
+ * Copyright 2022 GlobalFoundries PDK Authors
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+	cell ("gf180mcu_fd_io__in_s") {
+		scaling_factors : "gf_factors";
+		area : 26250.000000;
+		pad_cell : true;
+		dont_use : true;
+		dont_touch : true;
+		cell_leakage_power : 1.175340e-03;
+		leakage_power () {
+			when : "!PU !PD !PAD";
+			value : "0.001175";
+		}
+		pin ("PU") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.072349;
+			rise_capacitance_range(0.059512,0.082364);
+			capacitance : 0.072073;
+			fall_capacitance : 0.071796;
+			fall_capacitance_range(0.057242,0.084559);
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("-0.176689, 0.062060, 0.016024");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("0.402536, 0.804443, 0.865561");
+				}
+			}
+		}
+		pin ("PD") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.047570;
+			rise_capacitance_range(0.046067,0.048948);
+			capacitance : 0.048338;
+			fall_capacitance : 0.049106;
+			fall_capacitance_range(0.047096,0.050373);
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("-0.064727, 0.375891, 0.397266");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("0.335134, 0.736082, 0.702761");
+				}
+			}
+		}
+		pin ("PAD") {
+			max_transition : 1.000000;
+			is_pad : true;
+			direction : "input";
+			input_signal_level : "DVDD";
+			rise_capacitance : 3.243954;
+			rise_capacitance_range(3.205310,3.263539);
+			capacitance : 3.239366;
+			fall_capacitance : 3.234778;
+			fall_capacitance_range(3.212360,3.257292);
+		}
+		pin ("Y") {
+			function : "((PAD))";
+			direction : "output";
+			max_capacitance : 0.500000;
+			output_signal_level : "VDD";
+			internal_power () {
+				related_pin : "PAD";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("-10.193030, -10.194590, -10.199050, -10.204800, -10.231880, -10.217410", \
+					  "-10.149620, -10.153090, -10.151170, -10.174200, -10.179720, -10.174160", \
+					  "-10.078900, -10.080240, -10.077120, -10.099730, -10.108900, -10.120130");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("12.128920, 12.159040, 12.199530, 12.298170, 12.330000, 12.353560", \
+					  "11.872800, 11.903610, 11.954360, 12.042820, 12.075190, 12.098820", \
+					  "11.896030, 11.925070, 11.954520, 12.067070, 12.100410, 12.123220");
+				}
+			}
+			timing () {
+				related_pin : "PAD";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("2.089449, 2.189618, 2.306724, 2.643296, 2.805733, 2.966820", \
+					  "2.230561, 2.331661, 2.448964, 2.784418, 2.946130, 3.108012", \
+					  "2.380864, 2.480604, 2.598507, 2.934175, 3.095762, 3.257267");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.274322, 0.395822, 0.564793, 1.150031, 1.451911, 1.758590", \
+					  "0.275922, 0.399663, 0.565613, 1.148334, 1.454528, 1.761310", \
+					  "0.273166, 0.398496, 0.566780, 1.148020, 1.452627, 1.757954");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("3.349764, 3.423751, 3.509901, 3.741648, 3.848132, 3.952791", \
+					  "3.089905, 3.164064, 3.250390, 3.482010, 3.588708, 3.693388", \
+					  "3.201210, 3.274964, 3.361303, 3.593042, 3.699530, 3.804204");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.152811, 0.240192, 0.351484, 0.711444, 0.894876, 1.079458", \
+					  "0.153029, 0.238349, 0.351432, 0.711338, 0.894867, 1.079652", \
+					  "0.152613, 0.237578, 0.351747, 0.711659, 0.895299, 1.079646");
+				}
+			}
+		}
+		pin ("DVDD") {
+			direction : "inout";
+			capacitance : 0;
+		}
+		pin ("DVSS") {
+			direction : "inout";
+			capacitance : 0;
+		}
+		pin ("VDD") {
+			direction : "inout";
+			capacitance : 0;
+		}
+		pin ("VSS") {
+			direction : "inout";
+			capacitance : 0;
+		}
+	}
diff --git a/cells/in_s/gf180mcu_fd_io__in_s__tt_025C_2v50.lib.json b/cells/in_s/gf180mcu_fd_io__in_s__tt_025C_2v50.lib.json
new file mode 100644
index 0000000..3650b66
--- /dev/null
+++ b/cells/in_s/gf180mcu_fd_io__in_s__tt_025C_2v50.lib.json
@@ -0,0 +1,373 @@
+{
+    "cell gf180mcu_fd_io__in_s": {
+        "scaling_factors": "gf_factors",
+        "area": "26250.000000",
+        "pad_cell": "true",
+        "dont_use": "true",
+        "dont_touch": "true",
+        "cell_leakage_power": "1.175340e-03",
+        "leakage_power ": {
+            "when": "!PU !PD !PAD",
+            "value": "0.001175"
+        },
+        "pin PU": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.072349",
+            "comp_attribute rise_capacitance_range": "0.059512,0.082364",
+            "capacitance": "0.072073",
+            "fall_capacitance": "0.071796",
+            "comp_attribute fall_capacitance_range": "0.057242,0.084559",
+            "internal_power ": {
+                "rise_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        -0.176689,
+                        0.06206,
+                        0.016024
+                    ]
+                },
+                "fall_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        0.402536,
+                        0.804443,
+                        0.865561
+                    ]
+                }
+            }
+        },
+        "pin PD": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.047570",
+            "comp_attribute rise_capacitance_range": "0.046067,0.048948",
+            "capacitance": "0.048338",
+            "fall_capacitance": "0.049106",
+            "comp_attribute fall_capacitance_range": "0.047096,0.050373",
+            "internal_power ": {
+                "rise_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        -0.064727,
+                        0.375891,
+                        0.397266
+                    ]
+                },
+                "fall_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        0.335134,
+                        0.736082,
+                        0.702761
+                    ]
+                }
+            }
+        },
+        "pin PAD": {
+            "max_transition": "1.000000",
+            "is_pad": "true",
+            "direction": "input",
+            "input_signal_level": "DVDD",
+            "rise_capacitance": "3.243954",
+            "comp_attribute rise_capacitance_range": "3.205310,3.263539",
+            "capacitance": "3.239366",
+            "fall_capacitance": "3.234778",
+            "comp_attribute fall_capacitance_range": "3.212360,3.257292"
+        },
+        "pin Y": {
+            "function": "((PAD))",
+            "direction": "output",
+            "max_capacitance": "0.500000",
+            "output_signal_level": "VDD",
+            "internal_power ": {
+                "related_pin": "PAD",
+                "rise_power power_outputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1
+                    ],
+                    "index_2": [
+                        0,
+                        0.04,
+                        0.1,
+                        0.3,
+                        0.4,
+                        0.5
+                    ],
+                    "values": [
+                        [
+                            -10.19303,
+                            -10.19459,
+                            -10.19905,
+                            -10.2048,
+                            -10.23188,
+                            -10.21741
+                        ],
+                        [
+                            -10.14962,
+                            -10.15309,
+                            -10.15117,
+                            -10.1742,
+                            -10.17972,
+                            -10.17416
+                        ],
+                        [
+                            -10.0789,
+                            -10.08024,
+                            -10.07712,
+                            -10.09973,
+                            -10.1089,
+                            -10.12013
+                        ]
+                    ]
+                },
+                "fall_power power_outputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1
+                    ],
+                    "index_2": [
+                        0,
+                        0.04,
+                        0.1,
+                        0.3,
+                        0.4,
+                        0.5
+                    ],
+                    "values": [
+                        [
+                            12.12892,
+                            12.15904,
+                            12.19953,
+                            12.29817,
+                            12.33,
+                            12.35356
+                        ],
+                        [
+                            11.8728,
+                            11.90361,
+                            11.95436,
+                            12.04282,
+                            12.07519,
+                            12.09882
+                        ],
+                        [
+                            11.89603,
+                            11.92507,
+                            11.95452,
+                            12.06707,
+                            12.10041,
+                            12.12322
+                        ]
+                    ]
+                }
+            },
+            "timing ": {
+                "related_pin": "PAD",
+                "timing_type": "combinational",
+                "timing_sense": "positive_unate",
+                "cell_rise del_1_3_6": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "index_2": [
+                        0.0,
+                        0.04,
+                        0.1,
+                        0.3,
+                        0.4,
+                        0.5
+                    ],
+                    "values": [
+                        [
+                            2.089449,
+                            2.189618,
+                            2.306724,
+                            2.643296,
+                            2.805733,
+                            2.96682
+                        ],
+                        [
+                            2.230561,
+                            2.331661,
+                            2.448964,
+                            2.784418,
+                            2.94613,
+                            3.108012
+                        ],
+                        [
+                            2.380864,
+                            2.480604,
+                            2.598507,
+                            2.934175,
+                            3.095762,
+                            3.257267
+                        ]
+                    ]
+                },
+                "rise_transition del_1_3_6": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "index_2": [
+                        0.0,
+                        0.04,
+                        0.1,
+                        0.3,
+                        0.4,
+                        0.5
+                    ],
+                    "values": [
+                        [
+                            0.274322,
+                            0.395822,
+                            0.564793,
+                            1.150031,
+                            1.451911,
+                            1.75859
+                        ],
+                        [
+                            0.275922,
+                            0.399663,
+                            0.565613,
+                            1.148334,
+                            1.454528,
+                            1.76131
+                        ],
+                        [
+                            0.273166,
+                            0.398496,
+                            0.56678,
+                            1.14802,
+                            1.452627,
+                            1.757954
+                        ]
+                    ]
+                },
+                "cell_fall del_1_3_6": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "index_2": [
+                        0.0,
+                        0.04,
+                        0.1,
+                        0.3,
+                        0.4,
+                        0.5
+                    ],
+                    "values": [
+                        [
+                            3.349764,
+                            3.423751,
+                            3.509901,
+                            3.741648,
+                            3.848132,
+                            3.952791
+                        ],
+                        [
+                            3.089905,
+                            3.164064,
+                            3.25039,
+                            3.48201,
+                            3.588708,
+                            3.693388
+                        ],
+                        [
+                            3.20121,
+                            3.274964,
+                            3.361303,
+                            3.593042,
+                            3.69953,
+                            3.804204
+                        ]
+                    ]
+                },
+                "fall_transition del_1_3_6": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "index_2": [
+                        0.0,
+                        0.04,
+                        0.1,
+                        0.3,
+                        0.4,
+                        0.5
+                    ],
+                    "values": [
+                        [
+                            0.152811,
+                            0.240192,
+                            0.351484,
+                            0.711444,
+                            0.894876,
+                            1.079458
+                        ],
+                        [
+                            0.153029,
+                            0.238349,
+                            0.351432,
+                            0.711338,
+                            0.894867,
+                            1.079652
+                        ],
+                        [
+                            0.152613,
+                            0.237578,
+                            0.351747,
+                            0.711659,
+                            0.895299,
+                            1.079646
+                        ]
+                    ]
+                }
+            }
+        },
+        "pin DVDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin DVSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        }
+    }
+}
\ No newline at end of file
diff --git a/cells/in_s/gf180mcu_fd_io__in_s__tt_025C_3v30.lib b/cells/in_s/gf180mcu_fd_io__in_s__tt_025C_3v30.lib
new file mode 100644
index 0000000..7c4994b
--- /dev/null
+++ b/cells/in_s/gf180mcu_fd_io__in_s__tt_025C_3v30.lib
@@ -0,0 +1,150 @@
+/*
+ * Copyright 2022 GlobalFoundries PDK Authors
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+	cell ("gf180mcu_fd_io__in_s") {
+		scaling_factors : "gf_factors";
+		area : 26250.000000;
+		pad_cell : true;
+		dont_use : true;
+		dont_touch : true;
+		cell_leakage_power : 2.055500e-03;
+		leakage_power () {
+			when : "!PU !PD !PAD";
+			value : "0.002056";
+		}
+		pin ("PU") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.078740;
+			rise_capacitance_range(0.063739,0.090279);
+			capacitance : 0.078843;
+			fall_capacitance : 0.078946;
+			fall_capacitance_range(0.060525,0.095367);
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("-0.281384, 0.188360, 0.170506");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("0.852323, 1.440262, 1.567744");
+				}
+			}
+		}
+		pin ("PD") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.047565;
+			rise_capacitance_range(0.047155,0.048301);
+			capacitance : 0.049205;
+			fall_capacitance : 0.050846;
+			fall_capacitance_range(0.048604,0.053033);
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("-0.059340, 0.771458, 0.777514");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("0.771988, 1.355758, 1.365365");
+				}
+			}
+		}
+		pin ("PAD") {
+			max_transition : 1.000000;
+			is_pad : true;
+			direction : "input";
+			input_signal_level : "DVDD";
+			rise_capacitance : 3.132298;
+			rise_capacitance_range(3.094080,3.158895);
+			capacitance : 3.141909;
+			fall_capacitance : 3.151519;
+			fall_capacitance_range(3.106123,3.206336);
+		}
+		pin ("Y") {
+			function : "((PAD))";
+			direction : "output";
+			max_capacitance : 0.500000;
+			output_signal_level : "VDD";
+			internal_power () {
+				related_pin : "PAD";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("-16.917590, -16.939740, -16.957770, -17.005420, -17.024540, -17.043250", \
+					  "-16.798800, -16.823350, -16.840000, -16.880030, -16.896850, -16.914580", \
+					  "-16.723350, -16.747020, -16.760710, -16.811680, -16.829370, -16.845960");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("20.533250, 20.570430, 20.642340, 20.787700, 20.821760, 20.933840", \
+					  "20.593860, 20.627750, 20.705610, 20.893980, 20.922630, 20.842880", \
+					  "20.175340, 20.218930, 20.292100, 20.448980, 20.510340, 20.515930");
+				}
+			}
+			timing () {
+				related_pin : "PAD";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("1.475554, 1.540935, 1.621030, 1.850916, 1.961584, 2.071674", \
+					  "1.595445, 1.660872, 1.740726, 1.971489, 2.081739, 2.191884", \
+					  "1.696580, 1.762205, 1.842394, 2.071749, 2.182179, 2.292643");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.204671, 0.290801, 0.411807, 0.820758, 1.034941, 1.248860", \
+					  "0.205688, 0.293706, 0.410737, 0.823098, 1.033140, 1.248603", \
+					  "0.204803, 0.289434, 0.410721, 0.821012, 1.032882, 1.246786");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("2.142405, 2.197711, 2.262926, 2.441342, 2.523844, 2.605051", \
+					  "2.015345, 2.069803, 2.135261, 2.313753, 2.396150, 2.477269", \
+					  "2.199900, 2.254911, 2.319780, 2.498136, 2.580708, 2.661779");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.111665, 0.179812, 0.267822, 0.545355, 0.685127, 0.827976", \
+					  "0.112188, 0.179889, 0.267286, 0.546061, 0.685887, 0.829827", \
+					  "0.111782, 0.180201, 0.267947, 0.545703, 0.686935, 0.828948");
+				}
+			}
+		}
+		pin ("DVDD") {
+			direction : "inout";
+			capacitance : 0;
+		}
+		pin ("DVSS") {
+			direction : "inout";
+			capacitance : 0;
+		}
+		pin ("VDD") {
+			direction : "inout";
+			capacitance : 0;
+		}
+		pin ("VSS") {
+			direction : "inout";
+			capacitance : 0;
+		}
+	}
diff --git a/cells/in_s/gf180mcu_fd_io__in_s__tt_025C_3v30.lib.json b/cells/in_s/gf180mcu_fd_io__in_s__tt_025C_3v30.lib.json
new file mode 100644
index 0000000..52df7af
--- /dev/null
+++ b/cells/in_s/gf180mcu_fd_io__in_s__tt_025C_3v30.lib.json
@@ -0,0 +1,373 @@
+{
+    "cell gf180mcu_fd_io__in_s": {
+        "scaling_factors": "gf_factors",
+        "area": "26250.000000",
+        "pad_cell": "true",
+        "dont_use": "true",
+        "dont_touch": "true",
+        "cell_leakage_power": "2.055500e-03",
+        "leakage_power ": {
+            "when": "!PU !PD !PAD",
+            "value": "0.002056"
+        },
+        "pin PU": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.078740",
+            "comp_attribute rise_capacitance_range": "0.063739,0.090279",
+            "capacitance": "0.078843",
+            "fall_capacitance": "0.078946",
+            "comp_attribute fall_capacitance_range": "0.060525,0.095367",
+            "internal_power ": {
+                "rise_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        -0.281384,
+                        0.18836,
+                        0.170506
+                    ]
+                },
+                "fall_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        0.852323,
+                        1.440262,
+                        1.567744
+                    ]
+                }
+            }
+        },
+        "pin PD": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.047565",
+            "comp_attribute rise_capacitance_range": "0.047155,0.048301",
+            "capacitance": "0.049205",
+            "fall_capacitance": "0.050846",
+            "comp_attribute fall_capacitance_range": "0.048604,0.053033",
+            "internal_power ": {
+                "rise_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        -0.05934,
+                        0.771458,
+                        0.777514
+                    ]
+                },
+                "fall_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        0.771988,
+                        1.355758,
+                        1.365365
+                    ]
+                }
+            }
+        },
+        "pin PAD": {
+            "max_transition": "1.000000",
+            "is_pad": "true",
+            "direction": "input",
+            "input_signal_level": "DVDD",
+            "rise_capacitance": "3.132298",
+            "comp_attribute rise_capacitance_range": "3.094080,3.158895",
+            "capacitance": "3.141909",
+            "fall_capacitance": "3.151519",
+            "comp_attribute fall_capacitance_range": "3.106123,3.206336"
+        },
+        "pin Y": {
+            "function": "((PAD))",
+            "direction": "output",
+            "max_capacitance": "0.500000",
+            "output_signal_level": "VDD",
+            "internal_power ": {
+                "related_pin": "PAD",
+                "rise_power power_outputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1
+                    ],
+                    "index_2": [
+                        0,
+                        0.04,
+                        0.1,
+                        0.3,
+                        0.4,
+                        0.5
+                    ],
+                    "values": [
+                        [
+                            -16.91759,
+                            -16.93974,
+                            -16.95777,
+                            -17.00542,
+                            -17.02454,
+                            -17.04325
+                        ],
+                        [
+                            -16.7988,
+                            -16.82335,
+                            -16.84,
+                            -16.88003,
+                            -16.89685,
+                            -16.91458
+                        ],
+                        [
+                            -16.72335,
+                            -16.74702,
+                            -16.76071,
+                            -16.81168,
+                            -16.82937,
+                            -16.84596
+                        ]
+                    ]
+                },
+                "fall_power power_outputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1
+                    ],
+                    "index_2": [
+                        0,
+                        0.04,
+                        0.1,
+                        0.3,
+                        0.4,
+                        0.5
+                    ],
+                    "values": [
+                        [
+                            20.53325,
+                            20.57043,
+                            20.64234,
+                            20.7877,
+                            20.82176,
+                            20.93384
+                        ],
+                        [
+                            20.59386,
+                            20.62775,
+                            20.70561,
+                            20.89398,
+                            20.92263,
+                            20.84288
+                        ],
+                        [
+                            20.17534,
+                            20.21893,
+                            20.2921,
+                            20.44898,
+                            20.51034,
+                            20.51593
+                        ]
+                    ]
+                }
+            },
+            "timing ": {
+                "related_pin": "PAD",
+                "timing_type": "combinational",
+                "timing_sense": "positive_unate",
+                "cell_rise del_1_3_6": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "index_2": [
+                        0.0,
+                        0.04,
+                        0.1,
+                        0.3,
+                        0.4,
+                        0.5
+                    ],
+                    "values": [
+                        [
+                            1.475554,
+                            1.540935,
+                            1.62103,
+                            1.850916,
+                            1.961584,
+                            2.071674
+                        ],
+                        [
+                            1.595445,
+                            1.660872,
+                            1.740726,
+                            1.971489,
+                            2.081739,
+                            2.191884
+                        ],
+                        [
+                            1.69658,
+                            1.762205,
+                            1.842394,
+                            2.071749,
+                            2.182179,
+                            2.292643
+                        ]
+                    ]
+                },
+                "rise_transition del_1_3_6": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "index_2": [
+                        0.0,
+                        0.04,
+                        0.1,
+                        0.3,
+                        0.4,
+                        0.5
+                    ],
+                    "values": [
+                        [
+                            0.204671,
+                            0.290801,
+                            0.411807,
+                            0.820758,
+                            1.034941,
+                            1.24886
+                        ],
+                        [
+                            0.205688,
+                            0.293706,
+                            0.410737,
+                            0.823098,
+                            1.03314,
+                            1.248603
+                        ],
+                        [
+                            0.204803,
+                            0.289434,
+                            0.410721,
+                            0.821012,
+                            1.032882,
+                            1.246786
+                        ]
+                    ]
+                },
+                "cell_fall del_1_3_6": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "index_2": [
+                        0.0,
+                        0.04,
+                        0.1,
+                        0.3,
+                        0.4,
+                        0.5
+                    ],
+                    "values": [
+                        [
+                            2.142405,
+                            2.197711,
+                            2.262926,
+                            2.441342,
+                            2.523844,
+                            2.605051
+                        ],
+                        [
+                            2.015345,
+                            2.069803,
+                            2.135261,
+                            2.313753,
+                            2.39615,
+                            2.477269
+                        ],
+                        [
+                            2.1999,
+                            2.254911,
+                            2.31978,
+                            2.498136,
+                            2.580708,
+                            2.661779
+                        ]
+                    ]
+                },
+                "fall_transition del_1_3_6": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "index_2": [
+                        0.0,
+                        0.04,
+                        0.1,
+                        0.3,
+                        0.4,
+                        0.5
+                    ],
+                    "values": [
+                        [
+                            0.111665,
+                            0.179812,
+                            0.267822,
+                            0.545355,
+                            0.685127,
+                            0.827976
+                        ],
+                        [
+                            0.112188,
+                            0.179889,
+                            0.267286,
+                            0.546061,
+                            0.685887,
+                            0.829827
+                        ],
+                        [
+                            0.111782,
+                            0.180201,
+                            0.267947,
+                            0.545703,
+                            0.686935,
+                            0.828948
+                        ]
+                    ]
+                }
+            }
+        },
+        "pin DVDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin DVSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        }
+    }
+}
\ No newline at end of file
diff --git a/cells/in_s/gf180mcu_fd_io__in_s__tt_025C_5v00.lib b/cells/in_s/gf180mcu_fd_io__in_s__tt_025C_5v00.lib
new file mode 100644
index 0000000..79eff86
--- /dev/null
+++ b/cells/in_s/gf180mcu_fd_io__in_s__tt_025C_5v00.lib
@@ -0,0 +1,150 @@
+/*
+ * Copyright 2022 GlobalFoundries PDK Authors
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+	cell ("gf180mcu_fd_io__in_s") {
+		scaling_factors : "gf_factors";
+		area : 26250.000000;
+		pad_cell : true;
+		dont_use : true;
+		dont_touch : true;
+		cell_leakage_power : 4.727570e-03;
+		leakage_power () {
+			when : "!PU !PD !PAD";
+			value : "0.004728";
+		}
+		pin ("PU") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.085363;
+			rise_capacitance_range(0.067204,0.098487);
+			capacitance : 0.085765;
+			fall_capacitance : 0.086168;
+			fall_capacitance_range(0.063637,0.102077);
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("-0.432498, 0.703008, 0.962840");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("2.447302, 3.527742, 4.043358");
+				}
+			}
+		}
+		pin ("PD") {
+			max_transition : 1.000000;
+			direction : "input";
+			input_signal_level : "VDD";
+			rise_capacitance : 0.048945;
+			rise_capacitance_range(0.046977,0.051285);
+			capacitance : 0.050215;
+			fall_capacitance : 0.051485;
+			fall_capacitance_range(0.048832,0.052966);
+			internal_power () {
+				rise_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("0.240985, 1.979511, 2.177995");
+				}
+				fall_power ("power_inputs_1") {
+					index_1("0.080000, 0.500000, 1.000000");
+					values("2.405979, 3.202365, 3.662337");
+				}
+			}
+		}
+		pin ("PAD") {
+			max_transition : 1.000000;
+			is_pad : true;
+			direction : "input";
+			input_signal_level : "DVDD";
+			rise_capacitance : 2.948586;
+			rise_capacitance_range(2.894526,2.991418);
+			capacitance : 2.959703;
+			fall_capacitance : 2.970820;
+			fall_capacitance_range(2.925298,2.993896);
+		}
+		pin ("Y") {
+			function : "((PAD))";
+			direction : "output";
+			max_capacitance : 0.500000;
+			output_signal_level : "VDD";
+			internal_power () {
+				related_pin : "PAD";
+				rise_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("-35.513000, -35.648050, -35.732110, -35.907770, -35.956350, -36.017160", \
+					  "-35.450870, -35.579250, -35.666080, -35.857090, -35.890030, -35.946840", \
+					  "-35.317740, -35.433580, -35.504080, -35.676140, -35.736030, -35.802030");
+				}
+				fall_power ("power_outputs_1") {
+					index_1("0.08, 0.5, 1");
+					index_2("0, 0.04, 0.1, 0.3, 0.4, 0.5");
+					values("44.922470, 44.960250, 45.114730, 45.466420, 45.580220, 45.667380", \
+					  "44.733050, 44.775750, 44.929590, 45.283290, 45.396240, 45.488000", \
+					  "44.976770, 45.023790, 45.180550, 45.528390, 45.643120, 45.733430");
+				}
+			}
+			timing () {
+				related_pin : "PAD";
+				timing_type : "combinational";
+				timing_sense : "positive_unate";
+				cell_rise ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("1.035219, 1.077571, 1.129723, 1.279442, 1.351908, 1.424438", \
+					  "1.123359, 1.165946, 1.217952, 1.367707, 1.440172, 1.512773", \
+					  "1.164862, 1.207328, 1.258517, 1.409076, 1.481643, 1.554265");
+				}
+				rise_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.162302, 0.215289, 0.294194, 0.567918, 0.713210, 0.856112", \
+					  "0.161988, 0.214386, 0.294474, 0.568095, 0.713891, 0.857877", \
+					  "0.162123, 0.214132, 0.294509, 0.568328, 0.713060, 0.856960");
+				}
+				cell_fall ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("1.280452, 1.319131, 1.367032, 1.502784, 1.566577, 1.629727", \
+					  "1.294877, 1.333433, 1.381471, 1.517158, 1.581098, 1.644279", \
+					  "1.525347, 1.564348, 1.612175, 1.747772, 1.811508, 1.874707");
+				}
+				fall_transition ("del_1_3_6") {
+					index_1("0.080000, 0.500000, 1.000000");
+					index_2("0.000000, 0.040000, 0.100000, 0.300000, 0.400000, 0.500000");
+					values("0.083621, 0.132264, 0.199491, 0.415092, 0.524012, 0.635871", \
+					  "0.084389, 0.132452, 0.199764, 0.415471, 0.524836, 0.634673", \
+					  "0.083250, 0.132644, 0.200455, 0.414615, 0.525153, 0.634755");
+				}
+			}
+		}
+		pin ("DVDD") {
+			direction : "inout";
+			capacitance : 0;
+		}
+		pin ("DVSS") {
+			direction : "inout";
+			capacitance : 0;
+		}
+		pin ("VDD") {
+			direction : "inout";
+			capacitance : 0;
+		}
+		pin ("VSS") {
+			direction : "inout";
+			capacitance : 0;
+		}
+	}
diff --git a/cells/in_s/gf180mcu_fd_io__in_s__tt_025C_5v00.lib.json b/cells/in_s/gf180mcu_fd_io__in_s__tt_025C_5v00.lib.json
new file mode 100644
index 0000000..c527c12
--- /dev/null
+++ b/cells/in_s/gf180mcu_fd_io__in_s__tt_025C_5v00.lib.json
@@ -0,0 +1,373 @@
+{
+    "cell gf180mcu_fd_io__in_s": {
+        "scaling_factors": "gf_factors",
+        "area": "26250.000000",
+        "pad_cell": "true",
+        "dont_use": "true",
+        "dont_touch": "true",
+        "cell_leakage_power": "4.727570e-03",
+        "leakage_power ": {
+            "when": "!PU !PD !PAD",
+            "value": "0.004728"
+        },
+        "pin PU": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.085363",
+            "comp_attribute rise_capacitance_range": "0.067204,0.098487",
+            "capacitance": "0.085765",
+            "fall_capacitance": "0.086168",
+            "comp_attribute fall_capacitance_range": "0.063637,0.102077",
+            "internal_power ": {
+                "rise_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        -0.432498,
+                        0.703008,
+                        0.96284
+                    ]
+                },
+                "fall_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        2.447302,
+                        3.527742,
+                        4.043358
+                    ]
+                }
+            }
+        },
+        "pin PD": {
+            "max_transition": "1.000000",
+            "direction": "input",
+            "input_signal_level": "VDD",
+            "rise_capacitance": "0.048945",
+            "comp_attribute rise_capacitance_range": "0.046977,0.051285",
+            "capacitance": "0.050215",
+            "fall_capacitance": "0.051485",
+            "comp_attribute fall_capacitance_range": "0.048832,0.052966",
+            "internal_power ": {
+                "rise_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        0.240985,
+                        1.979511,
+                        2.177995
+                    ]
+                },
+                "fall_power power_inputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "values": [
+                        2.405979,
+                        3.202365,
+                        3.662337
+                    ]
+                }
+            }
+        },
+        "pin PAD": {
+            "max_transition": "1.000000",
+            "is_pad": "true",
+            "direction": "input",
+            "input_signal_level": "DVDD",
+            "rise_capacitance": "2.948586",
+            "comp_attribute rise_capacitance_range": "2.894526,2.991418",
+            "capacitance": "2.959703",
+            "fall_capacitance": "2.970820",
+            "comp_attribute fall_capacitance_range": "2.925298,2.993896"
+        },
+        "pin Y": {
+            "function": "((PAD))",
+            "direction": "output",
+            "max_capacitance": "0.500000",
+            "output_signal_level": "VDD",
+            "internal_power ": {
+                "related_pin": "PAD",
+                "rise_power power_outputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1
+                    ],
+                    "index_2": [
+                        0,
+                        0.04,
+                        0.1,
+                        0.3,
+                        0.4,
+                        0.5
+                    ],
+                    "values": [
+                        [
+                            -35.513,
+                            -35.64805,
+                            -35.73211,
+                            -35.90777,
+                            -35.95635,
+                            -36.01716
+                        ],
+                        [
+                            -35.45087,
+                            -35.57925,
+                            -35.66608,
+                            -35.85709,
+                            -35.89003,
+                            -35.94684
+                        ],
+                        [
+                            -35.31774,
+                            -35.43358,
+                            -35.50408,
+                            -35.67614,
+                            -35.73603,
+                            -35.80203
+                        ]
+                    ]
+                },
+                "fall_power power_outputs_1": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1
+                    ],
+                    "index_2": [
+                        0,
+                        0.04,
+                        0.1,
+                        0.3,
+                        0.4,
+                        0.5
+                    ],
+                    "values": [
+                        [
+                            44.92247,
+                            44.96025,
+                            45.11473,
+                            45.46642,
+                            45.58022,
+                            45.66738
+                        ],
+                        [
+                            44.73305,
+                            44.77575,
+                            44.92959,
+                            45.28329,
+                            45.39624,
+                            45.488
+                        ],
+                        [
+                            44.97677,
+                            45.02379,
+                            45.18055,
+                            45.52839,
+                            45.64312,
+                            45.73343
+                        ]
+                    ]
+                }
+            },
+            "timing ": {
+                "related_pin": "PAD",
+                "timing_type": "combinational",
+                "timing_sense": "positive_unate",
+                "cell_rise del_1_3_6": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "index_2": [
+                        0.0,
+                        0.04,
+                        0.1,
+                        0.3,
+                        0.4,
+                        0.5
+                    ],
+                    "values": [
+                        [
+                            1.035219,
+                            1.077571,
+                            1.129723,
+                            1.279442,
+                            1.351908,
+                            1.424438
+                        ],
+                        [
+                            1.123359,
+                            1.165946,
+                            1.217952,
+                            1.367707,
+                            1.440172,
+                            1.512773
+                        ],
+                        [
+                            1.164862,
+                            1.207328,
+                            1.258517,
+                            1.409076,
+                            1.481643,
+                            1.554265
+                        ]
+                    ]
+                },
+                "rise_transition del_1_3_6": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "index_2": [
+                        0.0,
+                        0.04,
+                        0.1,
+                        0.3,
+                        0.4,
+                        0.5
+                    ],
+                    "values": [
+                        [
+                            0.162302,
+                            0.215289,
+                            0.294194,
+                            0.567918,
+                            0.71321,
+                            0.856112
+                        ],
+                        [
+                            0.161988,
+                            0.214386,
+                            0.294474,
+                            0.568095,
+                            0.713891,
+                            0.857877
+                        ],
+                        [
+                            0.162123,
+                            0.214132,
+                            0.294509,
+                            0.568328,
+                            0.71306,
+                            0.85696
+                        ]
+                    ]
+                },
+                "cell_fall del_1_3_6": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "index_2": [
+                        0.0,
+                        0.04,
+                        0.1,
+                        0.3,
+                        0.4,
+                        0.5
+                    ],
+                    "values": [
+                        [
+                            1.280452,
+                            1.319131,
+                            1.367032,
+                            1.502784,
+                            1.566577,
+                            1.629727
+                        ],
+                        [
+                            1.294877,
+                            1.333433,
+                            1.381471,
+                            1.517158,
+                            1.581098,
+                            1.644279
+                        ],
+                        [
+                            1.525347,
+                            1.564348,
+                            1.612175,
+                            1.747772,
+                            1.811508,
+                            1.874707
+                        ]
+                    ]
+                },
+                "fall_transition del_1_3_6": {
+                    "index_1": [
+                        0.08,
+                        0.5,
+                        1.0
+                    ],
+                    "index_2": [
+                        0.0,
+                        0.04,
+                        0.1,
+                        0.3,
+                        0.4,
+                        0.5
+                    ],
+                    "values": [
+                        [
+                            0.083621,
+                            0.132264,
+                            0.199491,
+                            0.415092,
+                            0.524012,
+                            0.635871
+                        ],
+                        [
+                            0.084389,
+                            0.132452,
+                            0.199764,
+                            0.415471,
+                            0.524836,
+                            0.634673
+                        ],
+                        [
+                            0.08325,
+                            0.132644,
+                            0.200455,
+                            0.414615,
+                            0.525153,
+                            0.634755
+                        ]
+                    ]
+                }
+            }
+        },
+        "pin DVDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin DVSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VDD": {
+            "direction": "inout",
+            "capacitance": "0"
+        },
+        "pin VSS": {
+            "direction": "inout",
+            "capacitance": "0"
+        }
+    }
+}
\ No newline at end of file